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.3800.1641630527786271150 for ; Sat, 08 Jan 2022 00:28:47 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@hpe.com header.s=pps0720 header.b=QOO5Uc6X; 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.147.86, mailfrom: prvs=000704d8ca=abner.chang@hpe.com) Received: from pps.filterd (m0150241.ppops.net [127.0.0.1]) by mx0a-002e3701.pphosted.com (8.16.1.2/8.16.1.2) with ESMTP id 2087WLUL027322; Sat, 8 Jan 2022 08:28:45 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 : content-transfer-encoding : mime-version; s=pps0720; bh=+MYuKsoDcHnKcjWOLlfYMLkYM/Bj6aqd6DD+iu7Owaw=; b=QOO5Uc6XWRwveUkMonHDsaOCMVCE9h55Q3lGbsYrBnjxOdbMBrH3BMbllH9OXb5t4SDQ MQYV6UnvHfurhd5ICvnq3C7jxTdR/i1Hc+lbylowfj5aHBuqt0YidFCB2xDq+TMU5aLx TLTtQbrB3XTiG2OjhGK8Kn7Gr8bbol75TaO4K4h/NU9rreB2Vaorr7cG3105F0OCRs7T NG3A1ipEub9fRD2dKAA8Io8lT53xTDmc/v/1X0sbYks8Abl/1VXaPg5kks/KO3/eQXNV lsJyGjdgu8C+4Soeg14EjxndZY28lKpBKsxnT/UPiJNDhUb/3XRTlWvgpq/GNKPW6fa9 cQ== Received: from g2t2352.austin.hpe.com (g2t2352.austin.hpe.com [15.233.44.25]) by mx0a-002e3701.pphosted.com (PPS) with ESMTPS id 3df15phc1p-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 08 Jan 2022 08:28:45 +0000 Received: from g2t2360.austin.hpecorp.net (g2t2360.austin.hpecorp.net [16.196.225.135]) by g2t2352.austin.hpe.com (Postfix) with ESMTP id E53C662; Sat, 8 Jan 2022 08:28:44 +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 621CD3B; Sat, 8 Jan 2022 08:28:43 +0000 (UTC) From: "Abner Chang" To: devel@edk2.groups.io Cc: abner.chang@hpe.com, Andrew Fish , Leif Lindholm , Michael D Kinney , Sunil V L Subject: [PATCH 66/79] edk2:.gitmodules Date: Sat, 8 Jan 2022 15:27:24 +0800 Message-Id: <20220108072737.17962-5-abner.chang@hpe.com> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20220108072737.17962-1-abner.chang@hpe.com> References: <20220108072737.17962-1-abner.chang@hpe.com> X-Proofpoint-GUID: Xmpvg_t8BtOn0RJyDF8qv5cFfd-VBd5t X-Proofpoint-ORIG-GUID: Xmpvg_t8BtOn0RJyDF8qv5cFfd-VBd5t X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 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 mlxscore=0 impostorscore=0 bulkscore=0 clxscore=1015 lowpriorityscore=0 spamscore=0 suspectscore=0 priorityscore=1501 phishscore=0 malwarescore=0 mlxlogscore=822 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2110150000 definitions=main-2201080064 Content-Transfer-Encoding: 8bit Add opensbi library to a731c7e36988c3308e1978ecde491f2f6182d490, which is based on v0.9. Signed-off-by: Daniel Schaefer Cc: Andrew Fish Cc: Leif Lindholm Cc: Michael D Kinney Cc: Abner Chang Cc: Sunil V L --- .gitmodules | 3 +++ RiscVPkg/Library/RiscVOpensbiLib/opensbi | 1 + 2 files changed, 4 insertions(+) create mode 160000 RiscVPkg/Library/RiscVOpensbiLib/opensbi diff --git a/.gitmodules b/.gitmodules index b845c9ee3f..e8c30349a6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,3 +20,6 @@ [submodule "RedfishPkg/Library/JsonLib/jansson"] path = RedfishPkg/Library/JsonLib/jansson url = https://github.com/akheron/jansson +[submodule "RiscVPkg/Library/RiscVOpensbiLib/opensbi"] + path = RiscVPkg/Library/RiscVOpensbiLib/opensbi + url = https://github.com/riscv/opensbi diff --git a/RiscVPkg/Library/RiscVOpensbiLib/opensbi b/RiscVPkg/Library/RiscVOpensbiLib/opensbi new file mode 160000 index 0000000000..a731c7e369 --- /dev/null +++ b/RiscVPkg/Library/RiscVOpensbiLib/opensbi @@ -0,0 +1 @@ +Subproject commit a731c7e36988c3308e1978ecde491f2f6182d490 -- 2.31.1