summaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/acpi/serialio.asl
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@chromium.org>2015-08-27 16:53:45 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-09-08 11:18:30 +0000
commit86f23acee5e9945efe1aaf99dd6dc9deb6554b11 (patch)
tree9022c367423a92e79e16bcf061b60ee0054469b5 /src/soc/intel/skylake/acpi/serialio.asl
parent9171f1ab8d9164f909f794a8a308a944ddefc74d (diff)
downloadcoreboot-86f23acee5e9945efe1aaf99dd6dc9deb6554b11.tar.xz
skylake: ACPI: Move storage controllers to separate file
Move the storage controller devices out of serialio.asl and into a new scs.asl file and implement the power gating workarounds for D0 and D3 transitions. BUG=chrome-os-partner:44622 BRANCH=none TEST=emerge-glados coreboot Change-Id: I43081e661b7220bfa635c2d166c3675a0ff910d6 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: e0c67b386974dedf7ad475c174c0bc75dc27e529 Original-Change-Id: Iadb395f152905f210ab0361121bbd69c9731c084 Original-Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/295908 Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/11535 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/skylake/acpi/serialio.asl')
-rw-r--r--src/soc/intel/skylake/acpi/serialio.asl29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/soc/intel/skylake/acpi/serialio.asl b/src/soc/intel/skylake/acpi/serialio.asl
index e57b937824..d3dca7fb14 100644
--- a/src/soc/intel/skylake/acpi/serialio.asl
+++ b/src/soc/intel/skylake/acpi/serialio.asl
@@ -618,32 +618,3 @@ Device (UAR2)
^^LPD3 (\SAB1, \SAEN)
}
}
-
-
-Device (PEMC)
-{
- Name (_ADR, 0x001E0004)
- Device (CARD)
- {
- Name (_ADR, 0x00000008)
- Method (_RMV, 0x0, NotSerialized)
- {
- Return (0)
- }
- }
-}
-
-/* SD controller */
-Device (PSDC)
-{
- Name (_ADR, 0x001E0006)
- Device (CARD)
- {
- Name (_ADR, 0x00000008)
- Method (_RMV, 0x0, NotSerialized)
- {
- Return (1)
- }
- }
-}
-