From: Al Stone al.stone@linaro.org
Signed-off-by: Al Stone al.stone@linaro.org --- platforms/APMXGene.acpi/APMXGene.manifest | 1 + platforms/APMXGene.acpi/Ssdt.asl | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 platforms/APMXGene.acpi/Ssdt.asl
diff --git a/platforms/APMXGene.acpi/APMXGene.manifest b/platforms/APMXGene.acpi/APMXGene.manifest index d02def8..0997735 100644 --- a/platforms/APMXGene.acpi/APMXGene.manifest +++ b/platforms/APMXGene.acpi/APMXGene.manifest @@ -45,4 +45,5 @@ apic: Apic.asl dbg2: Dbg2.asl gtdt: Gtdt.asl spcr: Spcr.asl +ssdt: Ssdt.asl
diff --git a/platforms/APMXGene.acpi/Ssdt.asl b/platforms/APMXGene.acpi/Ssdt.asl new file mode 100644 index 0000000..f5ce1d0 --- /dev/null +++ b/platforms/APMXGene.acpi/Ssdt.asl @@ -0,0 +1,21 @@ +/** + * Copyright (c) 2013, AppliedMicro Corp. All rights reserved. + * + * This program and the accompanying materials + * are licensed and made available under the terms and conditions of the BSD License + * which accompanies this distribution. The full text of the license may be found at + * http://opensource.org/licenses/bsd-license.php + * + * THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + * WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + * + **/ + +DefinitionBlock("Ssdt.aml", "SSDT", 2, "APM ", "XGENE ", 0x00000001) +{ + Method (MAIN, 0, NotSerialized) + { + Return (Zero) + } +} +