diff options
author | Johannes Hahn <johannes-hahn@siemens.com> | 2023-07-25 08:26:43 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-24 14:02:45 +0000 |
commit | 7f99551d5c8c819ca445535fc2f71349d18f5d83 (patch) | |
tree | eed3825e62b85a4a053bceed6bfdce70405659b1 /src/mainboard | |
parent | a9d8531c8c788e2e4ea7a550656430013ba538e1 (diff) |
mb/siemens/fa_ehl: Remove TPM
The mainboard currently does not make use of a dedicated TPM.
Although it has one assembled. This TPM is not connected
via LPC hence it is turned off in the devicetree.
Signed-off-by: Johannes Hahn <johannes-hahn@siemens.com>
Change-Id: I96cc38c3812d76d654339ad5b2b7f88fd1327779
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77351
Reviewed-by: Uwe Poeche <uwe.poeche@siemens.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jan Samek <jan.samek@siemens.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/siemens/fa_ehl/variants/fa_ehl/Kconfig | 5 | ||||
-rw-r--r-- | src/mainboard/siemens/fa_ehl/variants/fa_ehl/devicetree.cb | 6 |
2 files changed, 1 insertions, 10 deletions
diff --git a/src/mainboard/siemens/fa_ehl/variants/fa_ehl/Kconfig b/src/mainboard/siemens/fa_ehl/variants/fa_ehl/Kconfig index ecde36d9a3..b57abc493f 100644 --- a/src/mainboard/siemens/fa_ehl/variants/fa_ehl/Kconfig +++ b/src/mainboard/siemens/fa_ehl/variants/fa_ehl/Kconfig @@ -4,13 +4,8 @@ config BOARD_SPECIFIC_OPTIONS def_bool y select DRIVERS_I2C_RV3028C7 select DRIVER_INTEL_I210 - select SOC_INTEL_COMMON_BLOCK_LPC_COMB_ENABLE select EHL_TSN_DRIVER select DRIVERS_ETH_PHY_M88E1512 - select MAINBOARD_HAS_TPM2 - select MEMORY_MAPPED_TPM - select TPM_MEASURED_BOOT - select TPM_MEASURED_BOOT_INIT_BOOTBLOCK config FMDFILE default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/fa_ehl.fmd" diff --git a/src/mainboard/siemens/fa_ehl/variants/fa_ehl/devicetree.cb b/src/mainboard/siemens/fa_ehl/variants/fa_ehl/devicetree.cb index f14c225a0b..bc6958d88b 100644 --- a/src/mainboard/siemens/fa_ehl/variants/fa_ehl/devicetree.cb +++ b/src/mainboard/siemens/fa_ehl/variants/fa_ehl/devicetree.cb @@ -238,11 +238,7 @@ chip soc/intel/elkhartlake end end - device pci 1f.0 on # eSPI Interface - chip drivers/pc80/tpm - device pnp 0c31.0 on end - end - end + device pci 1f.0 off end # eSPI Interface device pci 1f.2 hidden end # Power Management Controller device pci 1f.4 on end # SMBus device pci 1f.5 on end # PCH SPI (flash & TPM) |