* 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>
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>