aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
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...WIP/22Jan2022Tom 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...WIP/15Jan2022Tom 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'WIP/10Jan2022Tom Rini8-87/+374
2022-01-10lib/rsa: avoid -Wdiscarded-qualifiersHeinrich Schuchardt1-1/+1
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...WIP/09Jan2022-nextTom Rini3-0/+7
2021-12-31efi: Show when allocated pages are usedSimon Glass1-1/+2
2021-12-31efi: Check for failure when initing the appSimon Glass1-2/+5
2021-12-31efi: Share struct efi_priv between the app and stub codeSimon Glass3-22/+35
2021-12-31efi: Add a few comments to the stubSimon Glass1-0/+29
2021-12-31efi: Locate all block devices in the appSimon Glass1-0/+198
2021-12-31efi: Make unicode printf available to the appSimon Glass2-6/+5
2021-12-31efi_loader: Don't limit the StMM buffer size explicitlyIlias Apalodimas1-11/+5