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

Michal Simek michal.simek at xilinx.com
Wed Jun 3 09:07:46 CEST 2020


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 memory-search command called 'ms'. It allows searching
> memory for hex and string data.
> END

END likely shouldn't be here.
Recently I have met with the case that I have strings in i2c eeprom and
need to move them to variable. And I didn't find any way how to do it.
That's why I am curious if you are introducing this new command to also
in case of string search to fill any variable which will contain this
string.

Thanks,
Michal


More information about the U-Boot mailing list