diff mbox

[Linaro-uefi,02/11] Platforms/AMD/Styx/FdtDxe: remove explicit BEFORE xxx Depex

Message ID 1462982452-1316-3-git-send-email-ard.biesheuvel@linaro.org
State New
Headers show

Commit Message

Ard Biesheuvel May 11, 2016, 4 p.m. UTC
As Leo pointed out, dispatching the FdtDxe driver does not need to be
ordered manually, since it will not come into action until the 'ready
to boot' event is signalled. So revert that part of the patch that moved
the creation of the secondary pens to the ACPI driver.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
---
 Platforms/AMD/Styx/AmdStyx.dec                      | 3 ---
 Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)
diff mbox

Patch

diff --git a/Platforms/AMD/Styx/AmdStyx.dec b/Platforms/AMD/Styx/AmdStyx.dec
index d409c7b74397..a01384f2421c 100644
--- a/Platforms/AMD/Styx/AmdStyx.dec
+++ b/Platforms/AMD/Styx/AmdStyx.dec
@@ -42,9 +42,6 @@ 
   gAmdStyxTokenSpaceGuid     = { 0x220d9653, 0x4a0e, 0x40bc, { 0xb3, 0x65, 0x2f, 0xbb, 0xa2, 0xd9, 0x03, 0x45 } }
   gAmdStyxMpCoreInfoGuid     = { 0x68efeabd, 0xcb77, 0x4aa5, { 0xbf, 0x0c, 0xa3, 0x31, 0xfc, 0xcf, 0x76, 0x66 } }
 
-  # used to manually order the dispatch of FdtDxe after AcpiPlatformDxe
-  gAmdStyxAcpiPlatformDxeFileGuid = { 0xf229c831, 0x6a35, 0x440b, { 0x9c, 0x84, 0xdd, 0x3b, 0xc7, 0x1e, 0x38, 0x65 } }
-
 [PcdsDynamic]
   gAmdStyxTokenSpaceGuid.PcdSocCoreCount|1|UINT32|0x00000100
   gAmdStyxTokenSpaceGuid.PcdSocCpuId|1|UINT32|0x00000101
diff --git a/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf b/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf
index 813324f6d308..be446a5a5d71 100644
--- a/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf
+++ b/Platforms/AMD/Styx/OverdriveBoard/FdtDxe/FdtDxe.inf
@@ -76,4 +76,4 @@ 
   gAmdStyxTokenSpaceGuid.PcdTrustedFWSupport
 
 [Depex]
-  AFTER gAmdStyxAcpiPlatformDxeFileGuid
+  TRUE