aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorSridhar Siricilla <sridhar.siricilla@intel.com>2022-02-23 12:19:04 +0530
committerFelix Held <felix-coreboot@felixheld.de>2022-03-07 17:09:41 +0000
commitb24c528e46b394d274ed32ef04067a73a9308425 (patch)
tree42ab42895a9328fe49c7160c5accd6354969340f /src/soc/intel
parentc5e1a0268960cc1b9362a8344b65a47ae8be94f8 (diff)
soc/intel/alderlake: Define Kconfigs for Descriptor Region
The patch defines Kconfigs for FMAP Descriptor Region and Descriptor Region size. The Kconfigs will be used by follow-up patches. TEST=Build Brya code Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com> Change-Id: Ia3481acefbda885617607675aef2afbb81c21c77 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62263 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maulik V Vaghela <maulik.v.vaghela@intel.com> Reviewed-by: Krishna P Bhat D <krishna.p.bhat.d@intel.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/alderlake/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig
index 4ced781ca7..0484b17791 100644
--- a/src/soc/intel/alderlake/Kconfig
+++ b/src/soc/intel/alderlake/Kconfig
@@ -368,4 +368,16 @@ config CSE_BPDT_VERSION
endif
+config SI_DESC_REGION
+ string "Descriptor Region name"
+ default "SI_DESC"
+ help
+ Name of Descriptor Region in the FMAP
+
+config SI_DESC_REGION_SZ
+ int
+ default 4096
+ help
+ Size of Descriptor Region in the FMAP
+
endif