]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Merge tag 'efi-master-05122024' of https://source.denx.de/u-boot/custodians/u-boot-tpm
authorTom Rini <trini@konsulko.com>
Thu, 5 Dec 2024 14:10:51 +0000 (08:10 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 5 Dec 2024 14:10:51 +0000 (08:10 -0600)
CI: https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/23719

Two fixes for the EFI subsystem coming via the TPM tree as agreed by Heinrich

The LMB patch fixes a failure in SystemReady testing. Nothing bad happens
without the patch in the device operation, but the return values are wrong
and SCT tests fail for MemoryAllocationServicesTest category.

The second is a shielding the device against mistakes in the definition of
struct fields needed by the capsule update mechanism. Instead of crashing,
print a humna readable message of what's wrong.


Trivial merge