[edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a

Oleksiy Yakovlev posted 5 patches 3 years, 11 months ago
Failed in applying to current master (apply log)
MdePkg/Include/Pi/PiDxeCis.h               |  4 +-
MdePkg/Include/Pi/PiPeiCis.h               |  4 +-
MdePkg/Include/Pi/PiStatusCode.h           | 17 ++++-
MdePkg/Include/Ppi/DelayedDispatch.h       | 85 ++++++++++++++++++++++
MdePkg/Include/Protocol/MmCommunication2.h | 72 ++++++++++++++++++
MdePkg/Include/Protocol/MpService.h        | 50 +++++++++++++
MdePkg/MdePkg.dec                          | 10 +++
7 files changed, 236 insertions(+), 6 deletions(-)
create mode 100644 MdePkg/Include/Ppi/DelayedDispatch.h
create mode 100644 MdePkg/Include/Protocol/MmCommunication2.h
[edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a
Posted by Oleksiy Yakovlev 3 years, 11 months ago
From: Robert Phelps <robert@ami.com>

The following patches add and update the current structures and
definitions that were introduced by the PI 1.7 and PI 1.7a
specifications

Signed-off-by: Robert Phelps <robert@ami.com>

Robert Phelps (5):
  MdePkg: New Status Codes
  MdePkg: Updates to PI 1.7 Revision numbers for PEI and DXE
  MdePkg: EFI_MM_COMUNICATION2_PROTOCOL
  MdePkg: Added header file for Delayed Dispatch PPI
  MdePkg: Updates to structures in the MP Services Protocol

 MdePkg/Include/Pi/PiDxeCis.h               |  4 +-
 MdePkg/Include/Pi/PiPeiCis.h               |  4 +-
 MdePkg/Include/Pi/PiStatusCode.h           | 17 ++++-
 MdePkg/Include/Ppi/DelayedDispatch.h       | 85 ++++++++++++++++++++++
 MdePkg/Include/Protocol/MmCommunication2.h | 72 ++++++++++++++++++
 MdePkg/Include/Protocol/MpService.h        | 50 +++++++++++++
 MdePkg/MdePkg.dec                          | 10 +++
 7 files changed, 236 insertions(+), 6 deletions(-)
 create mode 100644 MdePkg/Include/Ppi/DelayedDispatch.h
 create mode 100644 MdePkg/Include/Protocol/MmCommunication2.h

-- 
2.24.1.windows.2


Please consider the environment before printing this email.

The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59190): https://edk2.groups.io/g/devel/message/59190
Mute This Topic: https://groups.io/mt/74145019/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a
Posted by Liming Gao 3 years, 11 months ago
Reviewed-by: Liming Gao <liming.gao@intel.com> for the full patch set. 

Besides, 3/5 patch has been merged into edk2 by Ard patch set. 

Thanks
Liming
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Oleksiy Yakovlev
> Sent: Tuesday, May 12, 2020 4:24 AM
> To: devel@edk2.groups.io
> Cc: Gao, Liming <liming.gao@intel.com>; Kinney, Michael D <michael.d.kinney@intel.com>; Felixp@ami.com; oleksiyy@ami.com;
> robert@ami.com
> Subject: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a
> 
> From: Robert Phelps <robert@ami.com>
> 
> The following patches add and update the current structures and
> definitions that were introduced by the PI 1.7 and PI 1.7a
> specifications
> 
> Signed-off-by: Robert Phelps <robert@ami.com>
> 
> Robert Phelps (5):
>   MdePkg: New Status Codes
>   MdePkg: Updates to PI 1.7 Revision numbers for PEI and DXE
>   MdePkg: EFI_MM_COMUNICATION2_PROTOCOL
>   MdePkg: Added header file for Delayed Dispatch PPI
>   MdePkg: Updates to structures in the MP Services Protocol
> 
>  MdePkg/Include/Pi/PiDxeCis.h               |  4 +-
>  MdePkg/Include/Pi/PiPeiCis.h               |  4 +-
>  MdePkg/Include/Pi/PiStatusCode.h           | 17 ++++-
>  MdePkg/Include/Ppi/DelayedDispatch.h       | 85 ++++++++++++++++++++++
>  MdePkg/Include/Protocol/MmCommunication2.h | 72 ++++++++++++++++++
>  MdePkg/Include/Protocol/MpService.h        | 50 +++++++++++++
>  MdePkg/MdePkg.dec                          | 10 +++
>  7 files changed, 236 insertions(+), 6 deletions(-)
>  create mode 100644 MdePkg/Include/Ppi/DelayedDispatch.h
>  create mode 100644 MdePkg/Include/Protocol/MmCommunication2.h
> 
> --
> 2.24.1.windows.2
> 
> 
> Please consider the environment before printing this email.
> 
> The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication
> is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is
> not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please
> promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.
> 
> 


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59447): https://edk2.groups.io/g/devel/message/59447
Mute This Topic: https://groups.io/mt/74145019/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a
Posted by Robert Phelps 3 years, 11 months ago
I apologize, but I am new to this.  At this point, I have done the patches and the Patch updates and  I have created the Pull Request.  What is my next step, or is that all I need to do?

