aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/variants/baseboard/Makefile.inc
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-09-02 19:53:46 -0500
committerAaron Durbin <adurbin@chromium.org>2016-09-06 20:16:32 +0200
commitd94967dd22f66adf92a751e31e677924a9fc868d (patch)
tree7fdf125c78490dabf54cd0e01a461498468024b3 /src/mainboard/google/reef/variants/baseboard/Makefile.inc
parent475d2cb19e5e822c10239167864faf647a5d93c5 (diff)
mainboard/google/reef: add baseboard memory configuration
Move the current memory configuration implementation to the baseboard area such that other variants can leverage it. The swizzle config is exported as a global to allow duplicate swizzles to use the same structure while still allowing different memory SKUs. BUG=chrome-os-partner:56677 Change-Id: I57201118053051c01f0e3f164ab4bbaf650b892b Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/16430 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef/variants/baseboard/Makefile.inc')
-rw-r--r--src/mainboard/google/reef/variants/baseboard/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/variants/baseboard/Makefile.inc b/src/mainboard/google/reef/variants/baseboard/Makefile.inc
index a2db09b814..f024c2a799 100644
--- a/src/mainboard/google/reef/variants/baseboard/Makefile.inc
+++ b/src/mainboard/google/reef/variants/baseboard/Makefile.inc
@@ -1,6 +1,7 @@
bootblock-y += gpio.c
romstage-y += boardid.c
+romstage-y += memory.c
ramstage-y += boardid.c
ramstage-y += gpio.c