Re: [edk2] [PATCH 1/4] EmbeddedPkg: introduce HardwareInterrupt2 protocol

2017-02-13 Thread Leif Lindholm
On Thu, Feb 09, 2017 at 07:26:20PM +, evan.ll...@arm.com wrote: > From: Ard Biesheuvel > > The existing HardwareInterrupt protocol lacks the method to configure > the level/edge and polarity properties of an interrupt. So introduce a > new protocol

[edk2] [PATCH 1/4] EmbeddedPkg: introduce HardwareInterrupt2 protocol

2017-02-09 Thread evan . lloyd
From: Ard Biesheuvel The existing HardwareInterrupt protocol lacks the method 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.