Ravindra has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56250 )
Change subject: mb/google/cret: DSM setting enablement for Intel WLAN card ......................................................................
mb/google/cret: DSM setting enablement for Intel WLAN card
To support worldwide regulatory WLAN feature(Indonesia AX / Ukraine AX / Russia AX), Intel WLAN card has to set DSM setting to meet the regulatory requirement which allows to modify the settings.
BUG=none TEST=Generate SSDT tables and verify the required settings applied
Signed-off-by: Ravindra ravindra@intel.com Change-Id: I18d3f3b1dd91a0487e0ee3321b9bff24513913e3 --- M src/mainboard/google/dedede/variants/cret/overridetree.cb 1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/56250/1
diff --git a/src/mainboard/google/dedede/variants/cret/overridetree.cb b/src/mainboard/google/dedede/variants/cret/overridetree.cb index 8b26d5d..e61ed8e 100644 --- a/src/mainboard/google/dedede/variants/cret/overridetree.cb +++ b/src/mainboard/google/dedede/variants/cret/overridetree.cb @@ -5,6 +5,15 @@ option AUDIO_CODEC_RT5682 2 option AUDIO_CODEC_CS42l42 3 end + field WIFI_INDONESIA_5GHZ_CONFIG 44 + option BAND_5GHZ_DISABLE 0 + option BAND_5GHZ_ENABLE 1 + end + field WIFI_OTP_DEF 45 46 + option UKR_RUS_OTP_11AX_DEFAULT 0 + option UKR_OTP_ENB_11AX_ENB 1 + option UKR_OTP_ENB_11AX_DIS 2 + end end
chip soc/intel/jasperlake