summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-08-24libavb: Handle wrong hashtree_error_mode in avb_append_options()Ievgen Maliarenko
2018-08-21efi: Fix truncation of constant valueEugeniu Rosca
2018-08-21efi_loader: EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL.Reset()Heinrich Schuchardt
2018-08-20efi_selftest: correct block device unit testHeinrich Schuchardt
2018-08-20efi_loader: document runtime functionsHeinrich Schuchardt
2018-08-20efi_loader: update runtime services table crc32Heinrich Schuchardt
2018-08-20lib: crc32: mark function crc32() as __efi_runtimeHeinrich 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-08-13rsa: Fix LibreSSL before v2.7.0Caliph Nomble
2018-08-10smbios: fix checkstyle warningChristian Gmeiner
2018-08-10smbios: fix checkstyle errorChristian Gmeiner
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini
2018-07-26Merge git://git.denx.de/u-boot-dmTom Rini
2018-07-26fdt_support: make FDT_FIXUP_PARTITIONS depend on CMD_MTDPARTSMasahiro Yamada
2018-07-26fdt: fix fdtdec_setup_memory_banksize()Jens Wiklander
2018-07-26initialize net_mode.if_typeAndrew Thomas
2018-07-25efi_selftest: unit test for GetTime()Heinrich Schuchardt
2018-07-25efi_selftest: support printing leading zeroesHeinrich Schuchardt
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_selftest: unit test for CalculateCrc32()Heinrich Schuchardt
2018-07-25efi_selftest: check crc32 for InstallConfigurationTableHeinrich Schuchardt
2018-07-25efi_loader: update crc32 in InstallConfigurationTableHeinrich Schuchardt
2018-07-25efi_loader: correct signature of CalculateCrc32()Heinrich Schuchardt
2018-07-25efi_selftest: test InstallConfigurationTable()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_driver: set DM_FLAG_NAME_ALLOCED flagHeinrich Schuchardt
2018-07-25efi_selftest: test writing to fileHeinrich 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_selftest: Clean up a few comments and messagesSimon Glass
2018-07-25vsprintf: Handle NULL with %pUSimon Glass
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: Disable miniapps on sandboxAlexander Graf