[PATCH v4 12/45] bdinfo: Show the RAM top and approximate stack pointer

Bin Meng bmeng.cn at gmail.com
Wed Jul 12 16:02:31 CEST 2023


On Mon, Jun 19, 2023 at 8:01 PM Simon Glass <sjg at chromium.org> wrote:
>
> These are useful pieces of information when debugging. The RAM top shows
> where U-Boot started allocating memory from, before it relocated. The
> stack pointer can be checked to ensure it is in the correct region.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Nikhil M Jain <n-jain1 at ti.com>
> Tested-by: Nikhil M Jain <n-jain1 at ti.com>
> ---
>
> (no changes since v1)
>
>  cmd/Kconfig  | 8 ++++++++
>  cmd/bdinfo.c | 5 +++++
>  2 files changed, 13 insertions(+)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list