mainboard/skylake: Include WRDD method in WIFI ACPI device

Include the code to add the WRDD method to the existing
WiFi Device in the mainboard ACPI code.

BUG=chrome-os-partner:50516
BRANCH=glados
TEST=boot on chell with 'region'='us' in VPD and see that it is
properly read out by calling WRDD method on the WiFi device.
Compile for the other platforms that are modified.

Change-Id: Ibcff7585744071ba9018d0ba50e274e63365b150
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: b74bb553415f7ce224ddcb0c2c5ae509b8fed516
Original-Change-Id: Ieb24e0e64974ee3686d14a234e148f5d07fc8b12
Original-Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/329296
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/13840
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Duncan Laurie 2016-02-25 08:49:00 -08:00 committed by Patrick Georgi
parent 3d3b76b832
commit 61980af95d
4 changed files with 8 additions and 0 deletions

View File

@ -64,6 +64,8 @@ Scope (\_SB.PCI0.RP01)
Name (_ADR, 0x00000000)
Name (_DDN, "Wireless LAN")
Name (_PRW, Package () { GPE_WLAN_WAKE, 3 })
#include <drivers/intel/wifi/acpi/wrdd.asl>
}
}

View File

@ -63,6 +63,8 @@ Scope (\_SB.PCI0.RP01)
Name (_ADR, 0x00000000)
Name (_DDN, "Wireless LAN")
Name (_PRW, Package () { GPE_WLAN_WAKE, 3 })
#include <drivers/intel/wifi/acpi/wrdd.asl>
}
}

View File

@ -104,6 +104,8 @@ Scope (\_SB.PCI0.RP01)
Name (_ADR, 0x00000000)
Name (_DDN, "Wireless LAN")
Name (_PRW, Package () { GPE_WLAN_WAKE, 3 })
#include <drivers/intel/wifi/acpi/wrdd.asl>
}
}

View File

@ -108,6 +108,8 @@ Scope (\_SB.PCI0.RP01)
Name (_ADR, 0x00000000)
Name (_DDN, "Wireless LAN")
Name (_PRW, Package () { GPE_WLAN_WAKE, 3 })
#include <drivers/intel/wifi/acpi/wrdd.asl>
}
}