x86: baytrail: Support multiple microcode copies
Intel FSP has the capability to walk through the microcode blocks which are passed as the TempRamInit() parameter from U-Boot and finds the most appropriate microcode which is suitable for the cpu on which it is running. Now we've seen several steppings for Intel BayTrail series processors, adding those microcodes to the Intel BayleyBay and MinnowMax board device tree files. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
5c113ff79c
commit
5fb0151697
@ -230,6 +230,12 @@
|
||||
update@0 {
|
||||
#include "microcode/m0230671117.dtsi"
|
||||
};
|
||||
update@1 {
|
||||
#include "microcode/m0130673322.dtsi"
|
||||
};
|
||||
update@2 {
|
||||
#include "microcode/m0130679901.dtsi"
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
@ -256,6 +256,9 @@
|
||||
update@0 {
|
||||
#include "microcode/m0130673322.dtsi"
|
||||
};
|
||||
update@1 {
|
||||
#include "microcode/m0130679901.dtsi"
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user