]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add a script to process Intel microcode files
authorSimon Glass <sjg@chromium.org>
Wed, 17 Dec 2014 03:21:02 +0000 (20:21 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 19 Dec 2014 00:26:08 +0000 (17:26 -0700)
commitd2c6181d2d2afe00399cf0c8d9deafcb66b77330
tree9eb06cab89e594979f8be6c294b0a76db49fd04d
parent255fd5caa5dda7f1028843753562eff58f3855bc
x86: Add a script to process Intel microcode files

Intel delivers microcode updates in a microcode.dat file which must be
split up into individual files for each CPU. Add a tool which performs
this task. It can list available microcode updates for each model and
produce a new microcode update in U-Boot's .dtsi format.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
tools/microcode-tool [new symlink]
tools/microcode-tool.py [new file with mode: 0755]