From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from huawei.com (huawei.com [45.249.212.190]) by mx.groups.io with SMTP id smtpd.web12.29416.1599184858375621888 for ; Thu, 03 Sep 2020 19:00:58 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: huawei.com, ip: 45.249.212.190, mailfrom: xiewenyi2@huawei.com) Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 0255E7D1143C130E0749; Fri, 4 Sep 2020 10:00:55 +0800 (CST) Received: from HGH1000039998.huawei.com (10.184.68.188) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.487.0; Fri, 4 Sep 2020 10:00:48 +0800 From: "wenyi,xie" To: , , CC: , , , Subject: [PATCH edk2-Platform 0/1] Hisilicon/Smbios: Replace DEPRECATED code with S-suffixed one Date: Fri, 4 Sep 2020 09:55:12 +0800 Message-ID: <1599184513-33121-1-git-send-email-xiewenyi2@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 X-Originating-IP: [10.184.68.188] X-CFilter-Loop: Reflected Content-Type: text/plain Main Changes : Switching UnicodeStrToAsciiStr to S-suffixed one. Wenyi Xie (1): Hisilicon/Smbios: Replace DEPRECATED code with S-suffixed one .../Drivers/Smbios/AddSmbiosType9/AddSmbiosType9.c | 2 +- .../Smbios/MemorySubClassDxe/MemorySubClass.c | 12 ++++++------ .../ProcessorSubClassDxe/ProcessorSubClass.c | 14 +++++++------- .../SmbiosMiscDxe/Type00/MiscBiosVendorFunction.c | 6 +++--- .../Type01/MiscSystemManufacturerFunction.c | 12 ++++++------ .../Type02/MiscBaseBoardManufacturerFunction.c | 12 ++++++------ .../Type03/MiscChassisManufacturerFunction.c | 10 +++++----- .../Type09/MiscSystemSlotDesignationFunction.c | 2 +- 8 files changed, 35 insertions(+), 35 deletions(-) -- 2.20.1.windows.1