soc/intel/cometlake: Add ucode for CML-H
Add microcode from 3rdparty repo for: - 06-a5-02 (CPUID signature: 0xa0652) Change-Id: I95419f44a1e804ce31338fe6d863f156c655321b Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47915 Reviewed-by: Jeremy Soller <jeremy@system76.com> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
8818ddab82
commit
0698f0f354
|
@ -108,7 +108,9 @@ else ifeq ($(CONFIG_SOC_INTEL_WHISKEYLAKE),y)
|
|||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8e-0b
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8e-0c
|
||||
else ifeq ($(CONFIG_SOC_INTEL_COMETLAKE),y)
|
||||
ifneq ($(CONFIG_SOC_INTEL_CANNONLAKE_PCH_H),y)
|
||||
ifeq ($(CONFIG_SOC_INTEL_CANNONLAKE_PCH_H),y)
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-a5-02
|
||||
else
|
||||
# Missing 06-a6-01
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8e-0c
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-a6-00
|
||||
|
|
Loading…
Reference in New Issue