aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/gru/Makefile.inc
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2016-08-19 16:35:22 -0700
committerJulius Werner <jwerner@chromium.org>2016-08-27 01:16:47 +0200
commit329031fdedb332f75b2d3ce6c165bb62d9631600 (patch)
tree5fde66e307d9f66e2fe949f09741863aa71b2faa /src/mainboard/google/gru/Makefile.inc
parent3c814b2e2b8e053da352f4746a4914fb43af09d7 (diff)
gru: Make SDRAM parameters individual struct files in CBFS
This patch changes Gru SDRAM parameters from structures that just get compiled into the romstage to individual CBFS files. This allows us to only load the parameter set we need for the board we're booting from flash, which reduces our boot time and the SRAM memory footprint required to hold the romstage. TEST=Booted Kevin. Change-Id: Ie88a515cbdb19a794ca0a230a56bcc82bed1e550 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/16274 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/gru/Makefile.inc')
-rw-r--r--src/mainboard/google/gru/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/gru/Makefile.inc b/src/mainboard/google/gru/Makefile.inc
index a0839e0207..07b27a760b 100644
--- a/src/mainboard/google/gru/Makefile.inc
+++ b/src/mainboard/google/gru/Makefile.inc
@@ -13,6 +13,8 @@
## GNU General Public License for more details.
##
+subdirs-y += sdram_params/
+
bootblock-y += bootblock.c
bootblock-y += chromeos.c
bootblock-y += memlayout.ld