Skip to content

Commit 0faad02

Browse files
lcpmdkinney
authored andcommitted
Vlv2TbltDevicePkg: Add the missing BootManagerMenuApp
* BootManagerMenuApp wasn't imported so the Boot Device Menu never showed correctly. * Also fix the description of UiApp. In the "Rule.Common.UEFI_APPLICATION.UI" section, it intends to change the description of UiApp to "Enter Setup" to make the boot option self-explaining in the Boot Menu. But this didn't happen since the rule wasn't assigned to UiApp correctly, so the Boot Menu only showed "UiApp" which is not understandable to users. This patch adds "RuleOverride = UI" to UiApp.inf to change the description. v2: Update the description Cc: Zailiang Sun <[email protected]> Cc: Yi Qian <[email protected]> Cc: Michael D Kinney <[email protected]> Signed-off-by: Gary Lin <[email protected]> Reviewed-by: Michael D Kinney <[email protected]>
1 parent 43368ba commit 0faad02

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Platform/Intel/Vlv2TbltDevicePkg/PlatformPkg.fdf

+2-1
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ INF UefiCpuPkg/CpuS3DataDxe/CpuS3DataDxe.inf
417417
INF MdeModulePkg/Universal/Metronome/Metronome.inf
418418
INF MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
419419
INF MdeModulePkg/Logo/LogoDxe.inf
420-
INF MdeModulePkg/Application/UiApp/UiApp.inf
420+
INF RuleOverride = UI MdeModulePkg/Application/UiApp/UiApp.inf
421+
INF MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
421422
INF MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
422423
INF MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
423424
INF MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf

Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgIA32.dsc

+1
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@
924924
NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
925925
NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
926926
}
927+
MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
927928

928929
MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
929930
MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf

Platform/Intel/Vlv2TbltDevicePkg/PlatformPkgX64.dsc

+1
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@
939939
NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
940940
NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
941941
}
942+
MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenuApp.inf
942943

943944
MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
944945
MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf

0 commit comments

Comments
 (0)