config_tools: update lpc slot number

Update lpc slot to origin value 1 from 31 because GOP driver has assumption
to config space layout of the device on 00:1f.0.

Tracked-On: #6340
Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
Kunhui-Li 2021-07-30 18:51:19 +08:00 committed by wenlingz
parent 20061b7c39
commit 158eb38280

View File

@ -40,10 +40,10 @@ PASSTHRU_DEVS = ['usb_xdci', 'ipu', 'ipu_i2c', 'cse', 'audio', 'sata',
PT_SLOT = {
"hostbridge":0,
"isa":1,
"lpc":1,
"pci-gvt":2,
"virtio-blk":3,
"lpc":31,
"igd-lpc":31,
}