summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next'Tom Rini2021-07-056-153/+267
|\
| * Merge tag 'v2021.07-rc5' into nextTom Rini2021-06-285-5/+8
| |\
| * | lib: rational: copy the rational fraction lib routines from LinuxTero Kristo2021-06-113-0/+108
| * | display_options: Split print_buffer() into two functionsSimon Glass2021-06-081-45/+70
| * | hexdump: Allow ctrl-c to interrupt outputSimon Glass2021-06-081-4/+9
| * | hexdump: Support any rowsizeSimon Glass2021-06-081-3/+9
| * | hexdump: Add support for sandboxSimon Glass2021-06-081-1/+4
| * | hexdump: Move API to header fileSimon Glass2021-06-081-75/+3
| * | display_options: Drop two spaces before the ASCII columnSimon Glass2021-06-081-1/+1
| * | lmb: add lmb_dump_region() functionPatrick Delaunay2021-06-071-20/+20
| * | lmb: add lmb_is_reserved_flagsPatrick Delaunay2021-06-071-2/+7
| * | lmb: Add support of flags for no-map propertiesPatrick Delaunay2021-06-071-9/+43
* | | efi_loader: Allow capsule update on-disk without checking OsIndicationsIlias Apalodimas2021-07-022-8/+38
* | | efi_loader: clear OsIndicationsHeinrich Schuchardt2021-07-021-1/+39
* | | efi_loader: Improve the parameter check for QueryVariableInfo()Masami Hiramatsu2021-07-021-0/+13
* | | efi_loader: missing parentheses in query_console_sizeHeinrich Schuchardt2021-07-021-1/+1
* | | efi_loader: Always install FMPsIlias Apalodimas2021-07-022-8/+9
* | | efi_loader: Force a single FMP instance per hardware storeIlias Apalodimas2021-07-021-23/+22
* | | efi: Fix to use null handle to create new handle for efi_fmp_rawMasami Hiramatsu2021-07-021-1/+1
* | | Merge tag 'efi-2021-07-rc5-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-06-293-9/+18
|\ \ \ | |_|/ |/| |
| * | smbios: Fix SMBIOS tablesIlias Apalodimas2021-06-281-0/+10
| * | smbios: Fix BIOS Characteristics Extension Byte 2Ilias Apalodimas2021-06-281-2/+2
| * | smbios: convert function descriptions to Sphinx styleHeinrich Schuchardt2021-06-281-5/+5
| * | efi_loader: TPL_HIGH_LEVEL not allowed for CreateEventHeinrich Schuchardt2021-06-282-2/+1
* | | arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=yKunihiko Hayashi2021-06-281-0/+2
|/ /
* | efi_loader: fix Sphinx warningHeinrich Schuchardt2021-06-091-1/+1
* | efi_loader: efi_capsule_delete_file() NULL dereferenceHeinrich Schuchardt2021-06-091-1/+2
* | efi_loader: partition numbers are hexadecimalHeinrich Schuchardt2021-06-092-3/+3
|/
* fastboot: Fix overflow when calculating chunk sizeSean Anderson2021-06-011-8/+9
* efi_loader: add PE/COFF image measurementMasahisa Kojima2021-05-283-26/+244
* efi_loader: Work-around build issue due to missing hash_calculate()Alexandru Gagniuc2021-05-282-1/+3
* Revert "lib: introduce HASH_CALCULATE option"Alexandru Gagniuc2021-05-283-6/+1
* efi_loader: Fix coverity warnings for efi tcg2 protocolIlias Apalodimas2021-05-281-2/+5
* efi_loader: Fix -Wextra warning for EFI TCG2Ilias Apalodimas2021-05-251-18/+22
* efi_loader: path length in efi_dp_from_name()Heinrich Schuchardt2021-05-251-2/+7
* efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima2021-05-255-68/+73
* efi_loader: remove weak efi_get_public_key_data()Heinrich Schuchardt2021-05-251-10/+0
* sandbox: errno: avoid conflict with libc's errnoMarek Behún2021-05-241-1/+3
* lib: crc32: put the crc_table variable into efi_runtime_rodata sectionMarek Behún2021-05-241-1/+2
* efi_selftest: compiler flags for efi_selftest_miniapp_exception.oMarek Behún2021-05-241-0/+2
* string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek Behún2021-05-241-4/+5
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2021-05-241-2/+2
* lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBEDBin Meng2021-05-191-1/+1
* lib: introduce HASH_CALCULATE optionMasahisa Kojima2021-05-183-1/+6
* efi_loader: Fix Kconfig for EFI_TCG2 protocolIlias Apalodimas2021-05-181-0/+6
* efi_loader: Don't stop EFI subsystem init if installing TCG2 failsIlias Apalodimas2021-05-181-5/+28
* efi_loader: Uninstall the TCG2 protocol if logging s-crtm failsIlias Apalodimas2021-05-181-5/+3
* efi_loader: Clean up tcg2 once in case of failureIlias Apalodimas2021-05-181-4/+0
* efi_loader: loosen buffer parameter check in efi_file_read_intPeng Fan2021-05-181-1/+1
* efi_loader: capsule: Remove the check for capsule_authentication_enabled envi...Sughosh Ganu2021-05-181-3/+2