From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web10.6968.1594464191547650055 for ; Sat, 11 Jul 2020 03:43:11 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: ashraf.javeed@intel.com) IronPort-SDR: mC86dzkd1K1sHpxgLlzxF7n5ApSNFvv8xC50BDQME602MKPP6QFk160rv7xZ/VmyevKsKv28vi jdraEFf91VAg== X-IronPort-AV: E=McAfee;i="6000,8403,9678"; a="135846538" X-IronPort-AV: E=Sophos;i="5.75,339,1589266800"; d="scan'208";a="135846538" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jul 2020 03:43:10 -0700 IronPort-SDR: ObQ6QhesjogKI4fIrRX/nd+aiHTMMsBsh49NKH0TfYICacruKAealxPUofqXLoY8ta+Y2SXW0o BfyIzOvogF6Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,339,1589266800"; d="scan'208";a="458601056" Received: from unknown (HELO PIDSBABIOS005.gar.corp.intel.com) ([10.223.9.183]) by orsmga005.jf.intel.com with ESMTP; 11 Jul 2020 03:43:09 -0700 From: "Javeed, Ashraf" To: devel@edk2.groups.io Subject: [PATCH V1 0/2] MdePkg-IndustryStandard: CXL Specification Registers Date: Sat, 11 Jul 2020 16:10:07 +0530 Message-Id: <20200711104009.15296-1-ashraf.javeed@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These 2 patches introduces the Compute Express Link (CXL) Specificition registers definitions to the MDE. The Cxl11.h has the actual register definitions of the CXL Specification Revision 1.1; and the Cxl.h is the main header file to include all versions of the CXL register definitions. Ashraf Javeed (2): MdePkg-IndustryStandard: CXL 1.1 Specification registers MdePkg-IndustryStandard: Main header for all versions of CXL registers MdePkg/Include/IndustryStandard/Cxl.h | 22 ++++++++++++++++++++++ MdePkg/Include/IndustryStandard/Cxl11.h | 573 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ MdePkg/Include/IndustryStandard/Pci.h | 4 +--- 3 files changed, 596 insertions(+), 3 deletions(-) create mode 100644 MdePkg/Include/IndustryStandard/Cxl.h create mode 100644 MdePkg/Include/IndustryStandard/Cxl11.h -- 2.21.0.windows.1