coreboot/mainboard
Myles Watson 27fbb8428c This patch changes PNP support for devices so that the dts values get passed
in.

include/device/pnp.h:
	Add enable, val, and irq & drq structs.

superio/winbond/w83627hf/superio.c:
	Change functions to operate on children.
	Add device ID to ops.
	Add enables to pnp_dev_info table.
	Fill in dts values.

superio/winbond/w83627hf/dts:
	Get rid of device number parameters.
	Add config parameters so we know when they're set.

device/pnp_device.c:
	Allocate devices as children to SuperIO.

mainboard/amd/serengeti/dts:
	Move ioport so it's found. (Not its permanent resting place I hope.)
	Add enables for KBC, SP1, and HWM to show it off.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@1027 f3766cd6-281f-0410-b1cd-43a5c92072e9
2008-11-14 21:45:10 +00:00
..
adl Every GeodeLX target already has spd_read_byte in 2008-08-27 22:58:04 +00:00
amd This patch changes PNP support for devices so that the dts values get passed 2008-11-14 21:45:10 +00:00
amp Minor fixes and improvements for v3, mostly for Kconfig files (trivial). 2008-10-01 18:29:22 +00:00
artecgroup artecgroup/dbe61: Use existing struct definition from arch/x86/msr.h instead of our own 2008-11-14 15:25:22 +00:00
emulation General cleanup and comments for things that should be fixed in future. 2008-10-29 04:25:32 +00:00
gigabyte The option table C file is a generated file and lives inside the build 2008-10-16 17:50:08 +00:00
jetway Add core2 stage1.c dependency 2008-11-14 05:05:24 +00:00
kontron Two remaining issues: 2008-11-14 17:14:16 +00:00
pcengines Remove insignificant unused spd_devices arrays. 2008-11-13 01:04:35 +00:00
via Get via to use standard mtrr init functions. Start to document them. 2008-11-01 00:53:01 +00:00
Kconfig Filling in core 2 support. 2008-11-12 00:38:13 +00:00