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 8772DD81194 for ; Wed, 30 Oct 2024 10:38:17 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Ic4pVW6Em79Ij4T9QU2MxhV1gIo1DaqJbQgKppVx8YI=; 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=1730284697; v=1; x=1730543895; b=o1tq0a/G8uJLLXWVpFh9sFWEDLcJynT98cDCslNrUNhQ4oyR3zq3slucHWhbymWxuL0+WSw9 t1n1kGTjQPpISUZl/a3/TuxSFZftgtbApeqbz+RST22ASTrpYbnS0yO9B3AJFiQ7I/chQLpS3jG PzVzub+aOeYUb82HkgN84/JxoQWaW7AbJUs30f+E+Uhof5D0GGbgsGjT7zlDZE/Mtil/yIGP7KG g96n/MQyBZl56T+g5nv4Yk4uc+yiThkojFk9A56FRqbs/hj8U84/1EGhkcb3CD20z8a5/nYKMOZ AGgKptp6w71epFCyfa6qnlKqrH6+xvpOgKrQ+DHqX0Kfw== X-Received: by 127.0.0.2 with SMTP id u7QHYY7687511xWju4GOZREs; Wed, 30 Oct 2024 03:38:15 -0700 X-Received: from zg8tmtyylji0my4xnjqumte4.icoremail.net (zg8tmtyylji0my4xnjqumte4.icoremail.net [162.243.164.118]) by mx.groups.io with SMTP id smtpd.web10.11966.1730284691986116156 for ; Wed, 30 Oct 2024 03:38:12 -0700 X-Received: from prodtpl.icoremail.net (unknown [10.12.1.20]) by hzbj-icmmx-6 (Coremail) with SMTP id AQAAfwDnyNWPDCJn9b4fAg--.27805S2; Wed, 30 Oct 2024 18:38:07 +0800 (CST) X-Received: from phytium.com.cn (unknown [218.76.62.144]) by mail (Coremail) with SMTP id AQAAfwAXbXmODCJnZStAAA--.25600S3; Wed, 30 Oct 2024 18:38:07 +0800 (CST) From: "Yuquan Wang" To: Jonathan.Cameron@Huawei.com, marcin.juszkiewicz@linaro.org, gaoliming@byosoft.com.cn, michael.d.kinney@intel.com, ardb+tianocore@kernel.org Cc: chenbaozi@phytium.com.cn, qemu-devel@nongnu.org, devel@edk2.groups.io, Yuquan Wang Subject: [edk2-devel] [RFC EDK2 PATCH v2 0/1] MdePkg/IndustryStandard: add definitions for CXL3.1 CEDT Date: Wed, 30 Oct 2024 18:37:12 +0800 Message-Id: <20241030103713.415432-1-wangyuquan1236@phytium.com.cn> MIME-Version: 1.0 X-CM-TRANSID: AQAAfwAXbXmODCJnZStAAA--.25600S3 X-CM-SenderInfo: 5zdqw5pxtxt0arstlqxsk13x1xpou0fpof0/1tbiAQAOAWchPJEEcgABsS X-Coremail-Antispam: 1Uk129KBjvdXoWrtF1ftF17Ary8XrW5GryDJrb_yoWfJrb_C3 yjgrykGw4IyFWSqFZIkF4UtrWxu3yUKr10ka98Xr1jgr98JwsIg3Z7JayDZFy7ZFyxtF4f Xw1DZryxtr929jkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8wcxFpf9Il3svdxBIdaVrnU 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: Wed, 30 Oct 2024 03:38:12 -0700 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: bR4f8vbeXDLnAGwY0V00hlxFx7686176AA= 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="o1tq0a/G"; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=none v1 -> v2: - Change to CXL Spec identification and description - Add CXIMS, RDPAS and CSDS structures - Fix code style problems RFC because - Less experience and not particularly confident in edk2 area so this might be stupidly broken in a way I've not considered. 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 create the header file CxlEarlyDiscoveryTable.h as the fundamental format for CEDT building in edk2-platforms. Yuquan Wang (1): MdePkg/IndustryStandard: add definitions for CXL3.1 CEDT .../IndustryStandard/CxlEarlyDiscoveryTable.h | 113 ++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 MdePkg/Include/IndustryStandard/CxlEarlyDiscoveryTable.h -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120696): https://edk2.groups.io/g/devel/message/120696 Mute This Topic: https://groups.io/mt/109293433/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-