Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
50ed0ef832c55a7d088df3d96b7046cf6acf0ff6
/
cmd
/
bootefi.c
86df34d
efi_loader: Install ACPI configuration tables
by Bin Meng
· 6 years ago
58bc69d
efi_loader: Allocate memory handle for mem dp
by Alexander Graf
· 6 years ago
e09159c
efi_loader: avoid anonymous constants for AllocatePages
by Heinrich Schuchardt
· 6 years ago
c3b11de
efi_loader: allow unaligned memory access
by Heinrich Schuchardt
· 7 years ago
e37aa7a
efi_selftest: do not call efi_init_obj_list() twice
by Heinrich Schuchardt
· 6 years ago
f739fcd
SPDX: Convert a few files that were missed before
by Tom Rini
· 7 years ago
092f2f3
Revert "Kconfig: cmd: Make networking command dependent on NET"
by Joe Hershberger
· 7 years ago
806d2fa
efi_loader: Respect DT reserved regions
by Alexander Graf
· 7 years ago
2db1eba
efi_loader: correctly determine the boot partition
by Heinrich Schuchardt
· 7 years ago
bc4f913
efi_loader: support device tree for bootefi selftest
by Heinrich Schuchardt
· 7 years ago
fc225e6
efi_loader: check initialization of EFI subsystem is successful
by Heinrich Schuchardt
· 7 years ago
45204b1
efi_loader: do_bootefi_exec should always return an EFI status code
by Heinrich Schuchardt
· 7 years ago
098a6cd
efi_loader: simplify calling efi_init_obj_list
by Heinrich Schuchardt
· 7 years ago
b08c8c4
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
3b3ea2c
Kconfig: cmd: Make networking command dependent on NET
by Michal Simek
· 7 years ago
f623e07
efi_loader: fix the online help for bootefi bootmgr
by Heinrich Schuchardt
· 7 years ago
49db1cb
efi_loader: catch misspelled bootefi subcommand
by Heinrich Schuchardt
· 7 years ago
c6fa5df
efi_loader: Always use EFIAPI instead of asmlinkage
by Alexander Graf
· 7 years ago
05ef48a
efi_driver: EFI block driver
by Heinrich Schuchardt
· 7 years ago
17ff6f0
efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memory
by Heinrich Schuchardt
· 7 years ago
2074f70
efi_loader: consistently use efi_handle_t for handles
by Heinrich Schuchardt
· 7 years ago
ea54ad5
efi_loader: pass handle of loaded image
by Heinrich Schuchardt
· 7 years ago
8300be6
efi_loader: Exit in efi_set_bootdev() upon invalid "desc"
by Stefan Roese
· 7 years ago
b57f48a
efi_loader: use bootargs as load options
by Heinrich Schuchardt
· 7 years ago
c2b5390
efi_selftest: correctly cleanup after selftest
by Heinrich Schuchardt
· 7 years ago
d78e40d
efi_selftest: allow to select a single test for execution
by Heinrich Schuchardt
· 7 years ago
f972dc1
efi_selftest: provide a dummy device path
by Heinrich Schuchardt
· 7 years ago
3eb0841
efi_loader: consistently use efi_status_t in bootefi
by Heinrich Schuchardt
· 7 years ago
b3d6090
efi_loader: implement SetWatchdogTimer
by Heinrich Schuchardt
· 7 years ago
bf19273
efi_loader: Add mem-mapped for fallback
by Rob Clark
· 7 years ago
7dd5d44
efi_loader: fix efi_exit
by Rob Clark
· 7 years ago
7aca68c
efi_loader: reenable selftest
by Heinrich Schuchardt
· 7 years ago
9975fe9
efi_loader: add bootmgr
by Rob Clark
· 7 years ago
ad644e7
efi_loader: efi variable support
by Rob Clark
· 7 years ago
95c5553
efi_loader: refactor boot device and loaded_image handling
by Rob Clark
· 7 years ago
623b3a5
efi_selftest: provide an EFI selftest application
by Heinrich Schuchardt
· 7 years ago
5e44489
efi_loader: rename __efi_hello_world_*
by Heinrich Schuchardt
· 7 years ago
51c533f
efi_loader: bootefi hello should use loadaddr
by Heinrich Schuchardt
· 7 years ago
a44bffc
efi_loader: use EFI_PAGE_SIZE instead of 4096
by xypron.glpk@gmx.de
· 7 years ago
f4f9993
efi_loader: Fix configuration table override
by Alexander Graf
· 7 years ago
7cbc124
efi_loader: initalize EFI object list only once
by Heinrich Schuchardt
· 7 years ago
ca9193d
efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD
by Rob Clark
· 7 years ago
3e433e9
efi_loader: EFI file paths should be DOS style
by Rob Clark
· 7 years ago
91be9a7
efi_console: set up events
by xypron.glpk@gmx.de
· 7 years ago
1da1bac
efi_loader: provide meaningful status code
by xypron.glpk@gmx.de
· 7 years ago
b06d8ac
bootefi: allow return without EFI_BOOT_SERVICES.Exit
by xypron.glpk@gmx.de
· 7 years ago
cc5b708
efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
by xypron.glpk@gmx.de
· 7 years ago
88adae5
efi_loader: reimplement efi_locate_protocol
by xypron.glpk@gmx.de
· 7 years ago
b5349f7
efi_loader: refactor efi_open_protocol
by xypron.glpk@gmx.de
· 7 years ago
85a6e9b
efi_loader: Add check for fallback fdt memory reservation
by Alexander Graf
· 7 years ago
9d92245
dm: Use dm.h header when driver mode is used
by Simon Glass
· 7 years ago
1acc008
disk: convert CONFIG_ISO_PARTITION to Kconfig
by Patrick Delaunay
· 8 years ago
7c5e1fe
armv8: aarch64: Fix the warning about x1-x3 nonzero issue
by Alison Wang
· 8 years ago
ec6617c
armv8: Support loading 32-bit OS in AArch32 execution state
by Alison Wang
· 8 years ago
69bd459
efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3
by Alexander Graf
· 8 years ago
c7ae3df
efi: Add support for a hello world test program
by Simon Glass
· 8 years ago
5ee31ba
efi: Fix debug message address format
by Simon Glass
· 8 years ago
3fb97e2
efi_loader: Revert device_handle to disk after net boot
by Alexander Graf
· 8 years ago
e275458
efi: Fix missing EFIAPI specifiers
by Simon Glass
· 8 years ago
e663b35
smbios: Expose in efi_loader as table
by Alexander Graf
· 8 years ago
80a4800
efi_loader: Allow boards to implement get_time and reset_system
by Alexander Graf
· 8 years ago
3c1dcef
cmd: efi_loader: Return CMD_RET_USAGE in case of not enough arguments
by Bin Meng
· 8 years ago
f9d334b
efi_loader: disk: Fix CONFIG_BLK breakage
by Alexander Graf
· 8 years ago
4927166
efi_loader: Make exposed image loader path absolute
by Alexander Graf
· 8 years ago
92dfd92
cmd: bootefi: cosmetic
by Sergey Kubushyn
· 8 years ago
edcef3b
efi_loader: Move to normal debug infrastructure
by Alexander Graf
· 8 years ago
a86aeaf
efi_loader: Add exit support
by Alexander Graf
· 8 years ago
0efe1bc
efi_loader: Add network access support
by Alexander Graf
· 9 years ago
1c39809
efi_loader: Pass fdt address directly to bootefi cmd
by Alexander Graf
· 9 years ago
ad0c1a3
efi_loader: Put fdt into convenient location
by Alexander Graf
· 9 years ago
0d9d501
efi_loader: Use system fdt as fallback
by Alexander Graf
· 9 years ago
ecbe1a0
efi_loader: Increase path string to 32 characters
by Alexander Graf
· 9 years ago
c07ad7c
efi_loader: Pass file path to payload
by Alexander Graf
· 9 years ago
8c3df0b
efi_loader: Add el torito support
by Alexander Graf
· 9 years ago
be8d324
efi_loader: Add GOP support
by Alexander Graf
· 9 years ago
0f4060e
efi_loader: Pass proper device path in on boot
by Alexander Graf
· 9 years ago
dea2174
efi_loader: Call fdt preparation functions
by Alexander Graf
· 9 years ago
b993933
efi_loader: Add "bootefi" command
by Alexander Graf
· 9 years ago