Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/84543?usp=email )
Change subject: mb/google/fatcat/var/fatcat: Add initial FW_CONFIG ......................................................................
mb/google/fatcat/var/fatcat: Add initial FW_CONFIG
BUG=b:348678529 TEST=TBD
Change-Id: I5c90aac4873dcc57e65e641656dca3a96f84d6b8 Signed-off-by: Subrata Banik subratabanik@google.com --- M src/mainboard/google/fatcat/Kconfig A src/mainboard/google/fatcat/variants/fatcat/overridetree.cb 2 files changed, 58 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/43/84543/1
diff --git a/src/mainboard/google/fatcat/Kconfig b/src/mainboard/google/fatcat/Kconfig index 9ce19c1..42c4063 100644 --- a/src/mainboard/google/fatcat/Kconfig +++ b/src/mainboard/google/fatcat/Kconfig @@ -92,6 +92,9 @@ select CHROMEOS_DRAM_PART_NUMBER_IN_CBI if CHROMEOS select HAVE_SPD_IN_CBFS
+config OVERRIDE_DEVICETREE + default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb" + # FIXME: update as per board schematics config TPM_TIS_ACPI_INTERRUPT int diff --git a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb new file mode 100644 index 0000000..2eb7fb7 --- /dev/null +++ b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb @@ -0,0 +1,55 @@ +fw_config + field AUDIO 0 3 + option AUDIO_NONE 0 + option MAX98373_ALC5682_SNDW 1 + option ALC722_SNDW 2 + option ALC256_HDA 3 + option MAX98360_ALC5682I_I2S 4 + end + field WIFI 4 + option WIFI_CNVI 0 + option WIFI_PCIE 1 + end + field CELLULAR 5 6 + option CELLULAR_ABSENT 0 + option CELLULAR_USB 1 + option CELLULAR_PCIE 2 + end + field TOUCHSCREEN 7 9 + option TOUCHSCREEN_NONE 0 + option TOUCHSCREEN_LPSS_I2C 1 + option TOUCHSCREEN_GSPI 2 + option TOUCHSCREEN_THC_SPI 3 + option TOUCHSCREEN_THC0_I2C 4 + end + field TOUCHPAD 10 11 + option TOUCHPAD_NONE 0 + option TOUCHPAD_THC_I2C 1 + option TOUCHPAD_LPSS_I2C 2 + end + field SD 12 13 + option SD_NONE 0 + option SD_GENSYS 1 + option SD_BAYHUB 2 + end + field STORAGE 14 15 + option STORAGE_NVME 0 + option STORAGE_UFS 1 + end + field FP 16 + option FP_ABSENT 0 + option FP_PRESENT 1 + end + field DISPLAY 17 + option DISPLAY_ABSENT 0 + option DISPLAY_PRESENT 1 + end + field KB 18 + option KB_ABSENT 0 + option KB_PRESENT 1 + end +end + +chip soc/intel/pantherlake + device domain 0 on end +end