aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-04Merge git://git.denx.de/u-boot-sunxiTom Rini1-1/+0
2018-04-04efi_loader: use correct types in EFI_FILE_PROTOCOLHeinrich Schuchardt3-15/+39
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 Schuchardt2-7/+29
2018-04-04efi_selftest: unit test for event groupsHeinrich Schuchardt2-0/+141
2018-04-04efi_selftest: fix device tree unit testHeinrich Schuchardt1-1/+1
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_selftest: unit test for EFI_SIMPLE_TEXT_INPUT_PROTOCOLHeinrich Schuchardt2-0/+183
2018-04-04efi_loader: add missing EFI_RESET_PLATFORM_SPECIFICHeinrich Schuchardt1-0/+1
2018-04-04efi_selftest: test gop bitbltHeinrich Schuchardt2-0/+312
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_selftest: check installation of the device treeHeinrich Schuchardt2-0/+189
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-04-04sunxi: revert disabling of featuresAndre Przywara1-1/+0
2018-04-01Merge git://git.denx.de/u-boot-dmTom Rini1-2/+0
2018-04-01fdt_region: remove unneeded fdt_internal.h inclusionMasahiro Yamada1-2/+0
2018-03-30efi_stub: Fix GDT_NOTSYS checkAlexander Graf1-1/+1
2018-03-19bootm: optee: Add a bootm command for type IH_OS_TEEBryan O'Donoghue1-0/+9
2018-03-19optee: Add error printoutBryan O'Donoghue1-2/+17
2018-03-19optee: Add optee_verify_bootm_image()Bryan O'Donoghue1-0/+20