[PATCH for-6.1 0/3] docs: Document arm mainstone, kzm, imx25-pdk

Peter Maydell posted 3 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210722175229.29065-1-peter.maydell@linaro.org
Maintainers: Peter Maydell <peter.maydell@linaro.org>
docs/system/arm/imx25-pdk.rst | 19 +++++++++++++++++++
docs/system/arm/kzm.rst       | 18 ++++++++++++++++++
docs/system/arm/mainstone.rst | 25 +++++++++++++++++++++++++
docs/system/target-arm.rst    |  3 +++
MAINTAINERS                   |  3 +++
5 files changed, 68 insertions(+)
create mode 100644 docs/system/arm/imx25-pdk.rst
create mode 100644 docs/system/arm/kzm.rst
create mode 100644 docs/system/arm/mainstone.rst
[PATCH for-6.1 0/3] docs: Document arm mainstone, kzm, imx25-pdk
Posted by Peter Maydell 2 years, 9 months ago
This patchset adds brief documentation for another set of Arm
boards. As usual, people familiar with these boards are welcome
to provide more detail for the docs -- I just did the minimum
"name the board and list emulated devices identified from a
quick scan through the source code".

(After this we still have 9 undocumented Arm machines.)

thanks
-- PMM

Peter Maydell (3):
  docs: Add documentation of Arm 'mainstone' board
  docs: Add documentation of Arm 'kzm' board
  docs: Add documentation of Arm 'imx25-pdk' board

 docs/system/arm/imx25-pdk.rst | 19 +++++++++++++++++++
 docs/system/arm/kzm.rst       | 18 ++++++++++++++++++
 docs/system/arm/mainstone.rst | 25 +++++++++++++++++++++++++
 docs/system/target-arm.rst    |  3 +++
 MAINTAINERS                   |  3 +++
 5 files changed, 68 insertions(+)
 create mode 100644 docs/system/arm/imx25-pdk.rst
 create mode 100644 docs/system/arm/kzm.rst
 create mode 100644 docs/system/arm/mainstone.rst

-- 
2.20.1


Re: [PATCH for-6.1 0/3] docs: Document arm mainstone, kzm, imx25-pdk
Posted by Richard Henderson 2 years, 9 months ago
On 7/22/21 7:52 AM, Peter Maydell wrote:
> Peter Maydell (3):
>    docs: Add documentation of Arm 'mainstone' board
>    docs: Add documentation of Arm 'kzm' board
>    docs: Add documentation of Arm 'imx25-pdk' board

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~