coreboot/src
Pratik Prajapati 86669939ea nocturne: enable GEO SAR
Enable the GEO SAR feature for nocturne. OxM programs wifi_sar VPD key in factory.
coreboot reads the VPD and creates the ACPI table as per the WGDS spec.

BUG=b:65155728
BRANCH=none
TEST= Set the wifi_sar VPD with below command (values are junk for test purpose only,
actual values would be set be OxM)
sudo vpd -f <coreboot.rom> -s wifi_sar=30313233343536373839303132333435363738393030313
24142433435364445463031324142433400364445463031323343444546303132333435
Flash the <coreboot.rom> and boot to kernel. Get ACPI table and WGDS would get created
with VPD values passed in.

Change-Id: I32ad591f15fdb34704c8d98d98646dfa2d8882ff
Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati@intel.com>
Reviewed-on: https://review.coreboot.org/27501
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
2018-07-21 00:49:09 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch arch/x86/smbios: Add support for table 38 2018-07-19 13:50:28 +00:00
commonlib src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:26:18 +00:00
console arch/x86: Drop leftover ROMCC console support 2018-06-08 03:31:12 +00:00
cpu src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:26:18 +00:00
device device/pci: Add MSI-X helper functions 2018-07-19 13:52:28 +00:00
drivers drivers/intel/gma: Default to LVDS for Internal on NEHALEM 2018-07-19 16:26:03 +00:00
ec ec/lenovo/h8/acpi: Apply state on wake 2018-07-19 16:49:18 +00:00
include write_tables: return a pointer to the table 2018-07-20 03:26:46 +00:00
lib write_tables: return a pointer to the table 2018-07-20 03:26:46 +00:00
mainboard nocturne: enable GEO SAR 2018-07-21 00:49:09 +00:00
northbridge AGESA binaryPI: Fix and optimize for MAX_NODES_NUM 2018-07-20 16:07:02 +00:00
security security/vboot: fix typo 2018-07-18 12:20:13 +00:00
soc mediatek/mt8183: Add GPIO support 2018-07-20 13:51:02 +00:00
southbridge Kconfig: Make the EM100 config option common 2018-07-16 07:41:14 +00:00
superio superio/nsc: pass the chip-specific ops struct to pnp_enable_devices 2018-07-18 18:52:12 +00:00
vendorcode vendorcode/cavium/include: Make bdk_pop and dpop static 2018-07-17 11:38:28 +00:00
Kconfig Kconfig: Make the EM100 config option common 2018-07-16 07:41:14 +00:00