]> git.baikalelectronics.ru Git - kernel.git/commit
ihex: add ihex2fw tool for converting HEX files into firmware images
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 31 May 2008 12:07:18 +0000 (15:07 +0300)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 10 Jul 2008 13:47:41 +0000 (14:47 +0100)
commitf1d27284a213332e6cda12ee20aeb29ac69ca24d
tree7254aa39f6cede847ec67377f17cf58a04f02c7e
parent11797c86a2002b484f5a54da514c8768e94cb8de
ihex: add ihex2fw tool for converting HEX files into firmware images

Not the straight conversion to binary which objcopy can do for us, but
actually representing each record with its original {addr, length},
because some drivers need that information preserved.

Fix up 'firmware_install' to be able to build $(hostprogs-y) too.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
firmware/Makefile
firmware/ihex2fw.c [new file with mode: 0644]
scripts/Makefile.fwinst