tools: Add 'firmware' category and add ihex2fw tool
authorAndrey Smirnov <andrew.smirnov@gmail.com>
Wed, 17 Oct 2018 18:27:18 +0000 (11:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 11 Nov 2018 20:58:27 +0000 (12:58 -0800)
commit1e5106031f298af4ad29c2eb866780d9a21e9ab4
tree9bc1380a216ac0fc6b10b4855d68337f8a02ef25
parent4fcba7802c3e15a6e56e255871d6c72f829b9dd8
tools: Add 'firmware' category and add ihex2fw tool

Commit 5620a0d1aacd ("firmware: delete in-kernel firmware") removed
ihex2fw tool together with the rest of the contents of firmware/
folder. Since that tool is quite useful for doing .ihex -> .fw
converstion, restore its original source code to tools/firmware

Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Kyle McMartin <kyle@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/Makefile
tools/firmware/Makefile [new file with mode: 0644]
tools/firmware/ihex2fw.c [new file with mode: 0644]