From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id E28D0AC0FFD for ; Fri, 20 Oct 2023 11:13:54 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=QHgO7JIrHvTXvd8wGN/HwZiCpScNKkxRcZAKgC/z3o4=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1697800433; v=1; b=X6H3qpcZidtLLkO3Lzm4srcd31+GZX58P0/g5qA6VD4FclD4Cw3dNvFTHMfcKIIiLve1NuF8 WqhlxA0WwC375L7QstYyKqPlpFFL1AP0YwftA7Vf6vHqdtj/Ju9ipJDI8T3QQVltd9dSV6xKLj9 8h7b0xXFL65/PkFcYlG0kx6U= X-Received: by 127.0.0.2 with SMTP id fgMyYY7687511xW3tzRbvbBz; Fri, 20 Oct 2023 04:13:53 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web11.51889.1697800432651110026 for ; Fri, 20 Oct 2023 04:13:53 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10868"; a="371551347" X-IronPort-AV: E=Sophos;i="6.03,238,1694761200"; d="scan'208";a="371551347" X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2023 04:13:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10868"; a="792377760" X-IronPort-AV: E=Sophos;i="6.03,238,1694761200"; d="scan'208";a="792377760" X-Received: from shwdefst01.ccr.corp.intel.com ([10.239.55.98]) by orsmga001.jf.intel.com with ESMTP; 20 Oct 2023 04:13:50 -0700 From: "Jinlong Xu" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao Subject: [edk2-devel] [PATCH v2 2/5] MdePkg ACPI65: Add 0x0B/PRM to Generic Address Structure Date: Fri, 20 Oct 2023 19:13:47 +0800 Message-Id: <20231020111348.2921-1-jinlong.xu@intel.com> MIME-Version: 1.0 Precedence: Bulk 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,jinlong.xu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: LbIu0eXb7eYS4q074leh090px7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=X6H3qpcZ; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4567 ACPI_Spec_6_5_Aug29 Table 5.1, add 0x0B/Platform Runtime Mechanism (PRM) in Address Space ID of Generic Address Structure (GAS) Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Jinlong Xu --- MdePkg/Include/IndustryStandard/Acpi65.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MdePkg/Include/IndustryStandard/Acpi65.h b/MdePkg/Include/Indu= stryStandard/Acpi65.h index 6caadf240498..86754a0e123a 100644 --- a/MdePkg/Include/IndustryStandard/Acpi65.h +++ b/MdePkg/Include/IndustryStandard/Acpi65.h @@ -43,6 +43,7 @@ typedef struct { #define EFI_ACPI_6_5_GENERAL_PURPOSE_IO 0x08=0D #define EFI_ACPI_6_5_GENERIC_SERIAL_BUS 0x09=0D #define EFI_ACPI_6_5_PLATFORM_COMMUNICATION_CHANNEL 0x0A=0D +#define EFI_ACPI_6_5_PLATFORM_RUNTIME_MECHANISM 0x0B=0D #define EFI_ACPI_6_5_FUNCTIONAL_FIXED_HARDWARE 0x7F=0D =0D //=0D --=20 2.39.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109833): https://edk2.groups.io/g/devel/message/109833 Mute This Topic: https://groups.io/mt/102078727/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-