diff options
author | Subrata Banik <subrata.banik@intel.com> | 2018-05-10 17:23:56 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2018-05-19 01:15:01 +0000 |
commit | e66600ee4f33291ef620133c7f2df54f449d9470 (patch) | |
tree | b810fbd9bbe413bb2c103149f7e5c02f7d432c97 | |
parent | 8f567320ba85f1cddbb6770b1033961c3d7486ff (diff) | |
download | coreboot-e66600ee4f33291ef620133c7f2df54f449d9470.tar.xz |
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@intel.com>
Reviewed-on: https://review.coreboot.org/26216
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
-rw-r--r-- | src/soc/intel/cannonlake/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index ea399b8431..ecb9bcbd18 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -177,6 +177,10 @@ config SMM_TSEG_SIZE hex default 0x800000 +config SMM_RESERVED_SIZE + hex + default 0x200000 + config PCR_BASE_ADDRESS hex default 0xfd000000 |