[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 10/18] docs/system/arm: Don't use wildcard '*-bmc' in doc titles
From: |
Peter Maydell |
Subject: |
[PULL 10/18] docs/system/arm: Don't use wildcard '*-bmc' in doc titles |
Date: |
Tue, 29 Oct 2024 15:10:40 +0000 |
We have two Arm board doc files which both use '*-bmc' in their
documentation title. The result is that when you read the
table of contents in system/target-arm.html you don't know
which boards are covered by which file.
Expand out the board names entirely in the document titles.
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-3-peter.maydell@linaro.org
---
docs/system/arm/aspeed.rst | 4 ++--
docs/system/arm/nuvoton.rst | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst
index 6733ffd2b94..968ba88b997 100644
--- a/docs/system/arm/aspeed.rst
+++ b/docs/system/arm/aspeed.rst
@@ -1,5 +1,5 @@
-Aspeed family boards (``*-bmc``, ``ast2500-evb``, ``ast2600-evb``,
``ast2700-evb``)
-===================================================================================
+Aspeed family boards (``ast2500-evb``, ``ast2600-evb``, ``ast2700-evb``,
``bletchley-bmc``, ``fuji-bmc``, ``fby35-bmc``, ``fp5280g2-bmc``,
``g220a-bmc``, ``palmetto-bmc``, ``qcom-dc-scm-v1-bmc``, ``qcom-firework-bmc``,
``quanta-q71l-bmc``, ``rainier-bmc``, ``romulus-bmc``, ``sonorapass-bmc``,
``supermicrox11-bmc``, ``tiogapass-bmc``, ``tacoma-bmc``, ``witherspoon-bmc``,
``yosemitev2-bmc``)
+========================================================================================================================================================================================================================================================================================================================================================================================================
The QEMU Aspeed machines model BMCs of various OpenPOWER systems and
Aspeed evaluation boards. They are based on different releases of the
diff --git a/docs/system/arm/nuvoton.rst b/docs/system/arm/nuvoton.rst
index 0424cae4b01..05059378e55 100644
--- a/docs/system/arm/nuvoton.rst
+++ b/docs/system/arm/nuvoton.rst
@@ -1,5 +1,5 @@
-Nuvoton iBMC boards (``*-bmc``, ``npcm750-evb``, ``quanta-gsj``)
-================================================================
+Nuvoton iBMC boards (``kudo-bmc``, ``mori-bmc``, ``npcm750-evb``,
``quanta-gbs-bmc``, ``quanta-gsj``)
+=====================================================================================================
The `Nuvoton iBMC`_ chips (NPCM7xx) are a family of ARM-based SoCs that are
designed to be used as Baseboard Management Controllers (BMCs) in various
--
2.34.1
- [PULL 00/18] target-arm queue, Peter Maydell, 2024/10/29
- [PULL 01/18] arm/kvm: add support for MTE, Peter Maydell, 2024/10/29
- [PULL 12/18] docs/system/arm: Add placeholder doc for exynos4 boards, Peter Maydell, 2024/10/29
- [PULL 03/18] target/arm: Store FPSR cumulative exception bits in env->vfp.fpsr, Peter Maydell, 2024/10/29
- [PULL 02/18] docs/system/cpu-hotplug: Update example's socket-id/core-id, Peter Maydell, 2024/10/29
- [PULL 06/18] tests/functional: Add a functional test for the collie board, Peter Maydell, 2024/10/29
- [PULL 10/18] docs/system/arm: Don't use wildcard '*-bmc' in doc titles,
Peter Maydell <=
- [PULL 05/18] hw/sd/omap_mmc: Don't use sd_cmd_type_t, Peter Maydell, 2024/10/29
- [PULL 04/18] target/arm: Don't assert in regime_is_user() for E10 mmuidx values, Peter Maydell, 2024/10/29
- [PULL 08/18] scripts/symlink-install-tree.py: Fix MESONINTROSPECT parsing, Peter Maydell, 2024/10/29
- [PULL 09/18] docs/system/arm/stm32: List olimex-stm32-h405 in document title, Peter Maydell, 2024/10/29
- [PULL 07/18] tests/functional: Add a functional test for the sx1 board, Peter Maydell, 2024/10/29
- [PULL 15/18] docs/system/target-arm.rst: Remove "many boards are undocumented" note, Peter Maydell, 2024/10/29
- [PULL 11/18] docs/system/arm: Split fby35 out from aspeed.rst, Peter Maydell, 2024/10/29
- [PULL 14/18] docs/system/arm: Add placeholder docs for mcimx6ul-evk and mcimx7d-sabre, Peter Maydell, 2024/10/29
- [PULL 17/18] docs/devel/reset: Fix minor grammatical error, Peter Maydell, 2024/10/29
- [PULL 13/18] docs/system/arm: Add placeholder doc for xlnx-zcu102 board, Peter Maydell, 2024/10/29