[MASTER] Pull request doc-2023-10-rc4-2

Dear Tom,
The following changes since commit 0fe0395922d859730eb7ddfcff6ed8d3ac4b2937:
Merge branch '2023-08-28-assorted-important-fixes' (2023-08-29 10:06:08 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/doc-2023-10-rc4-2
for you to fetch changes up to 44c5d7764bf458ef0a8093ddf3422dfebbf7b00c:
doc: Add gpt command documentation (2023-09-02 09:44:04 +0200)
---------------------------------------------------------------- Pull request doc-2023-10-rc4-2
* Man-page for gpt command * Fix long text help of gpt command * Add events to HTML documentation * Update Toradex documentation
---------------------------------------------------------------- Heinrich Schuchardt (3): dm: event: document all events doc: add events.h to documentation video: fix typo in video_sync_all documentation
Joshua Watt (2): cmd: gpt: Remove confusing help text doc: Add gpt command documentation
Marcel Ziswiler (2): doc: board: toradex: minor documentation update doc: board: toradex: verdin-am62: document update u-boot wrapper
cmd/gpt.c | 2 - doc/api/event.rst | 9 ++ doc/api/index.rst | 1 + doc/board/toradex/apalis-imx8.rst | 22 ++++- doc/board/toradex/colibri-imx8x.rst | 31 ++++-- doc/board/toradex/colibri_imx7.rst | 38 ++++---- doc/board/toradex/verdin-am62.rst | 22 ++++- doc/board/toradex/verdin-imx8mm.rst | 9 +- doc/board/toradex/verdin-imx8mp.rst | 9 +- doc/usage/cmd/gpt.rst | 184 ++++++++++++++++++++++++++++++++++++ doc/usage/index.rst | 1 + include/event.h | 97 +++++++++++++++++-- include/video.h | 2 +- 13 files changed, 372 insertions(+), 55 deletions(-) create mode 100644 doc/api/event.rst create mode 100644 doc/usage/cmd/gpt.rst

On Sat, Sep 02, 2023 at 09:55:09AM +0200, Heinrich Schuchardt wrote:
Dear Tom,
The following changes since commit 0fe0395922d859730eb7ddfcff6ed8d3ac4b2937:
Merge branch '2023-08-28-assorted-important-fixes' (2023-08-29 10:06:08 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/doc-2023-10-rc4-2
for you to fetch changes up to 44c5d7764bf458ef0a8093ddf3422dfebbf7b00c:
doc: Add gpt command documentation (2023-09-02 09:44:04 +0200)
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini