diff options
author | Philippe Mathieu-Daudé | 2020-11-20 18:39:51 +0100 |
---|---|---|
committer | Peter Maydell | 2020-11-23 11:53:02 +0100 |
commit | d9f2ac3de90d2b4bc7bfef12d69a6bfd0a4df04c (patch) | |
tree | e6bf609b265f8d00da2c12f5cf119e6618df4d9a /MAINTAINERS | |
parent | docs/system: Deprecate raspi2/raspi3 machine aliases (diff) | |
download | qemu-d9f2ac3de90d2b4bc7bfef12d69a6bfd0a4df04c.tar.gz qemu-d9f2ac3de90d2b4bc7bfef12d69a6bfd0a4df04c.tar.xz qemu-d9f2ac3de90d2b4bc7bfef12d69a6bfd0a4df04c.zip |
docs/system/arm: Document the various raspi boards
Document the following Raspberry Pi models:
- raspi0 Raspberry Pi Zero (revision 1.2)
- raspi1ap Raspberry Pi A+ (revision 1.1)
- raspi2b Raspberry Pi 2B (revision 1.1)
- raspi3ap Raspberry Pi 3A+ (revision 1.0)
- raspi3b Raspberry Pi 3B (revision 1.2)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20201120173953.2539469-3-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6f4639f00d..fbb068196a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -803,6 +803,7 @@ F: hw/arm/raspi_platform.h F: hw/*/bcm283* F: include/hw/arm/raspi* F: include/hw/*/bcm283* +F: docs/system/arm/raspi.rst Real View M: Peter Maydell <peter.maydell@linaro.org> |