Home
last modified time | relevance | path

Searched hist:"53 a98be35f614caa1d2c34076b43b08d0810b6fa" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/plat/common/
H A Dplat_gicv2.c53a98be35f614caa1d2c34076b43b08d0810b6fa Thu Feb 08 20:01:26 UTC 2018 Santeri Salko <santeri.salko@gmail.com> qemu: Fix interrupt type check

Function plat_ic_get_pending_interrupt_type() should return interrupt
type, not id. The function is used in aarch64 exception handling and
currently the irq/fiq forwarding fails if a secure interrupt happens while
running normal world.

The qemu-specific gic file does not contain any extra functionality so it
can be removed and common file can be used instead.

fixes arm-software/tf-issues#546

Signed-off-by: Santeri Salko <santeri.salko@gmail.com>