All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-5.1 0/4] Document virt and a few other Arm boards
@ 2020-07-13 17:57 Peter Maydell
  2020-07-13 17:57 ` [PATCH for-5.1 1/4] docs/system: Briefly document canon-a1100 board Peter Maydell
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Peter Maydell @ 2020-07-13 17:57 UTC (permalink / raw)
  To: qemu-arm, qemu-devel

This series adds some documentation to the system manual for
previously undocumented Arm board types.

The first 3 patches are very minimalist documentation of the
canon-a1000, collie and gumstix board families.  The info was
obtained by looking at source code comments, a brief scan of what
kinds of devices the code was creating, and sometimes the cover
letter for the patch series that added the board. The level
of documentation here doesn't seem fantastically useful but
on the other hand it's no worse than that we have for some
existing boards (eg cheetah) and it would be nice to eventually
get to complete coverage of all the arm board types. But
I figured some feedback on whether this level of documentation
was worth doing was worthwhile before I tried to add it for
any of the other board types.

Finally, patch 4 is more meaty: it documents the "virt" board
(which was a pretty embarrassing omission from the docs given
that it is the standard board type that we recommend for
Arm guests these days). I have attempted to fold in the info
on the board from https://wiki.qemu.org/Documentation/Platforms/ARM
where appropriate.

Peter Maydell (4):
  docs/system: Briefly document canon-a1100 board
  docs/system: Briefly document collie board
  docs/system: Briefly document gumstix boards
  docs/system: Document the arm virt board

 docs/system/arm/collie.rst  |  16 ++++
 docs/system/arm/digic.rst   |  11 +++
 docs/system/arm/gumstix.rst |  21 +++++
 docs/system/arm/virt.rst    | 157 ++++++++++++++++++++++++++++++++++++
 docs/system/target-arm.rst  |   4 +
 MAINTAINERS                 |   4 +
 6 files changed, 213 insertions(+)
 create mode 100644 docs/system/arm/collie.rst
 create mode 100644 docs/system/arm/digic.rst
 create mode 100644 docs/system/arm/gumstix.rst
 create mode 100644 docs/system/arm/virt.rst

-- 
2.20.1



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-07-20  9:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13 17:57 [PATCH for-5.1 0/4] Document virt and a few other Arm boards Peter Maydell
2020-07-13 17:57 ` [PATCH for-5.1 1/4] docs/system: Briefly document canon-a1100 board Peter Maydell
2020-07-14 12:51   ` Philippe Mathieu-Daudé
2020-07-14 13:14   ` Alex Bennée
2020-07-13 17:57 ` [PATCH for-5.1 2/4] docs/system: Briefly document collie board Peter Maydell
2020-07-14 12:50   ` Philippe Mathieu-Daudé
2020-07-14 13:16   ` Alex Bennée
2020-07-13 17:57 ` [PATCH for-5.1 3/4] docs/system: Briefly document gumstix boards Peter Maydell
2020-07-13 18:49   ` Philippe Mathieu-Daudé
2020-07-14 14:47   ` Alex Bennée
2020-07-13 17:57 ` [PATCH for-5.1 4/4] docs/system: Document the arm virt board Peter Maydell
2020-07-14 14:58   ` Alex Bennée
2020-07-14 15:00     ` Peter Maydell
2020-07-15  9:47   ` Auger Eric
2020-07-20  9:38 ` [PATCH for-5.1 0/4] Document virt and a few other Arm boards Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.