summaryrefslogtreecommitdiff
path: root/zephyr/app
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2021-08-06 12:55:25 -0700
committerCommit Bot <commit-bot@chromium.org>2022-03-15 18:05:13 +0000
commitdcf99a4a0a2f818df91f22e47f46a3e8243b64ae (patch)
tree8f8a95e84abbccbddad03d98e2f9953246ca414c /zephyr/app
parentc3dd6d0fc27f0d844dced10e27210efe76b1e344 (diff)
downloadchrome-ec-dcf99a4a0a2f818df91f22e47f46a3e8243b64ae.tar.gz
power: Add base code for Meteorlake power sequencing
Added base code for Meteorlake power sequencing. Implementation closely follows Intel Icelake power sequencing as reference and modified the logic based on Meteorlake Platform Development Guide. BUG=b:223985632 BRANCH=none TEST=Able to boot MTLRVP to S0 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Signed-off-by: Brandon Breitenstein <brandon.breitenstein@intel.com> Change-Id: Ia551a1e226c648d9f23aff05ad3d44c3735a2495 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3516600 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/app')
-rw-r--r--zephyr/app/ec/soc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/app/ec/soc/Kconfig b/zephyr/app/ec/soc/Kconfig
index 1fd4e26e16..7789ad7866 100644
--- a/zephyr/app/ec/soc/Kconfig
+++ b/zephyr/app/ec/soc/Kconfig
@@ -38,6 +38,12 @@ config AP_X86_AMD
help
The application processor is a product of AMD.
+config AP_X86_INTEL_MTL
+ bool "AP is MTL chipset"
+ select AP_X86_INTEL
+ help
+ The application processor is Intel Meteor Lake (MTL) chipset.
+
config AP_ARM_MTK_MT8192
bool "MediaTek MT8192"
select AP_AARCH64