index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmd
/
bootefi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_loader: log messages for bootefi command
Heinrich Schuchardt
2020-09-06
1
-3
/
+9
*
efi_loader: document parameters of do_bootefi_exec()
Heinrich Schuchardt
2020-08-24
1
-0
/
+4
*
efi_loader: set load options in boot manager
Heinrich Schuchardt
2020-08-08
1
-10
/
+12
*
efi_loader: factor out efi_set_load_options()
Heinrich Schuchardt
2020-08-08
1
-36
/
+19
*
efi_loader: use logging for bootefi command
Heinrich Schuchardt
2020-07-22
1
-18
/
+24
*
efi_loader: incorrect check against FDT_ADDR_T_NONE
Heinrich Schuchardt
2020-06-30
1
-1
/
+1
*
cmd: bootefi: Fix fdt_size variable type in efi_carve_out_dt_rsv()
Bin Meng
2020-06-24
1
-1
/
+2
*
cmd: bootefi: Honor the address & size cells properties correctly
Atish Patra
2020-06-19
1
-3
/
+6
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
1
-1
/
+2
*
common: Drop image.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
efi_loader: round the memory area in efi_add_memory_map()
Michael Walle
2020-05-17
1
-6
/
+2
*
efi_loader: put device tree into EfiACPIReclaimMemory
Heinrich Schuchardt
2020-05-07
1
-2
/
+2
*
efi_loader: remove superfluous NULL check in bootefi.c
Heinrich Schuchardt
2020-04-30
1
-4
/
+2
*
efi_loader: only reserve memory if fdt node enabled
Heinrich Schuchardt
2020-03-28
1
-1
/
+2
*
cmd: bootefi: Parse reserved-memory node from DT
Atish Patra
2020-03-17
1
-9
/
+34
*
efi_loader: create reservations after ft_board_setup
Heinrich Schuchardt
2020-03-17
1
-3
/
+3
*
efi_loader: fix efi_install_fdt() description
Heinrich Schuchardt
2020-02-19
1
-5
/
+5
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
1
-0
/
+1
*
efi_loader: free load options after execution
Heinrich Schuchardt
2020-01-07
1
-12
/
+14
*
efi_loader: export efi_install_fdt()
Heinrich Schuchardt
2020-01-07
1
-10
/
+14
*
efi_loader: carve out efi_run_image()
Heinrich Schuchardt
2020-01-07
1
-19
/
+32
*
efi_loader: use hardware device tree by default
Heinrich Schuchardt
2020-01-07
1
-8
/
+14
*
efi_loader: pass address to efi_install_fdt()
Heinrich Schuchardt
2020-01-07
1
-14
/
+18
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
efi_loader: fix function comments in cmd/bootefi.c
Heinrich Schuchardt
2019-07-16
1
-3
/
+13
*
efi_loader: Change return type of efi_add_memory_map()
Bryan O'Donoghue
2019-07-16
1
-2
/
+2
*
efi_loader: comments for efi_install_fdt()
Heinrich Schuchardt
2019-05-12
1
-3
/
+8
*
efi_loader: deduplicate code in cmd/bootefi.c
Heinrich Schuchardt
2019-05-12
1
-62
/
+37
*
efi_loader: clean up UEFI sub-system initialization
Heinrich Schuchardt
2019-05-07
1
-27
/
+0
*
efi_loader: implement support of exit data
Heinrich Schuchardt
2019-05-02
1
-3
/
+8
*
efi_loader: set OsIndicationsSupported at init
AKASHI Takahiro
2019-05-02
1
-4
/
+0
*
efi_loader: need either ACPI table or device tree
Heinrich Schuchardt
2019-04-23
1
-26
/
+72
*
efi_loader: rework bootmgr/bootefi using load_image API
AKASHI Takahiro
2019-04-23
1
-86
/
+94
*
cmd: bootefi: carve out do_bootefi_image() from do_bootefi()
AKASHI Takahiro
2019-04-23
1
-55
/
+67
*
cmd: bootefi: carve out bootmgr code from do_bootefi()
AKASHI Takahiro
2019-04-23
1
-8
/
+36
*
cmd: bootefi: move do_bootefi_bootmgr_exec() forward
AKASHI Takahiro
2019-04-23
1
-21
/
+21
*
cmd: bootefi: carve out efi_selftest code from do_bootefi()
AKASHI Takahiro
2019-04-23
1
-53
/
+92
*
cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()
AKASHI Takahiro
2019-04-23
1
-38
/
+27
*
cmd: bootefi: carve out fdt handling from do_bootefi()
AKASHI Takahiro
2019-04-23
1
-16
/
+38
*
cmd: bootefi: rework set_load_options()
AKASHI Takahiro
2019-04-23
1
-9
/
+27
*
Change FDT memory type from runtime data to boot services data
Ilias Apalodimas
2019-04-12
1
-2
/
+2
*
efi_loader: clean up bootefi_test_prepare()
Heinrich Schuchardt
2019-02-16
1
-25
/
+33
*
efi_loader: fix EFI entry counting
Heinrich Schuchardt
2019-02-16
1
-1
/
+1
*
efi_loader: use efi_start_image() for bootefi
Heinrich Schuchardt
2019-02-16
1
-21
/
+1
*
efi_loader: set entry point in efi_load_pe()
Heinrich Schuchardt
2019-02-16
1
-9
/
+4
*
efi_loader: refactor switch to non-secure mode
Heinrich Schuchardt
2019-02-13
1
-67
/
+4
*
efi_loader: move efi_init_obj_list() to a new efi_setup.c
AKASHI Takahiro
2019-02-13
1
-77
/
+0
*
efi_loader: avoid unnecessary pointer to long conversion
Heinrich Schuchardt
2019-02-13
1
-1
/
+1
*
efi_loader: use named constant for efi_dp_from_mem()
Heinrich Schuchardt
2019-02-13
1
-1
/
+1
*
efi_loader: create fdt reservation before copy
Heinrich Schuchardt
2018-12-02
1
-9
/
+3
[next]