[PATCH v4 4/5] cmd: boot: Add '-edl' option to reset command documentation

2025-06-12 Thread Varadarajan Narayanan
Add help text about '-edl' option to reset command definition and related documentation. Signed-off-by: Varadarajan Narayanan --- cmd/boot.c | 3 +++ doc/usage/cmd/reset.rst | 2 ++ 2 files changed, 5 insertions(+) diff --git a/cmd/boot.c b/cmd/boot.c index 23496cafdf5..d80f9d8c05d

[PATCH v3] doc: add bootelf command documentation

2024-06-30 Thread Maxim Moskalets
Signed-off-by: Maxim Moskalets --- v3: Separate -p -s into different lines. v2: Add Configuration section. --- doc/usage/cmd/bootelf.rst | 61 +++ 1 file changed, 61 insertions(+) create mode 100644 doc/usage/cmd/bootelf.rst diff --git a/doc/u

[PATCH v2] doc: add bootelf command documentation

2024-06-30 Thread Maxim Moskalets
Signed-off-by: Maxim Moskalets --- v2: Add Configuration section. --- doc/usage/cmd/bootelf.rst | 58 +++ 1 file changed, 58 insertions(+) create mode 100644 doc/usage/cmd/bootelf.rst diff --git a/doc/usage/cmd/bootelf.rst b/doc/usage/cmd/bootelf.rst

Re: [PATCH] doc: add bootelf command documentation

2024-06-30 Thread Heinrich Schuchardt
On 6/30/24 12:37, Maxim Moskalets wrote: Signed-off-by: Maxim Moskalets --- doc/usage/cmd/bootelf.rst | 52 +++ 1 file changed, 52 insertions(+) create mode 100644 doc/usage/cmd/bootelf.rst diff --git a/doc/usage/cmd/bootelf.rst b/doc/usage/cmd/bootelf.r

[PATCH] doc: add bootelf command documentation

2024-06-30 Thread Maxim Moskalets
Signed-off-by: Maxim Moskalets --- doc/usage/cmd/bootelf.rst | 52 +++ 1 file changed, 52 insertions(+) create mode 100644 doc/usage/cmd/bootelf.rst diff --git a/doc/usage/cmd/bootelf.rst b/doc/usage/cmd/bootelf.rst new file mode 100644 index 00..5472

[PATCH v5 2/8] doc: Add gpt command documentation

2023-08-31 Thread Joshua Watt
Adds initial documentation for the gpt command Signed-off-by: Joshua Watt --- doc/usage/cmd/gpt.rst | 184 ++ doc/usage/index.rst | 1 + 2 files changed, 185 insertions(+) create mode 100644 doc/usage/cmd/gpt.rst diff --git a/doc/usage/cmd/gpt.rst b/

Re: [PATCH v4 2/8] doc: Add gpt command documentation

2023-08-29 Thread Joshua Watt
On Mon, Aug 28, 2023, 4:58 PM Heinrich Schuchardt wrote: > On 8/29/23 00:45, Heinrich Schuchardt wrote: > > /On 8/28/23 23:56, Joshua Watt wrote: > >> Adds initial documentation for the gpt command > >> > >> Signed-off-by: Joshua Watt > >> --- > >> doc/usage/cmd/gpt.rst | 184 +

Re: [PATCH v4 2/8] doc: Add gpt command documentation

2023-08-28 Thread Heinrich Schuchardt
On 8/29/23 00:45, Heinrich Schuchardt wrote: /On 8/28/23 23:56, Joshua Watt wrote: Adds initial documentation for the gpt command Signed-off-by: Joshua Watt ---   doc/usage/cmd/gpt.rst | 184 ++   doc/usage/index.rst   |   1 +   2 files changed, 185 inser

Re: [PATCH v4 2/8] doc: Add gpt command documentation

2023-08-28 Thread Heinrich Schuchardt
/On 8/28/23 23:56, Joshua Watt wrote: Adds initial documentation for the gpt command Signed-off-by: Joshua Watt --- doc/usage/cmd/gpt.rst | 184 ++ doc/usage/index.rst | 1 + 2 files changed, 185 insertions(+) create mode 100644 doc/usage/cmd/gp

