hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
commit0f4fcf1845fe188901d4ff4cc807bd78690dddd0
authorXiaojuan Yang <yangxiaojuan@loongson.cn>
Mon, 6 Jun 2022 12:43:22 +0000 (6 20:43 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Jun 2022 18:11:55 +0000 (6 18:11 +0000)
treecd7466fdef71bd8219e562c98335e6a78d89ede4
parentf6783e34380955e9ec0656c7b9fb8936b9733a6a
hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)

This patch realize the PCH-PIC interrupt controller.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220606124333.2060567-33-yangxiaojuan@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
MAINTAINERS
hw/intc/Kconfig
hw/intc/loongarch_pch_pic.c [new file with mode: 0644]
hw/intc/meson.build
hw/intc/trace-events
hw/loongarch/Kconfig
include/hw/intc/loongarch_pch_pic.h [new file with mode: 0644]
include/hw/pci-host/ls7a.h [new file with mode: 0644]