summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/galileo/Makefile.inc
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-05-15 15:05:56 -0700
committerLeroy P Leahy <leroy.p.leahy@intel.com>2016-05-18 00:58:06 +0200
commit15843bdad076149e9d04dcfaa07f4eedda84acfa (patch)
tree42caf73696eccd79a2128718330111dc5495ea6d /src/mainboard/intel/galileo/Makefile.inc
parentac690b1e9ba1318375bc7fba088aef5c7e3c07ce (diff)
downloadcoreboot-15843bdad076149e9d04dcfaa07f4eedda84acfa.tar.xz
mainboard/intel/galileo: Add I2C chip initialization
Add I2C chip initialization for the Galileo boards. TEST=Build and run on Galileo Gen2 Change-Id: Ib5284d5cd7a67de2f3f98940837ceb2aa69af468 Signed-off-by: Lee Leahy <leroy.p.leahy@intel.com> Reviewed-on: https://review.coreboot.org/14829 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/intel/galileo/Makefile.inc')
-rw-r--r--src/mainboard/intel/galileo/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/intel/galileo/Makefile.inc b/src/mainboard/intel/galileo/Makefile.inc
index 382f8b99fb..4db9e31943 100644
--- a/src/mainboard/intel/galileo/Makefile.inc
+++ b/src/mainboard/intel/galileo/Makefile.inc
@@ -16,3 +16,6 @@
CPPFLAGS_common += -I$(src)/vendorcode/intel/fsp/fsp1_1/quark
romstage-y += gpio.c
+
+ramstage-y += gpio.c
+ramstage-y += reg_access.c