[PATCH v4 2/8] doc: Add gpt command documentation

2023-08-28 Thread Joshua Watt
Adds initial documentation for the gpt command Signed-off-by: Joshua Watt --- doc/usage/cmd/gpt.rst | 184 ++ doc/usage/index.rst | 1 + 2 files changed, 185 insertions(+) create mode 100644 doc/usage/cmd/gpt.rst diff --git a/doc/usage/cmd/gpt.rst b/

Re: [PATCH v3 2/8] doc: Add gpt command documentation

2023-08-28 Thread Joshua Watt
On Fri, Aug 25, 2023 at 5:53 PM Simon Glass wrote: > > Hi Joshua, > > On Fri, 25 Aug 2023 at 13:38, Joshua Watt wrote: > > > > Adds initial documentation for the gpt command > > > > Signed-off-by: Joshua Watt > > --- > > doc/usage/cmd/gpt.rst | 141 ++ > >

Re: [PATCH v3 2/8] doc: Add gpt command documentation

2023-08-28 Thread Joshua Watt
On Mon, Aug 28, 2023 at 2:00 PM Heinrich Schuchardt wrote: > > On 8/28/23 21:29, Joshua Watt wrote: > > On Fri, Aug 25, 2023 at 7:57 PM Heinrich Schuchardt > > wrote: > >> > >> On 8/25/23 21:38, Joshua Watt wrote: > >>> Adds initial documentation for the gpt command > >> > >> Thanks a lot for fi

Re: [PATCH v3 2/8] doc: Add gpt command documentation

2023-08-28 Thread Heinrich Schuchardt
On 8/28/23 21:29, Joshua Watt wrote: On Fri, Aug 25, 2023 at 7:57 PM Heinrich Schuchardt wrote: On 8/25/23 21:38, Joshua Watt wrote: Adds initial documentation for the gpt command Thanks a lot for filling the gap. Signed-off-by: Joshua Watt --- doc/usage/cmd/gpt.rst | 141 +++

Re: [PATCH v3 2/8] doc: Add gpt command documentation

2023-08-28 Thread Joshua Watt
On Fri, Aug 25, 2023 at 7:57 PM Heinrich Schuchardt wrote: > > On 8/25/23 21:38, Joshua Watt wrote: > > Adds initial documentation for the gpt command > > Thanks a lot for filling the gap. > > > > > Signed-off-by: Joshua Watt > > --- > > doc/usage/cmd/gpt.rst | 141 +

Re: [PATCH v3 2/8] doc: Add gpt command documentation

2023-08-25 Thread Heinrich Schuchardt
On 8/25/23 21:38, Joshua Watt wrote: Adds initial documentation for the gpt command Thanks a lot for filling the gap. Signed-off-by: Joshua Watt --- doc/usage/cmd/gpt.rst | 141 ++ doc/usage/index.rst | 1 + 2 files changed, 142 insertions(+)

Re: [PATCH v3 2/8] doc: Add gpt command documentation

2023-08-25 Thread Simon Glass
Hi Joshua, On Fri, 25 Aug 2023 at 13:38, Joshua Watt wrote: > > Adds initial documentation for the gpt command > > Signed-off-by: Joshua Watt > --- > doc/usage/cmd/gpt.rst | 141 ++ > doc/usage/index.rst | 1 + > 2 files changed, 142 insertions(+) >

[PATCH v3 2/8] doc: Add gpt command documentation

2023-08-25 Thread Joshua Watt
Adds initial documentation for the gpt command Signed-off-by: Joshua Watt --- doc/usage/cmd/gpt.rst | 141 ++ doc/usage/index.rst | 1 + 2 files changed, 142 insertions(+) create mode 100644 doc/usage/cmd/gpt.rst diff --git a/doc/usage/cmd/gpt.rst b/

Re: [PATCH v2 2/8] doc: Add gpt command documentation

2023-08-23 Thread Simon Glass
Hi Joshua, On Wed, 23 Aug 2023 at 10:48, Joshua Watt wrote: > > Adds initial documentation for the gpt command > > Signed-off-by: Joshua Watt > --- > doc/usage/cmd/gpt.rst | 139 ++ > 1 file changed, 139 insertions(+) > create mode 100644 doc/usage/cmd/g

