From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-002e3701.pphosted.com (mx0a-002e3701.pphosted.com [148.163.147.86]) by mx.groups.io with SMTP id smtpd.web08.7308.1634634521452487849 for ; Tue, 19 Oct 2021 02:08:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=afTVniIn; spf=temperror, err=temporary DNS error (domain: hpe.com, ip: 148.163.147.86, mailfrom: prvs=0926d272d9=abner.chang@hpe.com) Received: from pps.filterd (m0134420.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 19J8W5MY018505; Tue, 19 Oct 2021 09:08:41 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=qexjQDGLlzpr2VaOykTtt2kzSy3Z8X3jkF2xff1Ffik=; b=afTVniIn/qAq9pjInO+eXyZnMm9cS7dWO1MIlpcUtePASVLsfNp+ZKJLJcR6F5lLlIlQ SNDYEeNGfJfylJc9dcEkiECkla7D8tz5gpY7wjLxas8YMavXpmxuzudDHsKOTSNSokJu 3dchQ2zKsa86pmDV2XeZSPrb4/LN1MnMFJInlkGZnuZb3HA0kyaZtWV2O+H13qXM+8Le /uAb7zeCOcFnyLGWrDvHqdcPtUxbVy8Mb4IgG+CZ9YbavrpQobCw3EbmnEgWWHu5jIMs pWSZYy8z8KY4R7QyWLcg4KZQiipvxnzimu0/Yin6LtaEq5JfSfs2nvKOa0zBUoxzYCOn JA== Received: from g9t5008.houston.hpe.com (g9t5008.houston.hpe.com [15.241.48.72]) by mx0b-002e3701.pphosted.com with ESMTP id 3bseymmq08-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 19 Oct 2021 09:08:41 +0000 Received: from g9t2301.houston.hpecorp.net (g9t2301.houston.hpecorp.net [16.220.97.129]) by g9t5008.houston.hpe.com (Postfix) with ESMTP id 42CA34F; Tue, 19 Oct 2021 09:08:40 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g9t2301.houston.hpecorp.net (Postfix) with ESMTP id 2A1EF4D; Tue, 19 Oct 2021 09:08:38 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Daniel Schaefer , Sunil V L Subject: [edk2-platforms][PATCH 20/30] ProcessorPkg/opensbi: Update opensbi library Date: Tue, 19 Oct 2021 16:09:57 +0800 Message-Id: <20211019081007.31165-21-abner.chang@hpe.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20211019081007.31165-1-abner.chang@hpe.com> References: <20211019081007.31165-1-abner.chang@hpe.com> MIME-Version: 1.0 X-Proofpoint-ORIG-GUID: -RKfCTknsMZ_Vzx6HfPxNYs0ca6bt-_2 X-Proofpoint-GUID: -RKfCTknsMZ_Vzx6HfPxNYs0ca6bt-_2 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.182.1,Aquarius:18.0.790,Hydra:6.0.425,FMLib:17.0.607.475 definitions=2021-10-18_07,2021-10-18_01,2020-04-07_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 lowpriorityscore=0 malwarescore=0 spamscore=0 mlxscore=0 suspectscore=0 impostorscore=0 mlxlogscore=918 phishscore=0 priorityscore=1501 clxscore=1015 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2109230001 definitions=main-2110190056 Content-Transfer-Encoding: 8bit Update opensbi library to a731c7e36988c3308e1978ecde491f2f6182d490, which is based on v0.9. Cc: Daniel Schaefer Cc: Sunil V L Signed-off-by: Daniel Schaefer --- 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 937caee083..a731c7e369 160000 --- a/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi +++ b/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi @@ -1 +1 @@ -Subproject commit 937caee0833115f69d697ca190001ba0aa5c7368 +Subproject commit a731c7e36988c3308e1978ecde491f2f6182d490 -- 2.31.1