From 4cc830349cbc6c786ec00e87b800eac7b4a7a504 Mon Sep 17 00:00:00 2001 From: Kenneth Chan Date: Thu, 11 Dec 2025 18:20:41 +0800 Subject: [PATCH] mb/google/rex/var/karis: Add fw_config probe to enable all wifi Add fw_config probe to enable all wifi for factory usage. TEST=Build and run Google/Rex/Karis Change-Id: I4934699a9fc83feadae7c5e3c3027c3a11fb0f6e Signed-off-by: Kenneth Chan Reviewed-on: https://review.coreboot.org/c/coreboot/+/90456 Tested-by: build bot (Jenkins) Reviewed-by: Jakub "Kuba" Czapiga --- src/mainboard/google/rex/variants/karis/overridetree.cb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/mainboard/google/rex/variants/karis/overridetree.cb b/src/mainboard/google/rex/variants/karis/overridetree.cb index a637e0474f..904d437986 100644 --- a/src/mainboard/google/rex/variants/karis/overridetree.cb +++ b/src/mainboard/google/rex/variants/karis/overridetree.cb @@ -24,7 +24,7 @@ fw_config end field KB_TYPE 12 option KB_TYPE_DEFAULT 0 - option KB_TYPE_CA 1 + option KB_TYPE_CA 1 end field WIFI_TYPE 13 option WIFI_CNVI 0 @@ -34,6 +34,9 @@ fw_config option DISABLE 0 option ENABLE 1 end + field FACTORY 16 + option WIFI_ALL 1 + end end chip soc/intel/meteorlake @@ -356,6 +359,7 @@ chip soc/intel/meteorlake register "enable_cnvi_ddr_rfim" = "true" device generic 0 on probe WIFI_TYPE WIFI_CNVI + probe FACTORY WIFI_ALL end end end @@ -527,6 +531,7 @@ chip soc/intel/meteorlake end #I2C5 device ref pcie_rp5 on probe WIFI_TYPE WIFI_PCIE + probe FACTORY WIFI_ALL # Enable WLAN Card PCIE 5 using clk 5 register "pcie_rp[PCH_RP(5)]" = "{ .clk_src = 5, @@ -539,6 +544,7 @@ chip soc/intel/meteorlake use usb2_port10 as bluetooth_companion device pci 00.0 on probe WIFI_TYPE WIFI_PCIE + probe FACTORY WIFI_ALL end end chip soc/intel/common/block/pcie/rtd3 @@ -547,6 +553,7 @@ chip soc/intel/meteorlake register "srcclk_pin" = "5" device generic 0 on probe WIFI_TYPE WIFI_PCIE + probe FACTORY WIFI_ALL end end end #PCIE5 WLAN card