From cc43ec8b1a846fef22dc935edbb4d76140d305f5 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 12 Aug 2021 10:49:58 -0600 Subject: [PATCH] soc/intel/tigerlake: Add SPI_DMI_DESTINATION_ID for PCH-H Change-Id: I9a316b91b31166831f23eaf9e271a7d67ac4ccff Signed-off-by: Jeremy Soller Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/56952 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/soc/intel/tigerlake/include/soc/pcr_ids.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/soc/intel/tigerlake/include/soc/pcr_ids.h b/src/soc/intel/tigerlake/include/soc/pcr_ids.h index 899a117253..be5f1fb26b 100644 --- a/src/soc/intel/tigerlake/include/soc/pcr_ids.h +++ b/src/soc/intel/tigerlake/include/soc/pcr_ids.h @@ -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