diff options
author | Niek Linnenbank | 2020-03-11 23:18:54 +0100 |
---|---|---|
committer | Peter Maydell | 2020-03-12 17:27:33 +0100 |
commit | 0553ef42571ea494c4607696fbd675cbecd61da0 (patch) | |
tree | 15e577f6bf0d28587b854fc79060fc2244ff8f20 /docs/system/target-arm.rst | |
parent | tests/boot_linux_console: Test booting NetBSD via U-Boot on OrangePi PC (diff) | |
download | qemu-0553ef42571ea494c4607696fbd675cbecd61da0.tar.gz qemu-0553ef42571ea494c4607696fbd675cbecd61da0.tar.xz qemu-0553ef42571ea494c4607696fbd675cbecd61da0.zip |
docs: add Orange Pi PC document
The Xunlong Orange Pi PC machine is a functional ARM machine
based on the Allwinner H3 System-on-Chip. It supports mainline
Linux, U-Boot, NetBSD and is covered by acceptance tests.
This commit adds a documentation text file with a description
of the machine and instructions for the user.
Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20200311221854.30370-19-nieklinnenbank@gmail.com
[PMM: moved file into docs/system/arm to match the reorg
of the arm target part of the docs; tweaked heading to
match other boards]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/system/target-arm.rst')
-rw-r--r-- | docs/system/target-arm.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst index 1425bd5303..324e2af1cb 100644 --- a/docs/system/target-arm.rst +++ b/docs/system/target-arm.rst @@ -68,6 +68,7 @@ undocumented; you can get a complete list by running ``qemu-system-aarch64 --machine help``. .. toctree:: + :maxdepth: 1 arm/integratorcp arm/versatile @@ -78,6 +79,7 @@ undocumented; you can get a complete list by running arm/stellaris arm/musicpal arm/sx1 + arm/orangepi Arm CPU features ================ |