]> git.sur5r.net Git - u-boot/commit
x86: Move microcode code to a common location
authorSimon Glass <sjg@chromium.org>
Sat, 12 Mar 2016 05:06:54 +0000 (22:06 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:24 +0000 (10:27 +0800)
commit9e66506d33eac67bfa814ccba1c9ccd06bb5b107
treebf644c80aeea878f4274e214620ff03902304310
parent1223d737a38dab7f05e7d62a3c931e28aa1e1495
x86: Move microcode code to a common location

This code is used on several Intel CPUs. Move it into a common location.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/intel_common/Makefile
arch/x86/cpu/intel_common/car.S
arch/x86/cpu/intel_common/microcode.c [new file with mode: 0644]
arch/x86/cpu/ivybridge/Makefile
arch/x86/cpu/ivybridge/cpu.c
arch/x86/cpu/ivybridge/microcode_intel.c [deleted file]
arch/x86/include/asm/arch-ivybridge/microcode.h [deleted file]
arch/x86/include/asm/microcode.h [new file with mode: 0644]