scripts: add CFE Partition Tags support
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Thu, 21 May 2020 13:01:05 +0000 (15:01 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Thu, 21 May 2020 17:11:24 +0000 (19:11 +0200)
commitd90828411ac774140892212852c07c16ea9e25d1
treefdfbeb5d60b51802957ffd1ca6db1a9e57d8d362
parent6dc3dce65848891468830105a63e36da1c8158bd
scripts: add CFE Partition Tags support

Some BCM63xx NAND devices require a specific JFFS2 partition tag to verify
the JFFS2 partition validity:
u32 part_id;
u32 part_size;
u16 flags;
char part_name[33];
char part_version[21];
u32 part_crc32;

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
scripts/cfe-partition-tag.py [new file with mode: 0755]