aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "SMBIOS improvements"Tom Rini2025-01-142-66/+385
|\
| * smbios: add detailed smbios informationRaymond Mao2025-01-141-1/+202
| * smbios: Refactor smbios libraryRaymond Mao2025-01-142-45/+163
| * smbios: Refactor the smbios headfileRaymond Mao2025-01-141-22/+22
* | Merge tag 'tpm-master-07012025' of https://source.denx.de/u-boot/custodians/u...WIP/09Jan2025Tom Rini2025-01-092-98/+164
|\ \
| * | tpm: add kconfig control in tcg2_create_digest()Raymond Mao2025-01-071-0/+14
| * | tpm: Don't replay an EventLog if tcg2_log_parse() failsIlias Apalodimas2025-01-071-25/+31
| * | tpm: Simplify tcg2_log_init()Ilias Apalodimas2025-01-071-35/+7
| * | tpm: Simplify tcg2_create_digest()Ilias Apalodimas2025-01-071-12/+5
| * | tpm: Keep the active PCRs in the chip private dataIlias Apalodimas2025-01-071-2/+25
| * | tpm: Don't create an EventLog if algorithms are misconfiguredIlias Apalodimas2025-01-072-1/+49
| * | tpm: add flag in hash_algo_list and API to check if algorithm is supportedRaymond Mao2025-01-072-9/+22
| * | tpm: refactor tcg2_get_pcr_info()Raymond Mao2025-01-071-11/+8
| * | tpm: Rename tpm2_allow_extend()Ilias Apalodimas2025-01-071-2/+2
| * | tpm: Rename tpm2_is_active_pcr()Ilias Apalodimas2025-01-072-3/+3
* | | efi_loader: Expose efi_reinstall_protocol_interface in efi_loader.hAdriano Cordova2025-01-051-1/+1
* | | efi_loader: Update startimage_exit self-test to check errorSimon Glass2025-01-051-2/+4
* | | efi_loader: fix pe reloc pointer overrunAleksandar Gerasimovski2025-01-051-1/+1
* | | efi_loader: Don't warn if the TCG2 FinalEvents table is not installedIlias Apalodimas2025-01-051-1/+1
* | | efi_loader: avoid writing message in Exit() boot serviceHeinrich Schuchardt2025-01-051-4/+3
* | | Merge patch series "Add 'trace wipe'"Tom Rini2025-01-011-14/+33
|\ \ \
| * | | trace: add support for 'trace wipe'Jerome Forissier2024-12-311-14/+33
* | | | Merge patch series "Keep the access to dtb_dt_embedded() within fdtdec"Tom Rini2024-12-311-2/+24
|\ \ \ \
| * | | | fdtdec: dtb_dt_embedded: replace ifdefs by IS_ENABLED()Evgeny Bachinin2024-12-311-9/+9
| * | | | fdtdec: encapsulate dtb_dt_embedded() withinEvgeny Bachinin2024-12-311-2/+24
* | | | | lmb: Rename _lmb_alloc_addr() to lmb_alloc_addr_flags()Ilias Apalodimas2024-12-301-6/+1
* | | | | lmb: Remove lmb_alloc_base_flags()Ilias Apalodimas2024-12-302-18/+5
* | | | | lmb: Remove lmb_alloc_addr_flags()Ilias Apalodimas2024-12-302-14/+3
* | | | | lmb: Remove lmb_add_region()Ilias Apalodimas2024-12-301-7/+1
* | | | | lmb: Rename free_mem to available_memIlias Apalodimas2024-12-301-17/+17
* | | | | lmb: Remove lmb_reserve_flags()Ilias Apalodimas2024-12-301-17/+11
* | | | | lmb: Move enum lmb_flags to a u32Ilias Apalodimas2024-12-301-9/+9
* | | | | lmb: Remove lmb_align_down()Ilias Apalodimas2024-12-301-10/+5
* | | | | lmb: Improve kernel-doc commentsSam Protsenko2024-12-301-55/+0
* | | | | lmb: Improve coding styleSam Protsenko2024-12-301-10/+17
* | | | | lmb: Make const flag_str[] in lmb_print_region_flags() more constSam Protsenko2024-12-301-1/+2
* | | | | lmb: Fix flags data type in lmb_add_region_flags()Sam Protsenko2024-12-301-1/+1
* | | | | Merge patch series "vbe: Series part E"WIP/27Dec2024-nextTom Rini2024-12-273-6/+65
|\ \ \ \ \
| * | | | | hash: Plumb crc8 into the hash functionsSimon Glass2024-12-271-0/+6
| * | | | | lib: Allow crc8 in TPL and VPLSimon Glass2024-12-271-0/+18
| * | | | | spl: lib: Allow for decompression in any SPL buildSimon Glass2024-12-272-6/+41
* | | | | | Merge tag 'v2025.01-rc5' into nextWIP/25Dec2024-nextTom Rini2024-12-251-13/+13
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | lmb: Return -EEXIST in lmb_add_region_flags() if region already addedSam Protsenko2024-12-121-13/+13
| | |/ / / | |/| | |
* | | | | aes: Allow to store randomly generated IV in the FITPaul HENRYS2024-12-191-0/+7
| |/ / / |/| | |
* | | | fdt: Swap the signature for board_fdt_blob_setup()Simon Glass2024-12-181-4/+10
* | | | fdt: Correct condition for receiving bloblistSimon Glass2024-12-181-1/+1
* | | | smbios: address build warningWIP/15Dec2024-nextPeng Fan2024-12-151-0/+1
* | | | Revert "Merge patch series "vbe: Series part E""Tom Rini2024-12-123-65/+6
* | | | Merge patch series "vbe: Series part E"Tom Rini2024-12-123-6/+65
|\ \ \ \
| * | | | hash: Plumb crc8 into the hash functionsSimon Glass2024-12-121-0/+6