soc/intel/skylake: Add Kabylake-R microcode update files
This also corrects some CPU naming in comments. Change-Id: I8b9fc3ba0d6dc6e0001b40518aae2d26c1184dc8 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34000 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
19476c34b0
commit
2020cbb6ed
|
@ -84,13 +84,15 @@ postcar-y += uart.c
|
|||
ifeq ($(CONFIG_SKYLAKE_SOC_PCH_H),y)
|
||||
# Skylake H Q0
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-5e-03
|
||||
# Kabylake HB0
|
||||
# Kabylake H B0 S0
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-9e-09
|
||||
else
|
||||
# Skylake D0
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-4e-03
|
||||
# Kabylake H0, Y0
|
||||
# Kabylake H0, J0, J1
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8e-09
|
||||
# Kabylake Y0
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8e-0a
|
||||
endif
|
||||
# Missing for Skylake C0 (0x406e2), Kabylake G0 (0x406e8), Kabylake HA0 (0x506e8)
|
||||
# since those are probably pre-release samples.
|
||||
|
|
Loading…
Reference in New Issue