From 74d22d403032f66eb96e73e27c201d698e07394b Mon Sep 17 00:00:00 2001 From: Tim Wawrzynczak Date: Fri, 14 Jun 2019 11:26:00 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/33485 Tested-by: build bot (Jenkins) Reviewed-by: Paul Fagerburg Reviewed-by: Furquan Shaikh --- src/mainboard/google/hatch/variants/helios/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/hatch/variants/helios/Makefile.inc') 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 -- cgit v1.2.3