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: execute efi_save_gd() first
Heinrich Schuchardt
2018-10-16
1
-17
/
+7
*
efi_loader: refactor efi_setup_loaded_image()
Heinrich Schuchardt
2018-09-23
1
-27
/
+40
*
efi_loader: Fix loaded_image handle passing from EL3
Alexander Graf
2018-09-23
1
-1
/
+1
*
efi_loader: create root node
Heinrich Schuchardt
2018-09-23
1
-0
/
+5
*
efi_loader: memory leak in efi_set_bootdev()
Heinrich Schuchardt
2018-09-23
1
-0
/
+7
*
efi_loader: do not use local variable for handle
Heinrich Schuchardt
2018-09-23
1
-7
/
+12
*
efi_loader: buffer size for load options
Heinrich Schuchardt
2018-09-23
1
-2
/
+4
*
efi: sandbox: Tidy up copy_fdt() to work with sandbox
Simon Glass
2018-09-23
1
-29
/
+50
*
efi: Relocate FDT to 127MB instead of 128MB
Simon Glass
2018-09-23
1
-2
/
+2
*
efi_loader: remove unused efi_get_time_init()
Heinrich Schuchardt
2018-07-25
1
-3
/
+0
*
efi_loader: calculate crc32 for EFI tables
Heinrich Schuchardt
2018-07-25
1
-0
/
+5
*
efi: Drop error return in efi_carve_out_dt_rsv()
Simon Glass
2018-07-25
1
-10
/
+14
*
efi: Tidy up device-tree-size calculation in copy_fdt()
Simon Glass
2018-07-25
1
-2
/
+6
*
efi_loader: Use map_sysmem() in bootefi command
Alexander Graf
2018-07-25
1
-5
/
+8
*
efi_loader: ARM: don't attempt to enter non-secure mode twice
Mark Kettenis
2018-07-25
1
-1
/
+5
*
efi_loader: ARM: run EFI payloads non-secure
Mark Kettenis
2018-07-25
1
-0
/
+33
*
efi_loader: Install ACPI configuration tables
Bin Meng
2018-07-02
1
-0
/
+5
*
efi_loader: Allocate memory handle for mem dp
Alexander Graf
2018-06-14
1
-0
/
+9
*
efi_loader: avoid anonymous constants for AllocatePages
Heinrich Schuchardt
2018-06-03
1
-2
/
+4
*
efi_loader: allow unaligned memory access
Heinrich Schuchardt
2018-06-03
1
-0
/
+13
*
efi_selftest: do not call efi_init_obj_list() twice
Heinrich Schuchardt
2018-06-03
1
-2
/
+0
*
SPDX: Convert a few files that were missed before
Tom Rini
2018-05-10
1
-2
/
+1
*
Revert "Kconfig: cmd: Make networking command dependent on NET"
Joe Hershberger
2018-04-13
1
-2
/
+2
*
efi_loader: Respect DT reserved regions
Alexander Graf
2018-04-06
1
-0
/
+26
*
efi_loader: correctly determine the boot partition
Heinrich Schuchardt
2018-04-04
1
-13
/
+4
*
efi_loader: support device tree for bootefi selftest
Heinrich Schuchardt
2018-04-04
1
-47
/
+64
*
efi_loader: check initialization of EFI subsystem is successful
Heinrich Schuchardt
2018-04-04
1
-20
/
+47
*
efi_loader: do_bootefi_exec should always return an EFI status code
Heinrich Schuchardt
2018-04-04
1
-2
/
+2
*
efi_loader: simplify calling efi_init_obj_list
Heinrich Schuchardt
2018-04-04
1
-8
/
+8
*
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
2018-03-05
1
-2
/
+2
*
Kconfig: cmd: Make networking command dependent on NET
Michal Simek
2018-02-27
1
-2
/
+2
*
efi_loader: fix the online help for bootefi bootmgr
Heinrich Schuchardt
2018-02-10
1
-1
/
+1
*
efi_loader: catch misspelled bootefi subcommand
Heinrich Schuchardt
2018-01-28
1
-0
/
+3
*
efi_loader: Always use EFIAPI instead of asmlinkage
Alexander Graf
2018-01-28
1
-5
/
+6
*
efi_driver: EFI block driver
Heinrich Schuchardt
2018-01-22
1
-0
/
+3
*
efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memory
Heinrich Schuchardt
2018-01-22
1
-2
/
+2
*
efi_loader: consistently use efi_handle_t for handles
Heinrich Schuchardt
2018-01-22
1
-5
/
+5
*
efi_loader: pass handle of loaded image
Heinrich Schuchardt
2017-12-01
1
-3
/
+4
*
efi_loader: Exit in efi_set_bootdev() upon invalid "desc"
Stefan Roese
2017-12-01
1
-0
/
+2
*
efi_loader: use bootargs as load options
Heinrich Schuchardt
2017-12-01
1
-0
/
+2
*
efi_selftest: correctly cleanup after selftest
Heinrich Schuchardt
2017-12-01
1
-1
/
+3
*
efi_selftest: allow to select a single test for execution
Heinrich Schuchardt
2017-12-01
1
-1
/
+36
*
efi_selftest: provide a dummy device path
Heinrich Schuchardt
2017-12-01
1
-0
/
+6
*
efi_loader: consistently use efi_status_t in bootefi
Heinrich Schuchardt
2017-12-01
1
-9
/
+9
*
efi_loader: implement SetWatchdogTimer
Heinrich Schuchardt
2017-12-01
1
-0
/
+1
*
efi_loader: Add mem-mapped for fallback
Rob Clark
2017-10-12
1
-0
/
+23
*
efi_loader: fix efi_exit
Rob Clark
2017-09-21
1
-1
/
+0
*
efi_loader: reenable selftest
Heinrich Schuchardt
2017-09-20
1
-2
/
+6
*
efi_loader: add bootmgr
Rob Clark
2017-09-20
1
-2
/
+47
*
efi_loader: efi variable support
Rob Clark
2017-09-20
1
-0
/
+4
[next]