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 <kenneth.chan@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90456 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jakub "Kuba" Czapiga <czapiga@google.com>
This commit is contained in:
parent
173a32aa55
commit
4cc830349c
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue