soc/intel/tigerlake: Hook up ucode for TGL-H
Hook up microcode from 3rdparty repo for:
- 06-8d-01 (CPUID signature: 0x806d1)
Verified microcode blob was found in CBFS on system76/gaze16 (TGL-H).
CBFS: Found 'cpu_microcode_blob.bin' @0x11700 size 0x18400 in mcache @0x76c2d0ac
microcode: sig=0x806d1 pf=0x2 revision=0x2c
Change-Id: Icf0d8bc700a73697f06503e9d1bb40ce26741cdf
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57067
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
bcf2f34dd5
commit
cd36347d83
1 changed files with 4 additions and 0 deletions
|
|
@ -66,7 +66,11 @@ endif
|
|||
CPPFLAGS_common += -I$(src)/soc/intel/tigerlake
|
||||
CPPFLAGS_common += -I$(src)/soc/intel/tigerlake/include
|
||||
|
||||
ifeq ($(CONFIG_SOC_INTEL_TIGERLAKE_PCH_H),y)
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8d-01
|
||||
else
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8c-01
|
||||
cpu_microcode_bins += 3rdparty/intel-microcode/intel-ucode/06-8c-02
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue