mb/siemens/mc_apl7: Disable VBOOT and TPM
mc_apl7 does not use security features like VBOOT and TPM. Test: flash mc_apl4 mainboard and ensure the disabled features via log. Change-Id: I16683b92deb047208848b69c5aa79dc4212ce930 Signed-off-by: Uwe Poeche <uwe.poeche@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65284 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
04ebe8211e
commit
1e98e733c1
|
@ -5,28 +5,12 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
def_bool y
|
||||
select DRIVER_INTEL_I210
|
||||
select SOC_INTEL_SET_MIN_CLOCK_RATIO
|
||||
select MAINBOARD_HAS_TPM2
|
||||
select MEMORY_MAPPED_TPM
|
||||
select TPM_ON_FAST_SPI
|
||||
select DRIVERS_I2C_PTN3460
|
||||
select TPM_MEASURED_BOOT
|
||||
select HAS_RECOVERY_MRC_CACHE
|
||||
|
||||
config UART_FOR_CONSOLE
|
||||
default 1
|
||||
|
||||
config CBFS_SIZE
|
||||
default 0xb4e000
|
||||
|
||||
config VBOOT
|
||||
select VBOOT_VBNV_FLASH
|
||||
select VBOOT_NO_BOARD_SUPPORT
|
||||
select GBB_FLAG_DISABLE_LID_SHUTDOWN
|
||||
select GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC
|
||||
select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC
|
||||
select GBB_FLAG_DISABLE_FWMP
|
||||
|
||||
config FMDFILE
|
||||
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/mc_apl_vboot.fmd"
|
||||
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/mc_apl1.fmd"
|
||||
|
||||
endif # BOARD_SIEMENS_MC_APL7
|
||||
|
|
|
@ -105,11 +105,7 @@ chip soc/intel/apollolake
|
|||
device pci 1c.0 on end # - eMMC
|
||||
device pci 1d.0 off end # - UFS
|
||||
device pci 1e.0 off end # - SDIO
|
||||
device pci 1f.0 on # - LPC
|
||||
chip drivers/pc80/tpm
|
||||
device pnp 0c31.0 on end
|
||||
end
|
||||
end
|
||||
device pci 1f.0 on end # - LPC
|
||||
device pci 1f.1 on end # - SMBUS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue