summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-12-23fdt: Add a Kconfig for boards with a prior stageSimon Glass1-0/+1
2021-12-23fdt: Report the devicetree sourceSimon Glass1-0/+13
2021-12-23fdt: Record where the devicetree came fromSimon Glass1-5/+15
2021-12-23fdt: Don't call board_fdt_blob_setup() without OF_BOARDSimon Glass1-9/+12
2021-12-23fdt: Drop remaining preprocessor macros in fdtdec_setup()Simon Glass1-9/+11
2021-12-23fdt: Drop OF_CONTROL check in fdtdec_setup()Simon Glass1-5/+3
2021-12-23fdt: Use if() for fdtcontroladdr checkSimon Glass1-5/+4
2021-12-23fdt: Drop #ifdef around board_fdt_blob_setup()Simon Glass1-2/+0
2021-12-23fdt: Drop CONFIG_SPL_BUILD check in fdtdec_setup()Simon Glass1-5/+1
2021-12-23fdt: Drop #ifdefs with MULTI_DTB_FITSimon Glass1-20/+11
2021-12-23fdt: Move MULTI_DTB_FIT handling out of fdtdec_setup()Simon Glass1-24/+38
2021-12-21Merge tag 'v2022.01-rc4' into nextTom Rini8-104/+578
2021-12-17Convert CONFIG_PHYSMEM to KconfigSimon Glass1-0/+10
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass2-8/+8
2021-12-09efi_loader: correctly handle no tpm device errorMasahisa Kojima3-8/+18
2021-12-09efi_loader: check tcg2 protocol installation outside the TCG protocolMasahisa Kojima1-0/+18
2021-12-09efi_loader: efi_tcg2_register returns appropriate errorMasahisa Kojima3-18/+53
2021-11-30efi_loader: Extend PCR's for firmware measurementsRuchika Gupta1-0/+76
2021-11-30tpm: use more algorithms than sha256 on pcr_readRuchika Gupta1-4/+8
2021-11-30efi_loader: Add check for event log passed from firmwareRuchika Gupta1-69/+400
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini11-109/+205
2021-11-26efi_selftest: simplify endian conversion for FDT testHeinrich Schuchardt1-7/+8
2021-11-26efi_loader: segfault in efi_clear_os_indications()Heinrich Schuchardt2-50/+31
2021-11-26efi_loader: efi_disk_register() should not failHeinrich Schuchardt1-2/+2
2021-11-26efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini1-3/+1
2021-11-20efi_loader: startup the tpm device when installing the protocolIlias Apalodimas1-0/+9
2021-11-20efi_loader: fix FinalEvents table if an EFI app invoked GetEventLogIlias Apalodimas1-29/+70
2021-11-20efi_selftest: unit test for EFI_GROUP_BEFORE_EXIT_BOOT_SERVICEHeinrich Schuchardt1-11/+56
2021-11-20efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICESHeinrich Schuchardt1-0/+13
2021-11-20efi_loader: capsule: Record capsule result only if capsule is readMasami Hiramatsu1-3/+3
2021-11-20efi_loader: Reduce efi_tcg2 logging statementMasahisa Kojima1-1/+1
2021-11-20lmb: fix typo 'commun'Heinrich Schuchardt1-1/+1
2021-11-20Merge tag 'tpm-19112021' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini1-2/+2
2021-11-19arm64: Add missing GD_FLG_SKIP_RELOC handlingMarek Vasut1-0/+3
2021-11-19lmb: Reserve U-Boot separately if relocation is disabledMarek Vasut1-0/+5
2021-11-18crypto: aspeed: Add AST2600 ACRY supportChia-Wei Wang1-1/+9
2021-11-17cmd: tpm-v1: fix load_key_by_sha1 compile errorsMathew McBride1-2/+2
2021-11-14Merge tag 'efi-2022-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini1-2/+2
2021-11-12lib: Add a function to convert a string to a hex valueSimon Glass1-2/+18
2021-11-10efi_loader: fix BootOrder variable measurement handlingMasahisa Kojima1-2/+2
2021-11-07efi_selftest: add selftest for EFI_TCG2_PROTOCOL and Measured BootMasahisa Kojima7-1/+2023
2021-11-07efi: Add a way to obtain boot services in the appSimon Glass1-0/+10
2021-11-07x86: Don't duplicate global_ptr in 64-bit EFI appSimon Glass1-0/+9
2021-11-07efi: Create a 64-bit appSimon Glass1-0/+1
2021-11-07x86: Create a 32/64-bit selection for the appSimon Glass1-8/+26
2021-11-07efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommandMasahisa Kojima2-6/+38
2021-11-07efi_loader: use byteshift unaligned access helperMasahisa Kojima1-1/+2
2021-11-07efi_loader: capsule: drop __weak from efi_get_public_key_data()AKASHI Takahiro1-1/+1
2021-10-27sandbox: Remove OF_HOSTFILEIlias Apalodimas1-7/+7
2021-10-27Merge tag 'efi-2022-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini12-111/+514