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 6128CAC1252 for ; Tue, 5 Nov 2024 10:30:56 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=PiOafGnVx46IHrrzyh7jLGmrcwmzt1wpPfi6/EV4tC4=; 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=1730802656; v=1; x=1731061854; b=bv6D5J9X33pEBOLM45mlfE8GuryeScOdOSYoUfY7LGI2LccGe4kekt9Yj9+2lXR7jSLkO4Q8 1hICp5jzGvcxq9XL7jRQ+ymh6pnpXifFcFVESvkyC1YgDirLJZ98b3sZymsH8slwez2DlmXaSbK rYWrdrseuGJtIlSGLfDR++rTdmGe2Yrek/emcBEoRWIt5sazzZy1mMTx9AjBK08s/KtDIJLU8qE 19j6tP1RDk/vh/ptnvXwDyFgi8rNfAIzOFrMweD+yev/AH55qJ6eN8cfdAGJPovMfwgpeM4s3xv OEKypmX5qpxv7jcsJipKRhMxaRbQZv/RQkgMHzPQbJ9Jg== X-Received: by 127.0.0.2 with SMTP id 0LAcYY7687511xPH2PL5rFZn; Tue, 05 Nov 2024 02:30:54 -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.web11.14565.1730802646570475339 for ; Tue, 05 Nov 2024 02:30:49 -0800 X-Received: from prodtpl.icoremail.net (unknown [10.12.1.20]) by hzbj-icmmx-6 (Coremail) with SMTP id AQAAfwAXIHrN8ylnE3s3AA--.5558S2; Tue, 05 Nov 2024 18:30:37 +0800 (CST) X-Received: from phytium.com.cn (unknown [218.76.62.144]) by mail (Coremail) with SMTP id AQAAfwC3DXrM8ylnFotHAA--.15276S3; Tue, 05 Nov 2024 18:30:36 +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, devel@edk2.groups.io, Yuquan Wang Subject: [edk2-devel] [RFC EDK2 PATCH v3 0/1] MdePkg/IndustryStandard: add definitions for CXL CEDT Date: Tue, 5 Nov 2024 18:30:24 +0800 Message-Id: <20241105103025.414786-1-wangyuquan1236@phytium.com.cn> MIME-Version: 1.0 X-CM-TRANSID: AQAAfwC3DXrM8ylnFotHAA--.15276S3 X-CM-SenderInfo: 5zdqw5pxtxt0arstlqxsk13x1xpou0fpof0/1tbiAQAAAWcpJZAFIAABsf X-Coremail-Antispam: 1Uk129KBjvdXoW7Xr47WryxZw1xZr1DZFWrXwb_yoW3Kwc_Cr yIyryxGw18ZFykXa45KF15tryxJF4UKr1FkayDXr1xWF1DJr4DCw47J39rZFyfurWIqF1r J3WDZrWfJwn29jkaLaAFLSUrUUUUbb8apTn2vfkv8UJUUUU8wcxFpf9Il3svdxBIdaVrnU 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: Tue, 05 Nov 2024 02:30:49 -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: KXpp3jNIM2Wi00d2lGQ5eawNx7686176AA= 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=bv6D5J9X; 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 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 (#120716): https://edk2.groups.io/g/devel/message/120716 Mute This Topic: https://groups.io/mt/109403423/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-