index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
bootefi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
1
-2
/
+2
2021-03-25
efi_loader: Replace config option for initrd loading
Ilias Apalodimas
1
-0
/
+3
2021-02-15
image: Adjust the workings of fit_check_format()
Simon Glass
1
-1
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-29
efi_loader: switch to non-secure mode later
Heinrich Schuchardt
1
-0
/
+4
2021-01-20
efi_loader: make the UEFI boot manager configurable
Heinrich Schuchardt
1
-4
/
+9
2021-01-13
efi_loader: implement EFI_DT_FIXUP_PROTOCOL
Heinrich Schuchardt
1
-80
/
+0
2021-01-13
efi_loader: setting boot device
Heinrich Schuchardt
1
-55
/
+87
2021-01-13
efi_loader: simplify running helloworld.efi
Heinrich Schuchardt
1
-11
/
+1
2020-10-06
efi_loader: consider no-map property of reserved memory
Heinrich Schuchardt
1
-6
/
+28
2020-09-06
efi_loader: log messages for bootefi command
Heinrich Schuchardt
1
-3
/
+9
2020-08-24
efi_loader: document parameters of do_bootefi_exec()
Heinrich Schuchardt
1
-0
/
+4
2020-08-08
efi_loader: set load options in boot manager
Heinrich Schuchardt
1
-10
/
+12
2020-08-08
efi_loader: factor out efi_set_load_options()
Heinrich Schuchardt
1
-36
/
+19
2020-07-22
efi_loader: use logging for bootefi command
Heinrich Schuchardt
1
-18
/
+24
2020-06-30
efi_loader: incorrect check against FDT_ADDR_T_NONE
Heinrich Schuchardt
1
-1
/
+1
2020-06-24
cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv()
Bin Meng
1
-1
/
+2
2020-06-19
cmd: bootefi: Honor the address & size cells properties correctly
Atish Patra
1
-3
/
+6
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-1
/
+2
2020-05-18
common: Drop image.h from common header
Simon Glass
1
-0
/
+1
2020-05-17
efi_loader: round the memory area in efi_add_memory_map()
Michael Walle
1
-6
/
+2
2020-05-07
efi_loader: put device tree into EfiACPIReclaimMemory
Heinrich Schuchardt
1
-2
/
+2
2020-04-30
efi_loader: remove superfluous NULL check in bootefi.c
Heinrich Schuchardt
1
-4
/
+2
2020-03-28
efi_loader: only reserve memory if fdt node enabled
Heinrich Schuchardt
1
-1
/
+2
2020-03-17
cmd: bootefi: Parse reserved-memory node from DT
Atish Patra
1
-9
/
+34
2020-03-17
efi_loader: create reservations after ft_board_setup
Heinrich Schuchardt
1
-3
/
+3
2020-02-19
efi_loader: fix efi_install_fdt() description
Heinrich Schuchardt
1
-5
/
+5
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2020-01-07
efi_loader: free load options after execution
Heinrich Schuchardt
1
-12
/
+14
2020-01-07
efi_loader: export efi_install_fdt()
Heinrich Schuchardt
1
-10
/
+14
2020-01-07
efi_loader: carve out efi_run_image()
Heinrich Schuchardt
1
-19
/
+32
2020-01-07
efi_loader: use hardware device tree by default
Heinrich Schuchardt
1
-8
/
+14
2020-01-07
efi_loader: pass address to efi_install_fdt()
Heinrich Schuchardt
1
-14
/
+18
2019-08-11
env: Move env_get() to env.h
Simon Glass
1
-0
/
+1
2019-07-16
efi_loader: fix function comments in cmd/bootefi.c
Heinrich Schuchardt
1
-3
/
+13
2019-07-16
efi_loader: Change return type of efi_add_memory_map()
Bryan O'Donoghue
1
-2
/
+2
2019-05-12
efi_loader: comments for efi_install_fdt()
Heinrich Schuchardt
1
-3
/
+8
2019-05-12
efi_loader: deduplicate code in cmd/bootefi.c
Heinrich Schuchardt
1
-62
/
+37
2019-05-07
efi_loader: clean up UEFI sub-system initialization
Heinrich Schuchardt
1
-27
/
+0
2019-05-02
efi_loader: implement support of exit data
Heinrich Schuchardt
1
-3
/
+8
2019-05-02
efi_loader: set OsIndicationsSupported at init
AKASHI Takahiro
1
-4
/
+0
2019-04-23
efi_loader: need either ACPI table or device tree
Heinrich Schuchardt
1
-26
/
+72
2019-04-23
efi_loader: rework bootmgr/bootefi using load_image API
AKASHI Takahiro
1
-86
/
+94
2019-04-23
cmd: bootefi: carve out do_bootefi_image() from do_bootefi()
AKASHI Takahiro
1
-55
/
+67
2019-04-23
cmd: bootefi: carve out bootmgr code from do_bootefi()
AKASHI Takahiro
1
-8
/
+36
2019-04-23
cmd: bootefi: move do_bootefi_bootmgr_exec() forward
AKASHI Takahiro
1
-21
/
+21
2019-04-23
cmd: bootefi: carve out efi_selftest code from do_bootefi()
AKASHI Takahiro
1
-53
/
+92
2019-04-23
cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()
AKASHI Takahiro
1
-38
/
+27
2019-04-23
cmd: bootefi: carve out fdt handling from do_bootefi()
AKASHI Takahiro
1
-16
/
+38
2019-04-23
cmd: bootefi: rework set_load_options()
AKASHI Takahiro
1
-9
/
+27
[next]