]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
mkpimage: new host package
authorJan Viktorin <viktorin@rehivetech.com>
Tue, 20 Oct 2015 11:32:19 +0000 (13:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 22 Mar 2016 22:41:40 +0000 (23:41 +0100)
commitea9797c846e86613180e7f1e8f86c35fc97cb4e0
tree347bebde17f381c34ecd188b6f1595d71e78380e
parentace94165d8f2cd82188e212e45c6f7bd10f597ed
mkpimage: new host package

The tool helps to create a working SPL to boot Altera SoC FPGA boards.

The code of mkpimage is integrated directly from the Barebox repository
as stated in the 'mkpimage.mk' file.

This tool is *NOT* necessary for any other boards so far.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Tested-by: Jan Viktorin <viktorin@rehivetech.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/mkpimage/mkpimage.c [new file with mode: 0644]
package/mkpimage/mkpimage.mk [new file with mode: 0644]