diff options
| author | Tom Rini <[email protected]> | 2024-06-28 13:55:10 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-28 13:55:10 -0600 |
| commit | 8937bb265a7f2251c1bd999784a4ef10e9c6080d (patch) | |
| tree | 861f7c1fa3ac8f1da27b840aeb7407fbc01ba411 /boot | |
| parent | efee71ab4d51e4ee68960a93b0c23682be040bd9 (diff) | |
| parent | d780965927d4b176857895b5d64fae85ccd04eb8 (diff) | |
Merge patch series "Bug-fixes for a few boards (reduced series)"
Simon Glass <[email protected]> says:
This series includes fixes to get some rockchip and nvidia boards
working again. It also drops the broken Beaglebone Black config and
provides a devicetree fix for coral (x86).
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 36bdc83b957..4c9d2c0f79a 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -734,6 +734,10 @@ config LEGACY_IMAGE_FORMAT config MEASURED_BOOT bool "Measure boot images and configuration when booting without EFI" depends on HASH && TPM_V2 + select SHA1 + select SHA256 + select SHA384 + select SHA512 help This option enables measurement of the boot process when booting without UEFI . Measurement involves creating cryptographic hashes |
