sb/ibexpeak: Use macros instead of hard-coded IDs
commit838fbc71cf38b441a8a28ba04916c23a0b9dc80c
authorFelix Singer <felixsinger@posteo.net>
Thu, 21 Nov 2019 20:23:32 +0000 (21 21:23 +0100)
committerFelix Held <felix-coreboot@felixheld.de>
Fri, 20 Mar 2020 23:14:52 +0000 (20 23:14 +0000)
tree550794958ce463bcbadd17dc46517259044976d3
parent8ca1ada083e9029defb2d40f33702bd2553d113f
sb/ibexpeak: Use macros instead of hard-coded IDs

This patch replaces hard-coded PCI IDs with macros from pci_ids.h and
adds the related IDs to it.

The resulting binary doesn't differ from the one without this patch.

Used documents:
- Intel 322170

Change-Id: I3326f142d483f5008fb2ac878f30c1a3a72f500f
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37116
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Michael Niewöhner
src/include/device/pci_ids.h
src/southbridge/intel/ibexpeak/azalia.c
src/southbridge/intel/ibexpeak/lpc.c
src/southbridge/intel/ibexpeak/me.c
src/southbridge/intel/ibexpeak/sata.c
src/southbridge/intel/ibexpeak/smbus.c
src/southbridge/intel/ibexpeak/thermal.c
src/southbridge/intel/ibexpeak/usb_ehci.c