Commit Graph

5 Commits

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