Rob Phelps

-----Original Message-----
From: Gao, Liming <liming.gao@intel.com>
Sent: Wednesday, May 13, 2020 12:35 PM
To: devel@edk2.groups.io; Oleksiy Yakovlev <Oleksiyy@ami.com>
Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Felix Polyudov <Felixp@ami.com>; Robert Phelps <Robert@ami.com>
Subject: RE: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a

Reviewed-by: Liming Gao <liming.gao@intel.com> for the full patch set.

Besides, 3/5 patch has been merged into edk2 by Ard patch set.

Thanks
Liming
> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Oleksiy
> Yakovlev
> Sent: Tuesday, May 12, 2020 4:24 AM
> To: devel@edk2.groups.io
> Cc: Gao, Liming <liming.gao@intel.com>; Kinney, Michael D
> <michael.d.kinney@intel.com>; Felixp@ami.com; oleksiyy@ami.com;
> robert@ami.com
> Subject: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI
> 1.7 and PI 1.7a
>
> From: Robert Phelps <robert@ami.com>
>
> The following patches add and update the current structures and
> definitions that were introduced by the PI 1.7 and PI 1.7a
> specifications
>
> Signed-off-by: Robert Phelps <robert@ami.com>
>
> Robert Phelps (5):
>   MdePkg: New Status Codes
>   MdePkg: Updates to PI 1.7 Revision numbers for PEI and DXE
>   MdePkg: EFI_MM_COMUNICATION2_PROTOCOL
>   MdePkg: Added header file for Delayed Dispatch PPI
>   MdePkg: Updates to structures in the MP Services Protocol
>
>  MdePkg/Include/Pi/PiDxeCis.h               |  4 +-
>  MdePkg/Include/Pi/PiPeiCis.h               |  4 +-
>  MdePkg/Include/Pi/PiStatusCode.h           | 17 ++++-
>  MdePkg/Include/Ppi/DelayedDispatch.h       | 85 ++++++++++++++++++++++
>  MdePkg/Include/Protocol/MmCommunication2.h | 72 ++++++++++++++++++
>  MdePkg/Include/Protocol/MpService.h        | 50 +++++++++++++
>  MdePkg/MdePkg.dec                          | 10 +++
>  7 files changed, 236 insertions(+), 6 deletions(-)  create mode
> 100644 MdePkg/Include/Ppi/DelayedDispatch.h
>  create mode 100644 MdePkg/Include/Protocol/MmCommunication2.h
>
> --
> 2.24.1.windows.2
>
>
> Please consider the environment before printing this email.
>
> The information contained in this message may be confidential and
> proprietary to American Megatrends (AMI).  This communication is
> intended to be read only by the individual or entity to whom it is
> addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.
>
> 


Please consider the environment before printing this email.

The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59677): https://edk2.groups.io/g/devel/message/59677
Mute This Topic: https://groups.io/mt/74145019/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a
Posted by Liming Gao 3 years, 11 months ago
You don't need do more. I will help merge this patch set. 

