-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolves CodeQL issues. Another lighter pass of CodeQL will occur shortly in the future. - [ ] Breaking change? - Will this change break pre-existing builds or functionality without action being taken? **No** - Verified CI build - Checked before and after CodeQL results - Verified boot on QemuQ35Pkg N/A - If CodeQL was run before these changes, run again to get latest results Co-authored-by: Aaron Pop <aaronpop@microsoft.com> Co-authored-by: Kun Qin <kuqin@microsoft.com> Co-authored-by: Oliver Smith-Denny <osde@microsoft.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Merged PR 6100: Updated boot manager code to register boot menu as before The newly added check will bail the routine if there is no boot options available. This will make the boot menu option not being registered and thus change the boot order. The fix was to check the returned boot options and if NULL is returned, the routine will continue to register the boot menu. - [ ] Breaking change? - Will this change break pre-existing builds or functionality without action being taken? Verified on virtual platforms that the boot menu is properly registered as before. N/A
- Loading branch information
1 parent
4debc5d
commit 2998774
Showing
65 changed files
with
1,752 additions
and
1,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.