soc/intel/common: Re-use Alder Lake-M device IDs for Alder Lake-N
commitaf5a9d64a565d76dc472d1bb16e4adaa423ca0b5
authorUsha P <usha.p@intel.com>
Mon, 17 Jan 2022 14:54:31 +0000 (17 20:24 +0530)
committerFelix Held <felix-coreboot@felixheld.de>
Fri, 11 Feb 2022 23:55:20 +0000 (11 23:55 +0000)
tree18fe763728b565713c33e037a40bad1cf0ebb5e1
parent6f0b5b3e6bc84dcf2edcc3f6af460af934de5e7f
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 <usha.p@intel.com>
Change-Id: I6042017c6189cbc3ca9dce0e50acfb68ea4003f1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61162
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
Reviewed-by: Kangheui Won <khwon@chromium.org>
src/include/device/pci_ids.h
src/soc/intel/alderlake/bootblock/report_platform.c
src/soc/intel/common/block/dsp/dsp.c
src/soc/intel/common/block/hda/hda.c
src/soc/intel/common/block/i2c/i2c.c
src/soc/intel/common/block/lpc/lpc.c
src/soc/intel/common/block/pcie/pcie.c
src/soc/intel/common/block/pmc/pmc.c
src/soc/intel/common/block/smbus/smbus.c
src/soc/intel/common/block/spi/spi.c
src/soc/intel/common/block/uart/uart.c