hw/arm: Remove pxa2xx_pic
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Sep 2024 16:07:20 +0000 (17:07 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 1 Oct 2024 13:26:41 +0000 (14:26 +0100)
commit603bc048a27f134047f3e0e422477c10071b4471
tree11ec22cb19702c45691c9d8f24d6f156b0771c5f
parentd958c2386c508e4e675335feaf6ae26ffbe2a894
hw/arm: Remove pxa2xx_pic

Remove the pxa2xx-specific interrupt controller device.
As this is the last user of the pxa.h header file and the
CONFIG_PXA2XX define we can remove those too.

This completes the removal of the pxa2xx specific code.  We leave:
 * pxa2xx_timer -- still used by the Collie board (strongarm)
 * the definitions of the CPUs themselves in target/arm
   (still usable by linux-user mode)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240903160751.4100218-23-peter.maydell@linaro.org
MAINTAINERS
hw/arm/Kconfig
hw/arm/meson.build
hw/arm/pxa2xx_pic.c [deleted file]
include/hw/arm/pxa.h [deleted file]