From 2f95ca8f32fd4963e083d56d9329ae3582b415fe Mon Sep 17 00:00:00 2001 From: Shenglei Zhang Date: Wed, 22 Apr 2020 16:21:52 +0800 Subject: [PATCH] Another check, should pass Signed-off-by: Shenglei Zhang --- EmulatorPkg/BootModePei/BootModePei.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/EmulatorPkg/BootModePei/BootModePei.c b/EmulatorPkg/BootModePei/BootModePei.c index a008a2331d9f0..0b21b3933accb 100644 --- a/EmulatorPkg/BootModePei/BootModePei.c +++ b/EmulatorPkg/BootModePei/BootModePei.c @@ -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 + +**/ \ No newline at end of file