From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=016647cc7d=abner.chang@hpe.com) Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by groups.io with SMTP; Thu, 19 Sep 2019 22:53:11 -0700 Received: from pps.filterd (m0134424.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x8K5pNAb019629; Fri, 20 Sep 2019 05:53:10 GMT Received: from g4t3425.houston.hpe.com (g4t3425.houston.hpe.com [15.241.140.78]) by mx0b-002e3701.pphosted.com with ESMTP id 2v4fgk9r32-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 20 Sep 2019 05:53:10 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3425.houston.hpe.com (Postfix) with ESMTP id 050999A; Fri, 20 Sep 2019 05:53:10 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.44]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id D680C46; Fri, 20 Sep 2019 05:53:06 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Michael D Kinney , Liming Gao , Hao A Wu , Jian J Wang , Jaben Carsey , Ray Ni , Zhichao Gao , Leif Lindholm , Gilbert Chen Subject: [PATCH v4 0/3] Update to support SmBios 3.3.0 Date: Fri, 20 Sep 2019 13:22:34 +0800 Message-Id: <1568956957-17559-1-git-send-email-abner.chang@hpe.com> X-Mailer: git-send-email 2.7.4 X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.70,1.0.8 definitions=2019-09-20_01:2019-09-19,2019-09-20 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 malwarescore=0 clxscore=1015 priorityscore=1501 suspectscore=0 impostorscore=0 mlxscore=0 lowpriorityscore=0 spamscore=0 mlxlogscore=983 bulkscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-1908290000 definitions=main-1909200064 **Please ignore v3. I sent the wrong patches. Codes changes for SMBIOS spec 3.3.0 (Not public yet) Bugzilla link, https://bugzilla.tianocore.org/show_bug.cgi?id=2202 Abner Chang (3): MdeModulePkg: Update to support SmBios 3.3.0 MdePkg/Include: Update to support SmBios 3.3.0 ShellPkg/UefiShellDebug1CommandsLib: Update to support SmBios 3.3.0 MdeModulePkg/MdeModulePkg.dec | 8 +-- MdePkg/Include/IndustryStandard/SmBios.h | 76 +++++++++++++++++++++- .../SmbiosView/PrintInfo.c | 23 ++++++- .../SmbiosView/PrintInfo.h | 13 +++- .../SmbiosView/QueryTable.c | 63 +++++++++++++++++- .../UefiShellDebug1CommandsLib.uni | 3 +- 6 files changed, 175 insertions(+), 11 deletions(-) Cc: Michael D Kinney Cc: Liming Gao Cc: Hao A Wu Cc: Jian J Wang Cc: Jaben Carsey Cc: Ray Ni Cc: Zhichao Gao Cc: Leif Lindholm Cc: Gilbert Chen -- 2.7.4