Re: [edk2] [PATCH 2/5] EmbeddedPkg: Introduce HardwareInterrupt2 protocol

2017-09-15 Thread Alexei Fedorov
ct: Re: [edk2] [PATCH 2/5] EmbeddedPkg: Introduce HardwareInterrupt2 protocol On Mon, Sep 11, 2017 at 04:23:32PM +0100, evan.ll...@arm.com wrote: > From: Ard Biesheuvel > > The existing HardwareInterrupt protocol lacks the means to configure > the level/edge and polarity prope

Re: [edk2] [PATCH 2/5] EmbeddedPkg: Introduce HardwareInterrupt2 protocol

2017-09-14 Thread Leif Lindholm
On Mon, Sep 11, 2017 at 04:23:32PM +0100, evan.ll...@arm.com wrote: > From: Ard Biesheuvel > > The existing HardwareInterrupt protocol lacks the means to configure > the level/edge and polarity properties of an interrupt. So introduce a > new protocol HardwareInterrupt2, and add some new members

[edk2] [PATCH 2/5] EmbeddedPkg: Introduce HardwareInterrupt2 protocol

2017-09-11 Thread evan . lloyd
From: Ard Biesheuvel The existing HardwareInterrupt protocol lacks the means to configure the level/edge and polarity properties of an interrupt. So introduce a new protocol HardwareInterrupt2, and add some new members that allow manipulation of those properties. Contributed-under: TianoCore Con

[edk2] [PATCH 2/5] EmbeddedPkg: Introduce HardwareInterrupt2 protocol

2017-02-16 Thread evan . lloyd
From: Ard Biesheuvel The existing HardwareInterrupt protocol lacks the means to configure the level/edge and polarity properties of an interrupt. So introduce a new protocol HardwareInterrupt2, and add some new members that allow the manipulation of those properties. Contributed-under: TianoCore