Re: [PATCH v2 2/8] doc: Add gpt command documentation

2023-08-23 Thread Tom Rini
On Wed, Aug 23, 2023 at 10:47:38AM -0600, Joshua Watt wrote: > Adds initial documentation for the gpt command > > Signed-off-by: Joshua Watt > --- > doc/usage/cmd/gpt.rst | 139 ++ > 1 file changed, 139 insertions(+) > create mode 100644 doc/usage/cmd/gp

[PATCH v2 2/8] doc: Add gpt command documentation

2023-08-23 Thread Joshua Watt
Adds initial documentation for the gpt command Signed-off-by: Joshua Watt --- doc/usage/cmd/gpt.rst | 139 ++ 1 file changed, 139 insertions(+) create mode 100644 doc/usage/cmd/gpt.rst diff --git a/doc/usage/cmd/gpt.rst b/doc/usage/cmd/gpt.rst new file m

Re: command documentation

2020-09-10 Thread Ralph Siemsen
Hi Jasper, On Thu, Sep 10, 2020 at 11:19:29AM +0200, Jasper van Santen wrote: I had already seen the movie, the book would have been better ;) I feel that way too... ;) Fortunately I build U-Boot with buildroot, so i have the source code. It is a big meager, but I ended up grepping the man

Re: command documentation

2020-09-10 Thread Jasper van Santen
Hi Ralph, Thanks a lot for the info. I had already seen the movie, the book would have been better ;) Unfortunately I don't have easy access to the prompt since it's embedded. So i can't prompt for help. Fortunately I build U-Boot with buildroot, so i have the source code. It is a big meager, bu

Re: command documentation

2020-09-09 Thread Ralph Siemsen
Hi Jasper, On Wed, Sep 09, 2020 at 07:03:58PM +0200, Jasper van Santen wrote: I am sorry to ask such a basic question, but i really can't find any documentation on the commands possible in scripting. Documentation of Hush and its commands i can't find. The hush shell gives you the ability to

command documentation

2020-09-09 Thread Jasper van Santen
Hi, I am sorry to ask such a basic question, but i really can't find any documentation on the commands possible in scripting. Documentation of Hush and its commands i can't find. I am working with the script in u-boot env below. I can read it, but just because i am guessing. Any help is apprecia

Re: [PATCH v5 5/5] doc: add bind/unbind command documentation

