[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: Add CONFIG_SMM_RESERVED_SIZE config

Subrata Banik (Code Review) gerrit at coreboot.org
Thu May 10 14:05:54 CEST 2018


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


Change subject: soc/intel/cannonlake: Add CONFIG_SMM_RESERVED_SIZE config
......................................................................

soc/intel/cannonlake: Add CONFIG_SMM_RESERVED_SIZE config

This patch ensures to make SMM_RESERVED_SIZE for cannonlake platform
else smm_subregion() returns 0 size.

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



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/26216/1

diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index ea399b8..ecb9bcb 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -177,6 +177,10 @@
 	hex
 	default 0x800000
 
+config SMM_RESERVED_SIZE
+	hex
+	default 0x200000
+
 config PCR_BASE_ADDRESS
 	hex
 	default 0xfd000000

-- 
To view, visit https://review.coreboot.org/26216
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6a95a244bbcf40d672fd11d1c62e01224b2554f2
Gerrit-Change-Number: 26216
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/20180510/a93f2523/attachment-0001.html>


More information about the coreboot-gerrit mailing list