commit | e6294e0579897a682a823aefc99fe416c78aaf6e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 25 18:58:58 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 30 09:26:05 2016 +0800 |
tree | c035da6c35b1033956df02fdb509ce32a933a342 | |
parent | fda4fa8195bab36879272e92973a7ef39e759795 [diff] |
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>