From: David Woodhouse Date: Sat, 31 May 2008 12:07:18 +0000 (+0300) Subject: ihex: add ihex2fw tool for converting HEX files into firmware images X-Git-Tag: v2.6.27-rc1~1094^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd6b2229bf98761465020467ec33547d05bff46;p=pandora-kernel.git 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 --- Reading git-diff-tree failed