From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id D62F2940F32 for ; Tue, 26 Nov 2024 03:02:13 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=83NkjwuGCS0MhRPzH+oUlbn08GsMh4+OiybdUzLgqow=; 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:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20240830; t=1732590133; v=1; x=1732849332; b=JOKYnbrDgoclArU09BzOG47cxaoPyI3fwskfgYTLVfCzbtq2eW7g3mrio6keGU/votCTMoJ5 9r/uWGrwFl02Mxq1nlAoMGeTvlqTjQK8mLZmPeAniyPK+WW0KAbf9TNnXDFSsJ2xeTQVkV/cTlP +ZDd1pw9H7dHyKUQ+MvkQkf9zK8gNNQ9M1xUjjgRRkivYIr0iJJ7StQeVlb3W1NnxGGfqfqIShh r0QnsPgCyWyg/LyXzDJbSZATynRttGW9pM6FAd1HuJVgqdr0eorl/Awd5ZauuPOFxbfAmV45Odx v9Pzwl1yD0uP6V3LRifE3qyTN2D26j9N9JwEME7mrCwZw== X-Received: by 127.0.0.2 with SMTP id LuP1YY7687511xDNpbX7t3tg; Mon, 25 Nov 2024 19:02:12 -0800 X-Received: from sgoci-sdnproxy-4.icoremail.net (sgoci-sdnproxy-4.icoremail.net [129.150.39.64]) by mx.groups.io with SMTP id smtpd.web10.37240.1732590129265162616 for ; Mon, 25 Nov 2024 19:02:10 -0800 X-Received: from prodtpl.icoremail.net (unknown [10.12.1.20]) by hzbj-icmmx-6 (Coremail) with SMTP id AQAAfwD3_3ktOkVnUq99BA--.60793S2; Tue, 26 Nov 2024 11:02:05 +0800 (CST) X-Received: from phytium.com.cn (unknown [218.76.62.144]) by mail (Coremail) with SMTP id AQAAfwC3DnsqOkVn9vhaAA--.10060S3; Tue, 26 Nov 2024 11:02:04 +0800 (CST) From: "Yuquan Wang" To: AbdulLateef.Attar@amd.com, gaoliming@byosoft.com.cn, zhiguang.liu@intel.com, michael.d.kinney@intel.com Cc: Jonathan.Cameron@Huawei.com, marcin.juszkiewicz@linaro.org, chenbaozi@phytium.com.cn, devel@edk2.groups.io, linux-cxl@vger.kernel.org, Yuquan Wang Subject: [edk2-devel] [RFC EDK2 PATCH v4 0/1] MdePkg/IndustryStandard: add definitions for CXL CEDT Date: Tue, 26 Nov 2024 11:01:58 +0800 Message-Id: <20241126030159.72111-1-wangyuquan1236@phytium.com.cn> MIME-Version: 1.0 X-CM-TRANSID: AQAAfwC3DnsqOkVn9vhaAA--.10060S3 X-CM-SenderInfo: 5zdqw5pxtxt0arstlqxsk13x1xpou0fpof0/1tbiAQABAWdE1PMBTAABsJ X-Coremail-Antispam: 1Uk129KBjvdXoWrZFWxZrW3Kr13KF1fKrW7urg_yoWfZFX_C3 4IyryxGw18ZFy8Xa45KF1rtryxGr4UKr1Ska9rXr1xWr1DJrs8Cw47J39xZFyfCrWIqF1f J3Z8ZrWxAwnFgjkaLaAFLSUrUUUUbb8apTn2vfkv8UJUUUU8wcxFpf9Il3svdxBIdaVrnU Uv73VFW2AGmfu7jjvjm3AaLaJ3UjIYCTnIWjDUYxBIdaVFxhVjvjDU0xZFpf9x0zRUUUUU UUUU= 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 Resent-Date: Mon, 25 Nov 2024 19:02:10 -0800 Resent-From: wangyuquan1236@phytium.com.cn Reply-To: devel@edk2.groups.io,wangyuquan1236@phytium.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: jzF0Op0P8cPyQHmn5R69gqagx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240830 header.b=JOKYnbrD; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io v3 -> v4: - Fix the style of the variable name according to EDKII coding guidelines v2 -> v3: - Put each struct into the file for the spec they were introduced RFC because - Less experience and not particularly confident in edk2 area I am trying to support cxl on Qemu sbsa-ref platform, but it relies on CXL ACPI elements within compiled UEFI flash instead of virt/i386 using qemu-build-Acpi tables. Thus I introduce fundamental structures of CEDT into the header file for the spec they were introduced. Yuquan Wang (1): MdePkg/IndustryStandard: add definitions for CXL CEDT MdePkg/Include/IndustryStandard/Cxl20.h | 38 ++++++++++++++++++++ MdePkg/Include/IndustryStandard/Cxl30.h | 46 +++++++++++++++++++++++++ MdePkg/Include/IndustryStandard/Cxl31.h | 45 ++++++++++++++++++++++++ 3 files changed, 129 insertions(+) create mode 100644 MdePkg/Include/IndustryStandard/Cxl31.h -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120841): https://edk2.groups.io/g/devel/message/120841 Mute This Topic: https://groups.io/mt/109784485/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-