Commit Graph

18 Commits

Author SHA1 Message Date
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