From 0688ab8d95f18f718510cc17aeb01a47519a9a5a Mon Sep 17 00:00:00 2001 From: Tristan Shieh Date: Fri, 19 Oct 2018 17:29:23 +0800 Subject: google/kukui: Support TPM Init SPI bus 0 to connect TPM, configure interrupt type of GPIO CR50_IRQ, implement tis_plat_irq_status(), and set up chromeos GPIO table for TPM interrupt. BUG=b:80501386 BRANCH=none Test=Boots correctly on Kukui. Change-Id: Ieaa6ae65fbfb5ab6323e226e8171dd7a992c3a39 Signed-off-by: Tristan Shieh Reviewed-on: https://review.coreboot.org/c/29192 Tested-by: build bot (Jenkins) Reviewed-by: Julius Werner --- src/mainboard/google/kukui/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/kukui/Makefile.inc') diff --git a/src/mainboard/google/kukui/Makefile.inc b/src/mainboard/google/kukui/Makefile.inc index a98541a35c..5fe073a590 100644 --- a/src/mainboard/google/kukui/Makefile.inc +++ b/src/mainboard/google/kukui/Makefile.inc @@ -5,6 +5,7 @@ bootblock-y += memlayout.ld decompressor-y += memlayout.ld verstage-y += chromeos.c +verstage-y += verstage.c verstage-y += memlayout.ld romstage-y += boardid.c -- cgit v1.2.3