summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2021-10-26efi_loader: add DeployedMode and AuditMode variable measurementMasahisa Kojima1-8/+25
2021-10-26efi_loader: simplify tcg2_measure_secure_boot_variable()Masahisa Kojima1-42/+18
2021-10-26efi_loader: add UEFI GPT measurementMasahisa Kojima3-2/+173
2021-10-26lib: uuid: fix the test on RNG device presencePatrick Delaunay1-1/+1
2021-10-26lib: rsa: rsa-verify: also check that padding is not NULLPhilippe Reynes1-1/+1
2021-10-26efi_loader: add SMBIOS table measurementMasahisa Kojima5-12/+229
2021-10-25efi_loader: simplify tcg2_measure_secure_boot_variable()Heinrich Schuchardt1-16/+13
2021-10-25efi_loader: simplify efi_sigstore_parse_sigdb()Heinrich Schuchardt1-33/+5
2021-10-25efi_loader: function to get GUID for variable nameHeinrich Schuchardt1-0/+9
2021-10-25efi_loader: treat UEFI variable name as constHeinrich Schuchardt5-16/+23
2021-10-25efi_loader: capsule: add back efi_get_public_key_data()AKASHI Takahiro1-0/+36
2021-10-25efi_loader: add missing const qualifierMasahisa Kojima1-2/+3
2021-10-22Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini10-191/+152
2021-10-21efi_loader: efi_dp_from_lo() should skip VenMedia nodeHeinrich Schuchardt2-15/+6
2021-10-21efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt2-2/+6