summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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 APIYann 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...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