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.2711.1641618746830926652 for ; Fri, 07 Jan 2022 21:12:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=gQ8CzPm5; 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 2082K1PW032748 for ; Sat, 8 Jan 2022 05:12:26 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=A4WEzYUJ91WUo2prjZxfStEjljcNIKtxhwUzYTqPphE=; b=gQ8CzPm5lCOgJqqj+eoBvr5PBjNWdvyEgDofnJs4ObFyyAVnS3ro2joMv9fGkttIPzoe bYDwnZDfFLfRefwmNlqZxCx2pZXZMh/xgMLacr5tz5mJDqqJfTH8w6dbQ+YPHy+qHE9G J7atBSuRqAkNq6NXtjhYpvzG6tZHslQLE4an7aXAXcn5GktAZeexfKAMsYGH01L4eLpY f8QROZ2Cw+KQOZ6XtCfx6Dk+Ani+5PlKRGzE9AgdjDU0mkyfLfYCVASXRc54pc5Q/cMh YdoqrFIhz4/9qQ9VMqYZCY3dKyB6RyWoYOvl9Ul7XFSMai53qTvZG01W3dx9IYfcDp4H 5w== Received: from g2t2353.austin.hpe.com (g2t2353.austin.hpe.com [15.233.44.26]) by mx0b-002e3701.pphosted.com (PPS) with ESMTPS id 3df1qw8kxe-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 08 Jan 2022 05:12:25 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2353.austin.hpe.com (Postfix) with ESMTP id 4F9C465 for ; Sat, 8 Jan 2022 05:12:25 +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 8D9EF36; Sat, 8 Jan 2022 05:12:24 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com Subject: [PATCH 05/79] ProcessorPkg/RiscVOpensbLib: Add opensbi submodule Date: Sat, 8 Jan 2022 12:10:25 +0800 Message-Id: <20220108041121.16005-4-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: bmQs-9X1JpBY6ReuzndhSD3ON-1Px0_3 X-Proofpoint-GUID: bmQs-9X1JpBY6ReuzndhSD3ON-1Px0_3 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=998 spamscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2201080036 Content-Transfer-Encoding: 8bit (This is migrated from edk2-platforms:Silicon/RISC-V) Add submodule opensbi under Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbLlib. The current supported opensbi version for RISC-V edk2 port is tags/v0.6. Signed-off-by: Daniel Schaefer Reviewed-by: Leif Lindholm Cc: Leif Lindholm Cc: Abner Chang Cc: Gilbert Chen --- Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi | 1 + 1 file changed, 1 insertion(+) create mode 160000 Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi diff --git a/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi b/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi new file mode 160000 index 0000000000..ac5e821d50 --- /dev/null +++ b/Silicon/RISC-V/ProcessorPkg/Library/RiscVOpensbiLib/opensbi @@ -0,0 +1 @@ +Subproject commit ac5e821d50be631f26274765a59bc1b444ffd862 -- 2.31.1