aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2018-06-21efi_loader: Fix GOP 32bpp exposureAlexander Graf1-1/+1
2018-06-14efi: Add a comment about duplicated ELF constantsSimon Glass1-0/+4
2018-06-14riscv: Add support for HI20 PE relocationsAlexander Graf1-0/+14
2018-06-03efi_loader: Fix warning in raw/cols queryAlexander Graf1-1/+1
2018-06-03efi_loader: create handles from normal memoryHeinrich Schuchardt1-7/+6
2018-06-03efi_loader: efi_mem_carve_out should return s64Heinrich Schuchardt1-14/+18
2018-06-03efi_loader: avoid anonymous constants for AllocatePagesHeinrich Schuchardt1-3/+5
2018-06-03efi_loader: DocBook comments for boot servicesHeinrich Schuchardt1-396/+436
2018-06-03efi: Update some comments related to smbios tablesSimon Glass1-1/+6
2018-06-03efi_loader: implement ReinstallProtocolInterfaceHeinrich Schuchardt1-23/+43
2018-06-03efi_loader: check interface when uninstalling protocolHeinrich Schuchardt1-0/+2
2018-06-03efi_loader: fix off-by-one bug in efi_get_variableIvan Gorinov1-24/+16
2018-06-03efi_loader: avoid using unitialized values as console sizeHeinrich Schuchardt1-2/+12
2018-06-03efi_loader: adjust definitions of variable servicesHeinrich Schuchardt3-22/+22
2018-06-03efi_loader: always check parameters in efi_cout_query_mode()Heinrich Schuchardt1-42/+48
2018-06-03efi_loader: updating the cursor positionHeinrich Schuchardt1-8/+19
2018-06-03efi_loader: remove unnecessary includeHeinrich Schuchardt4-4/+0
2018-06-03efi_loader: if EFI_LOADER is enabled, enable CFB_CONSOLE_ANSIHeinrich Schuchardt1-0/+1
2018-06-03efi_loader: correctly apply relocations from the .reloc sectionIvan Gorinov1-3/+11
2018-05-29efi_loader: Enable RISC-V supportRick Chen2-4/+35
2018-05-29efi_loader: Use EFI_CACHELINE_SIZE in the image loader tooAlexander Graf2-8/+1
2018-05-10SPDX: 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