mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
x86: Use latest microcode for all BayTrail boards
Update board device tree to include latest microcode, and remove the old no longer needed microcode. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
c88f508f69
commit
bab4b96166
5 changed files with 6 additions and 6574 deletions
|
@ -250,10 +250,10 @@
|
|||
#include "microcode/m0230671117.dtsi"
|
||||
};
|
||||
update@1 {
|
||||
#include "microcode/m0130673322.dtsi"
|
||||
#include "microcode/m0130673325.dtsi"
|
||||
};
|
||||
update@2 {
|
||||
#include "microcode/m0130679901.dtsi"
|
||||
#include "microcode/m0130679907.dtsi"
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -270,10 +270,10 @@
|
|||
|
||||
microcode {
|
||||
update@0 {
|
||||
#include "microcode/m0130673322.dtsi"
|
||||
#include "microcode/m0130673325.dtsi"
|
||||
};
|
||||
update@1 {
|
||||
#include "microcode/m0130679901.dtsi"
|
||||
#include "microcode/m0130679907.dtsi"
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -298,10 +298,10 @@
|
|||
|
||||
microcode {
|
||||
update@0 {
|
||||
#include "microcode/m0130673322.dtsi"
|
||||
#include "microcode/m0130673325.dtsi"
|
||||
};
|
||||
update@1 {
|
||||
#include "microcode/m0130679901.dtsi"
|
||||
#include "microcode/m0130679907.dtsi"
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue