public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* Pull request doc-2023-10-rc5
@ 2023-09-09  6:49 Heinrich Schuchardt
  2023-09-09 10:13 ` Ilias Apalodimas
  2023-09-09 23:20 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2023-09-09  6:49 UTC (permalink / raw)
  To: Tom Rini
  Cc: U-Boot Mailing List, Ilias Apalodimas, Joao Marcos Costa,
	Neha Malcom Francis, Simon Glass

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Pull request doc-2023-10-rc5
  2023-09-09  6:49 Pull request doc-2023-10-rc5 Heinrich Schuchardt
@ 2023-09-09 10:13 ` Ilias Apalodimas
  2023-09-09 23:20 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Ilias Apalodimas @ 2023-09-09 10:13 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: Tom Rini, U-Boot Mailing List, Joao Marcos Costa,
	Neha Malcom Francis, Simon Glass

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Pull request doc-2023-10-rc5
  2023-09-09  6:49 Pull request doc-2023-10-rc5 Heinrich Schuchardt
  2023-09-09 10:13 ` Ilias Apalodimas
@ 2023-09-09 23:20 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-09-09 23:20 UTC (permalink / raw)
  To: Heinrich Schuchardt
  Cc: U-Boot Mailing List, Ilias Apalodimas, Joao Marcos Costa,
	Neha Malcom Francis, Simon Glass

[-- Attachment #1: Type: text/plain, Size: 761 bytes --]

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!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-09-09 23:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-09  6:49 Pull request doc-2023-10-rc5 Heinrich Schuchardt
2023-09-09 10:13 ` Ilias Apalodimas
2023-09-09 23:20 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox