This patchset adds documentation of the four board models cubieboard, emcraft-sf2, highbank and midway. The documentation here is rather skeletal, being based on a quick read of sources, cover letter from original patch submission, etc.
People interested in these machines are encouraged to improve on these docs, but I would like us to at least have a stub for all the Arm boards we emulate. For the record, as well as these we have another ten undocumented boards: imx25-pdk, kzm, mainstone, mcimx6ul-evk, mcimx7d-sabre, nuri, smdkc210, xilinx-zynq-a9, xlnx-zcu102, z2 v2: updated cubieboard and emcraft-sf2 files to list emulated devices (thanks to Philippe for the lists of devices). thanks -- PMM Peter Maydell (3): docs: Add skeletal documentation of cubieboard docs: Add skeletal documentation of the emcraft-sf2 docs: Add skeletal documentation of highbank and midway docs/system/arm/cubieboard.rst | 16 ++++++++++++++++ docs/system/arm/emcraft-sf2.rst | 15 +++++++++++++++ docs/system/arm/highbank.rst | 19 +++++++++++++++++++ docs/system/target-arm.rst | 3 +++ MAINTAINERS | 3 +++ 5 files changed, 56 insertions(+) create mode 100644 docs/system/arm/cubieboard.rst create mode 100644 docs/system/arm/emcraft-sf2.rst create mode 100644 docs/system/arm/highbank.rst -- 2.20.1