summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2018-05-11SPDX: Convert a few files that were missed beforeTom Rini16-32/+16
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-4/+2
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-04-23efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt2-10/+170
2018-04-23efi_loader: correcty determine total device path lengthHeinrich Schuchardt2-11/+27
2018-04-23efi_loader: correctly determine length of empty device pathHeinrich Schuchardt1-0/+2
2018-04-23efi_loader: fix AppendDevicePathHeinrich Schuchardt1-3/+6
2018-04-23efi_loader: implement CreateDeviceNodeHeinrich Schuchardt2-1/+31
2018-04-23efi_loader: no support for ARMV7_NONSEC=yHeinrich Schuchardt1-0/+2
2018-04-13Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger2-2/+2
2018-04-06efi_loader: Check machine type in the image headerIvan Gorinov1-12/+39
2018-04-05efi_loader: completely initialize networkHeinrich Schuchardt1-2/+34
2018-04-05efi_loader: new functions to print loaded image informationHeinrich Schuchardt1-0/+46
2018-04-05efi_loader: implement EFI_FILE_SYSTEM_INFOHeinrich Schuchardt1-0/+38
2018-04-05efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOLHeinrich Schuchardt1-2/+2
2018-04-04efi_loader: use correct types in EFI_FILE_PROTOCOLHeinrich Schuchardt2-14/+38
2018-04-04efi_loader: ImageSize must be multiple of SectionAlignmentHeinrich Schuchardt1-0/+2
2018-04-04efi_loader: save image relocation address and sizeHeinrich Schuchardt1-0/+2
2018-04-04efi_loader: use efi_uintn_t for LoadImageHeinrich Schuchardt1-2/+2
2018-04-04efi_loader: initialize device path on allocPatrick Wildt1-0/+1
2018-04-04efi_loader: Fix network DP with DM_ETHAlexander Graf1-2/+5
2018-04-04efi_loader: Fix return value for efi_add_runtime_mmioAlexander Graf1-7/+7
2018-04-04efi_loader: Optimize GOP moreAlexander Graf1-62/+114
2018-04-04efi_loader: Optimize GOP switchAlexander Graf1-34/+126
2018-04-04efi_loader: use __always_inline for pixel conversionHeinrich Schuchardt1-2/+2
2018-04-04efi_loader: RestoreTPL should execute queued eventsHeinrich Schuchardt1-0/+5
2018-04-04efi_loader: use TPL_NOTIFY for network timer eventHeinrich Schuchardt1-1/+3
2018-04-04efi_loader: correctly support parameter delta in BltHeinrich Schuchardt1-5/+27
2018-04-04efi: Correct header order in efi_memorySimon Glass1-3/+2
2018-04-04efi_loader: use constants in efi_allocate_pages()Heinrich Schuchardt1-3/+3
2018-04-04efi_loader: show UEFI revision in helloworldHeinrich Schuchardt1-0/+18
2018-04-04efi_loader: add missing EFI_RESET_PLATFORM_SPECIFICHeinrich Schuchardt1-0/+1
2018-04-04efi_loader: implement missing bit blit operations in gopHeinrich Schuchardt1-36/+122
2018-04-04efi_loader: implement event groupsHeinrich Schuchardt5-27/+95
2018-04-04efi_loader: define GUIDS for event groupsHeinrich Schuchardt1-0/+16
2018-04-04efi_loader: manage events in a linked listHeinrich Schuchardt1-105/+87
2018-04-04efi_loader: fix formatting errorsHeinrich Schuchardt1-22/+26
2018-04-04efi_loader: clear signaled state in CheckEventHeinrich Schuchardt1-2/+5
2018-04-04efi_loader: check parameter in InstallConfigurationTableHeinrich Schuchardt1-0/+3
2018-04-04efi_loader: correct input of special keysHeinrich Schuchardt1-10/+94
2018-04-04efi_loader: support device tree for bootefi selftestHeinrich Schuchardt1-0/+2
2018-04-04efi_loader: efi_get_time_init should return status codeHeinrich Schuchardt1-1/+2
2018-04-04efi_loader: exit status for efi_reset_system_initHeinrich Schuchardt1-3/+12
2018-04-04efi_loader: consistently return efi_status_t efi_watchdog_registerHeinrich Schuchardt1-2/+2
2018-04-04efi_loader: return efi_status_t from efi_net_registerHeinrich Schuchardt1-11/+13
2018-04-04efi_loader: return efi_status_t from efi_gop_registerHeinrich Schuchardt1-12/+22
2018-04-04efi_loader: efi_smbios_register should have a return valueHeinrich Schuchardt1-8/+15
2018-04-04efi_loader: Initial EFI_DEVICE_PATH_UTILITIES_PROTOCOLLeif Lindholm3-1/+97
2018-04-04efi_loader: remove deprecated ConsoleControlProtocolHeinrich Schuchardt2-51/+0
2018-04-04efi_loader: parameter checks for LoadImageHeinrich Schuchardt1-0/+20