All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: Heinrich Schuchardt <xypron.glpk@gmx.de>
Cc: "U-Boot Mailing List" <u-boot@lists.denx.de>,
	"Wolfgang Denk" <wd@denx.de>,
	u-boot-board-maintainers@lists.denx.de,
	"Rasmus Villemoes" <rasmus.villemoes@prevas.dk>,
	u-boot-custodians@lists.denx.de, "Tom Rini" <trini@konsulko.com>,
	"Marek Behún" <marek.behun@nic.cz>
Subject: Re: [PATCH v10 7/9] doc: Improve environment documentation further
Date: Fri, 11 Mar 2022 19:24:45 -0700	[thread overview]
Message-ID: <CAPnjgZ3GSAC9XmS519rxP79bVgqP6J1QJsUQTcpFiFHJU2q11g@mail.gmail.com> (raw)
In-Reply-To: <134ab4e3-59a9-a246-69bb-a29595934f96@gmx.de>

Hi Heinrich,

On Sat, 23 Oct 2021 at 02:23, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> On 10/22/21 05:08, Simon Glass wrote:
> > Make various other updates suggested during review of the rST conversion.
> >
> > Signed-off-by: Simon Glass <sjg@chromium.org>
> > Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> > ---
> >
> > Changes in v10:
> > - Add updates as suggested by Heinrich
> >
> >   doc/develop/environment.rst |  51 ++++++++++++++++
> >   doc/develop/index.rst       |   1 +
> >   doc/usage/environment.rst   | 115 ++++++++++++++----------------------
> >   3 files changed, 95 insertions(+), 72 deletions(-)
> >   create mode 100644 doc/develop/environment.rst
> >
> > diff --git a/doc/develop/environment.rst b/doc/develop/environment.rst
> > new file mode 100644
> > index 00000000000..0b86fafbff7
> > --- /dev/null
> > +++ b/doc/develop/environment.rst
> > @@ -0,0 +1,51 @@
> > +.. SPDX-License-Identifier: GPL-2.0+
> > +

[..]

>
> ethaddr
>         Ethernet address
>
>          This variable can be set only once. U-Boot refuses to delete or
>         overwrite this variable once it has bee set unless
>         CONFIG_ENV_OVERWRITE is enabled in the board configuration.
>         The same applies to eth*addr (where * is an integer) if
>         CONFIG_REGEX=y.

I added the other two suggestions but I am not sure what you intend
for this one. We have serial# and ethaddr which are both 'write once'.

[..]

Regards,
Simon

  reply	other threads:[~2022-03-12  2:32 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-22  3:08 [PATCH v10 0/9] env: Allow environment in text files Simon Glass
2021-10-22  3:08 ` [PATCH v10 1/9] sandbox: Drop distro_boot Simon Glass
2021-11-17  1:57   ` Tom Rini
2021-10-22  3:08 ` [PATCH v10 2/9] doc: Move environment documentation to rST Simon Glass
2021-10-22  3:08 ` [PATCH v10 3/9] env: Allow U-Boot scripts to be placed in a .env file Simon Glass
2021-10-22  8:29   ` Wolfgang Denk
2021-10-22 14:29     ` Tom Rini
2021-10-22 23:29       ` Tony Dinh
2021-10-24 15:41       ` Wolfgang Denk
2021-11-12 18:12   ` Daniel Golle
2021-11-13 14:19     ` Simon Glass
2022-02-10 11:20   ` Patrick DELAUNAY
2022-03-12 18:14     ` Simon Glass
2021-10-22  3:08 ` [PATCH v10 4/9] sandbox: Use a text-based environment Simon Glass
2021-10-22  3:08 ` [PATCH v10 5/9] doc: Mention CONFIG_DEFAULT_ENV_FILE Simon Glass
2021-10-22  3:08 ` [PATCH v10 6/9] doc: Improve environment documentation Simon Glass
2021-10-22  3:08 ` [PATCH v10 7/9] doc: Improve environment documentation further Simon Glass
2021-10-23  8:23   ` Heinrich Schuchardt
2022-03-12  2:24     ` Simon Glass [this message]
2021-10-22  3:08 ` [PATCH v10 8/9] sandbox: Update the test MAC/IP addresses Simon Glass
2021-10-23  8:29   ` Heinrich Schuchardt
2021-10-24 19:54     ` Simon Glass
2021-10-24 21:39       ` Tom Rini
2021-10-22  3:08 ` [PATCH v10 9/9] bootm: Tidy up use of autostart env var Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAPnjgZ3GSAC9XmS519rxP79bVgqP6J1QJsUQTcpFiFHJU2q11g@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=marek.behun@nic.cz \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=trini@konsulko.com \
    --cc=u-boot-board-maintainers@lists.denx.de \
    --cc=u-boot-custodians@lists.denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=wd@denx.de \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.