]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Enhance the microcode tool to support header files as input
authorSimon Glass <sjg@chromium.org>
Wed, 28 Jan 2015 05:13:26 +0000 (22:13 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:06 +0000 (12:59 +0200)
commit78ca836212a6a3ee5bba75d750fb220e343d84e1
tree36d267aab8474f92bae28c3c45952cea68ac5fd1
parent4bfc392e06ee735ff6b032b203c51d8fd1a7caa2
x86: Enhance the microcode tool to support header files as input

Sometimes microcode is delivered as a header file. Allow the tool to
support this as well as collecting multiple microcode blocks into a
single update.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
tools/microcode-tool.py