commit | 750deb9e1da90b3350cf14f8aac73dfbedc44be0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Dec 16 20:21:02 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Dec 18 17:26:08 2014 -0700 |
tree | 9eb06cab89e594979f8be6c294b0a76db49fd04d | |
parent | db60d8669c68f3ceb5412929b6ee99e59bdd45fd [diff] |
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>