]> git.proxmox.com Git - mirror_edk2.git/commit - EmbeddedPkg/Library/FdtLib/FdtLib.inf
EmbeddedPkg: Added support to libfdt
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Sep 2012 16:53:57 +0000 (16:53 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Sep 2012 16:53:57 +0000 (16:53 +0000)
commitfa4a70633868ce5a59e3bc3c98c137952a6c4ccb
treec29d5d77b7b05b194377b77c068147cc6cc09f5d
parent8213627ef73ea5cac96c9eaeaed8dd8169ec3431
EmbeddedPkg: Added support to libfdt

Use the library libdt from the Device Tree Compiler project.
The used version is from Wednesday 22nd August 2012 (commit: 8716901d2215a3)

The Device Tree Compiler project is under dual BSD/GPL license (it means the
license is either BSD or GPL). The BSD license is the license that fits to the
Tianocore contribution requirements.
The use of libfdt into Tianocore has been authorised by David Gibson the
author of libfdt and its current maintainer Jon Loeliger (email thread on 7th
September 2011).

Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13760 6f19259b-4bc3-4df7-8a09-765794883524
21 files changed:
ArmPkg/ArmPkg.dsc
ArmPlatformPkg/ArmPlatformPkg-2ndstage.dsc
ArmPlatformPkg/ArmPlatformPkg.dsc
EmbeddedPkg/Include/fdt.h [new file with mode: 0644]
EmbeddedPkg/Include/libfdt.h [new file with mode: 0644]
EmbeddedPkg/Include/libfdt_env.h [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/0001-EmbeddedPkg-Added-libfdt-port.patch [deleted file]
EmbeddedPkg/Library/FdtLib/0002-ArmPkg-BdsLib-Added-support-for-modifying-the-passed.patch [deleted file]
EmbeddedPkg/Library/FdtLib/0003-ArmPlatformPkg-EblCmdLib-Add-dumpfdt-EBL-command.patch [deleted file]
EmbeddedPkg/Library/FdtLib/FdtLib.inf [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/Makefile.libfdt [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/TODO [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/fdt.c [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/fdt_empty_tree.c [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/fdt_ro.c [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/fdt_rw.c [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/fdt_strerror.c [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/fdt_sw.c [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/fdt_wip.c [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/libfdt_internal.h [new file with mode: 0644]
EmbeddedPkg/Library/FdtLib/version.lds [new file with mode: 0644]