| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | efi_loader: refactor boot device and loaded_image handling | Rob Clark | 2017-09-20 | 1 | -142/+59 |
* | efi_selftest: provide an EFI selftest application | Heinrich Schuchardt | 2017-09-18 | 1 | -3/+22 |
* | efi_loader: rename __efi_hello_world_* | Heinrich Schuchardt | 2017-09-18 | 1 | -2/+2 |
* | efi_loader: bootefi hello should use loadaddr | Heinrich Schuchardt | 2017-09-18 | 1 | -1/+5 |
* | efi_loader: use EFI_PAGE_SIZE instead of 4096 | xypron.glpk@gmx.de | 2017-08-12 | 1 | -2/+2 |
* | efi_loader: Fix configuration table override | Alexander Graf | 2017-07-26 | 1 | -4/+3 |
* | efi_loader: initalize EFI object list only once | Heinrich Schuchardt | 2017-07-24 | 1 | -26/+36 |
* | efi_loader: gop: fixes for CONFIG_DM_VIDEO without CONFIG_LCD | Rob Clark | 2017-07-24 | 1 | -1/+1 |
* | efi_loader: EFI file paths should be DOS style | Rob Clark | 2017-07-24 | 1 | -1/+5 |
* | efi_console: set up events | xypron.glpk@gmx.de | 2017-07-19 | 1 | -0/+1 |
* | efi_loader: provide meaningful status code | xypron.glpk@gmx.de | 2017-07-19 | 1 | -8/+8 |
* | bootefi: allow return without EFI_BOOT_SERVICES.Exit | xypron.glpk@gmx.de | 2017-07-19 | 1 | -5/+18 |
* | efi_loader: implement EFI_DEVICE_PATH_TO_TEXT_PROTOCOL | xypron.glpk@gmx.de | 2017-07-19 | 1 | -0/+4 |
* | efi_loader: reimplement efi_locate_protocol | xypron.glpk@gmx.de | 2017-07-19 | 1 | -0/+4 |
* | efi_loader: refactor efi_open_protocol | xypron.glpk@gmx.de | 2017-07-19 | 1 | -11/+3 |
* | efi_loader: Add check for fallback fdt memory reservation | Alexander Graf | 2017-07-03 | 1 | -0/+6 |
* | dm: Use dm.h header when driver mode is used | Simon Glass | 2017-06-01 | 1 | -1/+1 |
* | disk: convert CONFIG_ISO_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 1 | -2/+2 |
* | armv8: aarch64: Fix the warning about x1-x3 nonzero issue | Alison Wang | 2017-01-18 | 1 | -1/+1 |
* | armv8: Support loading 32-bit OS in AArch32 execution state | Alison Wang | 2016-11-22 | 1 | -3/+20 |
* | efi_loader: AArch64: Run EFI payloads in EL2 if U-Boot runs in EL3 | Alexander Graf | 2016-11-17 | 1 | -0/+11 |
* | efi: Add support for a hello world test program | Simon Glass | 2016-11-14 | 1 | -6/+21 |
* | efi: Fix debug message address format | Simon Glass | 2016-11-14 | 1 | -1/+1 |
* | efi_loader: Revert device_handle to disk after net boot | Alexander Graf | 2016-10-19 | 1 | -0/+2 |
* | efi: Fix missing EFIAPI specifiers | Simon Glass | 2016-10-19 | 1 | -2/+5 |
* | smbios: Expose in efi_loader as table | Alexander Graf | 2016-10-19 | 1 | -0/+3 |
* | efi_loader: Allow boards to implement get_time and reset_system | Alexander Graf | 2016-10-18 | 1 | -0/+4 |
* | cmd: efi_loader: Return CMD_RET_USAGE in case of not enough arguments | Bin Meng | 2016-08-20 | 1 | -1/+1 |
* | efi_loader: disk: Fix CONFIG_BLK breakage | Alexander Graf | 2016-08-08 | 1 | -5/+18 |
* | efi_loader: Make exposed image loader path absolute | Alexander Graf | 2016-07-25 | 1 | -1/+6 |
* | cmd: bootefi: cosmetic | Sergey Kubushyn | 2016-06-24 | 1 | -1/+1 |
* | efi_loader: Move to normal debug infrastructure | Alexander Graf | 2016-06-06 | 1 | -3/+1 |
* | efi_loader: Add exit support | Alexander Graf | 2016-06-06 | 1 | -0/+6 |
* | efi_loader: Add network access support | Alexander Graf | 2016-05-27 | 1 | -0/+7 |
* | efi_loader: Pass fdt address directly to bootefi cmd | Alexander Graf | 2016-04-18 | 1 | -20/+16 |
* | efi_loader: Put fdt into convenient location | Alexander Graf | 2016-04-18 | 1 | -4/+26 |
* | efi_loader: Use system fdt as fallback | Alexander Graf | 2016-04-18 | 1 | -6/+31 |