Re: [PATCH 6/6] cmd: Add a memory-search command

2020-07-08 Thread Tom Rini
On Tue, Jun 02, 2020 at 07:26:49PM -0600, Simon Glass wrote: > It is useful to be able to find hex values and strings in a memory range. > Add a command to support this. > > cmd: Fix 'md' and add a memory-search command > At present 'md.q' is broken. This series provides a fix for this. It also >

Re: [PATCH 6/6] cmd: Add a memory-search command

2020-06-07 Thread Simon Glass
Hi Stefan, On Wed, 3 Jun 2020 at 00:05, Stefan Roese wrote: > > On 03.06.20 03:26, Simon Glass wrote: > > It is useful to be able to find hex values and strings in a memory range. > > Add a command to support this. > > > > cmd: Fix 'md' and add a memory-search command > > At present 'md.q' is bro

Re: [PATCH 6/6] cmd: Add a memory-search command

2020-06-04 Thread Michal Simek
On 04. 06. 20 15:09, Simon Glass wrote: > Hi Michal, > > On Thu, 4 Jun 2020 at 07:05, Michal Simek wrote: >> >> On 04. 06. 20 15:00, Simon Glass wrote: >>> Hi Michal, >>> >>> On Thu, 4 Jun 2020 at 02:33, Michal Simek wrote: On 04. 06. 20 4:59, Simon Glass wrote: > Hi Michal, >

Re: [PATCH 6/6] cmd: Add a memory-search command

2020-06-04 Thread Simon Glass
Hi Michal, On Thu, 4 Jun 2020 at 07:05, Michal Simek wrote: > > On 04. 06. 20 15:00, Simon Glass wrote: > > Hi Michal, > > > > On Thu, 4 Jun 2020 at 02:33, Michal Simek wrote: > >> > >> On 04. 06. 20 4:59, Simon Glass wrote: > >>> Hi Michal, > >>> > >>> On Wed, 3 Jun 2020 at 01:08, Michal Simek

Re: [PATCH 6/6] cmd: Add a memory-search command

2020-06-04 Thread Michal Simek
On 04. 06. 20 15:00, Simon Glass wrote: > Hi Michal, > > On Thu, 4 Jun 2020 at 02:33, Michal Simek wrote: >> >> On 04. 06. 20 4:59, Simon Glass wrote: >>> Hi Michal, >>> >>> On Wed, 3 Jun 2020 at 01:08, Michal Simek wrote: On 03. 06. 20 3:26, Simon Glass wrote: > It is useful to be

Re: [PATCH 6/6] cmd: Add a memory-search command

2020-06-04 Thread Simon Glass
Hi Michal, On Thu, 4 Jun 2020 at 02:33, Michal Simek wrote: > > On 04. 06. 20 4:59, Simon Glass wrote: > > Hi Michal, > > > > On Wed, 3 Jun 2020 at 01:08, Michal Simek wrote: > >> > >> On 03. 06. 20 3:26, Simon Glass wrote: > >>> It is useful to be able to find hex values and strings in a memory

Re: [PATCH 6/6] cmd: Add a memory-search command

2020-06-04 Thread Michal Simek
On 04. 06. 20 4:59, Simon Glass wrote: > Hi Michal, > > On Wed, 3 Jun 2020 at 01:08, Michal Simek wrote: >> >> On 03. 06. 20 3:26, Simon Glass wrote: >>> It is useful to be able to find hex values and strings in a memory range. >>> Add a command to support this. >>> >>> cmd: Fix 'md' and add a me

Re: [PATCH 6/6] cmd: Add a memory-search command

2020-06-03 Thread Simon Glass
Hi Michal, On Wed, 3 Jun 2020 at 01:08, Michal Simek wrote: > > On 03. 06. 20 3:26, Simon Glass wrote: > > It is useful to be able to find hex values and strings in a memory range. > > Add a command to support this. > > > > cmd: Fix 'md' and add a memory-search command > > At present 'md.q' is br

Re: [PATCH 6/6] cmd: Add a memory-search command

2020-06-03 Thread Michal Simek
On 03. 06. 20 3:26, Simon Glass wrote: > It is useful to be able to find hex values and strings in a memory range. > Add a command to support this. > > cmd: Fix 'md' and add a memory-search command > At present 'md.q' is broken. This series provides a fix for this. It also > implements a new memor

Re: [PATCH 6/6] cmd: Add a memory-search command

2020-06-02 Thread Stefan Roese
On 03.06.20 03:26, Simon Glass wrote: It is useful to be able to find hex values and strings in a memory range. Add a command to support this. cmd: Fix 'md' and add a memory-search command At present 'md.q' is broken. This series provides a fix for this. Perhaps this commit text belongs to a p