commit | 08157efb67cea43278723dee707f49e576352c7b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 29 03:39:35 2023 |
committer | Simon Glass <sjg@chromium.org> | Fri Apr 14 20:58:19 2023 |
tree | 3e97f60b1bb470cf8061e7d78a7ee6dda2d33a4b | |
parent | 5323524eb9cda9dd44c06917135987dd84628105 [diff] |
bdinfo: Show the RAM top and approximate stack pointer 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. Change-Id: Ib35b8f5950b2eceb28aaf39b527c3463cc5c394f Signed-off-by: Simon Glass <sjg@chromium.org>