]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commitac3428fcc7b93787c07fa69ff915ba17c643c8f9
treea794e67bd9124e280768fe61551f0b1229ec10ac
parentf96e5133184aac377b54bd61f8abf78710f2ee56
parent1d9aa4a283daa1e609130b5457c9857d62f1d1cb
Merge tag 'efi-master-05122024' of https://source.denx.de/u-boot/custodians/u-boot-tpm

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.