2020-08-22 Thread Simon Glass
On Tue, 28 Jul 2020 at 01:13, Patrice Chotard wrote: > > Add documentation in doc/drivel-model for the bind/unbind command. > Part of this documentation is extracted from original patch commit > message: > commit 49c752c93a78 ("cmd: Add bind/unbind commands to bind a device to a > driver from the

Re: [PATCH v5 5/5] doc: add bind/unbind command documentation

2020-08-03 Thread Simon Glass
On Tue, 28 Jul 2020 at 01:13, Patrice Chotard wrote: > > Add documentation in doc/drivel-model for the bind/unbind command. > Part of this documentation is extracted from original patch commit > message: > commit 49c752c93a78 ("cmd: Add bind/unbind commands to bind a device to a > driver from the

[PATCH v5 5/5] doc: add bind/unbind command documentation

2020-07-28 Thread Patrice Chotard
Add documentation in doc/drivel-model for the bind/unbind command. Part of this documentation is extracted from original patch commit message: commit 49c752c93a78 ("cmd: Add bind/unbind commands to bind a device to a driver from the command line") Signed-off-by: Patrice Chotard --- (no changes

Re: [PATCH v4 5/5] doc: add bind/unbind command documentation

2020-05-07 Thread Simon Glass
On Thu, 30 Apr 2020 at 04:06, Patrice Chotard wrote: > > Add documentation in doc/drivel-model for the bind/unbind command. > Part of this documentation is extracted from original patch commit > message: > commit 49c752c93a78 ("cmd: Add bind/unbind commands to bind a device to a > driver from the

[PATCH v4 5/5] doc: add bind/unbind command documentation

2020-04-30 Thread Patrice Chotard
Add documentation in doc/drivel-model for the bind/unbind command. Part of this documentation is extracted from original patch commit message: commit 49c752c93a78 ("cmd: Add bind/unbind commands to bind a device to a driver from the command line") Signed-off-by: Patrice Chotard --- Changes in

Re: [PATCH v3 5/5] doc: add bind/unbind command documentation

2020-04-30 Thread Patrice CHOTARD
Hi Heinrich On 4/30/20 11:31 AM, Heinrich Schuchardt wrote: > On 30.04.20 10:52, Patrice Chotard wrote: >> Add documentation in doc/drivel-model for the bind/unbind command. >> Part of this documentation is extracted from original patch commit >> message: >> commit 49c752c93a78 ("cmd: Add bind/unb

Re: [PATCH v3 5/5] doc: add bind/unbind command documentation

2020-04-30 Thread Heinrich Schuchardt
On 30.04.20 10:52, Patrice Chotard wrote: > Add documentation in doc/drivel-model for the bind/unbind command. > Part of this documentation is extracted from original patch commit > message: > commit 49c752c93a78 ("cmd: Add bind/unbind commands to bind a device to a > driver from the command line"

[PATCH v3 5/5] doc: add bind/unbind command documentation

2020-04-30 Thread Patrice Chotard
Add documentation in doc/drivel-model for the bind/unbind command. Part of this documentation is extracted from original patch commit message: commit 49c752c93a78 ("cmd: Add bind/unbind commands to bind a device to a driver from the command line") Signed-off-by: Patrice Chotard --- Changes in

Re: [PATCH v2 5/5] doc: add bind/unbind command documentation

2020-04-30 Thread Patrice CHOTARD
On 4/29/20 8:04 PM, Simon Glass wrote: > Hi Patrice, > > On Wed, 29 Apr 2020 at 06:20, Patrice Chotard wrote: >> Add documentation in doc/drivel-model for the bind/unbind command. >> Part of this documentation is extracted from original patch commit >> message: >> commit 49c752c93a78 ("cmd: Add b

Re: [PATCH v2 5/5] doc: add bind/unbind command documentation

2020-04-29 Thread Simon Glass
Hi Patrice, On Wed, 29 Apr 2020 at 06:20, Patrice Chotard wrote: > > Add documentation in doc/drivel-model for the bind/unbind command. > Part of this documentation is extracted from original patch commit > message: > commit 49c752c93a78 ("cmd: Add bind/unbind commands to bind a device to a > dr

[PATCH v2 5/5] doc: add bind/unbind command documentation

2020-04-29 Thread Patrice Chotard
Add documentation in doc/drivel-model for the bind/unbind command. Part of this documentation is extracted from original patch commit message: commit 49c752c93a78 ("cmd: Add bind/unbind commands to bind a device to a driver from the command line") Signed-off-by: Patrice Chotard --- Changes in v

Re: [U-Boot] [PATCH] buildman: Correct '--fetch-arch' command documentation

2015-07-19 Thread Simon Glass
On 18 July 2015 at 14:49, Simon Glass wrote: > On 16 July 2015 at 20:43, Bin Meng wrote: >> The doc wrongly put sandbox in the '--fetch-arch' command. Remove it. >> >> Signed-off-by: Bin Meng >> --- >> >> tools/buildman/README | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Ack

Re: [U-Boot] [PATCH] buildman: Correct '--fetch-arch' command documentation

2015-07-18 Thread Simon Glass
On 16 July 2015 at 20:43, Bin Meng wrote: > The doc wrongly put sandbox in the '--fetch-arch' command. Remove it. > > Signed-off-by: Bin Meng > --- > > tools/buildman/README | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Simon Glass __

[U-Boot] [PATCH] buildman: Correct '--fetch-arch' command documentation

2015-07-16 Thread Bin Meng
The doc wrongly put sandbox in the '--fetch-arch' command. Remove it. Signed-off-by: Bin Meng --- tools/buildman/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/buildman/README b/tools/buildman/README index 8ecdd8f..10c7135 100644 --- a/tools/buildman/README