1
0
Fork 0
alistair23-linux/arch/mips/generic
Matt Redfearn 7bf8b16d1b
MIPS: Generic: Support GIC in EIC mode
The GIC supports running in External Interrupt Controller (EIC) mode,
and will signal this via cpu_has_veic if enabled in hardware. Currently
the generic kernel will panic if cpu_has_veic is set - but the GIC can
legitimately set this flag if either configured to boot in EIC mode, or
if the GIC driver enables this mode. Make the kernel not panic in this
case, and instead just check if the GIC is present. If so, use it's CPU
local interrupt routing functions. If an EIC is present, but it is not
the GIC, then the kernel does not know how to get the VIRQ for the CPU
local interrupts and should panic. Support for alternative EICs being
present is needed here for the generic kernel to support them.

Suggested-by: Paul Burton <paul.burton@mips.com>
Signed-off-by: Matt Redfearn <matt.redfearn@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/18191/
Signed-off-by: James Hogan <jhogan@kernel.org>
2018-02-05 14:36:03 +00:00
..
Kconfig MIPS: ranchu: Add Ranchu as a new generic-based board 2018-01-22 20:47:34 +00:00
Makefile MIPS: generic: Fix Makefile alignment 2018-02-05 10:39:56 +00:00
Platform Update MIPS email addresses 2017-11-03 09:02:30 -07:00
board-boston.its.S MIPS: generic: Move Boston FIT image source to its own file 2017-08-29 15:21:52 +02:00
board-ni169445.its.S MIPS: generic: Fix NI 169445 its build 2017-10-31 22:55:44 +00:00
board-ranchu.c MIPS: generic: Fix ranchu_of_match[] termination 2018-02-05 10:39:51 +00:00
board-sead3.c Update MIPS email addresses 2017-11-03 09:02:30 -07:00
board-xilfpga.its.S MIPS: generic: Add support for MIPSfpga 2017-11-08 22:53:44 +00:00
init.c Update MIPS email addresses 2017-11-03 09:02:30 -07:00
irq.c MIPS: Generic: Support GIC in EIC mode 2018-02-05 14:36:03 +00:00
kexec.c MIPS: Update email address for Marcin Nowakowski 2017-11-02 10:58:43 +00:00
proc.c Update MIPS email addresses 2017-11-03 09:02:30 -07:00
vmlinux.its.S License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
yamon-dt.c Update MIPS email addresses 2017-11-03 09:02:30 -07:00