
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