mbox series

Pull request doc-2024-01-rc3

Message ID a9431d19-29e3-4f3d-99d5-8a737085564a@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request doc-2024-01-rc3 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/doc-2024-01-rc3

Message

Heinrich Schuchardt Nov. 11, 2023, 3:34 a.m. UTC
Dear Tom,

The following changes since commit da2e3196e4dc28298b58a018ace07f85eecd1652:

   Merge patch series "arm: dts: k3-am6: Fix Ethernet/DMA" (2023-11-10
15:25:47 -0500)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/doc-2024-01-rc3

for you to fetch changes up to cfaf05839f86ea387786c841c7f578be0fea247b:

   doc: typo 'form' in qfw.rst (2023-11-11 01:44:09 +0100)

Gitlab CI showed no issues:
https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/18517

----------------------------------------------------------------
Documentation:

* hikey960: update link URLs
* j7200_evm: Fix OPTEE platform name
* ti: fix style of examples
* fix typos

----------------------------------------------------------------
Dylan Corrales (1):
       hikey960: Fix 404 links

Heinrich Schuchardt (2):
       doc: shorten overlong title underlines
       doc: typo 'form' in qfw.rst

Milan P. Stanić (1):
       doc: build: fix wrongly written targests instead of targets

Nishanth Menon (3):
       doc: ti: j7200_evm: Fix OPTEE platform name
       doc: board: ti: Use prompt prompt_style to simplify documentation
       doc: board: ti: k3 docs: Use ::prompt

  board/hisilicon/hikey960/README        |  14 ++---
  doc/arch/arm64.ffa.rst                 |  20 +++---
  doc/board/AndesTech/ae350.rst          |   2 +-
  doc/board/actions/cubieboard7.rst      |   4 +-
  doc/board/actions/index.rst            |   2 +-
  doc/board/armltd/index.rst             |   2 +-
  doc/board/mediatek/index.rst           |   2 +-
  doc/board/nxp/imx8mm_evk.rst           |   9 +--
  doc/board/nxp/ls1046ardb.rst           |   2 +-
  doc/board/nxp/mx6ul_14x14_evk.rst      |   2 +-
  doc/board/openpiton/riscv64.rst        |   4 +-
  doc/board/purism/librem5.rst           |   2 +-
  doc/board/qualcomm/sdm845.rst          |   7 ++-
  doc/board/samsung/index.rst            |   2 +-
  doc/board/st/st-dt.rst                 |   2 +-
  doc/board/st/stm32_MCU.rst             |   2 +-
  doc/board/starfive/visionfive2.rst     |   3 +-
  doc/board/thead/index.rst              |   2 +-
  doc/board/ti/am335x_evm.rst            |  39 ++++--------
  doc/board/ti/am62x_beagleplay.rst      |  50 +++++++--------
  doc/board/ti/am62x_sk.rst              |  23 +++----
  doc/board/ti/am64x_evm.rst             |  21 ++++---
  doc/board/ti/am65x_evm.rst             | 107
+++++++++++++++++----------------
  doc/board/ti/dra7xx_evm.rst            |   3 +-
  doc/board/ti/j7200_evm.rst             |  23 +++----
  doc/board/ti/j721e_evm.rst             |  43 ++++++-------
  doc/board/ti/j721s2_evm.rst            |  24 +++++---
  doc/board/ti/k3.rst                    |  48 +++++++--------
  doc/board/ti/ks2_evm.rst               |  15 ++---
  doc/board/xilinx/xilinx.rst            |   2 +-
  doc/build/gcc.rst                      |   2 +-
  doc/build/source.rst                   |   2 +-
  doc/develop/driver-model/ethernet.rst  |  12 ++--
  doc/develop/driver-model/migration.rst |   2 +-
  doc/develop/driver-model/nvmxip.rst    |   8 +--
  doc/develop/driver-model/spi-howto.rst |   2 +-
  doc/develop/falcon.rst                 |   2 +-
  doc/usage/cmd/askenv.rst               |   2 +-
  doc/usage/cmd/bootdev.rst              |   4 +-
  doc/usage/cmd/cat.rst                  |   2 +-
  doc/usage/cmd/coninfo.rst              |   2 +-
  doc/usage/cmd/mmc.rst                  |   2 +-
  doc/usage/cmd/part.rst                 |   2 +-
  doc/usage/cmd/qfw.rst                  |   2 +-
  doc/usage/cmd/wdt.rst                  |   2 +-
  doc/usage/cmd/xxd.rst                  |   2 +-
  doc/usage/fit/beaglebone_vboot.rst     |   2 +-
  doc/usage/measured_boot.rst            |   4 +-
  tools/binman/entries.rst               |   2 +-
  49 files changed, 268 insertions(+), 271 deletions(-)

Comments

Tom Rini Nov. 12, 2023, 6:23 p.m. UTC | #1
On Sat, Nov 11, 2023 at 04:34:49AM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit da2e3196e4dc28298b58a018ace07f85eecd1652:
> 
>   Merge patch series "arm: dts: k3-am6: Fix Ethernet/DMA" (2023-11-10
> 15:25:47 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/doc-2024-01-rc3
> 
> for you to fetch changes up to cfaf05839f86ea387786c841c7f578be0fea247b:
> 
>   doc: typo 'form' in qfw.rst (2023-11-11 01:44:09 +0100)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/18517
> 

Applied to u-boot/master, thanks!