]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmbeddedPkg/FdtPlatformDxe: Changed the driver from DXE to UEFI driver
authorOlivier Martin <olivier.martin@arm.com>
Tue, 5 May 2015 15:47:07 +0000 (15:47 +0000)
committeroliviermartin <oliviermartin@Edk2>
Tue, 5 May 2015 15:47:07 +0000 (15:47 +0000)
The driver does not really require to be a DXE driver.
By moving it as a UEFI driver it also implies it is dispatcged after
the DXE drivers at boot time.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Ronald Cron <Ronald.Cron@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17307 6f19259b-4bc3-4df7-8a09-765794883524

EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf

index b95f1d6eab8be2e598034de34ea943d71848c6e1..934cda8037ff58e78219b28b5c95707b7bed4052 100644 (file)
@@ -17,7 +17,7 @@
   BASE_NAME       = FdtPlatformDxe\r
   MODULE_UNI_FILE = FdtPlatformDxe.uni\r
   FILE_GUID       = 6e9a4c69-57c6-4fcd-b083-4f2c3bdb6051\r
-  MODULE_TYPE     = DXE_DRIVER\r
+  MODULE_TYPE     = UEFI_DRIVER\r
   VERSION_STRING  = 0.1\r
   ENTRY_POINT     = FdtPlatformEntryPoint\r
 \r
@@ -61,6 +61,3 @@
 \r
 [Pcd]\r
   gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths\r
-\r
-[Depex]\r
-  TRUE\r