From db601b68182df47a28b106ba07e97f222ff39140 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Wed, 8 Jun 2016 14:01:05 -0700 Subject: mainboard/intel/galileo: Support bootblock in C Initialize the GPIOs during the boot block to properly route the SOC UART pins. TEST=Build and run on Galileo Gen2 Change-Id: I22c24f8c83f04566a0bbd598a141a5209569a924 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/15133 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/intel/galileo/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mainboard/intel/galileo/Makefile.inc b/src/mainboard/intel/galileo/Makefile.inc index 83fb0db3bc..5aad30861a 100644 --- a/src/mainboard/intel/galileo/Makefile.inc +++ b/src/mainboard/intel/galileo/Makefile.inc @@ -17,6 +17,9 @@ ifeq ($(CONFIG_PLATFORM_USES_FSP1_1),y) CPPFLAGS_common += -I$(src)/vendorcode/intel/fsp/fsp1_1/quark endif +bootblock-y += gpio.c +bootblock-y += reg_access.c + romstage-y += gpio.c romstage-y += reg_access.c -- cgit v1.2.3