Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment