]> xenbits.xensource.com Git - ovmf.git/commitdiff
Tianocore: Support FDT library.
authorBenny Lin <benny.lin@intel.com>
Thu, 4 May 2023 23:48:10 +0000 (16:48 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 5 May 2023 03:45:21 +0000 (03:45 +0000)
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 license.

Cc: Andrew Fish <afish@apple.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Signed-off-by: Benny Lin <benny.lin@intel.com>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
.gitmodules
MdePkg/Library/BaseFdtLib/libfdt [new submodule]
ReadMe.rst

index fe8a43be93bac3cd45e896d377500c1d8200d787..6211c59724af53e34a186748dc638c7e1465cd18 100644 (file)
@@ -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"]\r
+       path = MdePkg/Library/BaseFdtLib/libfdt\r
+       url = https://github.com/devicetree-org/pylibfdt.git\r
diff --git a/MdePkg/Library/BaseFdtLib/libfdt b/MdePkg/Library/BaseFdtLib/libfdt
new file mode 160000 (submodule)
index 0000000..cfff805
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit cfff805481bdea27f900c32698171286542b8d3c
index 91b9cf3c5e50dc980859394bbd00365a32afdec9..d46c53422987434ea01117d2ea3adf3cbf7595c6 100644 (file)
@@ -96,6 +96,7 @@ that are covered by additional licenses.
 -  `UnitTestFrameworkPkg/Library/GoogleTestLib/googletest <https://github.com/google/googletest/blob/86add13493e5c881d7e4ba77fb91c1f57752b3a4/LICENSE>`__\r
 -  `UnitTestFrameworkPkg/Library/SubhookLib/subhook <https://github.com/Zeex/subhook/blob/83d4e1ebef3588fae48b69a7352cc21801cb70bc/LICENSE.txt>`__\r
 -  `RedfishPkg/Library/JsonLib/jansson <https://github.com/akheron/jansson/blob/2882ead5bb90cf12a01b07b2c2361e24960fae02/LICENSE>`__\r
+-  `MdePkg/Library/BaseFdtLib/libfdt <https://github.com/devicetree-org/pylibfdt/blob/f39368a217496d32c4091a2dba4045b60649e3a5/BSD-2-Clause>`__\r
 \r
 The EDK II Project is composed of packages. The maintainers for each package\r
 are listed in `Maintainers.txt <Maintainers.txt>`__.\r