]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/pcm052.h
tools: mkimage: add support for Vybrid image format
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>
Mon, 26 Sep 2016 07:08:06 +0000 (09:08 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 6 Oct 2016 07:06:16 +0000 (09:06 +0200)
commited0c2c0a9ead7d1b5739fc83cf99ac85a16cb979
tree9437126325051f9ad0fd04eddbbc48c12f9b5afa
parent303a24435f3e4b39a6b526ca2a32cd0452713153
tools: mkimage: add support for Vybrid image format

This format can be flashed directly at address 0 of
the NAND FLASH, as it contains all necessary headers.

Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Makefile
arch/arm/config.mk
arch/arm/cpu/armv7/vf610/Makefile
common/image.c
include/configs/pcm052.h
include/image.h
tools/Makefile
tools/vybridimage.c [new file with mode: 0644]