summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-03-29 12:05:01 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-03-31 13:19:29 +0100
commit12c71010b84ac910972f738eb5fd0dfd7b688413 (patch)
treec2cef529f40cce2a5d6a63de5e6d7d9c24d8205e /EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf
parent4c725c8959900794533c6055bedfcc153a1a6a5e (diff)
downloadedk2-12c71010b84ac910972f738eb5fd0dfd7b688413.tar.gz
edk2-12c71010b84ac910972f738eb5fd0dfd7b688413.tar.bz2
edk2-12c71010b84ac910972f738eb5fd0dfd7b688413.zip
EmbeddedPkg/DtPlatformDxe: load platform DTB via new library
To give platforms some room to decide which DTB is suitable and where to load it from, load the DTB image indirectly via the new DtPlatformDtbLoaderLib library class. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf')
-rw-r--r--EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf b/EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf
index b73877a608..45dfd9088b 100644
--- a/EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf
+++ b/EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.inf
@@ -40,7 +40,7 @@
[LibraryClasses]
BaseLib
DebugLib
- DxeServicesLib
+ DtPlatformDtbLoaderLib
HiiLib
MemoryAllocationLib
UefiBootServicesTableLib