Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test for patch check(with pipeline added at master) #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions EmulatorPkg/BootModePei/BootModePei.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,19 @@ Routine Description:

return Status;
}

/*++

Routine Description:

Peform the boot mode determination logic

Arguments:

PeiServices - General purpose services available to every PEIM.

Returns:

Status - EFI_SUCCESS if the boot mode could be set

**/
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
#include <PiDxe.h>
#include <Library/FmpPayloadHeaderLib.h>

///
/// Define FMP Payload Header structure here so it is not public
///
///
/// Define FMP Payload Header structure here so it is not public
///
Expand Down