<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/package/utils, branch v21.02.3</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.3</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.3'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2022-01-03T13:28:13Z</updated>
<entry>
<title>busybox: backport dd support for iflag=count_bytes</title>
<updated>2022-01-03T13:28:13Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2021-12-16T11:36:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=b6ed2641df3c679eced6b51e5aad2e3df1761de1'/>
<id>urn:sha1:b6ed2641df3c679eced6b51e5aad2e3df1761de1</id>
<content type='text'>
It's very useful flag for handling various formats in sysupgrade. This
commit comes from the 1.34.0 release.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>dtc: support printing binary data with fdtget</title>
<updated>2022-01-03T13:28:13Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2021-12-07T12:00:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=1d4a28d5e10702f2b46b1fc1808c5613cc706db4'/>
<id>urn:sha1:1d4a28d5e10702f2b46b1fc1808c5613cc706db4</id>
<content type='text'>
It's needed for extracting binary images.

Cc: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit a2cf659ad8ecbc5be6b0fca4efd29441e1a13be1)
</content>
</entry>
<entry>
<title>dtc: import package for dtc &amp; fdt from packages feed</title>
<updated>2022-01-03T13:28:06Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2021-12-07T12:00:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=ce5d0378bf03b3b890ccec0cc3fc62d44fecd536'/>
<id>urn:sha1:ce5d0378bf03b3b890ccec0cc3fc62d44fecd536</id>
<content type='text'>
fdt* utils are needed by targets that use U-Boot FIT images for
sysupgrade. It includes all recent BCM4908 SoC routers as Broadcom
switched from CFE to U-Boot.

fdtget is required for extracting images (bootfs &amp; rootfs) from
Broadcom's ITB. Extracted images can be then flashed to UBI volumes.

sysupgrade is core functionality so it needs dtc as part of base code
base.

Cc: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
</content>
</entry>
<entry>
<title>bcm4908img: detect Linksys images</title>
<updated>2021-12-13T13:33:06Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2021-09-10T14:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=2c1f27bf4bb2b2a90a326c2ae75ac5bdc6b47074'/>
<id>urn:sha1:2c1f27bf4bb2b2a90a326c2ae75ac5bdc6b47074</id>
<content type='text'>
Linksys uses an extra 0x100 bytes long tail for BCM4908 images.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit c4d5e60f6115b9a97318774533ea764bf938c2a9)
</content>
</entry>
<entry>
<title>bcm4908img: store offset of tail data</title>
<updated>2021-12-13T13:33:06Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2021-09-10T14:34:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=1d1c695273880d8da7f56be459b406ff550eb0ea'/>
<id>urn:sha1:1d1c695273880d8da7f56be459b406ff550eb0ea</id>
<content type='text'>
This simplifies some operations as it doesn't have to be caculated over
and over. It will also allow adding support for more vendor formats.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit 063038bcef39802aa65c196a162067f66e5c8621)
</content>
</entry>
<entry>
<title>otrx: update to the latest master</title>
<updated>2021-12-13T13:01:11Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2021-12-13T12:47:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=2912bba4cb8278ec175ed4aafca97b05ef53c96f'/>
<id>urn:sha1:2912bba4cb8278ec175ed4aafca97b05ef53c96f</id>
<content type='text'>
56e8e19 otrx: support TRX from stdin when extracting
a37ccaf otrx: support unsorted partitions offsets
1fa145e otrx: extract shared code opening &amp; parsing TRX format
4ecefda otrx: allow validating TRX from stdin
cf01e69 otrx: avoid unneeded fseek() when calculating CRC32

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit 942facd14f0a13fa3aeb4238d866e764f5caec8c)
</content>
</entry>
<entry>
<title>otrx: use firmware-utils.git to avoid code duplication</title>
<updated>2021-12-13T12:57:28Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2021-07-30T11:02:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=3d05cd40a635d706604999b6a262597044e148b2'/>
<id>urn:sha1:3d05cd40a635d706604999b6a262597044e148b2</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
(cherry picked from commit 7c4d79aa1c3595e2be36d1449cf63404f301f748)
</content>
</entry>
<entry>
<title>busybox: update to 1.33.2 bugfix release</title>
<updated>2021-12-04T19:20:06Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2021-12-04T14:49:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=5124b96e7235af834b18c98651267bf7baffcb02'/>
<id>urn:sha1:5124b96e7235af834b18c98651267bf7baffcb02</id>
<content type='text'>
Update busybox to 1.33.2, which includes only 5 commits after 1.33.1

  Bug fix release. 1.33.2 has fixes for hush and ash (parsing fixes)
  and unlzma (fix where we could read before beginning of buffer).

https://git.busybox.net/busybox/log/?h=1_33_2

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>bcm27xx-userland: update to latest version</title>
<updated>2021-08-21T17:39:55Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2021-08-21T17:03:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=25d9fe8468451f1e0ddeb70ac3aa722f947311ed'/>
<id>urn:sha1:25d9fe8468451f1e0ddeb70ac3aa722f947311ed</id>
<content type='text'>
Properly recognise all BCM2711 variants

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>bcm27xx-userland: factor out a -dev package</title>
<updated>2021-08-18T18:29:47Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2021-03-27T19:48:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=35eb06066e49ca94e75aac8f9d821652edb8ce84'/>
<id>urn:sha1:35eb06066e49ca94e75aac8f9d821652edb8ce84</id>
<content type='text'>
Installing headers and static libraries to the target system seems
to be not required for most use cases, so let's factor them
out into a dedicated -dev package.

This cuts down to disk usage to around 50% of the original
package to ~ 2MB - not that disk space is an issue normally,
but when using inside an initramfs only project, it counts.

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
</feed>
