summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-02-11efi_loader: fix dual signed image certificationIlias Apalodimas
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer
2022-02-05efi: Drop unnecessary calls to blk_find_device()Simon Glass
2022-02-05efi: Use device_get_uclass_id() where appropriateSimon Glass
2022-02-05efi_loader: add handle for UARTHeinrich Schuchardt
2022-02-05efi_loader: fix text output for Uart() DP nodesHeinrich Schuchardt
2022-02-05efi_loader: use %zu to print efi_uintn_t in FMP driverHeinrich Schuchardt
2022-02-05efi_loader: use %zu not %zd to print efi_uintn_tHeinrich Schuchardt
2022-02-05efi_loader: fix device path to text protocolHeinrich Schuchardt
2022-02-05lib: fix snprintf() for UTF-16 stringsHeinrich Schuchardt
2022-02-05efi_selftest: merge FDT and RISC-V testsHeinrich Schuchardt
2022-02-05efi_selftest: unit test for RISCV_EFI_BOOT_PROTOCOLSunil V L
2022-02-03treewide: Use 16-bit Unicode stringsSimon Glass
2022-02-03efi: Use 16-bit unicode stringsSimon Glass
2022-01-29Merge tag 'efi-2022-04-rc1-3' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-01-29efi_loader: hash the image once before checking against db/dbxIlias Apalodimas
2022-01-29efi_loader: correctly handle mixed hashes and signatures in dbIlias Apalodimas
2022-01-29lib: allow printing RISC-V EFI Boot Protocol GUIDHeinrich Schuchardt
2022-01-29efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL supportSunil V L
2022-01-29efi_loader: correct function comment styleHeinrich Schuchardt
2022-01-28rsa: adds rsa3072 algorithmJamin Lin
2022-01-27Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2022-01-26lib/circbuf: Make circbuf selectable symbolLoic Poulain
2022-01-26image: Return destination node for add_verify_data() methodSimon Glass
2022-01-26rsa: Add debugging for failure casesSimon Glass
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass
2022-01-25x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass
2022-01-25x86: Move device-specific ACPI tables to a writer functionSimon Glass
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass
2022-01-25x86: Move CSRT table to a writer functionSimon Glass
2022-01-25x86: Move SSDT table to a writer functionSimon Glass
2022-01-25x86: Move DSDT table to a writer functionSimon Glass
2022-01-25x86: Move FACS table to a writer functionSimon Glass
2022-01-25x86: Move base tables to a writer functionSimon Glass
2022-01-25x86: Use the ACPI table writerSimon Glass
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass
2022-01-25acpi: Add a linker list for ACPI tablesSimon Glass
2022-01-25acpi: Use finer-grained control of ACPI-table generationSimon Glass
2022-01-25efi: Correct address handling with ACPI tablesSimon Glass
2022-01-25efi: Correct call to write_acpi_tables()Simon Glass
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass
2022-01-25x86: Allow any arch to generate ACPI tablesSimon Glass
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-19lib/crypto: Enable more algorithms in cert verificationIlias Apalodimas
2022-01-19efi_loader: printing TCG2 protocol GUIDHeinrich Schuchardt
2022-01-19efi_selftest: implement printing GUIDsHeinrich Schuchardt
2022-01-19cmd: printenv: simplify printing GUIDsHeinrich Schuchardt
2022-01-19efi_loader: use %pUs for printing GUIDsHeinrich Schuchardt
2022-01-19cmd: efidebug: simplify printing GUIDsHeinrich Schuchardt