[PATCH 13/26] cmd: Add a command to display the address map
Simon Glass
sjg at chromium.org
Mon Feb 8 05:20:42 CET 2021
On Sun, 7 Feb 2021 at 08:12, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> This adds a new command 'addrmap' to display the address map for
> non-identity virtual-physical memory mappings.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> 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
More information about the U-Boot
mailing list