diff options
author | Benny Lin <benny.lin@intel.com> | 2023-05-04 16:48:10 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-05-05 03:45:21 +0000 |
commit | 10416bf46e7e7b82472c3f1205572c6e628fcc01 (patch) | |
tree | ce5494ca3121e03af3472fcba026a447cd0982a4 /.gitmodules | |
parent | d992a05ade3d1bebc6e7a81aaf700286e0e217c8 (diff) | |
download | edk2-10416bf46e7e7b82472c3f1205572c6e628fcc01.zip edk2-10416bf46e7e7b82472c3f1205572c6e628fcc01.tar.gz edk2-10416bf46e7e7b82472c3f1205572c6e628fcc01.tar.bz2 |
Tianocore: Support FDT library.
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>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index fe8a43b..6211c59 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
|