All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH 6/6] cmd: Add a memory-search command
Date: Wed, 8 Jul 2020 20:23:14 -0400	[thread overview]
Message-ID: <20200709002314.GG1306@bill-the-cat> (raw)
In-Reply-To: <20200602192642.6.Iaf24bd607de3836b8cd474fd0ae88452396ccb62@changeid>

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
> implements a new memory-search command called 'ms'. It allows searching
> memory for hex and string data.
> END
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200708/1034c923/attachment.sig>

  parent reply	other threads:[~2020-07-09  0:23 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-03  1:26 [PATCH 1/6] Update MEM_SUPPORT_64BIT_DATA to be always defined Simon Glass
2020-06-03  1:26 ` [PATCH 2/6] cmd: mem: Use a macro to avoid #ifdef in help Simon Glass
2020-06-03  5:56   ` Stefan Roese
2020-07-09  0:22   ` Tom Rini
2020-06-03  1:26 ` [PATCH 3/6] cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA Simon Glass
2020-06-03  5:57   ` Stefan Roese
2020-07-09  0:22   ` Tom Rini
2020-06-03  1:26 ` [PATCH 4/6] display_options: " Simon Glass
2020-07-09  0:23   ` Tom Rini
2020-06-03  1:26 ` [PATCH 5/6] command: " Simon Glass
2020-07-09  0:23   ` Tom Rini
2020-06-03  1:26 ` [PATCH 6/6] cmd: Add a memory-search command Simon Glass
2020-06-03  6:05   ` Stefan Roese
2020-06-08  2:43     ` Simon Glass
2020-06-03  7:07   ` Michal Simek
2020-06-04  2:59     ` Simon Glass
2020-06-04  8:33       ` Michal Simek
2020-06-04 13:00         ` Simon Glass
2020-06-04 13:05           ` Michal Simek
2020-06-04 13:09             ` Simon Glass
2020-06-04 13:10               ` Michal Simek
2020-07-09  0:23   ` Tom Rini [this message]
2020-06-03  5:56 ` [PATCH 1/6] Update MEM_SUPPORT_64BIT_DATA to be always defined Stefan Roese
2020-07-09  0:22 ` Tom Rini

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=20200709002314.GG1306@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.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.