Re: [PATCH 6/6] board: qemu-arm: select TPM_PCR_ALLOCATE

2025-01-16 Thread Ilias Apalodimas
On Wed, 15 Jan 2025 at 22:02, Raymond Mao wrote: > > Enable PCR allocate and system reboot when algorithms don't match > among the values from TPM device, U-Boot support and evenlog. > > Signed-off-by: Raymond Mao > --- > configs/qemu_arm64_defconfig | 1 + > 1 file changed, 1 insertion(+) > > d

[PATCH 6/6] board: qemu-arm: select TPM_PCR_ALLOCATE

2025-01-15 Thread Raymond Mao
Enable PCR allocate and system reboot when algorithms don't match among the values from TPM device, U-Boot support and evenlog. Signed-off-by: Raymond Mao --- configs/qemu_arm64_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defcon