Commit Graph

11 Commits

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