summaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)Author
2018-09-23Revert "Revert "efi_loader: efi_allocate_pages is too restrictive""Stephen Warren
2018-09-23efi_loader: don't use unlimited stack as bufferHeinrich Schuchardt
2018-09-23efi_loader: remove limit on variable lengthHeinrich Schuchardt
2018-09-23efi_loader: rename utf16_strlen, utf16_strnlenHeinrich Schuchardt
2018-09-23efi_loader: Pass address to fs_read()Alexander Graf
2018-09-23efi_loader: pass system table in loaded image protocolHeinrich Schuchardt
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-08-21efi: Fix truncation of constant valueEugeniu Rosca
2018-08-21efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()Heinrich Schuchardt
2018-08-20efi_loader: document runtime functionsHeinrich Schuchardt
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt
2018-08-20efi_loader: avoid NULL dereference in efi_get_memory_map()Heinrich Schuchardt
2018-08-20efi_loader: fix a parameter check at CreateEvent()AKASHI Takahiro
2018-08-20efi_loader: relocate pointer to tablesHeinrich Schuchardt
2018-08-20Revert "efi_loader: efi_allocate_pages is too restrictive"Stephen Warren
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-07-26initialize net_mode.if_typeAndrew Thomas
2018-07-25efi_loader: complete implementation of GetTime()Heinrich Schuchardt
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt
2018-07-25efi_loader: update crc32 in InstallConfigurationTableHeinrich Schuchardt
2018-07-25efi_loader: correct signature of CalculateCrc32()Heinrich Schuchardt
2018-07-25efi_loader: allocate configuration table arrayHeinrich Schuchardt
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt
2018-07-25efi_loader: provide firmware revisionHeinrich Schuchardt
2018-07-25efi_loader: correct headersize EFI tablesHeinrich Schuchardt
2018-07-25efi_loader: specify UEFI spec revisionHeinrich Schuchardt
2018-07-25efi_loader: clear screen has to reset cursor positionHeinrich Schuchardt
2018-07-25efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset()Heinrich Schuchardt
2018-07-25efi_loader: set revision in loaded image protocolHeinrich Schuchardt
2018-07-25efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt
2018-07-25efi_loader: check parameters of GetMemoryMapHeinrich Schuchardt
2018-07-25efi_loader: check parameters in memory allocationHeinrich Schuchardt
2018-07-25efi_loader: check parameters of CreateEventHeinrich Schuchardt
2018-07-25efi_loader: Expose U-Boot addresses in memory map for sandboxAlexander Graf
2018-07-25efi: sandbox: Adjust memory usage for sandboxSimon Glass
2018-07-25efi_loader: Use common elf.h reloc definesAlexander Graf
2018-07-25efi_loader: Move to compiler based target architecture determinationAlexander Graf
2018-07-25efi_loader: Introduce ms abi vararg helpersAlexander Graf
2018-07-25efi_loader: efi_allocate_pages is too restrictiveHeinrich Schuchardt
2018-07-25efi_loader: Allow SMBIOS tables in highmemAlexander Graf
2018-07-25efi_loader: Use compiler constants for image loaderAlexander Graf
2018-07-25Revert "efi_loader: no support for ARMV7_NONSEC=y"Mark Kettenis
2018-07-23doc: Replace DocBook with sphinx-based docsMario Six
2018-07-02efi_loader: helloworld: Output ACPI configuration tableBin Meng
2018-07-02efi_loader: Install ACPI configuration tablesBin Meng
2018-07-02efi_loader: Increase number of configuration tables to 16Bin Meng
2018-06-21efi_loader: Fix GOP 32bpp exposureAlexander Graf
2018-06-14efi: Add a comment about duplicated ELF constantsSimon Glass
2018-06-14riscv: Add support for HI20 PE relocationsAlexander Graf
2018-06-03efi_loader: Fix warning in raw/cols queryAlexander Graf