soc/intel/apollolake: Add CNVi device to list of PCI devs

This change adds CNVi device to list of PCI devs.

BUG=b:112371978

Change-Id: I6def98db3846c2244812a9a2ce84340bd2149b48
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/27960
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Furquan Shaikh 2018-08-08 13:21:09 -07:00
parent 4b95fa277a
commit 6cf9402ebb
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@
#define PCH_DEVFN_NPK _PCH_DEVFN(NPK, 2) #define PCH_DEVFN_NPK _PCH_DEVFN(NPK, 2)
#define PCH_DEV_NPK _PCH_DEV(NPK,2) #define PCH_DEV_NPK _PCH_DEV(NPK,2)
#define PCH_DEV_SLOT_CNVI 0x0c
#define PCH_DEVFN_CNVI _PCH_DEVFN(CNVI, 0)
#define PCH_DEV_CNVI _PCH_DEV(CNVI, 0)
#define PCH_DEV_SLOT_P2SB 0x0d #define PCH_DEV_SLOT_P2SB 0x0d
#define PCH_DEVFN_P2SB _PCH_DEVFN(P2SB, 0) #define PCH_DEVFN_P2SB _PCH_DEVFN(P2SB, 0)
#define PCH_DEVFN_PMC _PCH_DEVFN(P2SB, 1) #define PCH_DEVFN_PMC _PCH_DEVFN(P2SB, 1)