From nobody Thu May 9 18:24:01 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+93639+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93639+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1662959674; cv=none; d=zohomail.com; s=zohoarc; b=FP89V6NvyeN9SCvaOF9eqgwC8lE7fHztfMY6e0CP3Tabt5+BRctJu3qaFfddjnsUH7k8ZYvp7pQpzJZKyC6PiToYVWRmZ3pRfofSKEQ+xe2SCm0oCtf8DezgfjNS9rTnUnyKxduc0Qu/CJ+1XZ6VlLcJLwsgXf5kOpSq85RfNlI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1662959674; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=qKJMQu5Yq56uwCpVN761wqYW5BLS4AcFSIF/kLHGr28=; b=JXSjR8uE3s739/TztKuDhz06A0TY7TqKAOvu2bqTDeGX2I8Wep+P32lZ9zV+s2toLtObuu9ytkQDIqTIm6WixXLIbXuSM8jp1GSDm203aeKDGQcTMXCWGr9dV7nRQHx8IQrFulqOtYTOes6JzAkTEgn1JlGKk3EKxGeppWcSsbY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+93639+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 166295967441533.98142570208188; Sun, 11 Sep 2022 22:14:34 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id AoZfYY1788612xwwgShw2Vte; Sun, 11 Sep 2022 22:14:34 -0700 X-Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web09.4220.1662959672642204877 for ; Sun, 11 Sep 2022 22:14:33 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10467"; a="280805595" X-IronPort-AV: E=Sophos;i="5.93,308,1654585200"; d="scan'208";a="280805595" X-Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Sep 2022 22:14:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,308,1654585200"; d="scan'208";a="705037621" X-Received: from aryehche-desk1.gar.corp.intel.com ([10.5.215.0]) by FMSMGA003.fm.intel.com with ESMTP; 11 Sep 2022 22:14:30 -0700 From: aryeh.chen@intel.com To: devel@edk2.groups.io Cc: Aryeh Chen , Chasel Chiu , Nate DeSimone , Isaac Oram , Ankit Sinha , Liming Gao , Eric Dong Subject: [edk2-devel] [PATCH v2] MinPlatformPkg: Remove _ADR from MinDsdt.asl Date: Mon, 12 Sep 2022 13:14:25 +0800 Message-Id: <20220912051425.1452-1-aryeh.chen@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,aryeh.chen@intel.com X-Gm-Message-State: 1OYT2i3B4cHQNZzZQI4NWCGCx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1662959674; bh=4oYutk6AG5L4uphW3JV9wLBpes9uQRt60Eix1gX3fks=; h=Cc:Date:From:Reply-To:Subject:To; b=tmR2ACM8U2aNxRlbwubUYCgdrLkkXmBGK5LReV9fSxd3/GJbAA0ijIDQFSPey5F3VUr E0DoKwphNJrbvIYQxRP/uFY36P3XGjO+rLYu0ZTyDyisFWv9U4ewIod1CmP/Imn3ijE9i K6j14cRVzQOn56ccM5hDRThp7m9PowaEI4M= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1662959676348100003 Content-Type: text/plain; charset="utf-8" From: Aryeh Chen According to ASL Coding Guidelines - Device Identifiers "A Device should contain either an _ADR or a _HID object, never both." , so remove _ADR due to _HID exist. Signed-off-by: Aryeh Chen Cc: Chasel Chiu Cc: Nate DeSimone Cc: Isaac Oram Cc: Ankit Sinha Cc: Liming Gao Cc: Eric Dong --- Platform/Intel/MinPlatformPkg/Acpi/MinDsdt/MinDsdt.asl | 1 - 1 file changed, 1 deletion(-) diff --git a/Platform/Intel/MinPlatformPkg/Acpi/MinDsdt/MinDsdt.asl b/Platf= orm/Intel/MinPlatformPkg/Acpi/MinDsdt/MinDsdt.asl index 0d94472450..4efb8709ac 100644 --- a/Platform/Intel/MinPlatformPkg/Acpi/MinDsdt/MinDsdt.asl +++ b/Platform/Intel/MinPlatformPkg/Acpi/MinDsdt/MinDsdt.asl @@ -27,7 +27,6 @@ DefinitionBlock ( Name(_HID, EISAID("PNP0A08")) // Indicates PCI Express/PCI-X Mode2 h= ost hierarchy Name(_CID, EISAID("PNP0A03")) // To support legacy OS that doesn't u= nderstand the new HID Name(_SEG, 0) - Name(_ADR, 0x00000000) Method(^BN00, 0){ return(0x0000) } // Returns default Bus number fo= r Peer PCI busses. Name can be overriden with control method placed directl= y under Device scope Method(_BBN, 0){ return(BN00()) } // Bus number, optional for the Ro= ot PCI Bus Name(_UID, 0x0000) // Unique Bus ID, optional --=20 2.26.2.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 (#93639): https://edk2.groups.io/g/devel/message/93639 Mute This Topic: https://groups.io/mt/93627155/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-