Skip to content

Commit

Permalink
MdePkg: Add Cxl20.h into IndustryStandard
Browse files Browse the repository at this point in the history
1) Add CXL 2.0 header file to comply with CXL 2.0 specification
2) CXL 2.0 header will embed Cxl11.h
3) Updated Cxl.h to point to 2.0 header file

Signed-off-by: Chris Li <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Cc: Ray Ni <[email protected]>
Cc: Yao, Jiewen <[email protected]>
Cc: Nong, Foster <[email protected]>
Cc: Kinney, Michael D <[email protected]>
  • Loading branch information
sli19-git-ampere authored and mergify[bot] committed Oct 26, 2023
1 parent 884ef98 commit 9bb5ef1
Show file tree
Hide file tree
Showing 2 changed files with 464 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MdePkg/Include/IndustryStandard/Cxl.h
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#ifndef _CXL_MAIN_H_
#define _CXL_MAIN_H_

#include <IndustryStandard/Cxl11.h>
#include <IndustryStandard/Cxl20.h>
//
// CXL assigned new Vendor ID
//
Expand Down
Loading

0 comments on commit 9bb5ef1

Please sign in to comment.