]> git.ipfire.org Git - people/ms/u-boot.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)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Feb 2015 05:16:42 +0000 (22:16 -0700)
commitcfcf8ea2d7d35c25ef9c7d2a6b8063e7123818b7
tree871a2e74e25369bab33a3d409bc2f62f2a95ce04
parent7f641d53bbb3a426a3bfb132d8346153e86a9d08
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