Dear Tom, The following changes since commit ef8336e2705fce2502383f25d68188c6b1f94dd0:
Merge branch '2023-08-08-introuce-Arm-FF-A-support' (2023-08-08 15:23:16 -0400) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/doc-2023-10-rc3 for you to fetch changes up to fa43709b8d7aa30b6d1039dce854c5eea86f122f: doc: Begin adding a best practices document for board ports (2023-08-09 08:41:52 +0200) Gitlab CI showed no issues: https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/17254 ---------------------------------------------------------------- Pull request for doc-2023-10-rc3 Documentation: * Update examples for imx8mp_evk * OpenOCD debugging guide for TI K3 boards * Explain using gadget devices on TI boards * Describe best practices for board ports ---------------------------------------------------------------- Fabio Estevam (2): doc: imx8mp_evk: Remove unneeded export ATF_LOAD_ADDR line doc: imx8mp_evk: Use in-tree build in the example Jason Kacines (1): doc: board: ti: k3: Add a guide to debugging with OpenOCD Jit Loon Lim (1): doc: Add the link for the documentation of the .its Marcel Ziswiler (1): doc: board: toradex: fix verdin module output Miquel Raynal (1): doc: ti: Explain how the various gadget devices can be used Tom Rini (1): doc: Begin adding a best practices document for board ports doc/board/nxp/imx8mp_evk.rst | 17 +- doc/board/ti/am335x_evm.rst | 62 +++ doc/board/ti/am62x_sk.rst | 24 + doc/board/ti/am65x_evm.rst | 24 + doc/board/ti/img/openocd-overview.svg | 580 +++++++++++++++++++++ doc/board/ti/j7200_evm.rst | 24 + doc/board/ti/j721e_evm.rst | 24 + doc/board/ti/k3.rst | 514 ++++++++++++++++++ doc/board/toradex/verdin-am62.rst | 111 ++-- doc/board/toradex/verdin-imx8mm.rst | 61 ++- doc/board/toradex/verdin-imx8mp.rst | 70 +-- doc/develop/board_best_practices.rst | 26 + doc/develop/index.rst | 1 + .../fpga/altera-socfpga-a10-fpga-mgr.txt | 3 + 14 files changed, 1418 insertions(+), 123 deletions(-) create mode 100644 doc/board/ti/img/openocd-overview.svg create mode 100644 doc/develop/board_best_practices.rst