diff options
author | Maurice Ma <maurice.ma@intel.com> | 2017-01-09 19:36:34 -0800 |
---|---|---|
committer | Maurice Ma <maurice.ma@intel.com> | 2017-01-12 14:22:03 -0800 |
commit | 6157f6500c4098d7b541c1f1e9ba28e73fe9b70c (patch) | |
tree | b120d63ea03448e90f36978a6525ebc7646cde83 | |
parent | b494cf96e70f8640acd9288951be39a0f714f2be (diff) | |
download | edk2-6157f6500c4098d7b541c1f1e9ba28e73fe9b70c.zip edk2-6157f6500c4098d7b541c1f1e9ba28e73fe9b70c.tar.gz edk2-6157f6500c4098d7b541c1f1e9ba28e73fe9b70c.tar.bz2 |
CorebootPayloadPkg: Add APRIORI file in FDF file
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>
-rw-r--r-- | CorebootPayloadPkg/CorebootPayloadPkg.fdf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CorebootPayloadPkg/CorebootPayloadPkg.fdf b/CorebootPayloadPkg/CorebootPayloadPkg.fdf index 34c8f7f..303e626 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkg.fdf +++ b/CorebootPayloadPkg/CorebootPayloadPkg.fdf @@ -79,6 +79,12 @@ READ_STATUS = TRUE READ_LOCK_CAP = TRUE
READ_LOCK_STATUS = TRUE
+APRIORI DXE {
+ INF MdeModulePkg/Universal/PCD/Dxe/Pcd.inf
+ INF MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
+ INF MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
+}
+
#
# DXE Phase modules
#
|