From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0b-002e3701.pphosted.com (mx0b-002e3701.pphosted.com [148.163.143.35]) by mx.groups.io with SMTP id smtpd.web08.5420.1650610501374000421 for ; Thu, 21 Apr 2022 23:55:01 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=iHIbY1vF; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=0111295386=roger.hsu@hpe.com) Received: from pps.filterd (m0134423.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 23M6J8Mj022130; Fri, 22 Apr 2022 06:54:36 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding; s=pps0720; bh=57jKRlr03VEPMUhm5zlI62P6vGaO4sXe1yBLAwcFeIE=; b=iHIbY1vFfI5QJdsjHu1eZK0yjTWiwMZrn7ra+jLqE+KpQep14jFHRRUk6qjtAvs9vn3p /X/0WJMO/83Vehco7e/Ds1ZO1DhNL/lDQxcfDCL97Gdk/KIek1mkdScKxzkCHjEpF2Ig 098Z7/9N/DXgx7CfdfNLzCdaJiWDXUzd6BuVsKkgVMLsdgQeK6BEUXGMjakXDjB7kpsG Awmaz8iULFdboqjIoudXDTBUuXu0QYm8Kq//6ws1eXCyHGWOO2FIETzcIjnp4fvYH/FW nrKK0ISj+R8w71jY9d4FECyu0oaaqP2QDxyx8xqFpxv3uzZFtvtSkapdCr5w+rty98ho rA== Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3fkpyp88r6-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 22 Apr 2022 06:54:36 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id E947366; Fri, 22 Apr 2022 06:54:35 +0000 (UTC) Received: from localhost.localdomain (unknown [15.119.210.230]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id 5975445; Fri, 22 Apr 2022 06:54:34 +0000 (UTC) From: roger.hsu@hpe.com To: devel@edk2.groups.io Cc: Michael D Kinney , Liming Gao , Zhiguang Liu , Abner Chang , Ray Ni , Zhichao Gao Subject: [PATCH 0/2] Update SMBIOS type 0 Date: Fri, 22 Apr 2022 14:49:09 +0800 Message-Id: <20220422064909.137-1-roger.hsu@hpe.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 X-Proofpoint-GUID: q32mwiarIIHpOsFkWyx3ir7zGoGWP_sR X-Proofpoint-ORIG-GUID: q32mwiarIIHpOsFkWyx3ir7zGoGWP_sR X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.858,Hydra:6.0.486,FMLib:17.11.64.514 definitions=2022-04-22_02,2022-04-21_01,2022-02-23_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 mlxscore=0 bulkscore=0 adultscore=0 clxscore=1015 lowpriorityscore=0 phishscore=0 spamscore=0 suspectscore=0 impostorscore=0 mlxlogscore=581 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2202240000 definitions=main-2204220030 Content-Transfer-Encoding: 8bit Update for supporting SMBIOS type zero extended size. Signed-off-by: Roger Hsu Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Abner Chang Cc: Ray Ni Cc: Zhichao Gao Hsu, Roger (2): MdePkg/Include: Update SMBIOS type 0 ShellPkg/SmbiosView: Print BIOS extension size MdePkg/Include/IndustryStandard/SmBios.h | 13 ++++++++++++- .../SmbiosView/PrintInfo.c | 12 ++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) -- 2.28.0.windows.1