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.web11.2717.1641618772005935737 for ; Fri, 07 Jan 2022 21:12:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=DFDcZfWc; 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=000704d8ca=abner.chang@hpe.com) Received: from pps.filterd (m0148664.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 20852b3R025471 for ; Sat, 8 Jan 2022 05:12:51 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hpe.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-transfer-encoding; s=pps0720; bh=6D/CePLNqTh/8YQX3MjmfKc8oV7YoZGWFU3soMCyKxA=; b=DFDcZfWcJpkujwDG1iwraokepoh0NOriJTtzoRdBVCMfJnz+2Zg1ewWPg4v5r3ZZaL7f yXTsY3EIBludc8g5/2Y1Re5Ogcq1gXb5+fh1vw2mmWl07tLiZXrfGuZKYqxOxgLcWCCi I9qKEW66L1YYOTa+c/e/rubL5ye7dhdWQZmIDvlYchjmuCPknt6UWr2EUgcpQdw82P+n 5vvM0GFhf2eASzobuzQWMoZn2/fZprMaBaQRNZ91T3dyjD5E/uCyBAoK/KVo7t3ySg7R pHtpYZOOgrGsFLqKRlHtkz+FTNRoePN7cxOJq6PanYo/02eKc67L4EKdkz1ge3GkRqJH kw== Received: from g2t2354.austin.hpe.com (g2t2354.austin.hpe.com [15.233.44.27]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3df1qw8kyu-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 08 Jan 2022 05:12:51 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2354.austin.hpe.com (Postfix) with ESMTP id 8CA5591 for ; Sat, 8 Jan 2022 05:12:50 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g2t2360.austin.hpecorp.net (Postfix) with ESMTP id CC77C37; Sat, 8 Jan 2022 05:12:49 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com Subject: [PATCH 29/79] RISC-V: Split SMBIOS out of PlatformPei Date: Sat, 8 Jan 2022 12:10:49 +0800 Message-Id: <20220108041121.16005-28-abner.chang@hpe.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220108041121.16005-1-abner.chang@hpe.com> References: <20220108041121.16005-1-abner.chang@hpe.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: QSxhc70vcByDhUZheK3qRcEAR0oYGDeo X-Proofpoint-GUID: QSxhc70vcByDhUZheK3qRcEAR0oYGDeo X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.11.62.513 definitions=2022-01-08_01,2022-01-07_01,2021-12-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 bulkscore=0 adultscore=0 priorityscore=1501 lowpriorityscore=0 mlxscore=0 phishscore=0 malwarescore=0 clxscore=1015 suspectscore=0 impostorscore=0 mlxlogscore=999 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2201080036 Content-Transfer-Encoding: quoted-printable (This is migrated from edk2-platforms) Cc: Abner Chang Cc: Sunil V L Reviewed-by: Abner Chang Signed-off-by: Daniel Schaefer --- .../Universal/Pei/PlatformPei/Platform.c | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/Platform/RISC-V/PlatformPkg/Universal/Pei/PlatformPei/Platform= .c b/Platform/RISC-V/PlatformPkg/Universal/Pei/PlatformPei/Platform.c index 24192c692b..8586a94b62 100644 --- a/Platform/RISC-V/PlatformPkg/Universal/Pei/PlatformPei/Platform.c +++ b/Platform/RISC-V/PlatformPkg/Universal/Pei/PlatformPei/Platform.c @@ -254,22 +254,7 @@ BuildCoreInformationHob ( VOID=0D )=0D {=0D - EFI_STATUS Status;=0D - RISC_V_PROCESSOR_SMBIOS_HOB_DATA *SmbiosHobPtr;=0D -=0D - // TODO: Create SMBIOS libs for non-U540 platforms=0D - Status =3D CreateU5MCCoreplexProcessorSpecificDataHob (0);=0D - if (EFI_ERROR (Status)) {=0D - ASSERT(FALSE);=0D - }=0D - Status =3D CreateU5MCProcessorSmbiosDataHob (0, &SmbiosHobPtr);=0D - if (EFI_ERROR (Status)) {=0D - ASSERT(FALSE);=0D - }=0D -=0D - DEBUG ((DEBUG_INFO, "U5 MC Coreplex SMBIOS DATA HOB at address 0x%x\n", = SmbiosHobPtr));=0D -=0D - return EFI_SUCCESS;=0D + return BuildRiscVSmbiosHobs ();=0D }=0D =0D /**=0D --=20 2.31.1