Pull request doc-2023-10-rc5
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Sep 9 08:49:29 CEST 2023
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
More information about the U-Boot
mailing list