YH Lin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/84393?usp=email )
Change subject: nissa/riven: add the binding to the SAR tables ......................................................................
nissa/riven: add the binding to the SAR tables
Tie the WIFI SAR tables based on the connection type.
BUG=b:362359938 TEST=emerge-nissa coreboot chromeos-bootimage BRANCH=nissa
Change-Id: I3061364ab335d6a10738eb858404cb834a770d2d Signed-off-by: YH Lin yueherngl@google.com --- M src/mainboard/google/brya/variants/riven/variant.c 1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/93/84393/1
diff --git a/src/mainboard/google/brya/variants/riven/variant.c b/src/mainboard/google/brya/variants/riven/variant.c index 15460ce..a4215b4 100644 --- a/src/mainboard/google/brya/variants/riven/variant.c +++ b/src/mainboard/google/brya/variants/riven/variant.c @@ -2,6 +2,13 @@
#include <baseboard/variants.h> #include <boardid.h> +#include <fw_config.h> +#include <sar.h> + +const char *get_wifi_sar_cbfs_filename(void) +{ + return get_wifi_sar_fw_config_filename(FW_CONFIG_FIELD(WIFI_TYPE)); +}
void variant_update_soc_chip_config(struct soc_intel_alderlake_config *config) {