src/mainboard/up/squared: Add Support for iTPM
Add support for the integrated TPM in Kconfig and update device tree. Change-Id: I3a51545c493674aeed9aef72db24f77315d033ce Signed-off-by: Christian Walter <christian.walter@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34443 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
This commit is contained in:
parent
26e0d4c98e
commit
b8f1bd7a37
|
@ -13,6 +13,8 @@ config BOARD_SPECIFIC_OPTIONS
|
||||||
select BOARD_ROMSIZE_KB_16384
|
select BOARD_ROMSIZE_KB_16384
|
||||||
select ONBOARD_VGA_IS_PRIMARY
|
select ONBOARD_VGA_IS_PRIMARY
|
||||||
select MAINBOARD_HAS_LIBGFXINIT
|
select MAINBOARD_HAS_LIBGFXINIT
|
||||||
|
select MAINBOARD_HAS_CRB_TPM
|
||||||
|
select HAVE_INTEL_PTT
|
||||||
|
|
||||||
config VBOOT
|
config VBOOT
|
||||||
select VBOOT_NO_BOARD_SUPPORT
|
select VBOOT_NO_BOARD_SUPPORT
|
||||||
|
|
|
@ -49,4 +49,7 @@ chip soc/intel/apollolake
|
||||||
device pci 1f.0 on end # - LPC
|
device pci 1f.0 on end # - LPC
|
||||||
device pci 1f.1 on end # - SMBUS
|
device pci 1f.1 on end # - SMBUS
|
||||||
end
|
end
|
||||||
|
chip drivers/crb
|
||||||
|
device mmio 0xfed40000 on end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue