From 03ddd0b72e3fad2d753c8d8f0fd8a6eb77612f1c Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Mon, 11 Oct 2021 22:55:11 +0800 Subject: [PATCH] sdm845Pkg: Library: PlatformBootManagerLib: PlatformBm.c: fix boot order Signed-off-by: BigfootACA --- sdm845Pkg/Library/PlatformBootManagerLib/PlatformBm.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sdm845Pkg/Library/PlatformBootManagerLib/PlatformBm.c b/sdm845Pkg/Library/PlatformBootManagerLib/PlatformBm.c index 72d6532..cff1635 100644 --- a/sdm845Pkg/Library/PlatformBootManagerLib/PlatformBm.c +++ b/sdm845Pkg/Library/PlatformBootManagerLib/PlatformBm.c @@ -522,6 +522,11 @@ PlatformRegisterOptionsAndKeys ( Status = EfiBootManagerGetBootManagerMenu (&BootOption); ASSERT_EFI_ERROR (Status); #ifdef ENABLE_SIMPLE_INIT + // + // Search all boot options + // + EfiBootManagerRefreshAllBootOption (); + // // Register Simple Init GUI APP // -- 2.45.2