Skip to content
Commit 8bd6b222 authored by David Woodhouse's avatar David Woodhouse Committed by David Woodhouse
Browse files

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: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent f1485f3d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment