[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: Calculate soc reserved memory size

Subrata Banik (Code Review) gerrit at coreboot.org
Thu Oct 12 14:34:10 CEST 2017


Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/21986


Change subject: soc/intel/cannonlake: Calculate soc reserved memory size
......................................................................

soc/intel/cannonlake: Calculate soc reserved memory size

This patch implements soc override function to calculate reserve memory
size (PRMRR, ME stolen, PTT etc). System memory should reserve those
memory ranges.

BRANCH=none
BUG=b:63974384
TEST=Ensures DRAM based resource allocation has taken care
of intel soc reserved ranges.

Change-Id: I3052a255c4496dc81c8dfc6882d3ad504abae9c6
Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
M src/soc/intel/cannonlake/memmap.c
1 file changed, 15 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/21986/1

diff --git a/src/soc/intel/cannonlake/memmap.c b/src/soc/intel/cannonlake/memmap.c
index a8a8a3f..97817a9 100644
--- a/src/soc/intel/cannonlake/memmap.c
+++ b/src/soc/intel/cannonlake/memmap.c
@@ -256,6 +256,21 @@
 	return dram_base;
 }
 
+/*
+ * SoC implementation
+ *
+ * SoC call to summarize all Intel Reserve MMIO size and report to SA
+ */
+size_t soc_reserved_mmio_size(void)
+{
+	size_t chipset_mem_size;
+
+	calculate_dram_base(&chipset_mem_size);
+
+	/* Get Intel Reserved Memory Range Size */
+	return chipset_mem_size;
+}
+
 /* Fill up memory layout information */
 void fill_soc_memmap_ebda(struct ebda_config *cfg)
 {

-- 
To view, visit https://review.coreboot.org/21986
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3052a255c4496dc81c8dfc6882d3ad504abae9c6
Gerrit-Change-Number: 21986
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171012/6093596d/attachment.html>


More information about the coreboot-gerrit mailing list