aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make ASYMMETRIC_KEY_TYPE depend on FIT_SIGNATURESimon Glass2022-04-061-0/+1
* lzma: Tidy up the function prototypeSimon Glass2022-04-062-4/+17
* fdt: sandbox: Avoid looking for an appended device treeSimon Glass2022-04-061-0/+3
* fdt: Correct condition for SEPARATE_BSSSimon Glass2022-04-061-1/+1
* abuf: Correct a corner case with abuf_realloc()Simon Glass2022-04-061-1/+3
* Merge branch 'next'Tom Rini2022-04-048-226/+588
|\
| * lib: rsa: allow rsa verify with pkey in SPLPhilippe Reynes2022-03-311-0/+19
| * lib: crypto: allow to build crypyo in SPLPhilippe Reynes2022-03-313-7/+44
| * lib: allow to build asn1 decoder and oid registry in SPLPhilippe Reynes2022-03-312-2/+21
| * lib: Kconfig: enhance the help of OID_REGISTRYPhilippe Reynes2022-03-311-0/+4
| * lib: Kconfig: enhance help for ASN1Philippe Reynes2022-03-311-1/+13
| * video: Drop references to CONFIG_VIDEO et alSimon Glass2022-03-281-1/+0
| * Merge tag 'v2022.04-rc5' into nextTom Rini2022-03-289-137/+215
| |\
| * | lib/lz4: update LZ4 decompressor moduleHuang Jianan2022-03-152-215/+487
* | | efi_loader: initrddump: Actually use the custom CFLAGSAndy Shevchenko2022-03-311-1/+1
| |/ |/|
* | efi_loader: initrddump: drain input before promptHeinrich Schuchardt2022-03-261-4/+10
* | efi_loader: nocolor command line attr for initrddump.efiHeinrich Schuchardt2022-03-261-9/+68
* | efi_loader: typo devie-pathHeinrich Schuchardt2022-03-261-1/+1
* | efi_loader: move dtbdump.c, initrddump.c to lib/efi_loaderHeinrich Schuchardt2022-03-204-13/+13
* | efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt2022-03-202-31/+9
* | efi_loader: support booting via short-form device-pathHeinrich Schuchardt2022-03-201-10/+10
* | efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt2022-03-204-10/+19
* | efi_loader: fix efi_dp_find_obj()Heinrich Schuchardt2022-03-201-49/+61
* | efi_loader: export efi_dp_shorten()Heinrich Schuchardt2022-03-201-8/+13
* | efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returnedIlias Apalodimas2022-03-201-11/+20
|/
* efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt2022-03-122-8/+8
* lib: rsa: use actual OpenSSL 1.1.0 EVP MD APIWIP/2022-03-04-assorted-minor-fixesYann Droneaud2022-03-041-5/+3
* efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima2022-02-261-12/+1
* efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu2022-02-261-2/+16
* efi_loader: use efi_update_capsule_firmware() for capsule on diskMasami Hiramatsu2022-02-261-1/+1
* efi_loader: fix uefi secure boot with intermediate certsIlias Apalodimas2022-02-261-6/+5
* efi_loader: fix dual signed image certificationIlias Apalodimas2022-02-111-70/+18
* acpi: Move MCFG implementation to common libMoritz Fischer2022-02-092-0/+65
* efi: Drop unnecessary calls to blk_find_device()Simon Glass2022-02-051-12/+2
* efi: Use device_get_uclass_id() where appropriateSimon Glass2022-02-051-5/+5
* efi_loader: add handle for UARTHeinrich Schuchardt2022-02-051-27/+25
* efi_loader: fix text output for Uart() DP nodesHeinrich Schuchardt2022-02-051-9/+19
* efi_loader: use %zu to print efi_uintn_t in FMP driverHeinrich Schuchardt2022-02-051-2/+2
* efi_loader: use %zu not %zd to print efi_uintn_tHeinrich Schuchardt2022-02-051-3/+3
* efi_loader: fix device path to text protocolHeinrich Schuchardt2022-02-051-4/+13
* lib: fix snprintf() for UTF-16 stringsHeinrich Schuchardt2022-02-051-2/+12
* efi_selftest: merge FDT and RISC-V testsHeinrich Schuchardt2022-02-053-135/+57
* efi_selftest: unit test for RISCV_EFI_BOOT_PROTOCOLSunil V L2022-02-052-0/+120
* treewide: Use 16-bit Unicode stringsSimon Glass2022-02-032-3/+3
* efi: Use 16-bit unicode stringsSimon Glass2022-02-0331-250/+250
* Merge tag 'efi-2022-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Jan2022Tom Rini2022-01-2945-98/+219
|\
| * efi_loader: hash the image once before checking against db/dbxIlias Apalodimas2022-01-291-1/+4
| * efi_loader: correctly handle mixed hashes and signatures in dbIlias Apalodimas2022-01-292-11/+46
| * lib: allow printing RISC-V EFI Boot Protocol GUIDHeinrich Schuchardt2022-01-291-0/+6
| * efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L2022-01-294-0/+77