Skip to content
Snippets Groups Projects
Commit 8199a145 authored by Ivan Gorinov's avatar Ivan Gorinov Committed by Bin Meng
Browse files

x86: Use microcode update from device tree for all processors


Built without a ROM image with FSP (u-boot.rom), the U-Boot loader applies
the microcode update data block encoded in Device Tree to the bootstrap
processor but not passed to the other CPUs when multiprocessing is enabled.

If the bootstrap processor successfully performs a microcode update
from Device Tree, use the same data block for the other processors.

Signed-off-by: default avatarIvan Gorinov <ivan.gorinov@intel.com>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
[bmeng: fixed build errors on edison and qemu-x86]
Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent fc48ebe6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment