diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-09-03 17:06:59 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-01 14:04:50 +0100 |
commit | b62151489ae6f1c4faa3230923e9cfafd116718a (patch) | |
tree | 229134bde652fbed59fe9b147e7418cc98fd85e9 /docs/system | |
parent | 9601076b3b0bced7ed597d1470e3ff2f4e7177d6 (diff) | |
download | qemu-b62151489ae6f1c4faa3230923e9cfafd116718a.zip qemu-b62151489ae6f1c4faa3230923e9cfafd116718a.tar.gz qemu-b62151489ae6f1c4faa3230923e9cfafd116718a.tar.bz2 |
hw/arm: Remove deprecated akita, borzoi, spitz, terrier, tosa boards
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>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240903160751.4100218-2-peter.maydell@linaro.org
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/arm/xscale.rst | 35 | ||||
-rw-r--r-- | docs/system/target-arm.rst | 1 |
2 files changed, 0 insertions, 36 deletions
diff --git a/docs/system/arm/xscale.rst b/docs/system/arm/xscale.rst deleted file mode 100644 index e239136..0000000 --- a/docs/system/arm/xscale.rst +++ /dev/null @@ -1,35 +0,0 @@ -Sharp XScale-based PDA models (``akita``, ``borzoi``, ``spitz``, ``terrier``, ``tosa``) -======================================================================================= - -The Sharp Zaurus are PDAs based on XScale, able to run Linux ('SL series'). - -The SL-6000 (\"Tosa\"), released in 2005, uses a PXA255 System-on-chip. - -The SL-C3000 (\"Spitz\"), SL-C1000 (\"Akita\"), SL-C3100 (\"Borzoi\") and -SL-C3200 (\"Terrier\") use a PXA270. - -The clamshell PDA models emulation includes the following peripherals: - -- Intel PXA255/PXA270 System-on-chip (ARMv5TE core) - -- NAND Flash memory - not in \"Tosa\" - -- IBM/Hitachi DSCM microdrive in a PXA PCMCIA slot - not in \"Akita\" - -- On-chip OHCI USB controller - not in \"Tosa\" - -- On-chip LCD controller - -- On-chip Real Time Clock - -- TI ADS7846 touchscreen controller on SSP bus - -- Maxim MAX1111 analog-digital converter on |I2C| bus - -- GPIO-connected keyboard controller and LEDs - -- Secure Digital card connected to PXA MMC/SD host - -- Three on-chip UARTs - -- WM8750 audio CODEC on |I2C| and |I2S| buses diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst index 7b99272..326b695 100644 --- a/docs/system/target-arm.rst +++ b/docs/system/target-arm.rst @@ -101,7 +101,6 @@ undocumented; you can get a complete list by running arm/orangepi arm/palm arm/raspi - arm/xscale arm/collie arm/sx1 arm/stellaris |