mb/google/nissa/var/yaviks: Add wifi sar for yahiko
Add intel wifi sar table for yahiko BUG=b:298280621 BRANCH=firmware-nissa-15217.B TEST=build, enable iwlwifi debug option, and check dmesg Change-Id: I38d2e640fc2f7cbde3986474ca1bf7de9b2d25b4 Signed-off-by: Wisley Chen <wisley.chen@quanta.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77585 Reviewed-by: Derek Huang <derekhuang@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
eefdfb5c17
commit
208cbdb6af
|
@ -12,6 +12,8 @@ const char *get_wifi_sar_cbfs_filename(void)
|
|||
{
|
||||
if (fw_config_probe(FW_CONFIG(WIFI_SAR_ID, SAR_ID_0)))
|
||||
return "wifi_sar_0.hex";
|
||||
if (fw_config_probe(FW_CONFIG(WIFI_SAR_ID, SAR_ID_2)))
|
||||
return "wifi_sar_2.hex";
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue