Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
56bbcc16f91e276119823fd93ac254be776eec10
/
cmd
/
bootefi.c
56bbcc1
efi: Tidy up device-tree-size calculation in copy_fdt()
by Simon Glass
· 6 years ago
a241451
efi_loader: Use map_sysmem() in bootefi command
by Alexander Graf
· 6 years ago
6d140a6
efi_loader: ARM: don't attempt to enter non-secure mode twice
by Mark Kettenis
· 6 years ago
5eb68ed
efi_loader: ARM: run EFI payloads non-secure
by Mark Kettenis
· 6 years ago
2cfbdae
efi_loader: Install ACPI configuration tables
by Bin Meng
· 6 years ago
2d00dbe
efi_loader: Allocate memory handle for mem dp
by Alexander Graf
· 6 years ago
0f7186b
efi_loader: avoid anonymous constants for AllocatePages
by Heinrich Schuchardt
· 7 years ago
954e2b9
efi_loader: allow unaligned memory access
by Heinrich Schuchardt
· 7 years ago
e9e9050
efi_selftest: do not call efi_init_obj_list() twice
by Heinrich Schuchardt
· 7 years ago
70df9d6
SPDX: Convert a few files that were missed before
by Tom Rini
· 7 years ago
5277a97
Revert "Kconfig: cmd: Make networking command dependent on NET"
by Joe Hershberger
· 7 years ago
22c88bf
efi_loader: Respect DT reserved regions
by Alexander Graf
· 7 years ago
7e262a7
efi_loader: correctly determine the boot partition
by Heinrich Schuchardt
· 7 years ago
44ab21b
efi_loader: support device tree for bootefi selftest
by Heinrich Schuchardt
· 7 years ago
8c0dfc2
efi_loader: check initialization of EFI subsystem is successful
by Heinrich Schuchardt
· 7 years ago
4b055a2
efi_loader: do_bootefi_exec should always return an EFI status code
by Heinrich Schuchardt
· 7 years ago
d4b38f0
efi_loader: simplify calling efi_init_obj_list
by Heinrich Schuchardt
· 7 years ago
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
2f785a1
Kconfig: cmd: Make networking command dependent on NET
by Michal Simek
· 7 years ago
1b2320f
efi_loader: fix the online help for bootefi bootmgr
by Heinrich Schuchardt
· 7 years ago
aa6fd9a
efi_loader: catch misspelled bootefi subcommand
by Heinrich Schuchardt
· 7 years ago
54d8cdf
efi_loader: Always use EFIAPI instead of asmlinkage
by Alexander Graf
· 7 years ago
11206f4
efi_driver: EFI block driver
by Heinrich Schuchardt
· 7 years ago
5731fd4
efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memory
by Heinrich Schuchardt
· 7 years ago
b7cb8b4
efi_loader: consistently use efi_handle_t for handles
by Heinrich Schuchardt
· 7 years ago
754d497
efi_loader: pass handle of loaded image
by Heinrich Schuchardt
· 7 years ago
df76976
efi_loader: Exit in efi_set_bootdev() upon invalid "desc"
by Stefan Roese
· 7 years ago
a4589e2
efi_loader: use bootargs as load options
by Heinrich Schuchardt
· 7 years ago
d2d90b4
efi_selftest: correctly cleanup after selftest
by Heinrich Schuchardt
· 7 years ago
02efd5d
efi_selftest: allow to select a single test for execution
by Heinrich Schuchardt
· 7 years ago
a809bc2
efi_selftest: provide a dummy device path
by Heinrich Schuchardt
· 7 years ago
4e363a9
efi_loader: consistently use efi_status_t in bootefi
by Heinrich Schuchardt
· 7 years ago
18081d4
efi_loader: implement SetWatchdogTimer
by Heinrich Schuchardt
· 7 years ago
18ceba7
efi_loader: Add mem-mapped for fallback
by Rob Clark
· 7 years ago
7b9bd5a
efi_loader: fix efi_exit
by Rob Clark
· 7 years ago
389f251
efi_loader: reenable selftest
by Heinrich Schuchardt
· 7 years ago
c84c110
efi_loader: add bootmgr
by Rob Clark
· 7 years ago
15f3d74
efi_loader: efi variable support
by Rob Clark
· 7 years ago
f8db922
efi_loader: refactor boot device and loaded_image handling
by Rob Clark
· 7 years ago
d33ae3e
efi_selftest: provide an EFI selftest application
by Heinrich Schuchardt
· 7 years ago
7804ae9
efi_loader: rename __efi_hello_world_*
by Heinrich Schuchardt
· 7 years ago
e6a9ab5
efi_loader: bootefi hello should use loadaddr
by Heinrich Schuchardt
· 7 years ago
f6b9912
efi_loader: use EFI_PAGE_SIZE instead of 4096
by xypron.glpk@gmx.de
· 7 years ago
5fb802a
efi_loader: Fix configuration table override
by Alexander Graf
· 7 years ago
5e9900f
efi_loader: initalize EFI object list only once
by Heinrich Schuchardt
· 7 years ago
92cec96
efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD
by Rob Clark
· 7 years ago
6533652
efi_loader: EFI file paths should be DOS style
by Rob Clark
· 7 years ago
54c7a8e
efi_console: set up events
by xypron.glpk@gmx.de
· 7 years ago
5eadbfa
efi_loader: provide meaningful status code
by xypron.glpk@gmx.de
· 7 years ago
1e5afc6
bootefi: allow return without EFI_BOOT_SERVICES.Exit
by xypron.glpk@gmx.de
· 7 years ago
3c042b2
efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL
by xypron.glpk@gmx.de
· 7 years ago
4534ad6
efi_loader: reimplement efi_locate_protocol
by xypron.glpk@gmx.de
· 7 years ago
c35c924
efi_loader: refactor efi_open_protocol
by xypron.glpk@gmx.de
· 7 years ago
9b9b716
efi_loader: Add check for fallback fdt memory reservation
by Alexander Graf
· 7 years ago
11c89f3
dm: Use dm.h header when driver mode is used
by Simon Glass
· 8 years ago
21d3bce
disk: convert CONFIG_ISO_PARTITION to Kconfig
by Patrick Delaunay
· 8 years ago
eb2088d
armv8: aarch64: Fix the warning about x1-x3 nonzero issue
by Alison Wang
· 8 years ago
73818d5
armv8: Support loading 32-bit OS in AArch32 execution state
by Alison Wang
· 8 years ago
bfd199c
efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3
by Alexander Graf
· 8 years ago
fac4ced
efi: Add support for a hello world test program
by Simon Glass
· 8 years ago
1a5490e
efi: Fix debug message address format
by Simon Glass
· 8 years ago
400f072
efi_loader: Revert device_handle to disk after net boot
by Alexander Graf
· 8 years ago
c2194bf
efi: Fix missing EFIAPI specifiers
by Simon Glass
· 8 years ago
66f96e1
smbios: Expose in efi_loader as table
by Alexander Graf
· 8 years ago
7725609
efi_loader: Allow boards to implement get_time and reset_system
by Alexander Graf
· 8 years ago
da800ff
cmd: efi_loader: Return CMD_RET_USAGE in case of not enough arguments
by Bin Meng
· 8 years ago
34118e7
efi_loader: disk: Fix CONFIG_BLK breakage
by Alexander Graf
· 8 years ago
45e437d
efi_loader: Make exposed image loader path absolute
by Alexander Graf
· 8 years ago
268f19e
cmd: bootefi: cosmetic
by Sergey Kubushyn
· 8 years ago
62a6748
efi_loader: Move to normal debug infrastructure
by Alexander Graf
· 8 years ago
988c066
efi_loader: Add exit support
by Alexander Graf
· 9 years ago
94c4b99
efi_loader: Add network access support
by Alexander Graf
· 9 years ago
54c1e83
efi_loader: Pass fdt address directly to bootefi cmd
by Alexander Graf
· 9 years ago
fdbae01
efi_loader: Put fdt into convenient location
by Alexander Graf
· 9 years ago
2ff5cc3
efi_loader: Use system fdt as fallback
by Alexander Graf
· 9 years ago
3491ee7
efi_loader: Increase path string to 32 characters
by Alexander Graf
· 9 years ago
c49a1b8
efi_loader: Pass file path to payload
by Alexander Graf
· 9 years ago
eb8d82c
efi_loader: Add el torito support
by Alexander Graf
· 9 years ago
d65783d
efi_loader: Add GOP support
by Alexander Graf
· 9 years ago
8f19f26
efi_loader: Pass proper device path in on boot
by Alexander Graf
· 9 years ago
c81b347
efi_loader: Call fdt preparation functions
by Alexander Graf
· 9 years ago
e2b04f2
efi_loader: Add "bootefi" command
by Alexander Graf
· 9 years ago