Reviewed-by: Liming Gao <[email protected]> -----Original Message----- From: [email protected] <[email protected]> On Behalf Of Javeed, Ashraf Sent: 2020年3月31日 10:03 To: [email protected] Cc: Kinney, Michael D <[email protected]>; Gao, Liming <[email protected]> Subject: [edk2-devel] [PATCH V3 2/2] MdePkg-IndustryStandard: Main header for all versions of CXL registers
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 <[email protected]> Cc: Michael D Kinney <[email protected]> Cc: Liming Gao <[email protected]> --- 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.<BR> +SPDX-License-Identifier: BSD-2-Clause-Patent + +**/ + +#ifndef _CXL_H_ +#define _CXL_H_ + +#include <IndustryStandard/Cxl11.h> + +#endif + -- 2.21.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#56935): https://edk2.groups.io/g/devel/message/56935 Mute This Topic: https://groups.io/mt/72669200/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
