coreboot-kgpe-d16/util
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
..
abuild Fix using custom build configs in abuild 2011-02-01 10:42:52 +00:00
acpi ACPI table dumping wrapper script 2010-12-04 20:50:39 +00:00
amdtools Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
cbfstool Move option table (cmos.layout's binary representation) 2011-01-18 13:56:36 +00:00
crossgcc Update reference toolchain due to some inlining bugs in 4.5.1 2010-12-17 02:32:42 +00:00
dumpmmcr the utility is called dumpmmcr, not dump_mmcr 2010-09-26 15:15:48 +00:00
ectool add license headers to some trivial files and pc87427.h 2010-12-17 00:13:54 +00:00
getpir Cut the crap. 2010-09-21 21:16:27 +00:00
inteltool inteltool: Model 0xf2x, ICH5, i865 support. 2010-12-17 22:34:58 +00:00
k8resdump add license headers to some trivial files and pc87427.h 2010-12-17 00:13:54 +00:00
kconfig fix compilation of mconf on some systems. 2011-01-05 02:10:50 +00:00
lbtdump Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
lint Add test to check for up-to-date GPL license headers to lint. 2010-11-19 10:16:43 +00:00
mkelfImage mkelfImage: set kernel_alignment so 2.6.31+ work 2010-10-05 18:22:00 +00:00
mptable Remove incorrect IOAPIC lines from some mptable.c files. 2010-10-31 19:37:50 +00:00
msrtool Add Geode GX2 memmory descriptors. 2011-01-19 06:56:33 +00:00
nrv2b Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
nvramtool Add NetBSD support to nvramtool. 2011-02-08 16:07:49 +00:00
optionlist Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
options Fix fwrite tests. 2011-01-18 14:38:59 +00:00
resetcf Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
romcc Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
sconfig Add subsystemid option to sconfig 2011-03-01 19:58:15 +00:00
superiotool add mec1308 support to superiotool 2011-02-17 00:52:02 +00:00
vgabios Since some people disapprove of white space cleanups mixed in regular commits 2010-04-27 06:56:47 +00:00
xcompile Rename variable to not confuse gcc on mingw 2010-04-14 14:35:40 +00:00