From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- .../RapidStart/AcpiTables/RapidStartAcpiTables.sdl | 91 ++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 ReferenceCode/RapidStart/AcpiTables/RapidStartAcpiTables.sdl (limited to 'ReferenceCode/RapidStart/AcpiTables/RapidStartAcpiTables.sdl') diff --git a/ReferenceCode/RapidStart/AcpiTables/RapidStartAcpiTables.sdl b/ReferenceCode/RapidStart/AcpiTables/RapidStartAcpiTables.sdl new file mode 100644 index 0000000..be7a5f2 --- /dev/null +++ b/ReferenceCode/RapidStart/AcpiTables/RapidStartAcpiTables.sdl @@ -0,0 +1,91 @@ +#************************************************************************* +#************************************************************************* +#** ** +#** (C)Copyright 1985-2012, American Megatrends, Inc. ** +#** ** +#** All Rights Reserved. ** +#** ** +#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +#** ** +#** Phone: (770)-246-8600 ** +#** ** +#************************************************************************* +#************************************************************************* + +#************************************************************************* +# $Header: /Alaska/SOURCE/Modules/Intel Fast Flash Standby/iRST_SharkBay/RapidStartAcpiTables/RapidStartAcpiTables.sdl 3 11/20/12 2:22a Bensonlai $ +# +# $Revision: 3 $ +# +# $Date: 11/20/12 2:22a $ +#************************************************************************* +# Revision History +# ---------------- +# $Log: /Alaska/SOURCE/Modules/Intel Fast Flash Standby/iRST_SharkBay/RapidStartAcpiTables/RapidStartAcpiTables.sdl $ +# +# 3 11/20/12 2:22a Bensonlai +# [TAG] EIP107013 +# [Category] Improvement +# [Description] Update Shark Bay Rapid Start Reference Code Version +# 0.8.0.0 +# [Files] RapidStartAcpiTables.sdl +# RapidStartAcpiTables.mak +# RapidStartAcpiTables.inf +# Ssdt\RapidStart.asl +# RapidStartAcpiTables.cif +# +# 2 10/15/12 5:46a Bensonlai +# [Category] Improvement +# [Severity] Important +# [Description] Rename all IFFS sting to Rapid Start. +# [Files] Board\EM\RapidStartWrapper\*.*, ReferenceCode\RapidStart\*.* +# +# 1 4/19/12 7:50a Yurenlai +# Initial check in. +# +#************************************************************************* +TOKEN + Name = "RapidStartAcpiTables_SUPPORT" + Value = "1" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + TargetH = Yes + Master = Yes + Help = "Main switch to enable RapidStart ACPI tables in Project" +End + +MODULE + Help = "Includes RapidStartAcpiTables.mak to Project" + File = "RapidStartAcpiTables.mak" +End + +PATH + Name = "RapidStartAcpiTables_DIR" +End + +TOKEN + Name = "INTEL_RAPIDSTART_ASL_FILE" + Value = "$(RapidStartAcpiTables_DIR)\Ssdt\RapidStart.asl" + TokenType = Expression + TargetMAK = Yes +End + +ELINK + Name = "$(BUILD_DIR)\RapidStartAcpiTables.ffs" + Parent = "FV_MAIN" + InvokeOrder = AfterParent +End +#************************************************************************* +#************************************************************************* +#** ** +#** (C)Copyright 1985-2012, American Megatrends, Inc. ** +#** ** +#** All Rights Reserved. ** +#** ** +#** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +#** ** +#** Phone: (770)-246-8600 ** +#** ** +#************************************************************************* +#************************************************************************* -- cgit v1.2.3