From d2c6181d2d2afe00399cf0c8d9deafcb66b77330 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 16 Dec 2014 20:21:02 -0700 Subject: 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 Tested-by: Bin Meng --- tools/microcode-tool | 1 + 1 file changed, 1 insertion(+) create mode 120000 tools/microcode-tool (limited to 'tools/microcode-tool') diff --git a/tools/microcode-tool b/tools/microcode-tool new file mode 120000 index 0000000..8be8507 --- /dev/null +++ b/tools/microcode-tool @@ -0,0 +1 @@ +microcode-tool.py \ No newline at end of file -- cgit v1.1