From 15184e081acf576d6e9f1125df92001b2c5b7a02 Mon Sep 17 00:00:00 2001 From: Felix Durairaj Date: Mon, 23 Nov 2015 14:07:40 -0800 Subject: soc/braswell: Add method for Wifi regulatory domain Get the WRDD domain code from VPD and put it in global nvs. WRDD method in wifi.asl returns this value from global nvs. This wifi.asl should be included in dsdt.asl under the root port where wifi module resides. Original-Reviewed-on: https://chromium-review.googlesource.com/314373 Original-Reviewed-by: Aaron Durbin Original-Reviewed-by: Pratikkumar V Prajapati Original-Commit-Queue: Hannah Williams Change-Id: I809d28f10e80681471a785e604df102fb943a983 Signed-off-by: fdurairx Signed-off-by: Hannah Williams Reviewed-on: https://review.coreboot.org/12745 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/soc/intel/braswell/acpi/globalnvs.asl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/braswell/acpi') diff --git a/src/soc/intel/braswell/acpi/globalnvs.asl b/src/soc/intel/braswell/acpi/globalnvs.asl index 54ebb2c285..e7fb2ce255 100644 --- a/src/soc/intel/braswell/acpi/globalnvs.asl +++ b/src/soc/intel/braswell/acpi/globalnvs.asl @@ -51,6 +51,7 @@ Field (GNVS, ByteAcc, NoLock, Preserve) PM1I, 32, /* 0x15 - System Wake Source - PM1 Index */ GPEI, 32, /* 0x19 - GPE Wake Source */ BDID, 8, /* 0x1d - Board ID */ + CID1, 16, /* 0x1A - Wifi Domain Type */ /* Device Config */ Offset (0x20), -- cgit v1.2.3