]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: Update the meminfo command to show the memory map
authorSimon Glass <sjg@chromium.org>
Mon, 21 Oct 2024 08:19:30 +0000 (10:19 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 25 Oct 2024 20:22:24 +0000 (14:22 -0600)
commitf18c048e6e6194b4f64d440f514dc158e4eb12a7
tree65b1ae26b38f5b829157304ea941fc47252d6460
parent8306c3b035bebce2d4060620d85192a401128bd7
cmd: Update the meminfo command to show the memory map

U-Boot has a fairly rigid memory map which is normally not visible
unless debugging is enabled in board_f.c

Update the 'meminfo' command to show it. This command does not cover
arch-specific pieces but gives a good overview of where things are.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/Kconfig
cmd/meminfo.c
doc/usage/cmd/meminfo.rst [new file with mode: 0644]
doc/usage/index.rst
test/cmd/Makefile
test/cmd/meminfo.c [new file with mode: 0644]