diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2020-12-11 14:46:47 +0800 |
---|---|---|
committer | Ley Foon Tan <ley.foon.tan@intel.com> | 2021-01-15 17:48:39 +0800 |
commit | bcf33fac64998d4c0c030d0711e6b02039f71a8d (patch) | |
tree | cc4880d0bc2973b43858eb5e07bca742ee5fba7c /common/board_r.c | |
parent | 7d8890d8fb608fc86478c814f2ea1979b5d80bc0 (diff) |
tools: socfpgaimage: Print image header information
Print image header information if the header is verified.
Example output from mkimage "-l" option:
$ ./tools/mkimage -l spl/u-boot-spl.sfp
Image Type : Cyclone V / Arria V SoC Image
Validation word : 0x31305341
Version : 0x00000000
Flags : 0x00000000
Program length : 0x00003a59
Header checksum : 0x00000188
$ ./tools/mkimage -l spl/u-boot-spl.sfp
Image Type : Arria 10 SoC Image
Validation word : 0x31305341
Version : 0x00000001
Flags : 0x00000000
Header length : 0x00000014
Program length : 0x000138e0
Program entry : 0x00000014
Header checksum : 0x00000237
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'common/board_r.c')
0 files changed, 0 insertions, 0 deletions