34 Commits

Author SHA1 Message Date
Dirk Stolle
93e50e30e9 u-boot-tools: add ifwitool.exe, mkeficapsule.exe, proftool.exe 2025-09-28 19:06:03 +02:00
GusFerdinand
4d243cd229
[u-boot-tools] add fdt_add_pubkey fix (fixes msys2#5673) (#5674)
* add fdt_add_pubkey fix (fixes msys2#5673)

* pkgrel++; fix typo

---------

Co-authored-by: Maksim Bondarenkov <119937608+ognevny@users.noreply.github.com>
2025-09-28 09:58:57 +02:00
Christoph Reiter
b2c008c57e fix some duplicated msys2_references 2025-08-09 22:17:27 +02:00
Biswapriyo Nath
de03410701 u-boot-tools: update to 2025.07 2025-07-25 05:19:56 +00:00
Biswapriyo Nath
cb15b6b9cf u-boot-tools: update to 2025.04 2025-05-05 04:16:41 +00:00
joakim-tjernlund
7c7d1544fc
u-boot-tools: Add mkenvimage (#5203)
* u-boot-tools: Add mkenvimage

Fixes #5200

* bump pkgrel

---------

Co-authored-by: Christoph Reiter <reiter.christoph@gmail.com>
2025-02-09 19:55:34 +01:00
Christoph Reiter
cef8f1a076 u-boot-tools: Update to 2024.07 2024-07-15 21:12:22 +02:00
Christoph Reiter
275f62ff98 u-boot-tools: Update to 2024.04 2024-06-09 16:52:36 +02:00
Christoph Reiter
19db64a71a More CPEs and anitya IDs 2024-03-27 17:37:54 +01:00
Christoph Reiter
d587d7b5e0 more CPEs 2024-03-25 11:19:53 +01:00
Biswapriyo Nath
f22783db0a u-boot-tools: update to 2024.01 2024-02-20 08:40:09 +00:00
Bin Meng
b9b3129a4d u-boot-tools: Update to v2023.10
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2024-01-04 18:50:46 +05:30
Christoph Reiter
1f1a74cb26 Port everything away from PKGMETA
keep an empty PKGMETA.yml for now until all users are adjusted and
deployed.
2023-09-17 20:40:26 +02:00
Bin Meng
834165a1bd u-boot-tools: Update to v2023.07
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2023-08-29 18:15:22 +05:30
Bin Meng
8435b87ae7
u-boot-tools: Update to v2023.04
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2023-05-01 08:23:57 +05:30
Bin Meng
4bb4c6e85a
u-boot-tools: Update to v2023.01
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2023-03-02 18:36:14 +05:30
Christoph Reiter
75bb29d4ff openssl rebuilds 2022-12-21 18:57:19 +01:00
Bin Meng
406d57452e u-boot-tools: Update to v2022.10
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2022-11-19 22:12:49 +08:00
Bin Meng
dc2619dba2
u-boot-tools: Update to v2022.07
Signed-off-by: Bin Meng <bin.meng@windriver.com>
2022-09-06 11:53:29 +05:30
Bin Meng
43b521f0c5
u-boot-tools: Update to v2022.04 (#2944)
U-Boot v2022.04 host tools (mkeficapsule) introduced new build
dependencies to libgnutls-devel and libuuid-devel. No runtime
dependencies are needed as the mkeficapsule executable is for
testing purpose and we didn't ship it since day 1.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2022-04-19 18:23:44 +05:30
Bin Meng
987d021712
u-boot-tools: Update to v2022.01
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2022-01-28 10:40:13 +05:30
Christoph Reiter
e40c90814f Makedepend on gcc/make where needed
This means we no longer need msys2-devel
2021-12-13 22:19:56 +01:00
Bin Meng
a645ea7883 u-boot-tools: Update to v2021.10
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2021-10-23 00:20:17 +08:00
Christoph Reiter
ad104c3982 u-boot-tools: switch to release tarball, add checksum and signature checks 2021-07-25 22:47:42 +02:00
Bin Meng
d745f4a7cc u-boot-tools: Update to v2021.07
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2021-07-06 08:59:55 +08:00
Bin Meng
4fbeb4f1a5 u-boot-tools: Update to v2021.04
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2021-04-06 12:06:25 +08:00
Bin Meng
a71f960190 u-boot-tools: Update to v2021.01
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2021-01-16 14:06:40 +08:00
Bin Meng
7d5f1e25e7 u-boot-tools: Update to v2020.10
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2020-10-16 11:09:24 +08:00
Bin Meng
0eb0aa53cf
u-boot-tools: Update to v2020.07 (#2046)
mkimage-fit-Unmmap-the-memory-before-closing-fd-in-fit_import_data.patch
is already in the U-Boot v2020.07 release. Hence remove it.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2020-07-17 10:14:53 +03:00
Christoph Reiter
c8dec678d3 u-boot-tools: Remove from the base group
As discussed on gitter, this was likely not intentional to have in there
2020-05-28 14:33:00 +02:00
Bin Meng
d0cf1a24bb
u-boot-tools: Bug fixes for Flattened Image Tree generation by mkimage (#1940)
* u-boot-tools: Add dtc to the dependency

When building images of Flattened Image Tree (FIT) format, the Device
Tree Compiler (dtc) will be called by 'mkimage'.

Add dtc to the dependency.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

* u-boot-tools: Add a patch to fix FIT image generation by mkimage

This adds a patch to fix the Flattened Image Tree (FIT) generation
on Windows. The same patch is already in the upstream U-Boot head
for next release, but not in the current v2020.04 release MSYS2 has.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2020-05-18 08:54:59 +03:00
Bin Meng
c0b1499d46 u-boot-tools: Update to v2020.04
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2020-04-17 22:39:43 +08:00
Bin Meng
b4c1cadc10 u-boot-tools: Add the missing $ before {pkgver} (#1823)
Add $ before {pkgver} that was missing in previous commit.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2020-01-15 08:25:01 +03:00
Bin Meng
6dda269c29 Add u-boot-tools package v2020.01 (#1819)
This adds a new package for MSYS2: u-boot-tools.

It includes various host tools from U-Boot, the universal bootloader.

The following tools are included:

  - dumpimage.exe
  - fdtgrep.exe
  - fit_info.exe
  - fit_check_sign.exe
  - mkimage.exe

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2020-01-14 08:37:43 +03:00