mirror of https://github.com/acidanthera/audk.git
EmbeddedPkg/FdtPlatformDxe: Changed the driver from DXE to UEFI driver
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
This commit is contained in:
parent
c8ff082794
commit
0b1b3bda4d
|
@ -17,7 +17,7 @@
|
|||
BASE_NAME = FdtPlatformDxe
|
||||
MODULE_UNI_FILE = FdtPlatformDxe.uni
|
||||
FILE_GUID = 6e9a4c69-57c6-4fcd-b083-4f2c3bdb6051
|
||||
MODULE_TYPE = DXE_DRIVER
|
||||
MODULE_TYPE = UEFI_DRIVER
|
||||
VERSION_STRING = 0.1
|
||||
ENTRY_POINT = FdtPlatformEntryPoint
|
||||
|
||||
|
@ -61,6 +61,3 @@
|
|||
|
||||
[Pcd]
|
||||
gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths
|
||||
|
||||
[Depex]
|
||||
TRUE
|
||||
|
|
Loading…
Reference in New Issue