diff options
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/fsp_baytrail/Kconfig | 2 | ||||
-rw-r--r-- | src/soc/intel/fsp_baytrail/microcode/microcode_blob.c | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/soc/intel/fsp_baytrail/Kconfig b/src/soc/intel/fsp_baytrail/Kconfig index 870147e99c..bce5542e50 100644 --- a/src/soc/intel/fsp_baytrail/Kconfig +++ b/src/soc/intel/fsp_baytrail/Kconfig @@ -102,7 +102,7 @@ config CPU_MICROCODE_CBFS_LOC config CPU_MICROCODE_CBFS_LEN hex - default 0xcc00 + default 0x19800 help This should be updated when the microcode patch changes. diff --git a/src/soc/intel/fsp_baytrail/microcode/microcode_blob.c b/src/soc/intel/fsp_baytrail/microcode/microcode_blob.c index 9df84dd0e0..43cbf003ab 100644 --- a/src/soc/intel/fsp_baytrail/microcode/microcode_blob.c +++ b/src/soc/intel/fsp_baytrail/microcode/microcode_blob.c @@ -19,7 +19,8 @@ unsigned microcode[] = { -/* Size is 0xCC00 - update in Kconfig when the patch gets updated. */ +/* Size is 0x19800 - update in Kconfig when the patch gets updated. */ +#include "M0230672228.h" // M0230672: Baytrail "Super SKU" B0/B1 #include "M013067331E.h" // M0130673: Baytrail I B2 / B3 }; |