commit | 946c3fcc4082a3c356146742a87d9ab7cd0e6f41 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jun 07 10:41:17 2024 +0200 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Mon Jul 22 11:15:11 2024 +0800 |
tree | 5d1c6136468779f2f668c4a6175389e97b4bbd39 | |
parent | 977498969bb5968ab33fe205c732a112c9af0bfc [diff] |
riscv: add RISC-V fields to bdinfo command The firmware invoking main U-Boot uses * a0 to pass the boot hart * a1 to pass a device-tree Let the bdinfo command print this information, e.g. boot hart = 0x000000000000001b firmware fdt= 0x0000000087e00000 The firmware fdt field will only be printed if it is non-zero. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>