aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/cannonlake/include
diff options
context:
space:
mode:
authorLijian Zhao <lijian.zhao@intel.com>2017-07-11 12:26:56 -0700
committerAaron Durbin <adurbin@chromium.org>2017-08-07 17:53:13 +0000
commite88fa490a5248c0de6d51b07d4ede885f09637b6 (patch)
treeb08ea849c27aa06f34731e90991d0c087d665b1e /src/soc/intel/cannonlake/include
parent8da22868851e752ce7c633551f74ef3ef8bf4b6c (diff)
soc/intel/cannonlake: Add memory map support
Calculate the top of ram from output of Fsp reserved memory range. Change-Id: I0dcc8f737c5811c9010cc4a20ea0126ab3f90f14 Signed-off-by: Lijian Zhao <lijian.zhao@intel.com> Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/20533 Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/cannonlake/include')
-rw-r--r--src/soc/intel/cannonlake/include/soc/bootblock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/include/soc/bootblock.h b/src/soc/intel/cannonlake/include/soc/bootblock.h
index 2a6ca1fb15..fcef4ef358 100644
--- a/src/soc/intel/cannonlake/include/soc/bootblock.h
+++ b/src/soc/intel/cannonlake/include/soc/bootblock.h
@@ -27,4 +27,6 @@ void pch_early_init(void);
void pch_early_iorange_init(void);
void report_platform_info(void);
+void clear_cbmem_top(void);
+
#endif