From nobody Thu May 9 23:32:00 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+39576+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+39576+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1556218715; cv=none; d=zoho.com; s=zohoarc; b=MqwrH5+USG1MWtY3p7OFmfNBjFlBysmWQNeYX/83jQwYF1b36BkPZ/EuyrRSXhP13fnx8Q9TR3eX0/stA1nS+Wl0szBFYR6/PlyaiHsqXfAQ+2sRwTt09CSsSdzNle5tw8BgvaaW0s9S1kN4qgPRpQtGnyq/eQnJKSx2pA1Fuy8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1556218715; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=uZbKrYb9Cv9oJJdu3knjfkDKlqadtTUQVeJw2f2VOi0=; b=DHarrMe61QIu1W4RruRl4VpqfsdA6/8jYA65DkXbilNHwUR7woIg0BHizhueqB1vfxCs7edDWdekxKhXnnLRzIdIQdrB0KEDkvdtdE+0zClshkcAKEmvBjYwt2RHSc3UHmk4CJkG65ycTmBon38aqZc4Kb1arH/nVdeUjT3N+LI= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+39576+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1556218715210934.0497593110665; Thu, 25 Apr 2019 11:58:35 -0700 (PDT) Return-Path: X-Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by groups.io with SMTP; Thu, 25 Apr 2019 11:58:34 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Apr 2019 11:58:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,394,1549958400"; d="scan'208";a="137465071" X-Received: from unknown (HELO mdkinney-MOBL2.amr.corp.intel.com) ([10.241.111.154]) by orsmga008.jf.intel.com with ESMTP; 25 Apr 2019 11:58:33 -0700 From: "Michael D Kinney" To: devel@edk2.groups.io Cc: Kelly Steele Subject: [edk2-devel] [Patch] QuarkPlatformPkg/AcpiTables: Resolve iASL warnings Date: Thu, 25 Apr 2019 11:58:32 -0700 Message-Id: <20190425185832.18256-1-michael.d.kinney@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,michael.d.kinney@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1556218714; bh=OO43gmAsCj2qQW/iuJXyTKTPIqEUB2P79QRi0TE5IDM=; h=Cc:Date:From:Reply-To:Subject:To; b=QWKZt3pZdgjKS+7UQWfNCsw480AyG2TfGFjV7A1/VfHTbaxHKr9+4EHbn75ZSajMo/K OJ+SHXoDzOEIT3rapM9qFzClwdjBekXtnbidT7b7efu7A1di97AS6fHPOw+gGeTtz9gvm WMp6kj0Ibf/upDBsDKRpLfrVfLMBX3v7QA8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Resolve a few warnings from the latest iASL compilers. Cc: Kelly Steele Signed-off-by: Michael D Kinney Reviewed-by: Kelly Steele --- QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/GpioClient.asi | 4 ++-- QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/Platform.asl | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/GpioClient.asi b/QuarkPl= atformPkg/Acpi/AcpiTables/Dsdt/GpioClient.asi index 979e5b58b1..9a5812d068 100644 --- a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/GpioClient.asi +++ b/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/GpioClient.asi @@ -1,7 +1,7 @@ /** @file Expose GPIO resources to usermode through client driver. =20 -Copyright (c) 2013-2015 Intel Corporation. +Copyright (c) 2013-2019 Intel Corporation. =20 SPDX-License-Identifier: BSD-2-Clause-Patent =20 @@ -11,7 +11,7 @@ Device(GPOT) { Name(_HID, "INT349A") Name(_CID, "INT349A") - Method(_CRS, 0x0, NotSerialized) + Method(_CRS, 0x0, Serialized) { Name(RBUF, ResourceTemplate() { diff --git a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/Platform.asl b/QuarkPlat= formPkg/Acpi/AcpiTables/Dsdt/Platform.asl index 53633dfbe4..35bae8248a 100644 --- a/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/Platform.asl +++ b/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/Platform.asl @@ -1,7 +1,7 @@ /** @file Contains root level name space objects for the platform =20 -Copyright (c) 2013-2015 Intel Corporation. +Copyright (c) 2013-2019 Intel Corporation. =20 SPDX-License-Identifier: BSD-2-Clause-Patent =20 @@ -50,7 +50,7 @@ DefinitionBlock ( "DSDT", 1, "INTEL ", - "QuarkNcSocId", + "QuarkNcS", 3) { // @@ -275,7 +275,7 @@ DefinitionBlock ( Method (_INI) { Store(LINUX, OSTP) // Set the default os i= s Linux - If (CondRefOf (_OSI, local0)) + If (CondRefOf (_OSI)) { // //_OSI is supported, so it is WinXp or Win2003Server --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#39576): https://edk2.groups.io/g/devel/message/39576 Mute This Topic: https://groups.io/mt/31345792/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-