soc/intel/tigerlake: Add SPI_DMI_DESTINATION_ID for PCH-H
Change-Id: I9a316b91b31166831f23eaf9e271a7d67ac4ccff Signed-off-by: Jeremy Soller <jeremy@system76.com> Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56952 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
86d8ac7a5f
commit
cc43ec8b1a
|
@ -42,6 +42,10 @@
|
|||
/*
|
||||
* SPI - DMI Destination ID
|
||||
*/
|
||||
#if CONFIG(SOC_INTEL_TIGERLAKE_PCH_H)
|
||||
#define SPI_DMI_DESTINATION_ID 0x23b0
|
||||
#else
|
||||
#define SPI_DMI_DESTINATION_ID 0x23a8
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue