Christian Walter has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34443 )
Change subject: src/mainboard/up/squared: Add Support for iTPM ......................................................................
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 --- M src/mainboard/up/squared/Kconfig M src/mainboard/up/squared/devicetree.cb 2 files changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/34443/1
diff --git a/src/mainboard/up/squared/Kconfig b/src/mainboard/up/squared/Kconfig index b9f5b27..59bd2ce 100644 --- a/src/mainboard/up/squared/Kconfig +++ b/src/mainboard/up/squared/Kconfig @@ -13,6 +13,7 @@ select BOARD_ROMSIZE_KB_16384 select ONBOARD_VGA_IS_PRIMARY select MAINBOARD_HAS_LIBGFXINIT + select MAINBOARD_HAS_CRB_TPM
config VBOOT select VBOOT_NO_BOARD_SUPPORT diff --git a/src/mainboard/up/squared/devicetree.cb b/src/mainboard/up/squared/devicetree.cb index 2a49db6..66be75c 100644 --- a/src/mainboard/up/squared/devicetree.cb +++ b/src/mainboard/up/squared/devicetree.cb @@ -49,4 +49,7 @@ device pci 1f.0 on end # - LPC device pci 1f.1 on end # - SMBUS end + chip drivers/crb + device mmio 0xfed40000 on end + end end