<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/mkresin/tools/mkimage, branch master</title>
<subtitle>Staging tree of Mathias Kresin</subtitle>
<id>https://git.openwrt.org/openwrt/staging/mkresin/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/mkresin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/'/>
<updated>2022-02-28T23:08:08Z</updated>
<entry>
<title>tools/mkimage: update to 2022.01</title>
<updated>2022-02-28T23:08:08Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2022-02-23T14:51:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=4a19cf3bc7caa8e1010dc5d2f6fc4411349ae6e4'/>
<id>urn:sha1:4a19cf3bc7caa8e1010dc5d2f6fc4411349ae6e4</id>
<content type='text'>
- enable dot config
- enable openwrt verbose
- add bison as dependency to avoid failure
```
  bison -oscripts/kconfig/zconf.tab.c -t -l scripts/kconfig/zconf.y
bison: /builder/shared-workdir/build/staging_dir/host/share/bison/m4sugar/m4sugar.m4: cannot open: No such file or directory
```

Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: update to 2021.10</title>
<updated>2021-12-27T12:51:41Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2021-11-26T00:38:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=b6385a36680b6924239cbc6766a253cab45db8d9'/>
<id>urn:sha1:b6385a36680b6924239cbc6766a253cab45db8d9</id>
<content type='text'>
Changelog:

 - upstream now needs OpenSSL in order to be able to sign FITs. See:
commit cb9faa6f98ae ("tools: Use a single target-independent config to enable OpenSSL")

 - removes upstream patches.

Link: https://github.com/u-boot/u-boot/commit/cb9faa6f98ae56d70d59505dad290dd3d381cb7b
Tested-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: fix build on MacOS arm64</title>
<updated>2021-12-06T22:36:35Z</updated>
<author>
<name>Sergey V. Lobanov</name>
</author>
<published>2021-12-02T16:02:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=8261b85844a0018c6c79e10c1abb581aca102e45'/>
<id>urn:sha1:8261b85844a0018c6c79e10c1abb581aca102e45</id>
<content type='text'>
Fixed -no-pie compilation warning on MacOS
Fixed errors related to using absolute addressing on MacOS arm64

Based on upstream patch from Jessica Clarke and suggestions from Ronny Kotzschmar

Link to original patch and discussion:
https://github.com/u-boot/u-boot/commit/3b142045e8a7f0ab17b6099e9226296af45967d0

Signed-off-by: Sergey V. Lobanov &lt;sergey@lobanov.in&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: pass --static via PKG_CONFIG_EXTRAARGS</title>
<updated>2021-11-06T13:22:26Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2021-11-01T06:59:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=e37dffbf3583e8f18ae197daba662ca157d99062'/>
<id>urn:sha1:e37dffbf3583e8f18ae197daba662ca157d99062</id>
<content type='text'>
Remove the then unnecessary patch doing exactly that individually.

See also 09465d80 "u-boot.mk: always link host libraries static".

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools: mkimage: add patches for 64-bit MediaTek BootROM</title>
<updated>2021-03-11T16:24:20Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-03-11T16:00:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=ce19e8fa438f7013881b71956f39cf299e6fce46'/>
<id>urn:sha1:ce19e8fa438f7013881b71956f39cf299e6fce46</id>
<content type='text'>
Add patches for mkimage to allow using it instead of the binary-only
'bromimage' tool to generate bl2 for MT7622.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>tools: mkimage: Update U-Boot to version 2021.01</title>
<updated>2021-02-08T21:46:27Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-01-06T18:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=e6ccb40ba5bedbc4a27ddea4a858f17c3496a43f'/>
<id>urn:sha1:e6ccb40ba5bedbc4a27ddea4a858f17c3496a43f</id>
<content type='text'>
* The fit image is now created with 0666 permission in upstream U-Boot
  remove our patch switch creates it with 0744
* The generated/autoconf.h file is created now as an empty file, it is
  not needed to remove this include any more.
* Upstream lib/rsa/rsa-sign.c now includes stdlib.h instead of malloc.h
* ALIGN_MASK was moved to imagetool.h, own patch should not be needed
  any more.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: create .itb file with read-access for group,other not just owner.</title>
<updated>2020-07-23T18:25:10Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2020-07-23T18:07:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=600416d5c14663faa3e2eb42ff71a41d4fa8e0f6'/>
<id>urn:sha1:600416d5c14663faa3e2eb42ff71a41d4fa8e0f6</id>
<content type='text'>
This patch will fix the source of 403 errors on these files
from downloads.openwrt.org.

Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: update to 2020.04</title>
<updated>2020-04-26T19:20:47Z</updated>
<author>
<name>Lucian Cristian</name>
</author>
<published>2020-04-19T13:07:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=042917f1c4e8e68ed6c6948dcaf57d35d0b3c366'/>
<id>urn:sha1:042917f1c4e8e68ed6c6948dcaf57d35d0b3c366</id>
<content type='text'>
also change the download source to https and add a mirror
drop merged patches

Signed-off-by: Lucian Cristian &lt;lucian.cristian@gmail.com&gt;
[Add extra changes to compile on FreeBSD, merge two patches]
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: Update U-Boot to version 2019.07</title>
<updated>2019-09-04T20:35:22Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2019-05-11T14:57:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=169152c8d118408ba62788a1e6b9eae368dc8b79'/>
<id>urn:sha1:169152c8d118408ba62788a1e6b9eae368dc8b79</id>
<content type='text'>
This updates the U-Boot which provides the host tools like mkimage to
version 2019.07.
The patches were cleaned up and it was checked if this still compiles
on Linux and FreeBSD.

CONFIG_FIT_SIGNATURE_MAX_SIZE is set to the default value.

The patch for libressl was merged upstream.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>tools/mkimage: use http download server (fixes FS#2052)</title>
<updated>2019-03-07T12:28:30Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2019-03-05T12:18:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=fd8705e635a9392c51f7a644ae4211cb14cbe298'/>
<id>urn:sha1:fd8705e635a9392c51f7a644ae4211cb14cbe298</id>
<content type='text'>
Fixes timeouts with trying to access the FTP site.
Also remove mirror2.openwrt.org, which does not keep current tarballs

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
