1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

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>
This commit is contained in:
Simon Glass
2014-12-16 20:21:02 -07:00
parent 255fd5caa5
commit d2c6181d2d
2 changed files with 254 additions and 0 deletions

1
tools/microcode-tool Symbolic link
View File

@@ -0,0 +1 @@
microcode-tool.py