From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 7 Feb 2021 21:20:42 -0700 Subject: [PATCH 13/26] cmd: Add a command to display the address map In-Reply-To: <1612710687-56493-14-git-send-email-bmeng.cn@gmail.com> References: <1612710687-56493-1-git-send-email-bmeng.cn@gmail.com> <1612710687-56493-14-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 7 Feb 2021 at 08:12, Bin Meng wrote: > > This adds a new command 'addrmap' to display the address map for > non-identity virtual-physical memory mappings. > > Signed-off-by: Bin Meng > --- > > cmd/Kconfig | 7 +++++++ > cmd/Makefile | 1 + > cmd/addrmap.c | 35 +++++++++++++++++++++++++++++++++++ > 3 files changed, 43 insertions(+) > create mode 100644 cmd/addrmap.c This should have a test (e.g. see mem_search.c) and doc/usage file. Regards, Simon