summaryrefslogtreecommitdiffstats
path: root/tools/microcode-tool
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-12-16 20:21:02 -0700
committerSimon Glass <sjg@chromium.org>2014-12-18 17:26:08 -0700
commitd2c6181d2d2afe00399cf0c8d9deafcb66b77330 (patch)
tree9eb06cab89e594979f8be6c294b0a76db49fd04d /tools/microcode-tool
parent255fd5caa5dda7f1028843753562eff58f3855bc (diff)
downloadtalos-obmc-uboot-d2c6181d2d2afe00399cf0c8d9deafcb66b77330.tar.gz
talos-obmc-uboot-d2c6181d2d2afe00399cf0c8d9deafcb66b77330.zip
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>
Diffstat (limited to 'tools/microcode-tool')
l---------tools/microcode-tool1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/microcode-tool b/tools/microcode-tool
new file mode 120000
index 0000000000..8be8507dd0
--- /dev/null
+++ b/tools/microcode-tool
@@ -0,0 +1 @@
+microcode-tool.py \ No newline at end of file
OpenPOWER on IntegriCloud