mb/google/zork/var/vilboz: Update WiFi SAR for Vilboz/Vilboz360 LTE

Loading wifi_sar-vilboz-2.hex for vilboz LTE sku.
Loading wifi_sar-vilboz-3.hex for vilboz360 LTE sku.

BUG=b:183902165, b:176211194, b:183913210
BRANCH=firmware-zork-13434.B
TEST=Build coreboot and load the wifi sar table by fw_config

Signed-off-by: Frank Wu <frank_wu@compal.corp-partner.google.com>
Change-Id: I37a40456970e3f1dc8b2eed26aa23e3d75748222
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51935
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kangheui Won <khwon@chromium.org>
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
This commit is contained in:
Frank Wu 2021-03-30 10:00:29 +08:00 committed by Furquan Shaikh
parent 8205ce6b34
commit e440c6b238
1 changed files with 3 additions and 7 deletions

View File

@ -64,7 +64,6 @@ void variant_devtree_update(void)
| |Vilboz|Vilboz14|Vilboz14|Vilboz|NA|Vilboz360|NA|Vilboz360|
| |WiFi |WiFi |LTE |LTE | |WiFi | |LTE |
+----------+------+--------+--------+------+--+---------+--+---------+
|SAR[26] |0 |0 |0 |0 |0 |0 |0 |0 |
|SAR[25] |0 |0 |0 |0 |1 |1 |1 |1 |
|SAR[24] |0 |0 |1 |1 |0 |0 |1 |1 |
|SAR[23] |0 |1 |0 |1 |0 |1 |0 |1 |
@ -83,14 +82,11 @@ const char *get_wifi_sar_cbfs_filename(void)
case 1:
return "wifi_sar-vilboz-0.hex";
case 3:
/*
TODO: Set default first. It will be replaced after the
new table is generated.
*/
return WIFI_SAR_CBFS_DEFAULT_FILENAME;
return "wifi_sar-vilboz-2.hex";
case 5:
case 7:
return "wifi_sar-vilboz-1.hex";
case 7:
return "wifi_sar-vilboz-3.hex";
default:
return WIFI_SAR_CBFS_DEFAULT_FILENAME;
}