From b24c528e46b394d274ed32ef04067a73a9308425 Mon Sep 17 00:00:00 2001 From: Sridhar Siricilla Date: Wed, 23 Feb 2022 12:19:04 +0530 Subject: 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 Change-Id: Ia3481acefbda885617607675aef2afbb81c21c77 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62263 Tested-by: build bot (Jenkins) Reviewed-by: Maulik V Vaghela Reviewed-by: Krishna P Bhat D Reviewed-by: Tim Wawrzynczak --- src/soc/intel/alderlake/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/soc/intel/alderlake/Kconfig') 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 -- cgit v1.2.3