
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
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 | 117 +++++++++++++++++++++++++++++++++++++ doc/board/index.rst | 1 + 4 files changed, 159 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