From: "Chang, Hunter" <hunter.chang@intel.com>
To: "Ni, Ray" <ray.ni@intel.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Chaganty, Rangasai V" <rangasai.v.chaganty@intel.com>,
"Oram, Isaac W" <isaac.w.oram@intel.com>,
"S, Ashraf Ali" <ashraf.ali.s@intel.com>,
"Chen, Tina" <tina.chen@intel.com>,
"Chen, Arthur G" <arthur.g.chen@intel.com>
Subject: Re: [PATCH v1] IntelSiliconPkg: Add gEndOfSiInitPpiGuid definition in DEC file
Date: Wed, 14 Jun 2023 01:54:14 +0000 [thread overview]
Message-ID: <DM4PR11MB53602CC71D9AC4E6A672F5B0925AA@DM4PR11MB5360.namprd11.prod.outlook.com> (raw)
In-Reply-To: <MN6PR11MB8244E6E76C7763C5E8A6C8568C55A@MN6PR11MB8244.namprd11.prod.outlook.com>
currently it is signaled in both API/Dispatch mode.
-----Original Message-----
From: Ni, Ray <ray.ni@intel.com>
Sent: Tuesday, June 13, 2023 10:15 PM
To: Chang, Hunter <hunter.chang@intel.com>; devel@edk2.groups.io
Cc: Chaganty, Rangasai V <rangasai.v.chaganty@intel.com>; Oram, Isaac W <isaac.w.oram@intel.com>; S, Ashraf Ali <ashraf.ali.s@intel.com>; Chen, Tina <tina.chen@intel.com>; Chen, Arthur G <arthur.g.chen@intel.com>
Subject: RE: [PATCH v1] IntelSiliconPkg: Add gEndOfSiInitPpiGuid definition in DEC file
Is this event signaled regardless of FSP API/Dispatch mode?
> -----Original Message-----
> From: Chang, Hunter <hunter.chang@intel.com>
> Sent: Tuesday, June 13, 2023 8:40 PM
> To: devel@edk2.groups.io
> Cc: Chang, Hunter <hunter.chang@intel.com>; Ni, Ray
> <ray.ni@intel.com>; Chaganty, Rangasai V
> <rangasai.v.chaganty@intel.com>; Oram, Isaac W
> <isaac.w.oram@intel.com>; S, Ashraf Ali <ashraf.ali.s@intel.com>;
> Chen, Tina <tina.chen@intel.com>; Chen, Arthur G
> <arthur.g.chen@intel.com>
> Subject: [PATCH v1] IntelSiliconPkg: Add gEndOfSiInitPpiGuid
> definition in DEC file
>
> From: Hunter Chang <hunter.chang@intel.com>
>
> REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4371
>
> Add gEndOfSiInitPpiGuid definition in IntelSiliconPkg.dec
> gEndOfSiInitPpiGuid indicates the end of all of the silicon init.
> Add it to IntellSiliconPkg for AFP improvement.
>
> Signed-off-by: Hunter Chang <hunter.chang@intel.com>
>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
> Cc: Isaac Oram <isaac.w.oram@intel.com>
> Cc: Ashraf Ali S <ashraf.ali.s@intel.com>
> Cc: Tina Chen <tina.chen@intel.com>
> Cc: Arthur Chen <arthur.g.chen@intel.com>
> ---
> Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dec | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dec
> b/Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dec
> index ec8690a8d6..c540ef40ad 100644
> --- a/Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dec
> +++ b/Silicon/Intel/IntelSiliconPkg/IntelSiliconPkg.dec
> @@ -113,6 +113,7 @@
> gEdkiiVTdInfoPpiGuid = { 0x8a59fcb3, 0xf191, 0x400c, { 0x97, 0x67,
> 0x67, 0xaf, 0x2b, 0x25, 0x68, 0x4a } }
>
> gEdkiiVTdNullRootEntryTableGuid = { 0x3de0593f, 0x6e3e, 0x4542, {
> 0xa1, 0xcb, 0xcb, 0xb2, 0xdb, 0xeb, 0xd8, 0xff } }
>
> gIntelDieInfoPpiGuid = { 0xF9E45CBF, 0x1E21, 0x434A, { 0x90, 0x88,
> 0x1D, 0x10, 0x38, 0xF3, 0x68, 0xF2 }}
>
> + gEndOfSiInitPpiGuid = { 0xE2E3D5D1, 0x8356, 0x4F96, { 0x9C, 0x9E,
> + 0x2E,
> 0xC3, 0x48, 0x1D, 0xEA, 0x88 }}
>
>
>
> [Protocols]
>
> ## Protocols that provide services for the Intel(R) PCH SPI Host
> Controller Compatibility Interface
>
> --
> 2.26.2.windows.1
next prev parent reply other threads:[~2023-06-14 1:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-13 12:40 [PATCH v1] IntelSiliconPkg: Add gEndOfSiInitPpiGuid definition in DEC file Chang, Hunter
2023-06-13 13:56 ` Ashraf Ali S
2023-06-13 14:15 ` Ni, Ray
2023-06-14 1:54 ` Chang, Hunter [this message]
2023-06-30 20:51 ` Isaac Oram
[not found] ` <176D8B046956B609.23465@groups.io>
2023-06-30 20:54 ` [edk2-devel] " Isaac Oram
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=DM4PR11MB53602CC71D9AC4E6A672F5B0925AA@DM4PR11MB5360.namprd11.prod.outlook.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