]> git.proxmox.com Git - mirror_edk2.git/commit
EmbeddedPkg: Split off FDT loading functionality from FdtLib
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 9 Sep 2014 17:59:19 +0000 (17:59 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 9 Sep 2014 17:59:19 +0000 (17:59 +0000)
commit1e9b2bddff2217eb23bf9eb5d1052ecfebc39204
treef902b343cf02e4acbe20919149219535928cc5db
parentf8d7d6e151e9377412bd368cf8901ac21d6edb36
EmbeddedPkg: Split off FDT loading functionality from FdtLib

Split off the recently added functionality to load device tree images and
install them as configuration tables, as it introduces a dependency on
UefiBootServicesTableLib, preventing FdtLib from being used during SEC and
PEI phases.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16080 6f19259b-4bc3-4df7-8a09-765794883524
EmbeddedPkg/EmbeddedPkg.dsc
EmbeddedPkg/Include/Library/FdtLoadLib.h [new file with mode: 0644]
EmbeddedPkg/Include/libfdt_env.h
EmbeddedPkg/Library/FdtLib/FdtConfigurationTable.c [deleted file]
EmbeddedPkg/Library/FdtLib/FdtLib.inf
EmbeddedPkg/Library/FdtLoadLib/FdtConfigurationTable.c [new file with mode: 0644]
EmbeddedPkg/Library/FdtLoadLib/FdtLoadLib.inf [new file with mode: 0644]