summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/parmer/acpi/usb_oc.asl
diff options
context:
space:
mode:
authorSteve Goodrich <steve.goodrich@se-eng.com>2013-07-10 11:59:11 -0600
committerMarc Jones <marc.jones@se-eng.com>2013-07-16 16:14:56 +0200
commitbf0988b0a2fb761fa7afa1574afba1d16b81eb85 (patch)
tree9a7df59ee6987ece349111d545b5f401fb2ce1b5 /src/mainboard/amd/parmer/acpi/usb_oc.asl
parentc6b44162f5cccd72e9b4d9dbf071911249971846 (diff)
downloadcoreboot-bf0988b0a2fb761fa7afa1574afba1d16b81eb85.tar.gz
coreboot-bf0988b0a2fb761fa7afa1574afba1d16b81eb85.tar.bz2
coreboot-bf0988b0a2fb761fa7afa1574afba1d16b81eb85.zip
AMD Fam15tn: Split DSDT into common sections
Split the Parmer, Family 15tn, and Hudson DSDT into groups. This splits the DSDT table into includable ASL files which carry details specific to the Family 15tn APU, the Parmer platform, and the Hudson FCH. The dsdt.asl file in the mainboard directory contains only #include references to the appropriate files. Initially, this split was done by moving each piece of functionality into its own file (e.g. IRQ routing and mapping, processor tree, sleep states and sleep methods, etc.) and those pieces were #included in dsdt.asl to ensure an exact match (via acpidump/acpixtract/iasl -d) with the extant version of the table. Once the new tables were found to exactly match the existing tables, the pieces were rearranged into reasonable groups (e.g. fch.asl, northbridge.asl, pci_int.asl, etc.). Some include files have no content but are left as a template for other platforms and as placeholders for completing the ACPI implementation for Parmer (e.g. thermal.asl, superio.asl, ide.asl, sata.asl, etc.). Change-Id: I098b0c5ca27629da9bc1cff1e6ba9fa6703e2710 Signed-off-by: Steve Goodrich <steve.goodrich@se-eng.com> Reviewed-on: http://review.coreboot.org/3629 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/mainboard/amd/parmer/acpi/usb_oc.asl')
-rwxr-xr-xsrc/mainboard/amd/parmer/acpi/usb_oc.asl31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/mainboard/amd/parmer/acpi/usb_oc.asl b/src/mainboard/amd/parmer/acpi/usb_oc.asl
new file mode 100755
index 000000000000..1e63d975caf2
--- /dev/null
+++ b/src/mainboard/amd/parmer/acpi/usb_oc.asl
@@ -0,0 +1,31 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2012 Advanced Micro Devices, Inc.
+ * Copyright (C) 2013 Sage Electronic Engineering, LLC
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+/* USB overcurrent mapping pins. */
+Name(UOM0, 0)
+Name(UOM1, 2)
+Name(UOM2, 0)
+Name(UOM3, 7)
+Name(UOM4, 2)
+Name(UOM5, 2)
+Name(UOM6, 6)
+Name(UOM7, 2)
+Name(UOM8, 6)
+Name(UOM9, 6)