HV: add pci_devices.h for nuc6cayh and apl-up2

As pci_devices.h is included by <page.h>, need to prepare pci_devices.h
for nuc6cayh and apl-up2 board.

Also the #error info in generic/pci_devices.h should be removed, otherwise
the build will be failed in sdc/sdc2/industry scenarios.

Tracked-On: #4458

Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Victor Sun
2020-03-12 10:47:40 +08:00
committed by wenlingz
parent a68f655a11
commit a8c2ba03fc
3 changed files with 56 additions and 1 deletions

View File

@@ -7,6 +7,6 @@
#ifndef PCI_DEVICES_H_
#define PCI_DEVICES_H_
#error "This is a dummy pci_devices.h, please generate PCI BDF info for your board."
#define PTDEV_HI_MMIO_SIZE 0UL
#endif /* PCI_DEVICES_H_ */