All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] doc: global data pointer
@ 2020-10-05  6:30 Heinrich Schuchardt
  2020-10-05  6:30 ` [PATCH v3 1/3] global_data.h: convert GD_FLG_* to enum Heinrich Schuchardt
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Heinrich Schuchardt @ 2020-10-05  6:30 UTC (permalink / raw)
  To: u-boot

Add the description of the global data pointer to the generated HTML
documentation.

The first patch converts the GD_FLG_* constants to an enum.
The second adds move Sphinx comments.
The third finally provides the HTML documentation.

v3:
	do not duplicate comments
v2:
	_flags must not be exposed to assembler code.
	This avoids a build failure on x86.

Heinrich Schuchardt (3):
  global_data.h: convert GD_FLG_* to enum
  global_data.h: add Sphinx documentation
  doc: global data pointer

 doc/develop/global_data.rst       |  53 ++++
 doc/develop/index.rst             |   1 +
 include/asm-generic/global_data.h | 478 +++++++++++++++++++++++++-----
 3 files changed, 455 insertions(+), 77 deletions(-)
 create mode 100644 doc/develop/global_data.rst

--
2.28.0

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH v3 0/3] doc: global data pointer
@ 2020-09-27 12:36 Heinrich Schuchardt
  0 siblings, 0 replies; 9+ messages in thread
From: Heinrich Schuchardt @ 2020-09-27 12:36 UTC (permalink / raw)
  To: u-boot

Add the description of the global data pointer to the generated HTML
documentation.

The first patch converts the GD_FLG_* constants to an enum.
The second adds move Sphinx comments.
The third finally provides the HTML documentation.

v3:
	x86 uses register fs for global data pointer
v2:
	enum gd_flags must not be exposed to assembler code.
	This avoids a build failure on x86.

Heinrich Schuchardt (3):
  global_data.h: convert GD_FLG_* to enum
  global_data.h: add Sphinx documentation
  doc: global data pointer

 doc/develop/global_data.rst       |  53 ++++
 doc/develop/index.rst             |   1 +
 include/asm-generic/global_data.h | 460 +++++++++++++++++++++++++-----
 3 files changed, 446 insertions(+), 68 deletions(-)
 create mode 100644 doc/develop/global_data.rst

--
2.28.0

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

end of thread, other threads:[~2020-10-14 17:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05  6:30 [PATCH v3 0/3] doc: global data pointer Heinrich Schuchardt
2020-10-05  6:30 ` [PATCH v3 1/3] global_data.h: convert GD_FLG_* to enum Heinrich Schuchardt
2020-10-14 17:43   ` Tom Rini
2020-10-05  6:30 ` [PATCH v3 2/3] global_data.h: add Sphinx documentation Heinrich Schuchardt
2020-10-12  3:34   ` Simon Glass
2020-10-14 17:43   ` Tom Rini
2020-10-05  6:30 ` [PATCH v3 3/3] doc: global data pointer Heinrich Schuchardt
2020-10-14 17:43   ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2020-09-27 12:36 [PATCH v3 0/3] " Heinrich Schuchardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.