From ce727e18f0992126b7a27b8a51b426834e804390 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 12 Dec 2013 10:27:11 -0800 Subject: baytrail: allow ramstage_cache_location() usage in ramstage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To prepare for caching reference code for S3 resume the ramstage cache needs to be accesible in ramstage as well. BUG=chrome-os-partner:22867 BRANCH=None TEST=Built and booted. S3 resumed. Change-Id: I4c825c965b98cd71ea0eb9c93fe168a358da4c97 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/179776 Reviewed-by: Duncan Laurie Reviewed-on: http://review.coreboot.org/5012 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/soc/intel/baytrail/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/intel/baytrail/Makefile.inc') diff --git a/src/soc/intel/baytrail/Makefile.inc b/src/soc/intel/baytrail/Makefile.inc index e2a949f74b..aff09be238 100644 --- a/src/soc/intel/baytrail/Makefile.inc +++ b/src/soc/intel/baytrail/Makefile.inc @@ -45,6 +45,8 @@ ramstage-y += lpss.c ramstage-y += pcie.c ramstage-y += sd.c ramstage-y += perf_power.c +ramstage-y += stage_cache.c +romstage-y += stage_cache.c # Remove as ramstage gets fleshed out ramstage-y += placeholders.c -- cgit v1.2.3