aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-08-31Make kmalloc'ed memory really DMA-safeMasahiro Yamada1-2/+3
2018-08-30efi: stub: Pass EFI system table address to U-Boot payloadBin Meng1-0/+4
2018-08-24libavb: Handle wrong hashtree_error_mode in avb_append_options()Ievgen Maliarenko1-0/+3
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_selftest: correct block device unit testHeinrich Schuchardt1-1/+1
2018-08-20efi_loader: document runtime functionsHeinrich Schuchardt1-4/+149
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt2-12/+15
2018-08-20lib: crc32: mark function crc32() as __efi_runtimeHeinrich Schuchardt1-12/+14
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-08-13rsa: Fix LibreSSL before v2.7.0Caliph Nomble1-6/+12
2018-08-10smbios: fix checkstyle warningChristian Gmeiner1-0/+1
2018-08-10smbios: fix checkstyle errorChristian Gmeiner1-1/+1
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini18-135/+826
2018-07-26Merge git://git.denx.de/u-boot-dmTom Rini2-6/+16
2018-07-26fdt_support: make FDT_FIXUP_PARTITIONS depend on CMD_MTDPARTSMasahiro Yamada1-1/+1
2018-07-26fdt: fix fdtdec_setup_memory_banksize()Jens Wiklander1-5/+15
2018-07-26initialize net_mode.if_typeAndrew Thomas1-0/+1
2018-07-25efi_selftest: unit test for GetTime()Heinrich Schuchardt2-0/+68
2018-07-25efi_selftest: support printing leading zeroesHeinrich Schuchardt1-11/+22
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_selftest: unit test for CalculateCrc32()Heinrich Schuchardt2-0/+142
2018-07-25efi_selftest: check crc32 for InstallConfigurationTableHeinrich Schuchardt1-0/+43
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_selftest: test InstallConfigurationTable()Heinrich Schuchardt2-0/+224
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_driver: set DM_FLAG_NAME_ALLOCED flagHeinrich Schuchardt1-0/+2
2018-07-25efi_selftest: test writing to fileHeinrich Schuchardt1-0/+70
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_selftest: Clean up a few comments and messagesSimon Glass1-8/+6
2018-07-25vsprintf: Handle NULL with %pUSimon Glass1-1/+4
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