From 9a7d7bcea5c3a7bbf956c0909af121a870af515e Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Sat, 7 Sep 2013 00:41:48 -0500 Subject: baytrail: add initial support The initial Bay Trail code is intended to support the mobile and desktop version of Bay Trail. This support can train memory and execute through ramstage. However, the resource allocation is not curently handled correctly. The MRC cache parameters are successfully saved and reused after the initial cold boot. BUG=chrome-os-partner:22292 BRANCH=None TEST=Built and booted on a reference board through ramstage. Change-Id: I238ede326802aad272c6cca39d7ad4f161d813f5 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/168387 Reviewed-by: Duncan Laurie Reviewed-on: http://review.coreboot.org/4847 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/soc/intel/baytrail/romstage/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/soc/intel/baytrail/romstage/Makefile.inc (limited to 'src/soc/intel/baytrail/romstage/Makefile.inc') diff --git a/src/soc/intel/baytrail/romstage/Makefile.inc b/src/soc/intel/baytrail/romstage/Makefile.inc new file mode 100644 index 0000000000..188ce44ecd --- /dev/null +++ b/src/soc/intel/baytrail/romstage/Makefile.inc @@ -0,0 +1,4 @@ +cpu_incs += $(src)/soc/intel/baytrail/romstage/cache_as_ram.inc +romstage-y += romstage.c +romstage-y += raminit.c +romstage-$(CONFIG_ENABLE_BUILTIN_COM1) += uart.c -- cgit v1.2.3