From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by mx.groups.io with SMTP id smtpd.web10.15930.1681838258477541969 for ; Tue, 18 Apr 2023 10:17:38 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcppdkim1 header.b=lwKeQHUI; spf=permerror, err=parse error for token &{10 18 %{ir}.%{v}.%{d}.spf.has.pphosted.com}: invalid domain name (domain: quicinc.com, ip: 205.220.168.131, mailfrom: quic_llindhol@quicinc.com) Received: from pps.filterd (m0279863.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 33I8SUYA028997; Tue, 18 Apr 2023 17:17:37 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=qcppdkim1; bh=yHCZimSvuyuoGvzxmSknJzPSMGR+rkFvb2KP6UwZzJo=; b=lwKeQHUIzQvdvzYMmuV4OioHDAIUwTWKUHghgtHIw55O0qE28bdITV5pM6B/OcaDGGtP csbooXHlsuE3S3s2tuZagYdDcgo5q6MUO4XNXG78gjqeWacUaus4rWjipvXxG1evR3+r vtrFIQEnoOaS54cUmpbBIIjXYBco474Gw004Irp2HtgT49yJUA3V/VPW3yMzkyXhocwk AncPQzf4FV88OchDh3hekpO0pvB4eJxlwEMDSjHr9pUdDRRHIdmd4sCvY4FG46wKU9QG 50hyBLWYnddamoO48WPmYN+uH4eW5Sob0lMN1YWIRcRKJCNlUlFcewt97Y2L3fmCRO7S vw== Received: from nasanppmta05.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3q19kg2xk0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 18 Apr 2023 17:17:36 +0000 Received: from nasanex01c.na.qualcomm.com (nasanex01c.na.qualcomm.com [10.45.79.139]) by NASANPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 33IHHa8x008446 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 18 Apr 2023 17:17:36 GMT Received: from qc-i7.hemma.eciton.net (10.80.80.8) by nasanex01c.na.qualcomm.com (10.45.79.139) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.42; Tue, 18 Apr 2023 10:17:34 -0700 Date: Tue, 18 Apr 2023 18:17:31 +0100 From: "Leif Lindholm" To: CC: , Andrew Fish , Michael D Kinney Subject: Re: [PATCH v2 1/3] Tianocore: Support FDT library. Message-ID: References: <20230412183606.887-1-benny.lin@intel.com> <20230412183606.887-2-benny.lin@intel.com> MIME-Version: 1.0 In-Reply-To: <20230412183606.887-2-benny.lin@intel.com> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01c.na.qualcomm.com (10.45.79.139) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: 28d5jc5h7_p3WAZlxkLcfuFElq2UvCrU X-Proofpoint-ORIG-GUID: 28d5jc5h7_p3WAZlxkLcfuFElq2UvCrU X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-18_12,2023-04-18_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 phishscore=0 mlxlogscore=862 suspectscore=0 bulkscore=0 spamscore=0 impostorscore=0 lowpriorityscore=0 priorityscore=1501 clxscore=1015 mlxscore=0 adultscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2303200000 definitions=main-2304180144 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Thu, Apr 13, 2023 at 02:36:04 +0800, benny.lin@intel.com wrote: > From: Benny Lin > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4392 > Add FDT support in EDK2 by submodule 3rd party libfdt > (https://github.com/devicetree-org/pylibfdt/tree/main/libfdt) > > Add submodule libfdt and update ReadMe for the licence. > > Cc: Andrew Fish > Cc: Leif Lindholm > Cc: Michael D Kinney > Signed-off-by: Benny Lin Reviewed-by: Leif Lindholm > --- > .gitmodules | 3 +++ > MdePkg/Library/BaseFdtLib/libfdt | 1 + > ReadMe.rst | 1 + > 3 files changed, 5 insertions(+) > > diff --git a/.gitmodules b/.gitmodules > index fe8a43be93..b1888c3488 100644 > --- a/.gitmodules > +++ b/.gitmodules > @@ -26,3 +26,6 @@ > [submodule "UnitTestFrameworkPkg/Library/SubhookLib/subhook"] > path = UnitTestFrameworkPkg/Library/SubhookLib/subhook > url = https://github.com/Zeex/subhook.git > +[submodule "MdePkg/Library/BaseFdtLib/libfdt"] > + path = MdePkg/Library/BaseFdtLib/libfdt > + url = https://github.com/devicetree-org/pylibfdt.git > diff --git a/MdePkg/Library/BaseFdtLib/libfdt b/MdePkg/Library/BaseFdtLib/libfdt > new file mode 160000 > index 0000000000..cfff805481 > --- /dev/null > +++ b/MdePkg/Library/BaseFdtLib/libfdt > @@ -0,0 +1 @@ > +Subproject commit cfff805481bdea27f900c32698171286542b8d3c > diff --git a/ReadMe.rst b/ReadMe.rst > index 91b9cf3c5e..d46c534229 100644 > --- a/ReadMe.rst > +++ b/ReadMe.rst > @@ -96,6 +96,7 @@ that are covered by additional licenses. > - `UnitTestFrameworkPkg/Library/GoogleTestLib/googletest `__ > - `UnitTestFrameworkPkg/Library/SubhookLib/subhook `__ > - `RedfishPkg/Library/JsonLib/jansson `__ > +- `MdePkg/Library/BaseFdtLib/libfdt `__ > > The EDK II Project is composed of packages. The maintainers for each package > are listed in `Maintainers.txt `__. > -- > 2.39.1.windows.1 >