Re: Pull request for documentation tag doc-2021-04-rc1-3

2021-01-27 Thread Tom Rini
On Wed, Jan 27, 2021 at 02:42:39PM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit e262b2973e22174da666038514d17f0f7171466b:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
> (2021-01-25 19:46:02 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/doc-2021-04-rc1-3
> 
> for you to fetch changes up to 25be4d336fa994a17070f5a810f4dd6219b2c993:
> 
>   doc: exception command (2021-01-27 12:52:57 +0100)
> 
> No problems were reported by Azure and Gitlab:
> 
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6096
> https://dev.azure.com/u-boot/u-boot/_build/results?buildId=1698
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Pull request for documentation tag doc-2021-04-rc1-3

2021-01-27 Thread Heinrich Schuchardt
Dear Tom,

The following changes since commit e262b2973e22174da666038514d17f0f7171466b:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
(2021-01-25 19:46:02 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/doc-2021-04-rc1-3

for you to fetch changes up to 25be4d336fa994a17070f5a810f4dd6219b2c993:

  doc: exception command (2021-01-27 12:52:57 +0100)

No problems were reported by Azure and Gitlab:

https://gitlab.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/6096
https://dev.azure.com/u-boot/u-boot/_build/results?buildId=1698


Pull request for documentation tag doc-2021-04-rc1-3

Update the build system for the HTML documentation to allow using
Sphinx 3.

Man-page for exception command.


Heinrich Schuchardt (5):
  doc: board: fix Microchip MPFS Icicle Kit doc
  doc: fix doc/develop/logging.rst
  .gitlab-ci: install doc/sphinx/requirements.txt
  doc: update Kernel documentation build system
  doc: exception command

 .azure-pipelines.yml|   6 +-
 .gitlab-ci.yml  |   3 +
 doc/api/index.rst   |   1 +
 doc/api/logging.rst |   6 +
 doc/board/microchip/mpfs_icicle.rst |  51 ++--
 doc/conf.py | 141 ---
 doc/develop/logging.rst |  13 +-
 doc/sphinx/automarkup.py| 290 +++
 doc/sphinx/cdomain.py   |  93 +++-
 doc/sphinx/kernel_abi.py| 194 
 doc/sphinx/kernel_feat.py   | 169 ++
 doc/sphinx/kerneldoc.py |  15 +-
 doc/sphinx/kernellog.py |   6 +-
 doc/sphinx/kfigure.py   |   6 +-
 doc/sphinx/load_config.py   |  27 ++-
 doc/sphinx/maintainers_include.py   | 197 
 doc/sphinx/parallel-wrapper.sh  |  33 +++
 doc/sphinx/parse-headers.pl |   6 +-
 doc/sphinx/requirements.txt |   5 +-
 doc/usage/exception.rst |  68 ++
 doc/usage/index.rst |   1 +
 scripts/kernel-doc  | 450
++--
 22 files changed, 1596 insertions(+), 185 deletions(-)
 create mode 100644 doc/api/logging.rst
 create mode 100644 doc/sphinx/automarkup.py
 create mode 100644 doc/sphinx/kernel_abi.py
 create mode 100644 doc/sphinx/kernel_feat.py
 create mode 100755 doc/sphinx/maintainers_include.py
 create mode 100644 doc/sphinx/parallel-wrapper.sh
 create mode 100644 doc/usage/exception.rst


Re: Pull request for documentation tag doc-2021-04-rc1-2

2021-01-25 Thread Tom Rini
On Mon, Jan 25, 2021 at 01:14:21PM +0100, Heinrich Schuchardt wrote:

> The following changes since commit 69d29fe1c0aeb33f42633a7d30b7921c02aa:
> 
>   Merge tag 'efi-2021-04-rc1-3' of
> https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2021-01-23 19:07:00
> -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/doc-2021-04-rc1-2
> 
> for you to fetch changes up to 5b6dac01e636aa8b799a68c115d9fd86e4bbbf09:
> 
>   doc: describe command conitrace (2021-01-25 01:15:34 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Pull request for documentation tag doc-2021-04-rc1-2

2021-01-25 Thread Heinrich Schuchardt

The following changes since commit 69d29fe1c0aeb33f42633a7d30b7921c02aa:

  Merge tag 'efi-2021-04-rc1-3' of
https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2021-01-23 19:07:00
-0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/doc-2021-04-rc1-2

for you to fetch changes up to 5b6dac01e636aa8b799a68c115d9fd86e4bbbf09:

  doc: describe command conitrace (2021-01-25 01:15:34 +0100)


Pull request for documentation tag doc-2021-04-rc1 (2)

* Man-pages for sbi, exit, for, echo, loady, true, false, conitrace
* Adjust suppression of newline in echo command.
* Provide unit test for echo command.


Heinrich Schuchardt (12):
  doc: document sbi command
  doc: describe exit command
  doc: document for statement
  cmd: change suppress newline in echo command
  test: unit test for echo command
  doc: document echo command
  cmd: correct long text loadb, loadx, loady
  doc: describe loady command
  doc: document true command
  dm: core: describe uclass_root_s
  doc: describe the false command
  doc: describe command conitrace

 MAINTAINERS   |  1 +
 cmd/echo.c| 49 +++-
 cmd/load.c| 12 +++
 doc/usage/conitrace.rst   | 54 +++
 doc/usage/echo.rst| 65
+
 doc/usage/exit.rst| 40 +++
 doc/usage/false.rst   | 28 
 doc/usage/for.rst | 65
+
 doc/usage/index.rst   |  8 +
 doc/usage/loady.rst   | 67
+++
 doc/usage/sbi.rst | 49 
 doc/usage/true.rst| 28 
 include/asm-generic/global_data.h | 16 +++---
 test/cmd/Makefile |  3 ++
 test/cmd/test_echo.c  | 57 +
 15 files changed, 501 insertions(+), 41 deletions(-)
 create mode 100644 doc/usage/conitrace.rst
 create mode 100644 doc/usage/echo.rst
 create mode 100644 doc/usage/exit.rst
 create mode 100644 doc/usage/false.rst
 create mode 100644 doc/usage/for.rst
 create mode 100644 doc/usage/loady.rst
 create mode 100644 doc/usage/sbi.rst
 create mode 100644 doc/usage/true.rst
 create mode 100644 test/cmd/test_echo.c


Re: Pull request for documentation tag doc-2021-04-rc1

2021-01-18 Thread Tom Rini
On Sat, Jan 16, 2021 at 07:03:28PM +0100, Heinrich Schuchardt wrote:

> Dear Tom,
> 
> The following changes since commit b0db69b4e1e1bf1109bd9d4a5185cbd4058f4a8b:
> 
>   dm: fix build errors generated by last merges (2021-01-15 13:12:38 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/doc-2021-04-rc1
> 
> for you to fetch changes up to dd9abfec13884df0d9d30a6f79ffe80eeed9ac8c:
> 
>   doc: sifive: fu540: fix heading levels (2021-01-16 11:17:20 +0100)
> 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Pull request for documentation tag doc-2021-04-rc1

2021-01-16 Thread Heinrich Schuchardt

Dear Tom,

The following changes since commit b0db69b4e1e1bf1109bd9d4a5185cbd4058f4a8b:

  dm: fix build errors generated by last merges (2021-01-15 13:12:38 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/doc-2021-04-rc1

for you to fetch changes up to dd9abfec13884df0d9d30a6f79ffe80eeed9ac8c:

  doc: sifive: fu540: fix heading levels (2021-01-16 11:17:20 +0100)


Pull request for documentation tag doc-2021-04-rc1

* document man-page base command
* move README.fdt-overlays to HTML documentation
* add synopsis for pstore command


Heinrich Schuchardt (5):
  doc: man-page base command
  doc: add synopsis for pstore command
  doc: board: fix README.b4860qds
  doc: move README.fdt-overlays to HTML documentation
  doc: sifive: fu540: fix heading levels

 doc/README.fdt-overlays  | 114 -
 doc/board/freescale/b4860qds.rst |   4 +-
 doc/board/sifive/fu540.rst   |  19 +++---
 doc/usage/base.rst   |  23 +++
 doc/usage/fdt_overlays.rst   | 134
+++
 doc/usage/index.rst  |   3 +
 doc/usage/pstore.rst |  11 +++-
 7 files changed, 183 insertions(+), 125 deletions(-)
 delete mode 100644 doc/README.fdt-overlays
 create mode 100644 doc/usage/base.rst
 create mode 100644 doc/usage/fdt_overlays.rst


Pull request for documentation tag doc-2021-04-rc1

2021-01-16 Thread Heinrich Schuchardt

Dear Tom,

The following changes since commit b0db69b4e1e1bf1109bd9d4a5185cbd4058f4a8b:

  dm: fix build errors generated by last merges (2021-01-15 13:12:38 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/doc-2021-04-rc1

for you to fetch changes up to dd9abfec13884df0d9d30a6f79ffe80eeed9ac8c:

  doc: sifive: fu540: fix heading levels (2021-01-16 11:17:20 +0100)


Pull request for documentation tag doc-2021-04-rc1

* document man-page base command
* move README.fdt-overlays to HTML documentation
* add synopsis for pstore command


Heinrich Schuchardt (5):
  doc: man-page base command
  doc: add synopsis for pstore command
  doc: board: fix README.b4860qds
  doc: move README.fdt-overlays to HTML documentation
  doc: sifive: fu540: fix heading levels

 doc/README.fdt-overlays  | 114 -
 doc/board/freescale/b4860qds.rst |   4 +-
 doc/board/sifive/fu540.rst   |  19 +++---
 doc/usage/base.rst   |  23 +++
 doc/usage/fdt_overlays.rst   | 134
+++
 doc/usage/index.rst  |   3 +
 doc/usage/pstore.rst |  11 +++-
 7 files changed, 183 insertions(+), 125 deletions(-)
 delete mode 100644 doc/README.fdt-overlays
 create mode 100644 doc/usage/base.rst
 create mode 100644 doc/usage/fdt_overlays.rst