diff options
author | Pali Rohár <pali@kernel.org> | 2021-09-24 23:07:02 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-10-01 11:07:13 +0200 |
commit | 8010f4ffc5832abba3090fc9b619701eb04deba3 (patch) | |
tree | a929fed2012bbc1ed10242f22bb3165df95ef9a6 /tools/kwbimage.h | |
parent | fe2fd73d5557cc0bc6e671aa426ca1d53c4caee9 (diff) | |
download | u-boot-8010f4ffc5832abba3090fc9b619701eb04deba3.tar.gz u-boot-8010f4ffc5832abba3090fc9b619701eb04deba3.tar.bz2 u-boot-8010f4ffc5832abba3090fc9b619701eb04deba3.zip |
tools: kwbimage: Update comments describing kwbimage v1 structures
These structures are relevant for several other platforms, mention them
all.
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'tools/kwbimage.h')
-rw-r--r-- | tools/kwbimage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/kwbimage.h b/tools/kwbimage.h index 3a9fb71224..126d482fe7 100644 --- a/tools/kwbimage.h +++ b/tools/kwbimage.h @@ -69,7 +69,7 @@ struct ext_hdr_v0 { uint8_t checksum; } __packed; -/* Structure of the main header, version 1 (Armada 370/38x/XP) */ +/* Structure of the main header, version 1 (Armada 370/XP/375/38x/39x) */ struct main_hdr_v1 { uint8_t blockid; /* 0x0 */ uint8_t flags; /* 0x1 */ @@ -103,7 +103,7 @@ struct main_hdr_v1 { #define MAIN_HDR_V1_OPT_BAUD_115200 0x7 /* - * Header for the optional headers, version 1 (Armada 370, Armada XP) + * Header for the optional headers, version 1 (Armada 370/XP/375/38x/39x) */ struct opt_hdr_v1 { uint8_t headertype; @@ -127,7 +127,7 @@ struct sig_v1 { } __packed; /* - * Structure of secure header (Armada 38x) + * Structure of secure header (Armada XP/375/38x/39x) */ struct secure_hdr_v1 { uint8_t headertype; /* 0x0 */ |