[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Get boot mode

Guo, Mang posted 1 patch 5 years, 7 months ago
Failed in applying to current master (apply log)
.../Common/Library/PlatformBootManagerLib/PlatformBootManager.c          | 1 +
1 file changed, 1 insertion(+)
[edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Get boot mode
Posted by Guo, Mang 5 years, 7 months ago
Get boot mode in platformBootManagerBeforeConsole.

Cc: Wei, David <david.wei@intel.com>

Contributed-under: TianoCore Contribution Agreement 1.1

Signed-off-by: Guo Mang <mang.guo@intel.com>
---
 .../Common/Library/PlatformBootManagerLib/PlatformBootManager.c          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/BroxtonPlatformPkg/Common/Library/PlatformBootManagerLib/PlatformBootManager.c b/Platform/BroxtonPlatformPkg/Common/Library/PlatformBootManagerLib/PlatformBootManager.c
index 6715d90..c9c2cbf 100644
--- a/Platform/BroxtonPlatformPkg/Common/Library/PlatformBootManagerLib/PlatformBootManager.c
+++ b/Platform/BroxtonPlatformPkg/Common/Library/PlatformBootManagerLib/PlatformBootManager.c
@@ -858,6 +858,7 @@ PlatformBootManagerBeforeConsole (
   //
   // Fill ConIn/ConOut in Full Configuration boot mode.
   //
+  mBootMode = GetBootModeHob();
   DEBUG ((DEBUG_ERROR, "PlatformBootManagerInit - %x\n", mBootMode));
   if (mBootMode == BOOT_WITH_FULL_CONFIGURATION ||
       mBootMode == BOOT_WITH_DEFAULT_SETTINGS ||
-- 
2.10.1.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Get boot mode
Posted by Wei, David 5 years, 7 months ago
Reviewed-by: zwei4 <david.wei@intel.com>


Thanks,
David  Wei

Intel SSG/STO/UEFI BIOS                                 

-----Original Message-----
From: Guo, Mang 
Sent: Friday, August 3, 2018 2:18 PM
To: edk2-devel@lists.01.org
Cc: Wei, David <david.wei@intel.com>
Subject: [Patch][edk2-platforms/devel-IntelAtomProcessorE3900] Get boot mode

Get boot mode in platformBootManagerBeforeConsole.

Cc: Wei, David <david.wei@intel.com>

Contributed-under: TianoCore Contribution Agreement 1.1

Signed-off-by: Guo Mang <mang.guo@intel.com>
---
 .../Common/Library/PlatformBootManagerLib/PlatformBootManager.c          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Platform/BroxtonPlatformPkg/Common/Library/PlatformBootManagerLib/PlatformBootManager.c b/Platform/BroxtonPlatformPkg/Common/Library/PlatformBootManagerLib/PlatformBootManager.c
index 6715d90..c9c2cbf 100644
--- a/Platform/BroxtonPlatformPkg/Common/Library/PlatformBootManagerLib/PlatformBootManager.c
+++ b/Platform/BroxtonPlatformPkg/Common/Library/PlatformBootManagerLib/PlatformBootManager.c
@@ -858,6 +858,7 @@ PlatformBootManagerBeforeConsole (
   //
   // Fill ConIn/ConOut in Full Configuration boot mode.
   //
+  mBootMode = GetBootModeHob();
   DEBUG ((DEBUG_ERROR, "PlatformBootManagerInit - %x\n", mBootMode));
   if (mBootMode == BOOT_WITH_FULL_CONFIGURATION ||
       mBootMode == BOOT_WITH_DEFAULT_SETTINGS ||
-- 
2.10.1.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel