All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Arm Juno board documentation
@ 2021-12-20 18:12 Andre Przywara
  2021-12-20 18:12 ` [PATCH v2 1/2] doc: Add documentation for the Arm VExpress64 board configs Andre Przywara
  2021-12-20 18:12 ` [PATCH v2 2/2] doc: add Arm Juno board documentation Andre Przywara
  0 siblings, 2 replies; 9+ messages in thread
From: Andre Przywara @ 2021-12-20 18:12 UTC (permalink / raw)
  To: Simon Glass, Tom Rini
  Cc: Sudeep Holla, Robin Murphy, Linus Walleij, u-boot, Peter Hoyes,
	Liviu Dudau

Hi,

The Arm Ltd. Juno development board is an open, vendor-neutral, Armv8-A
development platform. U-Boot is one of the two supported normal world
payloads in the firmware design, though U-Boot never really described
the process of building or installing it.

Fix that by adding documentation for the board in the doc/board
directory.

Cheers,
Andre

Changelog:
v1 ... v2:
- fvp64: RST improvements (links, make command line)
- fvp64: use most common platform name in TF-A build command
- juno: use more precise naming for Juno development *platform*
- juno: fix wrong naming of MCC management controller
- juno: mention and link to Juno TRM
- juno: simplify SD card connection instructions
- juno: use fiptool update instead of complicated explicit re-packaging
- juno: describe devicetree selection more precisely

Andre Przywara (1):
  doc: add Arm Juno board documentation

Peter Hoyes (1):
  doc: Add documentation for the Arm VExpress64 board configs

 doc/board/armltd/fvp64.rst |  30 ++++++++++
 doc/board/armltd/index.rst |  11 ++++
 doc/board/armltd/juno.rst  | 114 +++++++++++++++++++++++++++++++++++++
 doc/board/index.rst        |   1 +
 4 files changed, 156 insertions(+)
 create mode 100644 doc/board/armltd/fvp64.rst
 create mode 100644 doc/board/armltd/index.rst
 create mode 100644 doc/board/armltd/juno.rst

-- 
2.25.1


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

end of thread, other threads:[~2021-12-28  8:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 18:12 [PATCH v2 0/2] Arm Juno board documentation Andre Przywara
2021-12-20 18:12 ` [PATCH v2 1/2] doc: Add documentation for the Arm VExpress64 board configs Andre Przywara
2021-12-21 14:34   ` Sudeep Holla
2021-12-22  2:42   ` Linus Walleij
2021-12-28  8:33   ` Simon Glass
2021-12-20 18:12 ` [PATCH v2 2/2] doc: add Arm Juno board documentation Andre Przywara
2021-12-21 14:35   ` Sudeep Holla
2021-12-22  2:41   ` Linus Walleij
2021-12-28  8:33   ` Simon Glass

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.