summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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...Tom 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-29rsa: 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-27lib/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
2022-01-25x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass1-0/+8
2022-01-25x86: Move device-specific ACPI tables to a writer functionSimon Glass1-0/+12
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass1-7/+6
2022-01-25x86: Move CSRT table to a writer functionSimon Glass2-0/+51
2022-01-25x86: Move SSDT table to a writer functionSimon Glass2-0/+50
2022-01-25x86: Move DSDT table to a writer functionSimon Glass4-0/+65
2022-01-25x86: Move FACS table to a writer functionSimon Glass2-0/+34
2022-01-25x86: Move base tables to a writer functionSimon Glass4-76/+101
2022-01-25x86: Use the ACPI table writerSimon Glass1-1/+3
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass3-15/+19
2022-01-25acpi: Add a linker list for ACPI tablesSimon Glass1-0/+91
2022-01-25acpi: Use finer-grained control of ACPI-table generationSimon Glass2-5/+5
2022-01-25efi: Correct address handling with ACPI tablesSimon Glass1-1/+4
2022-01-25efi: Correct call to write_acpi_tables()Simon Glass1-1/+1
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-1/+1
2022-01-25x86: Allow any arch to generate ACPI tablesSimon Glass1-0/+18
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini15-61/+236
2022-01-19doc: replace @return by Return:Heinrich Schuchardt32-86/+86
2022-01-19lib/crypto: Enable more algorithms in cert verificationIlias Apalodimas1-19/+16
2022-01-19efi_loader: printing TCG2 protocol GUIDHeinrich Schuchardt1-0/+4
2022-01-19efi_selftest: implement printing GUIDsHeinrich Schuchardt2-4/+29
2022-01-19cmd: printenv: simplify printing GUIDsHeinrich Schuchardt1-0/+24
2022-01-19efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt10-35/+35
2022-01-19cmd: efidebug: simplify printing GUIDsHeinrich Schuchardt1-0/+116
2022-01-19lib: printf code %pUs for GUID text representationHeinrich Schuchardt1-1/+10
2022-01-19lib: compile uuid_guid_get_str if CONFIG_LIB_UUID=yHeinrich Schuchardt1-2/+2
2022-01-18lib: add BLAKE2 hash supportQu Wenruo4-0/+483
2022-01-15Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini5-57/+163
2022-01-15efi: Support the efi command in the appSimon Glass1-0/+33
2022-01-15efi: Move exit_boot_services into a functionSimon Glass3-55/+92
2022-01-15efidebug: avoid 'dfu_alt_info not defined' messageHeinrich Schuchardt1-2/+5
2022-01-15efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas1-0/+33
2022-01-14lib: Kconfig: fix PHANDLE_CHECK_SEQ position outside of menuEugen Hristev1-2/+2
2022-01-14lib: sparse: Make CHUNK_TYPE_RAW buffer alignedqianfan Zhao1-8/+61
2022-01-10Merge branch 'next'Tom Rini8-87/+374
2022-01-10lib/rsa: avoid -Wdiscarded-qualifiersHeinrich Schuchardt1-1/+1