aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2018-08-21efi: Fix truncation of constant valueEugeniu Rosca1-4/+3
2018-08-21efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()Heinrich Schuchardt1-8/+14
2018-08-20efi_loader: document runtime functionsHeinrich Schuchardt1-4/+149
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt2-12/+15
2018-08-20efi_loader: avoid NULL dereference in efi_get_memory_map()Heinrich Schuchardt1-1/+3
2018-08-20efi_loader: fix a parameter check at CreateEvent()AKASHI Takahiro1-1/+2
2018-08-20efi_loader: relocate pointer to tablesHeinrich Schuchardt1-1/+8
2018-08-20Revert "efi_loader: efi_allocate_pages is too restrictive"Stephen Warren1-1/+1
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini8-113/+241
2018-07-26initialize net_mode.if_typeAndrew Thomas1-0/+1
2018-07-25efi_loader: complete implementation of GetTime()Heinrich Schuchardt1-12/+41
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt1-5/+0
2018-07-25efi_loader: update crc32 in InstallConfigurationTableHeinrich Schuchardt1-0/+3
2018-07-25efi_loader: correct signature of CalculateCrc32()Heinrich Schuchardt1-4/+4
2018-07-25efi_loader: allocate configuration table arrayHeinrich Schuchardt1-20/+19
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt1-4/+28
2018-07-25efi_loader: provide firmware revisionHeinrich Schuchardt2-2/+6
2018-07-25efi_loader: correct headersize EFI tablesHeinrich Schuchardt2-3/+3
2018-07-25efi_loader: specify UEFI spec revisionHeinrich Schuchardt2-2/+4
2018-07-25efi_loader: clear screen has to reset cursor positionHeinrich Schuchardt1-0/+2
2018-07-25efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset()Heinrich Schuchardt1-1/+6
2018-07-25efi_loader: set revision in loaded image protocolHeinrich Schuchardt1-0/+1
2018-07-25efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt2-1/+11
2018-07-25efi_loader: check parameters of GetMemoryMapHeinrich Schuchardt1-10/+15
2018-07-25efi_loader: check parameters in memory allocationHeinrich Schuchardt1-0/+6
2018-07-25efi_loader: check parameters of CreateEventHeinrich Schuchardt1-3/+32
2018-07-25efi_loader: Expose U-Boot addresses in memory map for sandboxAlexander Graf1-6/+7
2018-07-25efi: sandbox: Adjust memory usage for sandboxSimon Glass1-3/+10
2018-07-25efi_loader: Use common elf.h reloc definesAlexander Graf1-4/+3
2018-07-25efi_loader: Move to compiler based target architecture determinationAlexander Graf1-6/+8
2018-07-25efi_loader: Introduce ms abi vararg helpersAlexander Graf1-18/+18
2018-07-25efi_loader: efi_allocate_pages is too restrictiveHeinrich Schuchardt1-1/+1
2018-07-25efi_loader: Allow SMBIOS tables in highmemAlexander Graf1-2/+9
2018-07-25efi_loader: Use compiler constants for image loaderAlexander Graf1-6/+6
2018-07-25Revert "efi_loader: no support for ARMV7_NONSEC=y"Mark Kettenis1-2/+0
2018-07-23doc: Replace DocBook with sphinx-based docsMario Six1-456/+490
2018-07-02efi_loader: helloworld: Output ACPI configuration tableBin Meng1-0/+4
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng2-0/+43
2018-07-02efi_loader: Increase number of configuration tables to 16Bin Meng1-1/+1
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