From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web10.12330.1584810462404494360 for ; Sat, 21 Mar 2020 10:07:42 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: ashraf.javeed@intel.com) IronPort-SDR: U6nTbsX2TVMYCrw7B9l/ifV+6fIwbHEynSo0q+lr7JafuLecDnO78cjad46bm7HIlKRJ/cbspN QYn8LocuCq7Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Mar 2020 10:07:41 -0700 IronPort-SDR: /NtPFrEr19GBXKvElltbOpGXtgiqSlPoradG2RGUYjbwu+4XGtzjYmWxTYhMhuNidO7qS8erxS 1eOcwTE1p5rw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,289,1580803200"; d="scan'208";a="234811056" Received: from pidsbabios005.gar.corp.intel.com ([10.66.128.37]) by orsmga007.jf.intel.com with ESMTP; 21 Mar 2020 10:07:40 -0700 From: "Javeed, Ashraf" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao Subject: [PATCH V2 0/2] MdePkg-IndustryStandard: CXL 1.1 Base Specification registers Date: Sat, 21 Mar 2020 22:37:24 +0530 Message-Id: <20200321170726.9760-1-ashraf.javeed@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Type: text/plain; charset=0 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These set of two patches introduces the CXL Base Specification register definitions to the MDE; the Cxl11.h has the register definitions for revi- sion 1.1, and the header Cxl.h shall be the main header file to support all versions of CXL Base Specification register definitions. Feature Request: https://bugzilla.tianocore.org/show_bug.cgi?id=2611 Signed-off-by: Ashraf Javeed Cc: Michael D Kinney Cc: Liming Gao --- Ashraf Javeed (2): MdePkg-IndustryStandard: CXL 1.1 Base Specification registers MdePkg-IndustryStandard: CXL 1.1 Base Specification registers MdePkg/Include/IndustryStandard/Cxl.h | 18 ++++++++++++++++++ MdePkg/Include/IndustryStandard/Cxl11.h | 526 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ MdePkg/Include/IndustryStandard/Pci.h | 1 + 3 files changed, 545 insertions(+) create mode 100644 MdePkg/Include/IndustryStandard/Cxl.h create mode 100644 MdePkg/Include/IndustryStandard/Cxl11.h -- 2.21.0.windows.1