summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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...Tom 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
| * efi_loader: correct function comment styleHeinrich Schuchardt2022-01-2938-86/+86
* | rsa: adds rsa3072 algorithmJamin Lin2022-01-281-0/+6
|/
* Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2022-01-2714-94/+471
|\
| * image: Return destination node for add_verify_data() methodSimon Glass2022-01-262-3/+6
| * rsa: Add debugging for failure casesSimon Glass2022-01-261-3/+10
| * acpi: Collect tables in the acpi_item listSimon Glass2022-01-251-0/+5
| * x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass2022-01-251-0/+8
| * x86: Move device-specific ACPI tables to a writer functionSimon Glass2022-01-251-0/+12
| * x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass2022-01-251-7/+6
| * x86: Move CSRT table to a writer functionSimon Glass2022-01-252-0/+51
| * x86: Move SSDT table to a writer functionSimon Glass2022-01-252-0/+50
| * x86: Move DSDT table to a writer functionSimon Glass2022-01-254-0/+65
| * x86: Move FACS table to a writer functionSimon Glass2022-01-252-0/+34
| * x86: Move base tables to a writer functionSimon Glass2022-01-254-76/+101
| * x86: Use the ACPI table writerSimon Glass2022-01-251-1/+3
| * x86: acpi: Split out context creation from base tablesSimon Glass2022-01-253-15/+19
| * acpi: Add a linker list for ACPI tablesSimon Glass2022-01-251-0/+91
| * acpi: Use finer-grained control of ACPI-table generationSimon Glass2022-01-252-5/+5
| * efi: Correct address handling with ACPI tablesSimon Glass2022-01-251-1/+4
| * efi: Correct call to write_acpi_tables()Simon Glass2022-01-251-1/+1
| * x86: Move the acpi table to generic global_dataSimon Glass2022-01-251-1/+1
| * x86: Allow any arch to generate ACPI tablesSimon Glass2022-01-251-0/+18
* | lib/circbuf: Make circbuf selectable symbolLoic Poulain2022-01-262-1/+10
|/
* Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2022-01-2215-61/+236
|\
| * lib/crypto: Enable more algorithms in cert verificationIlias Apalodimas2022-01-191-19/+16
| * efi_loader: printing TCG2 protocol GUIDHeinrich Schuchardt2022-01-191-0/+4
| * efi_selftest: implement printing GUIDsHeinrich Schuchardt2022-01-192-4/+29
| * cmd: printenv: simplify printing GUIDsHeinrich Schuchardt2022-01-191-0/+24
| * efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt2022-01-1910-35/+35
| * cmd: efidebug: simplify printing GUIDsHeinrich Schuchardt2022-01-191-0/+116
| * lib: printf code %pUs for GUID text representationHeinrich Schuchardt2022-01-191-1/+10