mb/ocp/deltalake: Enable TPM2
Change-Id: I6eaaf80dd2bd69096574ab967ec0c6738b05903b Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45268 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Philipp Deppenwiese
parent
70fea013c7
commit
c92524d488
@@ -14,6 +14,8 @@ config BOARD_SPECIFIC_OPTIONS
|
|||||||
select VPD
|
select VPD
|
||||||
select VPD_SMBIOS_VERSION
|
select VPD_SMBIOS_VERSION
|
||||||
select IPMI_OCP
|
select IPMI_OCP
|
||||||
|
select MAINBOARD_HAS_LPC_TPM
|
||||||
|
select MAINBOARD_HAS_TPM2
|
||||||
|
|
||||||
config POWER_STATE_DEFAULT_ON_AFTER_FAILURE
|
config POWER_STATE_DEFAULT_ON_AFTER_FAILURE
|
||||||
default n
|
default n
|
||||||
|
@@ -89,6 +89,9 @@ chip soc/intel/xeon_sp/cpx
|
|||||||
chip drivers/ipmi/ocp # OCP specific IPMI porting
|
chip drivers/ipmi/ocp # OCP specific IPMI porting
|
||||||
device pnp ca2.1 on end
|
device pnp ca2.1 on end
|
||||||
end
|
end
|
||||||
|
chip drivers/pc80/tpm # TPM
|
||||||
|
device pnp 0c31.0 on end
|
||||||
|
end
|
||||||
end # ISA bridge: Intel Device a245
|
end # ISA bridge: Intel Device a245
|
||||||
device pci 1f.1 on end # p2sb
|
device pci 1f.1 on end # p2sb
|
||||||
device pci 1f.2 on end # Memory controller: Intel Device a221
|
device pci 1f.2 on end # Memory controller: Intel Device a221
|
||||||
|
Reference in New Issue
Block a user