[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Wednesday, November 27, 2024 #cal-reminder

2024-11-27 Thread Group Notification
*Reminder: TianoCore Bug Triage - APAC / NAMO* *When:* Wednesday, November 27, 2024 5:30pm to 6:30pm (UTC-08:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWEwMTktY2JiODRlYTY1NmY0%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e3

[edk2-devel] [RFC EDK2 PATCH v5 1/1] MdePkg/IndustryStandard: add definitions for CXL CEDT

2024-11-27 Thread Yuquan Wang
This adds #defines and struct typedefs for the various structure types in the CXL Early Discovery Table (CEDT). Signed-off-by: Yuquan Wang --- MdePkg/Include/IndustryStandard/Cxl20.h | 41 + MdePkg/Include/IndustryStandard/Cxl30.h | 59 + MdePkg/Include/In

[edk2-devel] [RFC EDK2 PATCH v5 0/1] MdePkg/IndustryStandard: add definitions for CXL CEDT

2024-11-27 Thread Yuquan Wang
v4 -> v5: - Add some comments on maximum sizing - Introduce a errata fixed at CXL3.2 v3 -> v4: - Fix the style of the variable name according to EDKII coding guidelines v2 -> v3: - Put each struct into the file for the spec they were introduced RFC because - Less experience and not particularly