> -----Original Message-----
> From: Robert Phelps <Robert@ami.com>
> Sent: Friday, May 15, 2020 12:36 AM
> To: Gao, Liming <liming.gao@intel.com>; devel@edk2.groups.io; Oleksiy Yakovlev <Oleksiyy@ami.com>
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Felix Polyudov <Felixp@ami.com>
> Subject: RE: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a
> 
> I apologize, but I am new to this.  At this point, I have done the patches and the Patch updates and  I have created the Pull Request.
> What is my next step, or is that all I need to do?
> 
> Rob Phelps
> 
> -----Original Message-----
> From: Gao, Liming <liming.gao@intel.com>
> Sent: Wednesday, May 13, 2020 12:35 PM
> To: devel@edk2.groups.io; Oleksiy Yakovlev <Oleksiyy@ami.com>
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Felix Polyudov <Felixp@ami.com>; Robert Phelps <Robert@ami.com>
> Subject: RE: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a
> 
> Reviewed-by: Liming Gao <liming.gao@intel.com> for the full patch set.
> 
> Besides, 3/5 patch has been merged into edk2 by Ard patch set.
> 
> Thanks
> Liming
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Oleksiy
> > Yakovlev
> > Sent: Tuesday, May 12, 2020 4:24 AM
> > To: devel@edk2.groups.io
> > Cc: Gao, Liming <liming.gao@intel.com>; Kinney, Michael D
> > <michael.d.kinney@intel.com>; Felixp@ami.com; oleksiyy@ami.com;
> > robert@ami.com
> > Subject: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI
> > 1.7 and PI 1.7a
> >
> > From: Robert Phelps <robert@ami.com>
> >
> > The following patches add and update the current structures and
> > definitions that were introduced by the PI 1.7 and PI 1.7a
> > specifications
> >
> > Signed-off-by: Robert Phelps <robert@ami.com>
> >
> > Robert Phelps (5):
> >   MdePkg: New Status Codes
> >   MdePkg: Updates to PI 1.7 Revision numbers for PEI and DXE
> >   MdePkg: EFI_MM_COMUNICATION2_PROTOCOL
> >   MdePkg: Added header file for Delayed Dispatch PPI
> >   MdePkg: Updates to structures in the MP Services Protocol
> >
> >  MdePkg/Include/Pi/PiDxeCis.h               |  4 +-
> >  MdePkg/Include/Pi/PiPeiCis.h               |  4 +-
> >  MdePkg/Include/Pi/PiStatusCode.h           | 17 ++++-
> >  MdePkg/Include/Ppi/DelayedDispatch.h       | 85 ++++++++++++++++++++++
> >  MdePkg/Include/Protocol/MmCommunication2.h | 72 ++++++++++++++++++
> >  MdePkg/Include/Protocol/MpService.h        | 50 +++++++++++++
> >  MdePkg/MdePkg.dec                          | 10 +++
> >  7 files changed, 236 insertions(+), 6 deletions(-)  create mode
> > 100644 MdePkg/Include/Ppi/DelayedDispatch.h
> >  create mode 100644 MdePkg/Include/Protocol/MmCommunication2.h
> >
> > --
> > 2.24.1.windows.2
> >
> >
> > Please consider the environment before printing this email.
> >
> > The information contained in this message may be confidential and
> > proprietary to American Megatrends (AMI).  This communication is
> > intended to be read only by the individual or entity to whom it is
> > addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution
> of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600,
> and then delete or destroy all copies of the transmission.
> >
> > 
> 
> 
> Please consider the environment before printing this email.
> 
> The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication
> is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is
> not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please
> promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59574): https://edk2.groups.io/g/devel/message/59574
Mute This Topic: https://groups.io/mt/74145019/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a
Posted by Robert Phelps 3 years, 11 months ago
Thank you

-----Original Message-----
From: Gao, Liming <liming.gao@intel.com>
Sent: Thursday, May 14, 2020 12:39 PM
To: Robert Phelps <Robert@ami.com>; devel@edk2.groups.io; Oleksiy Yakovlev <Oleksiyy@ami.com>
Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Felix Polyudov <Felixp@ami.com>
Subject: RE: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in PI 1.7 and PI 1.7a

You don't need do more. I will help merge this patch set.

