haswell: split microcode between ULT and non-ULT
The current microcode blobs contain both ULT and non-ULT revisions. Only include one or the other based off of the CONFIG_INTEL_LYNXPOINT_LP Kconfig option. Change-Id: I3e4e41d4cd727b1a974361fb469267e6f6022d5a Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/50318 Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: http://review.coreboot.org/4160 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
8e0cd496a1
commit
5b4178575f
|
@ -17,11 +17,14 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#if CONFIG_INTEL_LYNXPOINT_LP
|
||||
#include "microcode-M7240650_ffff000a.h"
|
||||
#include "microcode-M7240651_0000000a.h"
|
||||
#else
|
||||
#include "microcode-M32306c1_ffff000d.h"
|
||||
#include "microcode-M32306c2_ffff0003.h"
|
||||
#include "microcode-M3240660_ffff000b.h"
|
||||
#include "microcode-M7240650_ffff000a.h"
|
||||
#include "microcode-M7240651_0000000a.h"
|
||||
#endif
|
||||
/* Dummy terminator */
|
||||
0x0, 0x0, 0x0, 0x0,
|
||||
0x0, 0x0, 0x0, 0x0,
|
||||
|
|
Loading…
Reference in New Issue