From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com (mga03.intel.com []) by mx.groups.io with SMTP id smtpd.web11.1171.1585620166011806597 for ; Mon, 30 Mar 2020 19:02:48 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: ashraf.javeed@intel.com) IronPort-SDR: LNMX/B2apC6dcsHGLpBAMrYW9zEuUittXJHnv/CkYWuoHdLiiT4ZEahF4T6z3BiVNrRrR/EKsJ AXIHtnFJM77g== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2020 19:02:48 -0700 IronPort-SDR: 8KtfrsrlcklFDmxHySQGOxdEi7mkOq9TFKDzHOyOW7jE4v5pbvPLKXrPaxujuFqlS8kOtEyI3U y0bhrxB5NoNw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,326,1580803200"; d="scan'208";a="448495363" Received: from pidsbabios005.gar.corp.intel.com ([10.66.128.37]) by fmsmga005.fm.intel.com with ESMTP; 30 Mar 2020 19:02:47 -0700 From: "Javeed, Ashraf" To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao Subject: =?UTF-8?B?W1BBVENIIFYzIDIvMl0g77u/TWRlUGtnLUluZHVzdHJ5U3RhbmRhcmQ6IE1haW4gaGVhZGVyIGZvciBhbGwgdmVyc2lvbnMgb2YgQ1hMIHJlZ2lzdGVycw==?= Date: Tue, 31 Mar 2020 07:32:37 +0530 Message-Id: <20200331020237.15752-3-ashraf.javeed@intel.com> X-Mailer: git-send-email 2.21.0.windows.1 In-Reply-To: <20200331020237.15752-1-ashraf.javeed@intel.com> References: <20200331020237.15752-1-ashraf.javeed@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2611 Introducing the Cxl.h as the main header file to support all versions of CXL Base Specification register definitions. Signed-off-by: Ashraf Javeed Cc: Michael D Kinney Cc: Liming Gao --- MdePkg/Include/IndustryStandard/Cxl.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/MdePkg/Include/IndustryStandard/Cxl.h b/MdePkg/Include/IndustryStandard/Cxl.h new file mode 100644 index 0000000000..d945fcbda2 --- /dev/null +++ b/MdePkg/Include/IndustryStandard/Cxl.h @@ -0,0 +1,18 @@ +/** @file + Support for the latest CXL standard + + The main header to reference all versions of CXL Base specification registers + from the MDE + +Copyright (c) 2020, Intel Corporation. All rights reserved.
+SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef _CXL_H_ +#define _CXL_H_ + +#include + +#endif + -- 2.21.0.windows.1