]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CorebootPayloadPkg: Add APRIORI file in FDF file
authorMaurice Ma <maurice.ma@intel.com>
Tue, 10 Jan 2017 03:36:34 +0000 (19:36 -0800)
committerMaurice Ma <maurice.ma@intel.com>
Thu, 12 Jan 2017 22:22:03 +0000 (14:22 -0800)
Add APRIORI file to allow status code related DXE drivers to
be dispatched earlier so that debug message can also be seen
much earlier. With this, lots of DXE driver debug message will
be missing.

Cc: Prince Agyeman <prince.agyeman@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Maurice Ma <maurice.ma@intel.com>
Reviewed-by: Prince Agyeman <prince.agyeman@intel.com>
CorebootPayloadPkg/CorebootPayloadPkg.fdf

index 34c8f7feacd9c7ee022ce14be99f0b69f7d0c1eb..303e6268421e65d12ccfa7ce279f42e206c1306a 100644 (file)
@@ -79,6 +79,12 @@ READ_STATUS        = TRUE
 READ_LOCK_CAP      = TRUE\r
 READ_LOCK_STATUS   = TRUE\r
 \r
+APRIORI DXE {\r
+  INF  MdeModulePkg/Universal/PCD/Dxe/Pcd.inf\r
+  INF  MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf\r
+  INF  MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf\r
+}\r
+\r
 #\r
 # DXE Phase modules\r
 #\r