]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: ivybridge: Allow microcode to be collated
authorSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 00:58:58 +0000 (18:58 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 30 Aug 2016 01:26:05 +0000 (09:26 +0800)
commite6294e0579897a682a823aefc99fe416c78aaf6e
treec035da6c35b1033956df02fdb509ce32a933a342
parentfda4fa8195bab36879272e92973a7ef39e759795
x86: ivybridge: Allow microcode to be collated

Generally the microcode is combined into a single block only (and removed
from the device tree) when there are multiple blocks. But this is not a
requirement.

Adjust the ivybridge code to avoid assuming this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/intel_common/microcode.c