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