Attention is currently required from: Furquan Shaikh, Tim Wawrzynczak, Paul Menzel. Hello build bot (Jenkins), Furquan Shaikh, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56750
to look at the new patch set (#15).
Change subject: vc/google/chromeos: Add support for new SAR tables revisions ......................................................................
vc/google/chromeos: Add support for new SAR tables revisions
Existing SAR infrastructure supports only revision 0 of the SAR tables. This patch modifies it to extend support intel wifi 6 and wifi 6e configs as per the connectivity document: 559910_Intel_Connectivity_Platforms_BIOS_Guidelines_Rev6_4.pdf
The SAR table and WGDS configuration blocks size with in the earlier SAR binary was static with option to enable WGDS block dynamically using a coreboot config. The new binary format can support to have any block as dynamic and the size of the configuration block depends on the revision of the entry. This patch also adds support for PPAG ACPI entries related to antenna gains.
BUG=b:193665559 TEST=Checked the SSDT entries for WRDS, EWRD, WGDS and PPAG with different binaries generated by setting different versions in the config.star
Change-Id: I08c3f321938eba04e8bcff4d87cb215422715bb2 Signed-off-by: Sugnan Prabhu S sugnan.prabhu.s@intel.com --- M src/drivers/wifi/generic/Kconfig M src/drivers/wifi/generic/Makefile.inc M src/drivers/wifi/generic/acpi.c M src/include/sar.h M src/vendorcode/google/chromeos/Makefile.inc M src/vendorcode/google/chromeos/sar.c 6 files changed, 372 insertions(+), 84 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/56750/15