summaryrefslogtreecommitdiff
path: root/src/mainboard/google/fatcat/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2024-09-24 09:47:03 +0000
committerSubrata Banik <subratabanik@google.com>2024-09-25 02:59:54 +0000
commite047687a56f556493adcef9b9a8d02ddd80cf9db (patch)
tree7766e921b71a40114f764a3d12d00b8bdc3ccecd /src/mainboard/google/fatcat/Kconfig
parent35cb5d7e52c1d24a6af77ee74441384a7966dbed (diff)
mainboard/google/fatcat: Update SoC to Panther Lake
This commit updates the fatcat mainboard to use the Panther Lake SoC instead of Meteor Lake. The changes include: - Selecting the `SOC_INTEL_PANTHERLAKE_U_H` config option. - Updating the `mainboard_update_soc_chip_config()` function to use the `soc_intel_pantherlake_config` struct. - Updating the devicetree to use the `soc/intel/pantherlake` chip. - Updating variant header files to reflect the SoC change. This update enables support for the Panther Lake SoC and its features on the fatcat mainboard. BUG=b:347669091 TEST=Able to build google/fatcat. Change-Id: Ie0c6257dfb9dd1f627472ad220614f9b24c911ef Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84537 Reviewed-by: Pranava Y N <pranavayn@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/fatcat/Kconfig')
-rw-r--r--src/mainboard/google/fatcat/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/fatcat/Kconfig b/src/mainboard/google/fatcat/Kconfig
index 42a839c188..960ab14f50 100644
--- a/src/mainboard/google/fatcat/Kconfig
+++ b/src/mainboard/google/fatcat/Kconfig
@@ -20,6 +20,7 @@ config BOARD_GOOGLE_FATCAT_COMMON
select SOC_INTEL_CSE_LITE_SKU
select SOC_INTEL_CSE_PRE_CPU_RESET_TELEMETRY_V2
select SOC_INTEL_CSE_SEND_EOP_ASYNC
+ select SOC_INTEL_PANTHERLAKE_U_H
config BOARD_GOOGLE_BASEBOARD_FATCAT
def_bool n
@@ -28,7 +29,6 @@ config BOARD_GOOGLE_BASEBOARD_FATCAT
select MAINBOARD_HAS_CHROMEOS
select MEMORY_SOLDERDOWN
select SOC_INTEL_IOE_DIE_SUPPORT
- select SOC_INTEL_METEORLAKE_U_H
select SYSTEM_TYPE_LAPTOP
select TPM_GOOGLE_TI50