Re: [edk2] [PATCH 0/3] MdeModulePkg/ResetSystem: Implement ResetNotification protocol

2017-07-03 Thread Laszlo Ersek
On 07/03/17 19:31, Ard Biesheuvel wrote: > On 3 July 2017 at 18:30, Laszlo Ersek wrote: >> On 07/03/17 14:09, Leif Lindholm wrote: >>> On Sat, Jul 01, 2017 at 11:04:08PM +0200, Laszlo Ersek wrote: Ard, Leif, On 06/29/17 10:32, Ruiyu Ni wrote: > Ruiyu Ni (3): > MdePkg: Add

Re: [edk2] [PATCH 0/3] MdeModulePkg/ResetSystem: Implement ResetNotification protocol

2017-07-03 Thread Ard Biesheuvel
On 3 July 2017 at 18:30, Laszlo Ersek wrote: > On 07/03/17 14:09, Leif Lindholm wrote: >> On Sat, Jul 01, 2017 at 11:04:08PM +0200, Laszlo Ersek wrote: >>> Ard, Leif, >>> >>> On 06/29/17 10:32, Ruiyu Ni wrote: Ruiyu Ni (3): MdePkg: Add ResetNotification protocol definition MdeMo

Re: [edk2] [PATCH 0/3] MdeModulePkg/ResetSystem: Implement ResetNotification protocol

2017-07-03 Thread Laszlo Ersek
On 07/03/17 14:09, Leif Lindholm wrote: > On Sat, Jul 01, 2017 at 11:04:08PM +0200, Laszlo Ersek wrote: >> Ard, Leif, >> >> On 06/29/17 10:32, Ruiyu Ni wrote: >>> Ruiyu Ni (3): >>> MdePkg: Add ResetNotification protocol definition >>> MdeModulePkg/ResetSystem: Remove unnecessary global variable

Re: [edk2] [PATCH 0/3] MdeModulePkg/ResetSystem: Implement ResetNotification protocol

2017-07-03 Thread Leif Lindholm
On Sat, Jul 01, 2017 at 11:04:08PM +0200, Laszlo Ersek wrote: > Ard, Leif, > > On 06/29/17 10:32, Ruiyu Ni wrote: > > Ruiyu Ni (3): > > MdePkg: Add ResetNotification protocol definition > > MdeModulePkg/ResetSystem: Remove unnecessary global variable > > MdeModulePkg/ResetSystem: Implement R

Re: [edk2] [PATCH 0/3] MdeModulePkg/ResetSystem: Implement ResetNotification protocol

2017-07-03 Thread Ard Biesheuvel
On 1 July 2017 at 21:04, Laszlo Ersek wrote: > Ard, Leif, > > On 06/29/17 10:32, Ruiyu Ni wrote: >> Ruiyu Ni (3): >> MdePkg: Add ResetNotification protocol definition >> MdeModulePkg/ResetSystem: Remove unnecessary global variable >> MdeModulePkg/ResetSystem: Implement ResetNotification prot

Re: [edk2] [PATCH 0/3] MdeModulePkg/ResetSystem: Implement ResetNotification protocol

2017-07-01 Thread Laszlo Ersek
Ard, Leif, On 06/29/17 10:32, Ruiyu Ni wrote: > Ruiyu Ni (3): > MdePkg: Add ResetNotification protocol definition > MdeModulePkg/ResetSystem: Remove unnecessary global variable > MdeModulePkg/ResetSystem: Implement ResetNotification protocol > > .../Universal/ResetSystemRuntimeDxe/ResetSys

[edk2] [PATCH 0/3] MdeModulePkg/ResetSystem: Implement ResetNotification protocol

2017-06-29 Thread Ruiyu Ni
Ruiyu Ni (3): MdePkg: Add ResetNotification protocol definition MdeModulePkg/ResetSystem: Remove unnecessary global variable MdeModulePkg/ResetSystem: Implement ResetNotification protocol .../Universal/ResetSystemRuntimeDxe/ResetSystem.c | 146 +++-- .../Universal/ResetSyst