From ddfe71a366469f090d859d1e97b57ee184f6ba25 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 26 Apr 2024 05:10:12 +0100 Subject: 9020 sff/mt: actually enable the TPM (by default) i added mkukri's patch but didn't enable it. this was intentional. this patch enables tpm by default, on all 9020 sff/mt targets. most users probably won't need it, but enabling it won't hurt. Signed-off-by: Leah Rowe --- .../coreboot/dell9020sffbmrc_12mb/config/libgfxinit_txtmode | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'config/coreboot/dell9020sffbmrc_12mb/config/libgfxinit_txtmode') diff --git a/config/coreboot/dell9020sffbmrc_12mb/config/libgfxinit_txtmode b/config/coreboot/dell9020sffbmrc_12mb/config/libgfxinit_txtmode index 297aa07b..0586764c 100644 --- a/config/coreboot/dell9020sffbmrc_12mb/config/libgfxinit_txtmode +++ b/config/coreboot/dell9020sffbmrc_12mb/config/libgfxinit_txtmode @@ -183,6 +183,7 @@ CONFIG_GFX_GMA_PANEL_1_ON_EDP=y CONFIG_DRIVERS_UART_8250IO=y CONFIG_PC_CMOS_BASE_PORT_BANK1=0x72 CONFIG_EC_GPE_SCI=0x50 +# CONFIG_TPM_MEASURED_BOOT is not set CONFIG_BOARD_ROMSIZE_KB_12288=y # CONFIG_COREBOOT_ROMSIZE_KB_256 is not set # CONFIG_COREBOOT_ROMSIZE_KB_512 is not set @@ -425,6 +426,8 @@ CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_SST=y CONFIG_SPI_FLASH_ISSI=y CONFIG_HAVE_EM100PRO_SPI_CONSOLE_SUPPORT=y +CONFIG_TPM_INIT_RAMSTAGE=y +# CONFIG_TPM_PPI is not set CONFIG_DRIVERS_UART=y # CONFIG_DRIVERS_UART_OXPCIE is not set CONFIG_HAVE_USBDEBUG=y @@ -480,9 +483,12 @@ CONFIG_DRIVERS_WIFI_GENERIC=y # # Trusted Platform Module # -CONFIG_NO_TPM=y -# CONFIG_TPM1 is not set +# CONFIG_NO_TPM is not set +CONFIG_TPM1=y +CONFIG_TPM=y CONFIG_MAINBOARD_HAS_TPM1=y +# CONFIG_TPM_DEACTIVATE is not set +# CONFIG_DEBUG_TPM is not set # CONFIG_TPM_RDRESP_NEED_DELAY is not set CONFIG_PCR_BOOT_MODE=1 CONFIG_PCR_HWID=1 @@ -498,6 +504,7 @@ CONFIG_PLATFORM_HAS_DRAM_CLEAR=y CONFIG_SECURITY_CLEAR_DRAM_ON_REGULAR_BOOT=y # end of Memory initialization +# CONFIG_INTEL_TXT is not set # CONFIG_STM is not set # CONFIG_INTEL_CBNT_SUPPORT is not set CONFIG_BOOTMEDIA_LOCK_NONE=y -- cgit v1.2.1