summaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/variants/helios/Makefile.inc
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2019-06-14 11:26:00 -0600
committerFurquan Shaikh <furquan@google.com>2019-06-15 00:16:35 +0000
commit74d22d403032f66eb96e73e27c201d698e07394b (patch)
tree83bd53b4db275717179df2ad91affbe213edd16a /src/mainboard/google/hatch/variants/helios/Makefile.inc
parent5fa1469af5b6862ca8e95a20d560f4c8a7f15204 (diff)
downloadcoreboot-74d22d403032f66eb96e73e27c201d698e07394b.tar.xz
mainboard/google/hatch: Scrub Helios GPIOs
Helios has a number of GPIO changes w/r/t to its baseboard. Override early, sleep and normal GPIOs as appropriate. BUG=b:135257452 BRANCH=none TEST=Compile only (no boards to test with) Change-Id: I45793ad6515df5af5b925d92106bd943374353d4 Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33485 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/hatch/variants/helios/Makefile.inc')
-rw-r--r--src/mainboard/google/hatch/variants/helios/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/variants/helios/Makefile.inc b/src/mainboard/google/hatch/variants/helios/Makefile.inc
index ddafa3297f..fbd69c40a9 100644
--- a/src/mainboard/google/hatch/variants/helios/Makefile.inc
+++ b/src/mainboard/google/hatch/variants/helios/Makefile.inc
@@ -16,3 +16,5 @@ SPD_SOURCES = LP_8G_2133 # 0b0000
SPD_SOURCES += LP_16G_2133 # 0b0001
romstage-y += memory.c
+bootblock-y += gpio.c
+ramstage-y += gpio.c