[PATCH v2 13/38] cmd: Add a command to display the address map

Simon Glass sjg at chromium.org
Sat Feb 20 12:54:53 CET 2021


On Thu, 18 Feb 2021 at 08:59, 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>
>
> ---
>
> Changes in v2:
> - add doc/usage/addrmap.rst
>
>  cmd/Kconfig           |  7 +++++++
>  cmd/Makefile          |  1 +
>  cmd/addrmap.c         | 35 +++++++++++++++++++++++++++++++++++
>  doc/usage/addrmap.rst | 41 +++++++++++++++++++++++++++++++++++++++++
>  doc/usage/index.rst   |  1 +
>  5 files changed, 85 insertions(+)
>  create mode 100644 cmd/addrmap.c
>  create mode 100644 doc/usage/addrmap.rst
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list