diff options
author | Usha P <usha.p@intel.com> | 2021-12-02 14:18:10 +0530 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2021-12-06 12:39:47 +0000 |
commit | 93f50b35a4f89e0c514d29f27674ffedca46c08a (patch) | |
tree | 3fdf59ab33c50f12f283c445aa8e7931f6de18e9 /src/soc/intel/alderlake/include | |
parent | dc35d2a693ade7e2afa8fa55c21eb61e17078017 (diff) |
soc/intel/alderlake: Add support for ADL-N CPU Type
Add Alder Lake-N case for adl_cpu_type and get_supported_lpm_mask.
Signed-off-by: Usha P <usha.p@intel.com>
Change-Id: If2917ac356fd80f84bcaf70ed710d329e77f7a6d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59836
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Reviewed-by: Kangheui Won <khwon@chromium.org>
Diffstat (limited to 'src/soc/intel/alderlake/include')
-rw-r--r-- | src/soc/intel/alderlake/include/soc/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/include/soc/cpu.h b/src/soc/intel/alderlake/include/soc/cpu.h index 233e0c2bd2..cd6f34f663 100644 --- a/src/soc/intel/alderlake/include/soc/cpu.h +++ b/src/soc/intel/alderlake/include/soc/cpu.h @@ -22,6 +22,7 @@ enum adl_cpu_type { ADL_UNKNOWN, ADL_M, + ADL_N, ADL_P, ADL_S, }; |