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.web10.3730.1641630356561688103 for ; Sat, 08 Jan 2022 00:25:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=k0DNbBSR; 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 (m0150244.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 20844xiN007062 for ; Sat, 8 Jan 2022 08:25:55 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=MrI8yhfAdK/h83n5EtpWiNNtfLtfpKlsfXcp/GEU/GA=; b=k0DNbBSRUrjeIApWRyPVmJHQAifERoh2Tls8c0I8jh5rvHI/yyeZK2YhruWJvHjasLx3 W3VY19r9HaB1x1rHR288QLKTyTkSi5q5joheX4Go9tD4Tup+Hnsc6NRioL62wtNkkTb+ B7oyTevEptujwOKpPXy4CkiPuYYaL4gHgBUpkitq7Ibi10LDYPP2oKINdCMK/sLvorRe NPgP6ju1oX6C1Zst+tn4w0842tv5NrlRcm5mtom1FssYJbJKooFAnoSvDVU3t5PW7GOy fL163t8wC0+MnSKrkfbtlrh1G2CyDQ2SeukjyhHMv+BFRp4UlaQPAEd6OF0KhNcbHsqS TA== Received: from g2t2352.austin.hpe.com (g2t2352.austin.hpe.com [15.233.44.25]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3df395ruwc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 08 Jan 2022 08:25:55 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2352.austin.hpe.com (Postfix) with ESMTP id 1AC8C62 for ; Sat, 8 Jan 2022 08:25:55 +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 5849939; Sat, 8 Jan 2022 08:25:54 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com Subject: [PATCH 51/79] RiscVPkg: Update opensbi library Date: Sat, 8 Jan 2022 15:24:34 +0800 Message-Id: <20220108072444.17879-10-abner.chang@hpe.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220108072444.17879-1-abner.chang@hpe.com> References: <20220108072444.17879-1-abner.chang@hpe.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: Fsk7HZFhzr-S0uk48nh_xwLW3dtsLS_i X-Proofpoint-GUID: Fsk7HZFhzr-S0uk48nh_xwLW3dtsLS_i 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_03,2022-01-07_01,2021-12-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 phishscore=0 mlxlogscore=927 adultscore=0 lowpriorityscore=0 suspectscore=0 mlxscore=0 bulkscore=0 priorityscore=1501 clxscore=1015 impostorscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2201080063 Content-Transfer-Encoding: 8bit (This is migrated from edk2-platforms:Silicon) Update opensbi library to a731c7e36988c3308e1978ecde491f2f6182d490, which is based on v0.9. Cc: Daniel Schaefer Cc: Sunil V L Signed-off-by: Daniel Schaefer Reviewed-by: Daniel Schaefer Reviewed-by: Sunil V L --- Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi b/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi index ac5e821d50..a731c7e369 160000 --- a/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi +++ b/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi @@ -1 +1 @@ -Subproject commit ac5e821d50be631f26274765a59bc1b444ffd862 +Subproject commit a731c7e36988c3308e1978ecde491f2f6182d490 -- 2.31.1