mbox series

Pull request doc-2023-10-rc5

Message ID a29e29a3-10f0-4ff2-9e27-3bb771ab2b8c@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request doc-2023-10-rc5 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/doc-2023-10-rc5

Message

Heinrich Schuchardt Sept. 9, 2023, 6:49 a.m. UTC
Dear Tom,

The following changes since commit c0c08be5468cb26db597932bc69c4eda1129841d:

   Merge branch 'master' of
https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2023-09-05 14:44:10
-0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-efi.git
tags/doc-2023-10-rc5

for you to fetch changes up to 7314ba2bf8452df68d07f251aa59440de58067b0:

   doc: board: ti: Move documentation from README to .rst (2023-09-09
06:12:47 +0200)

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

----------------------------------------------------------------
Pull request doc-2023-10-rc5

Documentation:

* move more TI board documentation to HTML
* update TPM usage instructions for qemu-arm
* update the EFI app documentation

Other:

* tpm: Fix autostart for TPM1.2 devices
* spl: fix undefined return value in spl_blk_load_image

----------------------------------------------------------------
Heinrich Schuchardt (2):
       spl: undefined return value in spl_blk_load_image
       timer: document the unit of the timer rate

Ilias Apalodimas (2):
       tpm: Fix autostart for TPM1.2 devices
       doc: qemu: switch swtpm instruction to 'tpm autostart'

Joao Marcos Costa (1):
       doc: Update path to source_file_format.rst

Neha Malcom Francis (1):
       doc: board: ti: Move documentation from README to .rst

Simon Glass (1):
       doc: efi: Update for the 64-bit app

  board/ti/dra7xx/README             |  26 ---
  board/ti/ks2_evm/README            | 194 ----------------
  cmd/tpm-v1.c                       |   2 +-
  common/spl/spl_blk_fs.c            |   2 +-
  doc/README.ti-secure               | 226 -------------------
  doc/SPI/README.ti_qspi_am43x_test  |  76 -------
  doc/SPI/README.ti_qspi_dra_test    |  47 ----
  doc/SPI/README.ti_qspi_flash       |  47 ----
  doc/board/emulation/qemu-arm.rst   |   2 +-
  doc/board/ti/am335x_evm.rst        | 437
++++++++++++++++++++++++++++---------
  doc/board/ti/am43xx_evm.rst        | 188 ++++++++++++++++
  doc/board/ti/dra7xx_evm.rst        | 139 ++++++++++++
  doc/board/ti/index.rst             |   3 +
  doc/board/ti/ks2_evm.rst           | 306 ++++++++++++++++++++++++++
  doc/develop/uefi/u-boot_on_efi.rst |  26 +--
  doc/usage/fit/howto.rst            |   4 +-
  include/timer.h                    |   6 +-
  17 files changed, 984 insertions(+), 747 deletions(-)
  delete mode 100644 board/ti/dra7xx/README
  delete mode 100644 board/ti/ks2_evm/README
  delete mode 100644 doc/README.ti-secure
  delete mode 100644 doc/SPI/README.ti_qspi_am43x_test
  delete mode 100644 doc/SPI/README.ti_qspi_dra_test
  delete mode 100644 doc/SPI/README.ti_qspi_flash
  create mode 100644 doc/board/ti/am43xx_evm.rst
  create mode 100644 doc/board/ti/dra7xx_evm.rst
  create mode 100644 doc/board/ti/ks2_evm.rst

Comments

Ilias Apalodimas Sept. 9, 2023, 10:13 a.m. UTC | #1
On Sat, 9 Sept 2023 at 09:48, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> Dear Tom,
>
> The following changes since commit c0c08be5468cb26db597932bc69c4eda1129841d:

Thanks for picking those up Heinrich!

Regards
/Ilias
>
>    Merge branch 'master' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2023-09-05 14:44:10
> -0400)
>
> are available in the Git repository at:
>
>    https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/doc-2023-10-rc5
>
> for you to fetch changes up to 7314ba2bf8452df68d07f251aa59440de58067b0:
>
>    doc: board: ti: Move documentation from README to .rst (2023-09-09
> 06:12:47 +0200)
>
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/17697
>
> ----------------------------------------------------------------
> Pull request doc-2023-10-rc5
>
> Documentation:
>
> * move more TI board documentation to HTML
> * update TPM usage instructions for qemu-arm
> * update the EFI app documentation
>
> Other:
>
> * tpm: Fix autostart for TPM1.2 devices
> * spl: fix undefined return value in spl_blk_load_image
>
> ----------------------------------------------------------------
> Heinrich Schuchardt (2):
>        spl: undefined return value in spl_blk_load_image
>        timer: document the unit of the timer rate
>
> Ilias Apalodimas (2):
>        tpm: Fix autostart for TPM1.2 devices
>        doc: qemu: switch swtpm instruction to 'tpm autostart'
>
> Joao Marcos Costa (1):
>        doc: Update path to source_file_format.rst
>
> Neha Malcom Francis (1):
>        doc: board: ti: Move documentation from README to .rst
>
> Simon Glass (1):
>        doc: efi: Update for the 64-bit app
>
>   board/ti/dra7xx/README             |  26 ---
>   board/ti/ks2_evm/README            | 194 ----------------
>   cmd/tpm-v1.c                       |   2 +-
>   common/spl/spl_blk_fs.c            |   2 +-
>   doc/README.ti-secure               | 226 -------------------
>   doc/SPI/README.ti_qspi_am43x_test  |  76 -------
>   doc/SPI/README.ti_qspi_dra_test    |  47 ----
>   doc/SPI/README.ti_qspi_flash       |  47 ----
>   doc/board/emulation/qemu-arm.rst   |   2 +-
>   doc/board/ti/am335x_evm.rst        | 437
> ++++++++++++++++++++++++++++---------
>   doc/board/ti/am43xx_evm.rst        | 188 ++++++++++++++++
>   doc/board/ti/dra7xx_evm.rst        | 139 ++++++++++++
>   doc/board/ti/index.rst             |   3 +
>   doc/board/ti/ks2_evm.rst           | 306 ++++++++++++++++++++++++++
>   doc/develop/uefi/u-boot_on_efi.rst |  26 +--
>   doc/usage/fit/howto.rst            |   4 +-
>   include/timer.h                    |   6 +-
>   17 files changed, 984 insertions(+), 747 deletions(-)
>   delete mode 100644 board/ti/dra7xx/README
>   delete mode 100644 board/ti/ks2_evm/README
>   delete mode 100644 doc/README.ti-secure
>   delete mode 100644 doc/SPI/README.ti_qspi_am43x_test
>   delete mode 100644 doc/SPI/README.ti_qspi_dra_test
>   delete mode 100644 doc/SPI/README.ti_qspi_flash
>   create mode 100644 doc/board/ti/am43xx_evm.rst
>   create mode 100644 doc/board/ti/dra7xx_evm.rst
>   create mode 100644 doc/board/ti/ks2_evm.rst
Tom Rini Sept. 9, 2023, 11:20 p.m. UTC | #2
On Sat, Sep 09, 2023 at 08:49:29AM +0200, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit c0c08be5468cb26db597932bc69c4eda1129841d:
> 
>   Merge branch 'master' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2023-09-05 14:44:10
> -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-efi.git
> tags/doc-2023-10-rc5
> 
> for you to fetch changes up to 7314ba2bf8452df68d07f251aa59440de58067b0:
> 
>   doc: board: ti: Move documentation from README to .rst (2023-09-09
> 06:12:47 +0200)
> 
> Gitlab CI showed no issues:
> https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/17697
> 

Applied to u-boot/master, thanks!