diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2024-10-29 12:54:44 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2024-10-29 15:04:46 +0000 |
| commit | 6a98e614e5cc3ae9aa15a6bdf30fbdb4472bf2ff (patch) | |
| tree | ce57e521586c18d16ffc25508cf79aff19929dfc /docs/system/target-arm.rst | |
| parent | 23a26bfeea5a9c831067cb0c4529d7c067b79564 (diff) | |
| download | focaccia-qemu-6a98e614e5cc3ae9aa15a6bdf30fbdb4472bf2ff.tar.gz focaccia-qemu-6a98e614e5cc3ae9aa15a6bdf30fbdb4472bf2ff.zip | |
docs/system/arm: Split fby35 out from aspeed.rst
The fby35 machine is not implemented in hw/arm/aspeed.c, but its documentation is currently stuck at the end of aspeed.rst, formatted in a way that it gets its own heading in the top-level list of boards in target-arm.html. We don't have any other boards that we document like this; split it out into its own rst file. This improves consistency with other board docs and means we can have the entry in the target-arm list be in the correct alphabetical order. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Cédric Le Goater <clg@redhat.com> Message-id: 20241018141332.942844-4-peter.maydell@linaro.org
Diffstat (limited to 'docs/system/target-arm.rst')
| -rw-r--r-- | docs/system/target-arm.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst index 3c0a584845..9c01e66ffa 100644 --- a/docs/system/target-arm.rst +++ b/docs/system/target-arm.rst @@ -90,6 +90,7 @@ undocumented; you can get a complete list by running arm/digic arm/cubieboard arm/emcraft-sf2 + arm/fby35 arm/musicpal arm/kzm arm/nrf |