From 79180bb19c3707c1d97bbcf0defb4a1cdd5d5b85 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 3 Oct 2024 03:59:45 +0000 Subject: mb/google/fatcat/var/fatcat: Add FW_CONFIG for UFC and WFC BUG=b:348678529 TEST=Able to build google/fatcat. Change-Id: I4061b9b4c1e515e8c078c67f30f29eee87b84a66 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/84645 Reviewed-by: YH Lin Tested-by: build bot (Jenkins) Reviewed-by: Pranava Y N --- src/mainboard/google/fatcat/variants/fatcat/overridetree.cb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src') diff --git a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb index 65b299d0fd..30acd2613d 100644 --- a/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/fatcat/overridetree.cb @@ -52,6 +52,16 @@ fw_config option KB_ABSENT 0 option KB_PRESENT 1 end + field UFC 20 21 + option UFC_ABSENT 0 + option UFC_MIPI 1 + option UFC_USB 2 + end + field WFC 22 23 + option WFC_ABSENT 0 + option WFC_MIPI 1 + option WFC_USB 2 + end end chip soc/intel/pantherlake -- cgit v1.2.3