summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2-2/+2
2018-02-28Kconfig: cmd: Make networking command dependent on NETMichal Simek2-2/+2
2018-02-10efi_loader: correct efi_disk_registerHeinrich Schuchardt1-27/+44
2018-02-10efi_loader: add missing runtime services stubsHeinrich Schuchardt1-0/+29
2018-02-10efi_loader: do not use 2.0.5 as UEFI revision numberHeinrich Schuchardt1-1/+1
2018-02-10efi_loader: create stub for CreateEventExHeinrich Schuchardt1-0/+33
2018-02-10efi_loader: fix building crt0 on armHeinrich Schuchardt1-1/+1
2018-02-09Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-0/+1
2018-02-09Convert LIB_UUID to KconfigAdam Ford1-0/+1