commit | 66b5ee9c558ea5a4360a9bfe0bf894098ff69f7e | [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 | 5024a96db8ea6ff2e814f4599af9e5faf09296b7 [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>