Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44661 )
Change subject: mb/google/dedede/var/drawcia: Add Wifi SAR for drawcia ......................................................................
Patch Set 6:
(1 comment)
https://review.coreboot.org/c/coreboot/+/44661/6/src/mainboard/google/dedede... File src/mainboard/google/dedede/variants/drawcia/variant.c:
https://review.coreboot.org/c/coreboot/+/44661/6/src/mainboard/google/dedede... PS6, Line 16: rev = google_chromeec_cbi_get_fw_config(&fw_id); : : if (!rev) { : : if (fw_id & FW_CONFIG_TABLETMODE_MASK) : filename = "wifi_sar-drawcia.hex"; : } Did you check if you can Firmware Config Interface to do the same. Here is the doc: https://doc.coreboot.org/lib/fw_config.html