mb/google/octopus: Add custom SAR values for Bipship

Bipship is a sustaining project of Blooguard.

SAR value follow Blooguard.

BUG=b:149414960
BRANCH=octopus
TEST=build and verify load correct SAR value by sku-id

Change-Id: Ic45ed10fc147401d4278f1811a86cd2b2e4c63ac
Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38859
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
Tony Huang 2020-02-12 19:35:34 +08:00 committed by Patrick Georgi
parent 55c8702324
commit 0ae3a14307
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ const char *get_wifi_sar_cbfs_filename(void)
case SKU_50_BLOOGUARD: case SKU_50_BLOOGUARD:
case SKU_51_BLOOGUARD: case SKU_51_BLOOGUARD:
case SKU_52_BLOOGUARD: case SKU_52_BLOOGUARD:
case SKU_53_BIPSHIP:
case SKU_54_BIPSHIP:
filename = "wifi_sar-blooguard.hex"; filename = "wifi_sar-blooguard.hex";
break; break;
} }