aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2022-03-31lib: rsa: allow rsa verify with pkey in SPLPhilippe Reynes1-0/+19
2022-03-31lib: crypto: allow to build crypyo in SPLPhilippe Reynes3-7/+44
2022-03-31lib: allow to build asn1 decoder and oid registry in SPLPhilippe Reynes2-2/+21
2022-03-31lib: Kconfig: enhance the help of OID_REGISTRYPhilippe Reynes1-0/+4
2022-03-31lib: Kconfig: enhance help for ASN1Philippe Reynes1-1/+13
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass1-1/+0
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini9-137/+215
2022-03-26efi_loader: initrddump: drain input before promptHeinrich Schuchardt1-4/+10
2022-03-26efi_loader: nocolor command line attr for initrddump.efiHeinrich Schuchardt1-9/+68
2022-03-26efi_loader: typo devie-pathHeinrich Schuchardt1-1/+1
2022-03-20efi_loader: move dtbdump.c, initrddump.c to lib/efi_loaderHeinrich Schuchardt4-13/+13
2022-03-20efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt2-31/+9
2022-03-20efi_loader: support booting via short-form device-pathHeinrich Schuchardt1-10/+10
2022-03-20efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt4-10/+19
2022-03-20efi_loader: fix efi_dp_find_obj()Heinrich Schuchardt1-49/+61
2022-03-20efi_loader: export efi_dp_shorten()Heinrich Schuchardt1-8/+13
2022-03-20efi_loader: Set variable attributes when EFI_BUFFER_TOO_SMALL is returnedIlias Apalodimas1-11/+20
2022-03-15lib/lz4: update LZ4 decompressor moduleHuang Jianan2-215/+487
2022-03-12efi_loader: copy GUID in InstallProtocolInterface()Heinrich Schuchardt2-8/+8
2022-03-04lib: rsa: use actual OpenSSL 1.1.0 EVP MD APIWIP/2022-03-04-assorted-minor-fixesYann Droneaud1-5/+3
2022-02-26efi_loader: update the timing of enabling and disabling EFI watchdogMasahisa Kojima1-12/+1
2022-02-26efi_loader: test/py: Reset system after capsule update on diskMasami Hiramatsu1-2/+16
2022-02-26efi_loader: use efi_update_capsule_firmware() for capsule on diskMasami Hiramatsu1-1/+1
2022-02-26efi_loader: fix uefi secure boot with intermediate certsIlias Apalodimas1-6/+5
2022-02-11efi_loader: fix dual signed image certificationIlias Apalodimas1-70/+18
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer2-0/+65
2022-02-05efi: Drop unnecessary calls to blk_find_device()Simon Glass1-12/+2
2022-02-05efi: Use device_get_uclass_id() where appropriateSimon Glass1-5/+5
2022-02-05efi_loader: add handle for UARTHeinrich Schuchardt1-27/+25
2022-02-05efi_loader: fix text output for Uart() DP nodesHeinrich Schuchardt1-9/+19
2022-02-05efi_loader: use %zu to print efi_uintn_t in FMP driverHeinrich Schuchardt1-2/+2
2022-02-05efi_loader: use %zu not %zd to print efi_uintn_tHeinrich Schuchardt1-3/+3
2022-02-05efi_loader: fix device path to text protocolHeinrich Schuchardt1-4/+13
2022-02-05lib: fix snprintf() for UTF-16 stringsHeinrich Schuchardt1-2/+12
2022-02-05efi_selftest: merge FDT and RISC-V testsHeinrich Schuchardt3-135/+57
2022-02-05efi_selftest: unit test for RISCV_EFI_BOOT_PROTOCOLSunil V L2-0/+120
2022-02-03treewide: Use 16-bit Unicode stringsSimon Glass2-3/+3
2022-02-03efi: Use 16-bit unicode stringsSimon Glass31-250/+250
2022-01-29Merge tag 'efi-2022-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Jan2022Tom Rini45-98/+219
2022-01-29efi_loader: hash the image once before checking against db/dbxIlias Apalodimas1-1/+4
2022-01-29efi_loader: correctly handle mixed hashes and signatures in dbIlias Apalodimas2-11/+46
2022-01-29lib: allow printing RISC-V EFI Boot Protocol GUIDHeinrich Schuchardt1-0/+6
2022-01-29efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L4-0/+77
2022-01-29efi_loader: correct function comment styleHeinrich Schuchardt38-86/+86
2022-01-28rsa: adds rsa3072 algorithmJamin Lin1-0/+6
2022-01-27Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini14-94/+471
2022-01-26lib/circbuf: Make circbuf selectable symbolLoic Poulain2-1/+10
2022-01-26image: Return destination node for add_verify_data() methodSimon Glass2-3/+6
2022-01-26rsa: Add debugging for failure casesSimon Glass1-3/+10
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass1-0/+5