The Sharp XScale-based PDA board models akita, borzoi, spitz,
terrier, and tosa were all deprecated in 9.0, so our deprecation
cycle permits removing them for the 9.2 release.
Remove the source files for the board models themselves, and their
documentation. There were no tests for these boards.
We will move the text describing the dropped boards from
deprecated.rst to removed-features.rst when we've cleaned up all the
boards it lists. Device models used only by removed board models
will be removed in separate commits.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
MAINTAINERS | 3 -
docs/system/arm/xscale.rst | 35 -
docs/system/target-arm.rst | 1 -
configs/devices/arm-softmmu/default.mak | 2 -
hw/arm/spitz.c | 1284 -----------------------
hw/arm/tosa.c | 327 ------
hw/arm/Kconfig | 23 -
hw/arm/meson.build | 2 -
8 files changed, 1677 deletions(-)
delete mode 100644 docs/system/arm/xscale.rst
delete mode 100644 hw/arm/spitz.c
delete mode 100644 hw/arm/tosa.c