Skip to content

Commit 06dfa9f

Browse files
committed
use tpm1 coreboot config instead of tpm2 on qemu-coreboot-fbwhiptail-tpm1 and qemu-coreboot-fbwhiptail-tpm1-prod
Signed-off-by: Thomas Clarke <tonux@riseup.net>
1 parent 9fabe7f commit 06dfa9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

boards/qemu-coreboot-fbwhiptail-tpm1-prod/qemu-coreboot-fbwhiptail-tpm1-prod.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export CONFIG_COREBOOT=y
66
export CONFIG_COREBOOT_VERSION=24.12
77
export CONFIG_LINUX_VERSION=6.1.8
88

9-
CONFIG_COREBOOT_CONFIG=config/coreboot-qemu-tpm2-prod.config
9+
CONFIG_COREBOOT_CONFIG=config/coreboot-qemu-tpm1-prod.config
1010
CONFIG_LINUX_CONFIG=config/linux-qemu.config
1111

1212
#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)

boards/qemu-coreboot-fbwhiptail-tpm1/qemu-coreboot-fbwhiptail-tpm1.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export CONFIG_COREBOOT=y
66
export CONFIG_COREBOOT_VERSION=24.12
77
export CONFIG_LINUX_VERSION=6.1.8
88

9-
CONFIG_COREBOOT_CONFIG=config/coreboot-qemu-tpm2.config
9+
CONFIG_COREBOOT_CONFIG=config/coreboot-qemu-tpm1.config
1010
CONFIG_LINUX_CONFIG=config/linux-qemu.config
1111

1212
#Enable only one RESTRICTED/BASIC boot modes below to test them manually (we cannot inject config under QEMU (no internal flashing)

0 commit comments

Comments
 (0)