commit | 8bd6b2229bf98761465020467ec33547d05bff46 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sat May 31 15:07:18 2008 +0300 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Thu Jul 10 14:47:41 2008 +0100 |
tree | 7254aa39f6cede847ec67377f17cf58a04f02c7e | |
parent | f1485f3deb89e6ae10c4d34662ec9e692855ab5d [diff] |
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>