summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make kmalloc'ed memory really DMA-safeMasahiro Yamada2018-08-311-2/+3
* efi: stub: Pass EFI system table address to U-Boot payloadBin Meng2018-08-301-0/+4
* libavb: Handle wrong hashtree_error_mode in avb_append_options()Ievgen Maliarenko2018-08-241-0/+3
* efi: Fix truncation of constant valueEugeniu Rosca2018-08-211-4/+3
* efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()Heinrich Schuchardt2018-08-211-8/+14
* efi_selftest: correct block device unit testHeinrich Schuchardt2018-08-201-1/+1
* efi_loader: document runtime functionsHeinrich Schuchardt2018-08-201-4/+149
* efi_loader: update runtime services table crc32Heinrich Schuchardt2018-08-202-12/+15
* lib: crc32: mark function crc32() as __efi_runtimeHeinrich Schuchardt2018-08-201-12/+14
* efi_loader: avoid NULL dereference in efi_get_memory_map()Heinrich Schuchardt2018-08-201-1/+3
* efi_loader: fix a parameter check at CreateEvent()AKASHI Takahiro2018-08-201-1/+2
* efi_loader: relocate pointer to tablesHeinrich Schuchardt2018-08-201-1/+8
* Revert "efi_loader: efi_allocate_pages is too restrictive"Stephen Warren2018-08-201-1/+1
* rsa: Fix LibreSSL before v2.7.0Caliph Nomble2018-08-131-6/+12
* smbios: fix checkstyle warningChristian Gmeiner2018-08-101-0/+1
* smbios: fix checkstyle errorChristian Gmeiner2018-08-101-1/+1
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2018-07-3018-135/+826
|\
| * efi_selftest: unit test for GetTime()Heinrich Schuchardt2018-07-252-0/+68
| * efi_selftest: support printing leading zeroesHeinrich Schuchardt2018-07-251-11/+22
| * efi_loader: complete implementation of GetTime()Heinrich Schuchardt2018-07-251-12/+41
| * efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt2018-07-251-5/+0
| * efi_selftest: unit test for CalculateCrc32()Heinrich Schuchardt2018-07-252-0/+142
| * efi_selftest: check crc32 for InstallConfigurationTableHeinrich Schuchardt2018-07-251-0/+43
| * efi_loader: update crc32 in InstallConfigurationTableHeinrich Schuchardt2018-07-251-0/+3
| * efi_loader: correct signature of CalculateCrc32()Heinrich Schuchardt2018-07-251-4/+4
| * efi_selftest: test InstallConfigurationTable()Heinrich Schuchardt2018-07-252-0/+224
| * efi_loader: allocate configuration table arrayHeinrich Schuchardt2018-07-251-20/+19
| * efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt2018-07-251-4/+28
| * efi_loader: provide firmware revisionHeinrich Schuchardt2018-07-252-2/+6
| * efi_loader: correct headersize EFI tablesHeinrich Schuchardt2018-07-252-3/+3
| * efi_loader: specify UEFI spec revisionHeinrich Schuchardt2018-07-252-2/+4
| * efi_loader: clear screen has to reset cursor positionHeinrich Schuchardt2018-07-251-0/+2
| * efi_loader: EFI_SIMPLE_TEXT_INPUT_PROTOCOL.Reset()Heinrich Schuchardt2018-07-251-1/+6
| * efi_loader: set revision in loaded image protocolHeinrich Schuchardt2018-07-251-0/+1
| * efi_driver: set DM_FLAG_NAME_ALLOCED flagHeinrich Schuchardt2018-07-251-0/+2
| * efi_selftest: test writing to fileHeinrich Schuchardt2018-07-251-0/+70
| * efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt2018-07-252-1/+11
| * efi_loader: check parameters of GetMemoryMapHeinrich Schuchardt2018-07-251-10/+15
| * efi_loader: check parameters in memory allocationHeinrich Schuchardt2018-07-251-0/+6
| * efi_loader: check parameters of CreateEventHeinrich Schuchardt2018-07-251-3/+32
| * efi_selftest: Clean up a few comments and messagesSimon Glass2018-07-251-8/+6
| * vsprintf: Handle NULL with %pUSimon Glass2018-07-251-1/+4
| * efi_loader: Expose U-Boot addresses in memory map for sandboxAlexander Graf2018-07-251-6/+7
| * efi: sandbox: Adjust memory usage for sandboxSimon Glass2018-07-251-3/+10
| * efi_loader: Use common elf.h reloc definesAlexander Graf2018-07-251-4/+3
| * efi_loader: Move to compiler based target architecture determinationAlexander Graf2018-07-251-6/+8
| * efi_loader: Introduce ms abi vararg helpersAlexander Graf2018-07-251-18/+18
| * efi_loader: Disable miniapps on sandboxAlexander Graf2018-07-251-1/+1
| * efi_loader: efi_allocate_pages is too restrictiveHeinrich Schuchardt2018-07-251-1/+1
| * efi_loader: Allow SMBIOS tables in highmemAlexander Graf2018-07-251-2/+9