src/mb/Kconfig: Fix PCI subsystem IDs
References to MAINBOARD_PCI_SUBSYSTEM_{DEVICE_ID,VENDOR_ID} were removed in commitsdbd3132
sb/intel/{i82801g/i/j,bd82x6x}: Make use of generic set_subsystem()00bb441
sb/intel/lynxpoint: Remove PCI bridge function Change-Id: I72bba8406eea4a264e36cc9bcf467cf5cfbed379 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32107 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@@ -181,12 +181,6 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) {
|
||||
}
|
||||
KconfigComment["DRAM_RESET_GATE_GPIO"] = "FIXME: check this"
|
||||
|
||||
/* Not strictly speaking correct. These subsys/subvendor referer to PCI devices.
|
||||
But most systems don't have any of those. But the config needs to be set
|
||||
nevertheless. So set it to southbridge subsys/subvendor. */
|
||||
KconfigHex["MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID"] = uint32(GetLE16(addr.ConfigDump[0x2c:0x2e]))
|
||||
KconfigHex["MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID"] = uint32(GetLE16(addr.ConfigDump[0x2e:0x30]))
|
||||
|
||||
ich9GetFlashSize(ctx)
|
||||
|
||||
DSDTDefines = append(DSDTDefines,
|
||||
|
Reference in New Issue
Block a user