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.577.1572229926209860012 for ; Sun, 27 Oct 2019 19:32:06 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: hpe.com, ip: 148.163.143.35, mailfrom: prvs=02044412f4=abner.chang@hpe.com) Received: from pps.filterd (m0134423.ppops.net [127.0.0.1]) by mx0b-002e3701.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x9S2VkSB026328; Mon, 28 Oct 2019 02:32:05 GMT Received: from g4t3426.houston.hpe.com (g4t3426.houston.hpe.com [15.241.140.75]) by mx0b-002e3701.pphosted.com with ESMTP id 2vvbnuhb4j-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 28 Oct 2019 02:32:05 +0000 Received: from g4t3433.houston.hpecorp.net (g4t3433.houston.hpecorp.net [16.208.49.245]) by g4t3426.houston.hpe.com (Postfix) with ESMTP id D538B54; Mon, 28 Oct 2019 02:32:04 +0000 (UTC) Received: from UB16Abner.asiapacific.hpqcorp.net (ub16abner.asiapacific.hpqcorp.net [15.119.209.229]) by g4t3433.houston.hpecorp.net (Postfix) with ESMTP id 8220F45; Mon, 28 Oct 2019 02:32:03 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Leif Lindholm , Gilbert Chen Subject: [edk2-staging/RISC-V-V2 PATCH v3 27/39] RiscVPkg/RiscVOpensbLlib: Add submodule opensbi Date: Mon, 28 Oct 2019 09:59:05 +0800 Message-Id: <1572227957-13169-28-git-send-email-abner.chang@hpe.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1572227957-13169-1-git-send-email-abner.chang@hpe.com> References: <1572227957-13169-1-git-send-email-abner.chang@hpe.com> X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-HPE-SCL: -1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.95,1.0.8 definitions=2019-10-27_09:2019-10-25,2019-10-27 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 clxscore=1015 mlxscore=0 phishscore=0 bulkscore=0 impostorscore=0 malwarescore=0 mlxlogscore=999 adultscore=0 priorityscore=1501 lowpriorityscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-1908290000 definitions=main-1910280025 X-MIME-Autoconverted: from 8bit to quoted-printable by mx0b-002e3701.pphosted.com id x9S2VkSB026328 Content-Type: text/plain; charset=y Content-Transfer-Encoding: quoted-printable Add submodule opensbi under RiscVPkg/Library/RiscVOpensbLlib. The current supported opensbi version for RISC-V edk2 port is tags/v0.5. Signed-off-by: Abner Chang Cc: Leif Lindholm Cc: Gilbert Chen --- .gitmodules | 15 +++++++++------ RiscVPkg/Library/RiscVOpensbiLib/opensbi | 1 + 2 files changed, 10 insertions(+), 6 deletions(-) create mode 160000 RiscVPkg/Library/RiscVOpensbiLib/opensbi diff --git a/.gitmodules b/.gitmodules index 508f0c1..d2d823a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,9 @@ -[submodule "CryptoPkg/Library/OpensslLib/openssl"] - path =3D CryptoPkg/Library/OpensslLib/openssl - url =3D https://github.com/openssl/openssl -[submodule "SoftFloat"] - path =3D ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 - url =3D https://github.com/ucb-bar/berkeley-softfloat-3.git +=EF=BB=BF[submodule "CryptoPkg/Library/OpensslLib/openssl"] + path =3D CryptoPkg/Library/OpensslLib/openssl + url =3D https://github.com/openssl/openssl +[submodule "SoftFloat"] + path =3D ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3 + url =3D https://github.com/ucb-bar/berkeley-softfloat-3.git +[submodule "RiscVPkg/Library/RiscVOpensbiLib/opensbi"] + path =3D RiscVPkg/Library/RiscVOpensbiLib/opensbi + url =3D https://github.com/riscv/opensbi.git diff --git a/RiscVPkg/Library/RiscVOpensbiLib/opensbi b/RiscVPkg/Library/= RiscVOpensbiLib/opensbi new file mode 160000 index 0000000..be92da2 --- /dev/null +++ b/RiscVPkg/Library/RiscVOpensbiLib/opensbi @@ -0,0 +1 @@ +Subproject commit be92da280d87c38a2e0adc5d3f43bab7b5468f09 --=20 2.7.4