On Thu, 18 Feb 2021 at 08:59, Bin Meng <bmeng...@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...@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 <s...@chromium.org>