summaryrefslogtreecommitdiff
path: root/lib/efi_loader
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: implement ReinstallProtocolInterfaceHeinrich Schuchardt2018-06-031-23/+43
* efi_loader: check interface when uninstalling protocolHeinrich Schuchardt2018-06-031-0/+2
* efi_loader: fix off-by-one bug in efi_get_variableIvan Gorinov2018-06-031-24/+16
* efi_loader: avoid using unitialized values as console sizeHeinrich Schuchardt2018-06-031-2/+12
* efi_loader: adjust definitions of variable servicesHeinrich Schuchardt2018-06-033-22/+22
* efi_loader: always check parameters in efi_cout_query_mode()Heinrich Schuchardt2018-06-031-42/+48
* efi_loader: updating the cursor positionHeinrich Schuchardt2018-06-031-8/+19
* efi_loader: remove unnecessary includeHeinrich Schuchardt2018-06-034-4/+0
* efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSIHeinrich Schuchardt2018-06-031-0/+1
* efi_loader: correctly apply relocations from the .reloc sectionIvan Gorinov2018-06-031-3/+11
* efi_loader: Enable RISC-V supportRick Chen2018-05-292-4/+35
* efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf2018-05-292-8/+1
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-1016-32/+16
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-072-4/+2
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* efi_loader: complete EFI_DEVICE_PATH_UTILITIES_PROTOCOLHeinrich Schuchardt2018-04-232-10/+170
* efi_loader: correcty determine total device path lengthHeinrich Schuchardt2018-04-232-11/+27
* efi_loader: correctly determine length of empty device pathHeinrich Schuchardt2018-04-231-0/+2
* efi_loader: fix AppendDevicePathHeinrich Schuchardt2018-04-231-3/+6
* efi_loader: implement CreateDeviceNodeHeinrich Schuchardt2018-04-232-1/+31
* efi_loader: no support for ARMV7_NONSEC=yHeinrich Schuchardt2018-04-231-0/+2
* Revert "Kconfig: cmd: Make networking command dependent on NET"Joe Hershberger2018-04-132-2/+2
* efi_loader: Check machine type in the image headerIvan Gorinov2018-04-061-12/+39
* efi_loader: completely initialize networkHeinrich Schuchardt2018-04-051-2/+34
* efi_loader: new functions to print loaded image informationHeinrich Schuchardt2018-04-051-0/+46
* efi_loader: implement EFI_FILE_SYSTEM_INFOHeinrich Schuchardt2018-04-051-0/+38
* efi_loader: use const for GUIDs in the EFI_FILE_PROTOCOLHeinrich Schuchardt2018-04-051-2/+2
* efi_loader: use correct types in EFI_FILE_PROTOCOLHeinrich Schuchardt2018-04-042-14/+38
* efi_loader: ImageSize must be multiple of SectionAlignmentHeinrich Schuchardt2018-04-041-0/+2
* efi_loader: save image relocation address and sizeHeinrich Schuchardt2018-04-041-0/+2
* efi_loader: use efi_uintn_t for LoadImageHeinrich Schuchardt2018-04-041-2/+2
* efi_loader: initialize device path on allocPatrick Wildt2018-04-041-0/+1
* efi_loader: Fix network DP with DM_ETHAlexander Graf2018-04-041-2/+5
* efi_loader: Fix return value for efi_add_runtime_mmioAlexander Graf2018-04-041-7/+7
* efi_loader: Optimize GOP moreAlexander Graf2018-04-041-62/+114
* efi_loader: Optimize GOP switchAlexander Graf2018-04-041-34/+126
* efi_loader: use __always_inline for pixel conversionHeinrich Schuchardt2018-04-041-2/+2
* efi_loader: RestoreTPL should execute queued eventsHeinrich Schuchardt2018-04-041-0/+5
* efi_loader: use TPL_NOTIFY for network timer eventHeinrich Schuchardt2018-04-041-1/+3
* efi_loader: correctly support parameter delta in BltHeinrich Schuchardt2018-04-041-5/+27
* efi: Correct header order in efi_memorySimon Glass2018-04-041-3/+2
* efi_loader: use constants in efi_allocate_pages()Heinrich Schuchardt2018-04-041-3/+3
* efi_loader: show UEFI revision in helloworldHeinrich Schuchardt2018-04-041-0/+18
* efi_loader: add missing EFI_RESET_PLATFORM_SPECIFICHeinrich Schuchardt2018-04-041-0/+1
* efi_loader: implement missing bit blit operations in gopHeinrich Schuchardt2018-04-041-36/+122
* efi_loader: implement event groupsHeinrich Schuchardt2018-04-045-27/+95
* efi_loader: define GUIDS for event groupsHeinrich Schuchardt2018-04-041-0/+16
* efi_loader: manage events in a linked listHeinrich Schuchardt2018-04-041-105/+87
* efi_loader: fix formatting errorsHeinrich Schuchardt2018-04-041-22/+26
* efi_loader: clear signaled state in CheckEventHeinrich Schuchardt2018-04-041-2/+5