<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/jow/scripts/cfe-partition-tag.py, branch main</title>
<subtitle>Staging tree of Jo-Philipp Wich</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/jow/atom?h=main</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/jow/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/jow/'/>
<updated>2022-04-16T12:53:17Z</updated>
<entry>
<title>scripts: format to black</title>
<updated>2022-04-16T12:53:17Z</updated>
<author>
<name>Doug Kerr</name>
</author>
<published>2022-04-15T19:54:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/jow/commit/?id=6f692c9c497e5e60eb51da741b07ef1c10096355'/>
<id>urn:sha1:6f692c9c497e5e60eb51da741b07ef1c10096355</id>
<content type='text'>
clean up formatting with black using 80 character line limit

Signed-off-by: Doug Kerr &lt;dek3rr@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: use std library for jam crc32 calculation</title>
<updated>2022-04-16T12:53:17Z</updated>
<author>
<name>Doug Kerr</name>
</author>
<published>2022-04-15T19:47:32Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/jow/commit/?id=0642a2166b9526ec01fe47b6aed1fd57a29e35f9'/>
<id>urn:sha1:0642a2166b9526ec01fe47b6aed1fd57a29e35f9</id>
<content type='text'>
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 &lt;dek3rr@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: add CFE Partition Tags support</title>
<updated>2020-05-21T17:11:24Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2020-05-21T13:01:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/jow/commit/?id=d90828411ac774140892212852c07c16ea9e25d1'/>
<id>urn:sha1:d90828411ac774140892212852c07c16ea9e25d1</id>
<content type='text'>
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 &lt;noltari@gmail.com&gt;
</content>
</entry>
</feed>
