mb/up/squared: move subsystem id from Kconfig to devicetree
Change-Id: Icf62a73ee568d9369c53bd767bd4cfb736ea76f1 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45527 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
f463dc0947
commit
1c661b92bc
|
@ -44,14 +44,6 @@ config FMDFILE
|
|||
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/vboot-roa.fmd" if VBOOT_SLOTS_RW_A && !VBOOT_SLOTS_RW_AB
|
||||
default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/vboot-roab.fmd" if VBOOT_SLOTS_RW_AB
|
||||
|
||||
config SUBSYSTEM_VENDOR_ID
|
||||
hex
|
||||
default 0x8086
|
||||
|
||||
config SUBSYSTEM_DEVICE_ID
|
||||
hex
|
||||
default 0x7270
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "8086,5a85"
|
||||
|
|
|
@ -24,6 +24,7 @@ chip soc/intel/apollolake
|
|||
device lapic 0 on end
|
||||
end
|
||||
device domain 0 on
|
||||
subsystemid 0x8086 0x7270 inherit
|
||||
device pci 00.0 on end # - Host Bridge
|
||||
device pci 00.1 off end # - DPTF
|
||||
device pci 00.2 off end # - NPK
|
||||
|
|
Loading…
Reference in New Issue