Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | scripts: use std library for jam crc32 calculation | Doug Kerr | 2022-04-16 |
| | | | | | | | CRC32 is available in a standard library. It seems reasonable to defer to that rather than run a custom implementation. Signed-off-by: Doug Kerr <dek3rr@gmail.com> | ||
* | scripts: add CFE Partition Tags support | Álvaro Fernández Rojas | 2020-05-21 |
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> |