aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-07-12efi_loader: Fix to set bootdev_root correctly if bootdev foundMasami Hiramatsu1-1/+2
2021-07-12efi_loader: set CapsuleLast after each capsuleHeinrich Schuchardt1-12/+13
2021-07-12efi_loader: missing EFI_CALL() in set_capsule_resultHeinrich Schuchardt1-5/+5
2021-07-12efi_loader: rework messages for capsule updatesHeinrich Schuchardt1-13/+15
2021-07-12efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read()Heinrich Schuchardt1-0/+15
2021-07-12lib: remove superfluous #ifdefs from date.cHeinrich Schuchardt1-6/+0
2021-07-05Merge branch 'next'Tom Rini6-153/+267
2021-07-02efi_loader: Allow capsule update on-disk without checking OsIndicationsIlias Apalodimas2-8/+38
2021-07-02efi_loader: clear OsIndicationsHeinrich Schuchardt1-1/+39
2021-07-02efi_loader: Improve the parameter check for QueryVariableInfo()Masami Hiramatsu1-0/+13
2021-07-02efi_loader: missing parentheses in query_console_sizeHeinrich Schuchardt1-1/+1
2021-07-02efi_loader: Always install FMPsIlias Apalodimas2-8/+9
2021-07-02efi_loader: Force a single FMP instance per hardware storeIlias Apalodimas1-23/+22
2021-07-02efi: Fix to use null handle to create new handle for efi_fmp_rawMasami Hiramatsu1-1/+1
2021-06-29Merge tag 'efi-2021-07-rc5-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Jun2021Tom Rini3-9/+18
2021-06-28Merge tag 'v2021.07-rc5' into nextTom Rini5-5/+8
2021-06-28arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=yKunihiko Hayashi1-0/+2
2021-06-28smbios: Fix SMBIOS tablesIlias Apalodimas1-0/+10
2021-06-28smbios: Fix BIOS Characteristics Extension Byte 2Ilias Apalodimas1-2/+2
2021-06-28smbios: convert function descriptions to Sphinx styleHeinrich Schuchardt1-5/+5
2021-06-28efi_loader: TPL_HIGH_LEVEL not allowed for CreateEventHeinrich Schuchardt2-2/+1
2021-06-11lib: rational: copy the rational fraction lib routines from LinuxTero Kristo3-0/+108
2021-06-09efi_loader: fix Sphinx warningHeinrich Schuchardt1-1/+1
2021-06-09efi_loader: efi_capsule_delete_file() NULL dereferenceHeinrich Schuchardt1-1/+2
2021-06-09efi_loader: partition numbers are hexadecimalHeinrich Schuchardt2-3/+3
2021-06-08display_options: Split print_buffer() into two functionsSimon Glass1-45/+70
2021-06-08hexdump: Allow ctrl-c to interrupt outputSimon Glass1-4/+9
2021-06-08hexdump: Support any rowsizeSimon Glass1-3/+9
2021-06-08hexdump: Add support for sandboxSimon Glass1-1/+4
2021-06-08hexdump: Move API to header fileSimon Glass1-75/+3
2021-06-08display_options: Drop two spaces before the ASCII columnSimon Glass1-1/+1
2021-06-07lmb: add lmb_dump_region() functionPatrick Delaunay1-20/+20
2021-06-07lmb: add lmb_is_reserved_flagsPatrick Delaunay1-2/+7
2021-06-07lmb: Add support of flags for no-map propertiesPatrick Delaunay1-9/+43
2021-06-01fastboot: Fix overflow when calculating chunk sizeWIP/01Jun2021Sean Anderson1-8/+9
2021-05-28efi_loader: add PE/COFF image measurementMasahisa Kojima3-26/+244
2021-05-28efi_loader: Work-around build issue due to missing hash_calculate()Alexandru Gagniuc2-1/+3
2021-05-28Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc3-6/+1
2021-05-28efi_loader: Fix coverity warnings for efi tcg2 protocolIlias Apalodimas1-2/+5
2021-05-25efi_loader: Fix -Wextra warning for EFI TCG2Ilias Apalodimas1-18/+22
2021-05-25efi_loader: path length in efi_dp_from_name()Heinrich Schuchardt1-2/+7
2021-05-25efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima5-68/+73
2021-05-25efi_loader: remove weak efi_get_public_key_data()Heinrich Schuchardt1-10/+0
2021-05-24sandbox: errno: avoid conflict with libc's errnoMarek Behún1-1/+3
2021-05-24lib: crc32: put the crc_table variable into efi_runtime_rodata sectionMarek Behún1-1/+2
2021-05-24efi_selftest: compiler flags for efi_selftest_miniapp_exception.oMarek Behún1-0/+2
2021-05-24string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek Behún1-4/+5
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún1-2/+2
2021-05-19lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBEDBin Meng1-1/+1
2021-05-18lib: introduce HASH_CALCULATE optionMasahisa Kojima3-1/+6