
This was required by Marek to provide a starting point for documentation and a test for a new subcommand.
Simon Glass (3): addrmap: Support on sandbox fdt: Start a test for the fdt command doc: Make a start on docs for fdt command
board/sandbox/sandbox.c | 9 +++ common/cli.c | 15 ++++ configs/sandbox_defconfig | 1 + doc/usage/cmd/fdt.rst | 69 ++++++++++++++++++ doc/usage/index.rst | 1 + include/addr_map.h | 2 + include/command.h | 10 +++ include/test/suites.h | 1 + lib/addr_map.c | 5 +- test/cmd/Makefile | 1 + test/cmd/addrmap.c | 5 +- test/cmd/fdt.c | 142 ++++++++++++++++++++++++++++++++++++++ test/cmd_ut.c | 6 ++ 13 files changed, 262 insertions(+), 5 deletions(-) create mode 100644 doc/usage/cmd/fdt.rst create mode 100644 test/cmd/fdt.c