coreboot-kgpe-d16/util/sconfig
Sven Schnelle 270a908646 Add subsystemid option to sconfig
Allow user to add 'subsystemid <vendor> <device> [inherit]' to devicetree.cb for
PCI and PCI domain devices.

Example:

	device pci 00.0 on
	       subsystemid dead beef
	end

If the user wants to have this ID inherited to all subdevices/functions,
he can add 'inherit', like in the following example:

	device pci 00.0 on
	       subsystemid dead beef inherit
	end

If the user don't want to inherit a Subsystem for a single device, he can
specify 'subsystemid 0 0' on this particular device.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Peter Stuge <peter@stuge.se>

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6420 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2011-03-01 19:58:15 +00:00
..
lex.yy.c_shipped Rename "apic" and "apic_cluster" to "lapic" and "lapic_cluster" 2010-05-05 13:12:42 +00:00
main.c Add subsystemid option to sconfig 2011-03-01 19:58:15 +00:00
Makefile.inc make sconfig parser regeneration menu selectable 2010-08-09 13:28:18 +00:00
sconfig.h Add subsystemid option to sconfig 2011-03-01 19:58:15 +00:00
sconfig.l Add subsystemid option to sconfig 2011-03-01 19:58:15 +00:00
sconfig.tab.c_shipped Add subsystemid option to sconfig 2011-03-01 19:58:15 +00:00
sconfig.tab.h_shipped Add subsystemid option to sconfig 2011-03-01 19:58:15 +00:00
sconfig.y Add subsystemid option to sconfig 2011-03-01 19:58:15 +00:00