> -----Original Message-----
> From: Robert Phelps <Robert@ami.com>
> Sent: Friday, May 15, 2020 12:36 AM
> To: Gao, Liming <liming.gao@intel.com>; devel@edk2.groups.io; Oleksiy
> Yakovlev <Oleksiyy@ami.com>
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Felix Polyudov
> <Felixp@ami.com>
> Subject: RE: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in
> PI 1.7 and PI 1.7a
>
> I apologize, but I am new to this.  At this point, I have done the patches and the Patch updates and  I have created the Pull Request.
> What is my next step, or is that all I need to do?
>
> Rob Phelps
>
> -----Original Message-----
> From: Gao, Liming <liming.gao@intel.com>
> Sent: Wednesday, May 13, 2020 12:35 PM
> To: devel@edk2.groups.io; Oleksiy Yakovlev <Oleksiyy@ami.com>
> Cc: Kinney, Michael D <michael.d.kinney@intel.com>; Felix Polyudov
> <Felixp@ami.com>; Robert Phelps <Robert@ami.com>
> Subject: RE: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in
> PI 1.7 and PI 1.7a
>
> Reviewed-by: Liming Gao <liming.gao@intel.com> for the full patch set.
>
> Besides, 3/5 patch has been merged into edk2 by Ard patch set.
>
> Thanks
> Liming
> > -----Original Message-----
> > From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of
> > Oleksiy Yakovlev
> > Sent: Tuesday, May 12, 2020 4:24 AM
> > To: devel@edk2.groups.io
> > Cc: Gao, Liming <liming.gao@intel.com>; Kinney, Michael D
> > <michael.d.kinney@intel.com>; Felixp@ami.com; oleksiyy@ami.com;
> > robert@ami.com
> > Subject: [edk2-devel] [PATCH v2 0/5] Add Definitions introduced in
> > PI
> > 1.7 and PI 1.7a
> >
> > From: Robert Phelps <robert@ami.com>
> >
> > The following patches add and update the current structures and
> > definitions that were introduced by the PI 1.7 and PI 1.7a
> > specifications
> >
> > Signed-off-by: Robert Phelps <robert@ami.com>
> >
> > Robert Phelps (5):
> >   MdePkg: New Status Codes
> >   MdePkg: Updates to PI 1.7 Revision numbers for PEI and DXE
> >   MdePkg: EFI_MM_COMUNICATION2_PROTOCOL
> >   MdePkg: Added header file for Delayed Dispatch PPI
> >   MdePkg: Updates to structures in the MP Services Protocol
> >
> >  MdePkg/Include/Pi/PiDxeCis.h               |  4 +-
> >  MdePkg/Include/Pi/PiPeiCis.h               |  4 +-
> >  MdePkg/Include/Pi/PiStatusCode.h           | 17 ++++-
> >  MdePkg/Include/Ppi/DelayedDispatch.h       | 85 ++++++++++++++++++++++
> >  MdePkg/Include/Protocol/MmCommunication2.h | 72 ++++++++++++++++++
> >  MdePkg/Include/Protocol/MpService.h        | 50 +++++++++++++
> >  MdePkg/MdePkg.dec                          | 10 +++
> >  7 files changed, 236 insertions(+), 6 deletions(-)  create mode
> > 100644 MdePkg/Include/Ppi/DelayedDispatch.h
> >  create mode 100644 MdePkg/Include/Protocol/MmCommunication2.h
> >
> > --
> > 2.24.1.windows.2
> >
> >
> > Please consider the environment before printing this email.
> >
> > The information contained in this message may be confidential and
> > proprietary to American Megatrends (AMI).  This communication is
> > intended to be read only by the individual or entity to whom it is
> > addressed or by their designee. If the reader of this message is not
> > the intended recipient, you are on notice that any distribution
> of this message, in any form, is strictly prohibited.  Please promptly
> notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.
> >
> > 
>
>
> Please consider the environment before printing this email.
>
> The information contained in this message may be confidential and
> proprietary to American Megatrends (AMI).  This communication is
> intended to be read only by the individual or entity to whom it is
> addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.

Please consider the environment before printing this email.

The information contained in this message may be confidential and proprietary to American Megatrends (AMI).  This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited.  Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.

-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#59674): https://edk2.groups.io/g/devel/message/59674
Mute This Topic: https://groups.io/mt/74145019/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-