]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/intc/grlib_irqmp: implements the multiprocessor status register
authorClément Chigot <chigot@adacore.com>
Wed, 31 Jan 2024 08:50:41 +0000 (09:50 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 15 Feb 2024 15:58:46 +0000 (16:58 +0100)
commit7ed9a5f626a6c932a8c869a91e6a8b3e2029f5ef
treeb15ea960943c90ae487fbe9d0c17d5bca0d57a08
parent6bf147854395f39fe45abebe40529bf7f023aeb9
hw/intc/grlib_irqmp: implements the multiprocessor status register

This implements the multiprocessor status register in grlib-irqmp and
bind it to a start signal, which will be later wired in leon3-generic
to start a cpu.

The EIRQ and BA bits are not implemented.

Based on https://gaisler.com/doc/gr712rc-usermanual.pdf, §8.3.5.

Co-developed-by: Frederic Konrad <konrad.frederic@yahoo.fr>
Signed-off-by: Clément Chigot <chigot@adacore.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240131085047.18458-4-chigot@adacore.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/intc/grlib_irqmp.c