diff options
author | Ronald Cron <Ronald.Cron@arm.com> | 2015-02-25 19:20:57 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@Edk2> | 2015-02-25 19:20:57 +0000 |
commit | 158497a094dc6b6a2de0c539c1f9c8341aa8b499 (patch) | |
tree | 9bcbd7ad4090ad9b12c36e1abb59fac4e1c01ac2 /EmbeddedPkg/EmbeddedPkg.dsc | |
parent | d0c1d371fba83b380326bc97a9e267070a4e725e (diff) | |
download | edk2-158497a094dc6b6a2de0c539c1f9c8341aa8b499.tar.gz edk2-158497a094dc6b6a2de0c539c1f9c8341aa8b499.tar.bz2 edk2-158497a094dc6b6a2de0c539c1f9c8341aa8b499.zip |
EmbeddedPkg : Add FdtPlatformDxe driver
The FdtPlatformDxe driver installs the FDT of the platform it
is running on into the UEFI Configuration table at the end of
the DXE phase.
Please refer to the README.txt file for a global overview of
the driver.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ronald Cron <Ronald.Cron@arm.com>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16933 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/EmbeddedPkg.dsc')
-rw-r--r-- | EmbeddedPkg/EmbeddedPkg.dsc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/EmbeddedPkg/EmbeddedPkg.dsc b/EmbeddedPkg/EmbeddedPkg.dsc index a3a136da32..8a58b9b121 100644 --- a/EmbeddedPkg/EmbeddedPkg.dsc +++ b/EmbeddedPkg/EmbeddedPkg.dsc @@ -264,8 +264,9 @@ EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
- # FDT Support
+ # FDT installation
EmbeddedPkg/Library/FdtLoadLib/FdtLoadLib.inf
+ EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf
EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.inf
EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe/FastbootTransportUsbDxe.inf
|