hv: add P2SB device to whitelist for apl-mrb

apl-mrb need to access P2SB device, so add 00:0d.0 P2SB device to
whitelist for platform pci hidden device.

Tracked-On: #3475
Signed-off-by: Wei Liu <weix.w.liu@intel.com>
Reviewed-by: Binbin Wu <binbin.wu@intel.com>
Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Wei Liu
2020-02-20 14:34:08 +08:00
committed by wenlingz
parent 170aa935bd
commit f3a4b2325f
2 changed files with 9 additions and 2 deletions

View File

@@ -41,6 +41,6 @@
"cma=64M@0- " \
"panic_print=0x1f"
#define MAX_HIDDEN_PDEVS_NUM 0U
#define MAX_HIDDEN_PDEVS_NUM 1U
#endif /* MISC_CFG_H */