]> git.proxmox.com Git - mirror_edk2.git/commit - EmbeddedPkg/EmbeddedPkg.dec
EmbeddedPkg: Introduce HardwareInterrupt2 protocol
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 1 Sep 2016 16:21:55 +0000 (17:21 +0100)
committerLeif Lindholm <leif.lindholm@linaro.org>
Thu, 5 Oct 2017 20:23:34 +0000 (21:23 +0100)
commite40c72893669dd5246d53288d13301192e23c670
tree023ecb9cc0e903ab189cce7811945eac34598bb6
parentb0393756d65443b430d2816eda9008fa8d599c7f
EmbeddedPkg: Introduce HardwareInterrupt2 protocol

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 Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Girish Pathak <girish.pathak@arm.com>
Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
Tested-by: Girish Pathak <girish.pathak@arm.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
EmbeddedPkg/EmbeddedPkg.dec
EmbeddedPkg/Include/Protocol/HardwareInterrupt2.h [new file with mode: 0644]