summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Create a new Kconfig option for charset conversionSimon Glass2021-07-282-1/+9
* lib: strto: add simple_strtoll functionRoland Gaudig2021-07-271-0/+8
* efi_loader: remove asm/setjmp.h from efi_api.hAKASHI Takahiro2021-07-241-0/+1
* efi_loader: capsule: remove authentication dataAKASHI Takahiro2021-07-241-13/+57
* efi_loader: capsule: remove unused guidAKASHI Takahiro2021-07-241-3/+0
* smbios: error handling for invalid addressesHeinrich Schuchardt2021-07-242-8/+11
* smbios: Fix calculating BIOS Release DatePali Rohár2021-07-241-0/+23
* lib: wrap crypt API to hide errno usageSteffen Jaeckel2021-07-236-35/+74
* lib: add crypt subsystemSteffen Jaeckel2021-07-2310-0/+813
* efi_capsule: Move signature from DTB to .rodataIlias Apalodimas2021-07-184-3/+47
* efi_loader: increase eventlog buffer sizeMasahisa Kojima2021-07-181-1/+1
* efi_loader: Use %pD to log device-path instead of local efi_dp_str()Masami Hiramatsu2021-07-181-5/+1
* efi_loader: set partition GUID in device path for SIG_TYPE_GUIDAlfonso Sánchez-Beato2021-07-182-2/+9
* image: rsa: Move verification algorithm to a linker listAlexandru Gagniuc2021-07-161-0/+16
* image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass2021-07-162-3/+3
* lib/vsprintf.c: remove unused ip6_addr_string()Rasmus Villemoes2021-07-151-1/+5
* lib/vsprintf.c: remove stale commentRasmus Villemoes2021-07-151-3/+0
* lib/vsprintf.c: implement printf() in terms of vprintf()Rasmus Villemoes2021-07-151-12/+1
* tpm: Check outgoing command sizeSimon Glass2021-07-151-0/+5
* lib: move rtc-lib.c to libHeinrich Schuchardt2021-07-142-0/+78
* efi_loader: Fix to set bootdev_root correctly if bootdev foundMasami Hiramatsu2021-07-121-1/+2
* efi_loader: set CapsuleLast after each capsuleHeinrich Schuchardt2021-07-121-12/+13
* efi_loader: missing EFI_CALL() in set_capsule_resultHeinrich Schuchardt2021-07-121-5/+5
* efi_loader: rework messages for capsule updatesHeinrich Schuchardt2021-07-121-13/+15
* efi_loader: provide file attributes in EFI_FILE_PROTOCOL.Read()Heinrich Schuchardt2021-07-121-0/+15
* lib: remove superfluous #ifdefs from date.cHeinrich Schuchardt2021-07-121-6/+0
* 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