]> git.proxmox.com Git - mirror_edk2.git/commitdiff
QuarkPlatformPkg/AcpiTables: Resolve iASL warnings
authorMichael D Kinney <michael.d.kinney@intel.com>
Thu, 25 Apr 2019 18:43:47 +0000 (11:43 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Mon, 29 Apr 2019 22:32:55 +0000 (15:32 -0700)
Resolve a few warnings from the latest iASL compilers.

Cc: Kelly Steele <kelly.steele@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Kelly Steele <kelly.steele@intel.com>
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/GpioClient.asi
QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/Platform.asl

index 979e5b58b1a7ac59ae874c58fa9edafc77d6a906..9a5812d068e99c8f12be6f261bc395e6dabec5b9 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 Expose GPIO resources to usermode through client driver.\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2019 Intel Corporation.\r
 \r
 SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
@@ -11,7 +11,7 @@ Device(GPOT)
 {\r
     Name(_HID, "INT349A")\r
     Name(_CID, "INT349A")\r
-    Method(_CRS, 0x0, NotSerialized)\r
+    Method(_CRS, 0x0, Serialized)\r
     {\r
         Name(RBUF, ResourceTemplate()\r
         {\r
index 53633dfbe40b39db27b9a403279dff244bfb4f0d..35bae8248aa4da5871bc65015ae5f05058c4255a 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 Contains root level name space objects for the platform\r
 \r
-Copyright (c) 2013-2015 Intel Corporation.\r
+Copyright (c) 2013-2019 Intel Corporation.\r
 \r
 SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
@@ -50,7 +50,7 @@ DefinitionBlock (
   "DSDT",\r
   1,\r
   "INTEL ",\r
-  "QuarkNcSocId",\r
+  "QuarkNcS",\r
   3)\r
 {\r
     //\r
@@ -275,7 +275,7 @@ DefinitionBlock (
             Method (_INI)\r
             {\r
                 Store(LINUX, OSTP)                 // Set the default os is Linux\r
-                If (CondRefOf (_OSI, local0))\r
+                If (CondRefOf (_OSI))\r
                 {\r
                     //\r
                     //_OSI is supported, so it is WinXp or Win2003Server\r