From af5a9d64a565d76dc472d1bb16e4adaa423ca0b5 Mon Sep 17 00:00:00 2001 From: Usha P Date: Mon, 17 Jan 2022 20:24:31 +0530 Subject: soc/intel/common: Re-use Alder Lake-M device IDs for Alder Lake-N Few of the Alder Lake-N Device IDs according to EDS, are named as ADL_M IDs in the current code. Hence rename those device IDs as ADL_M_N and use them for Alder Lake-N platform. Document Number: 619501, 645548 Signed-off-by: Usha P Change-Id: I6042017c6189cbc3ca9dce0e50acfb68ea4003f1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/61162 Tested-by: build bot (Jenkins) Reviewed-by: Rizwan Qureshi Reviewed-by: Kangheui Won --- src/soc/intel/alderlake/bootblock/report_platform.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/intel/alderlake/bootblock') diff --git a/src/soc/intel/alderlake/bootblock/report_platform.c b/src/soc/intel/alderlake/bootblock/report_platform.c index b419dda830..8902adffce 100644 --- a/src/soc/intel/alderlake/bootblock/report_platform.c +++ b/src/soc/intel/alderlake/bootblock/report_platform.c @@ -91,6 +91,8 @@ static struct { { PCI_DEVICE_ID_INTEL_ADP_P_ESPI_32, "Alderlake-P SKU" }, { PCI_DEVICE_ID_INTEL_ADP_P_ESPI_33, "Alderlake-P SKU" }, { PCI_DEVICE_ID_INTEL_ADP_M_ESPI_32, "Alderlake-M SKU" }, + { PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_1, "Alderlake-N SKU" }, + { PCI_DEVICE_ID_INTEL_ADP_M_N_ESPI_2, "Alderlake-N SKU" }, }; static struct { -- cgit v1.2.3