mb/siemens/mc_ehl4: Remove TPM from devicetree and Kconfig
This mainboard does not use security features like TPM. Change-Id: Ieebbf12fc844573ffadb089da78062dd2033517a Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72429 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
ba8c80cb56
commit
b63b6c5ff5
2 changed files with 1 additions and 9 deletions
|
@ -6,10 +6,6 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
select DRIVER_INTEL_I210
|
||||
select INTEL_LPSS_UART_FOR_CONSOLE
|
||||
select NC_FPGA_POST_CODE
|
||||
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)/mc_ehl.fmd"
|
||||
|
|
|
@ -165,11 +165,7 @@ chip soc/intel/elkhartlake
|
|||
device pci 1e.1 on end # UART1
|
||||
|
||||
|
||||
device pci 1f.0 on # eSPI Interface
|
||||
chip drivers/pc80/tpm
|
||||
device pnp 0c31.0 on end
|
||||
end
|
||||
end
|
||||
device pci 1f.0 on end # eSPI Interface
|
||||
device pci 1f.2 hidden end # Power Management Controller
|
||||
device pci 1f.4 on # SMBus
|
||||
# Enable external RTC chip
|
||||
|
|
Loading…
Reference in a new issue