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

Simon Glass sjg at chromium.org
Mon Jun 8 04:43:51 CEST 2020


Hi Stefan,

On Wed, 3 Jun 2020 at 00:05, Stefan Roese <sr at denx.de> 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 broken. This series provides a fix for this.
>
> Perhaps this commit text belongs to a patchset cover letter? It does
> not really match this explicit patch.
>
> BTW: Why is md.q broken? I'm using it on my Octeon 64bit platform
> without any issues so far.

For me the 'q' size of md is not handled correctly in print_buffer(),
because of the missing compiler.h header file.

I'm going to send a patch for just that, separate from this series.

>
Regards,
Simon


More information about the U-Boot mailing list