]> git.proxmox.com Git - mirror_edk2.git/commit - EmbeddedPkg/EmbeddedPkg.dsc
EmbeddedPkg: add base DtPlatformDtbLoaderLib implementation
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 31 Mar 2017 10:35:13 +0000 (11:35 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 31 Mar 2017 12:17:55 +0000 (13:17 +0100)
commit4c725c8959900794533c6055bedfcc153a1a6a5e
tree40c48c1a54a9c8003e26b304b0bb6b31b6b0a5ec
parent449a5df455ed74cdaa9a95e318388531dc073948
EmbeddedPkg: add base DtPlatformDtbLoaderLib implementation

Introduce an implementation of the new DtPlatformDtbLoaderLib library
class that simply retrieves the first raw section of an FV file named
'gDtPlatformDefaultDtbFileGuid'.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
EmbeddedPkg/EmbeddedPkg.dsc
EmbeddedPkg/Library/DxeDtPlatformDtbLoaderLibDefault/DxeDtPlatformDtbLoaderLibDefault.c [new file with mode: 0644]
EmbeddedPkg/Library/DxeDtPlatformDtbLoaderLibDefault/DxeDtPlatformDtbLoaderLibDefault.inf [new file with mode: 0644]