Also rename docs/system/target-or1k.rst from target-openrisc.rst, and update all toctree entries to match.
Signed-off-by: Richard Henderson <[email protected]> --- MAINTAINERS | 4 ++-- docs/system/{openrisc => or1k}/cpu-features.rst | 0 docs/system/{openrisc => or1k}/emulation.rst | 0 docs/system/{openrisc => or1k}/or1k-sim.rst | 0 docs/system/{openrisc => or1k}/virt.rst | 0 docs/system/{target-openrisc.rst => target-or1k.rst} | 8 ++++---- docs/system/targets.rst | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) rename docs/system/{openrisc => or1k}/cpu-features.rst (100%) rename docs/system/{openrisc => or1k}/emulation.rst (100%) rename docs/system/{openrisc => or1k}/or1k-sim.rst (100%) rename docs/system/{openrisc => or1k}/virt.rst (100%) rename docs/system/{target-openrisc.rst => target-or1k.rst} (96%) diff --git a/MAINTAINERS b/MAINTAINERS index 208628cb8b..b739cd59b1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -302,7 +302,7 @@ F: tests/tcg/mips/ OpenRISC TCG CPUs M: Stafford Horne <[email protected]> S: Odd Fixes -F: docs/system/openrisc/cpu-features.rst +F: docs/system/or1k/cpu-features.rst F: target/or1k/ F: hw/or1k/ F: include/hw/or1k/ @@ -1491,7 +1491,7 @@ OpenRISC Machines or1k-sim M: Jia Liu <[email protected]> S: Maintained -F: docs/system/openrisc/or1k-sim.rst +F: docs/system/or1k/or1k-sim.rst F: hw/intc/ompic.c F: hw/or1k/openrisc_sim.c F: tests/functional/or1k/test_sim.py diff --git a/docs/system/openrisc/cpu-features.rst b/docs/system/or1k/cpu-features.rst similarity index 100% rename from docs/system/openrisc/cpu-features.rst rename to docs/system/or1k/cpu-features.rst diff --git a/docs/system/openrisc/emulation.rst b/docs/system/or1k/emulation.rst similarity index 100% rename from docs/system/openrisc/emulation.rst rename to docs/system/or1k/emulation.rst diff --git a/docs/system/openrisc/or1k-sim.rst b/docs/system/or1k/or1k-sim.rst similarity index 100% rename from docs/system/openrisc/or1k-sim.rst rename to docs/system/or1k/or1k-sim.rst diff --git a/docs/system/openrisc/virt.rst b/docs/system/or1k/virt.rst similarity index 100% rename from docs/system/openrisc/virt.rst rename to docs/system/or1k/virt.rst diff --git a/docs/system/target-openrisc.rst b/docs/system/target-or1k.rst similarity index 96% rename from docs/system/target-openrisc.rst rename to docs/system/target-or1k.rst index 22cb2217a6..b1ee2a34a2 100644 --- a/docs/system/target-openrisc.rst +++ b/docs/system/target-or1k.rst @@ -55,17 +55,17 @@ Board-specific documentation .. toctree:: :maxdepth: 1 - openrisc/or1k-sim - openrisc/virt + or1k/or1k-sim + or1k/virt Emulated CPU architecture support ================================= .. toctree:: - openrisc/emulation + or1k/emulation OpenRISC CPU features ===================== .. toctree:: - openrisc/cpu-features + or1k/cpu-features diff --git a/docs/system/targets.rst b/docs/system/targets.rst index 38e2418801..5b12858b21 100644 --- a/docs/system/targets.rst +++ b/docs/system/targets.rst @@ -21,8 +21,8 @@ Contents: target-loongarch target-m68k target-mips + target-or1k target-ppc - target-openrisc target-riscv target-rx target-s390x -- 2.43.0
