From: "Ni, Ruiyu" <ruiyu.ni@intel.com>
To: Cinnamon Shia <cinnamon.shia@hpe.com>
Cc: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Subject: Re: [PATCH v2] Nt32Pkg/PlatformBootManagerLib: Signal the End of DXE Event
Date: Mon, 3 Oct 2016 14:21:50 +0000 [thread overview]
Message-ID: <B22344E6-F2EE-4A6D-A15E-15DF1258B000@intel.com> (raw)
In-Reply-To: <20161003092830.5896-1-cinnamon.shia@hpe.com>
Reviewed-by: Ruiyu.ni@intel.com
Thanks,
Ray
> 在 2016年10月3日,下午5:28,Cinnamon Shia <cinnamon.shia@hpe.com> 写道:
>
> From PI spec vol2:
> Prior to invoking any UEFI drivers, applications, or connecting consoles,
> the platform should signal the event EFI_END_OF_DXE_EVENT_GUID
>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Cinnamon Shia <cinnamon.shia@hpe.com>
> ---
> Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c | 8 ++++++++
> Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf | 2 ++
> 2 files changed, 10 insertions(+)
>
> diff --git a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c
> index 07068f9..7a840d0 100644
> --- a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c
> +++ b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManager.c
> @@ -3,6 +3,7 @@
> by IBV/OEM.
>
> Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>
> +(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
> This program and the accompanying materials
> are licensed and made available under the terms and conditions of the BSD License
> which accompanies this distribution. The full text of the license may be found at
> @@ -116,6 +117,13 @@ PlatformBootManagerBeforeConsole (
> EfiBootManagerUpdateConsoleVariable (ErrOut, gPlatformConsole[Index].DevicePath, NULL);
> }
> }
> +
> + //
> + // From PI spec vol2:
> + // Prior to invoking any UEFI drivers, applications, or connecting consoles,
> + // the platform should signal the event EFI_END_OF_DXE_EVENT_GUID
> + //
> + EfiEventGroupSignal (&gEfiEndOfDxeEventGroupGuid);
> }
>
> /**
> diff --git a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
> index 91fbcc8..15e0659 100644
> --- a/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
> +++ b/Nt32Pkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
> @@ -2,6 +2,7 @@
> # Include all platform action which can be customized by IBV/OEM.
> #
> # Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
> +# (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
> # This program and the accompanying materials
> # are licensed and made available under the terms and conditions of the BSD License
> # which accompanies this distribution. The full text of the license may be found at
> @@ -56,6 +57,7 @@
>
> [Guids]
> gEfiWinNtSystemConfigGuid
> + gEfiEndOfDxeEventGroupGuid
>
> [Protocols]
> gEfiGenericMemTestProtocolGuid ## CONSUMES
> --
> 2.10.0.windows.1
>
prev parent reply other threads:[~2016-10-03 14:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-03 9:28 [PATCH v2] Nt32Pkg/PlatformBootManagerLib: Signal the End of DXE Event Cinnamon Shia
2016-10-03 14:21 ` Ni, Ruiyu [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=B22344E6-F2EE-4A6D-A15E-15DF1258B000@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox