[coreboot] Resource allocation

ron minnich rminnich at gmail.com
Thu Nov 13 20:14:58 CET 2008


{
	device_operations = "w83627thg_ops";
	/* To override any of these, put the over-ride in mainboard dts. */

	/* COM1 */
	pnp at 2{
		 com1dev = "2";
		 com1enable = "0";
		 com1io = "0x3f8";
		 com1irq = "4";
	};



Questions I have no answer to:
Before I put the pnp2 in , we got this:


struct superio_winbond_w83627thg_dts_config domain_0_ioport_2e = {
	.com1dev = 0x2,
	.com1enable = 0x0,
	.com1io = 0x3f8,

etc.

What should we get now?

Should pnp2 be a device? Child or sibling of w83627thg? What
device_operations should it have? One possibiltiy: if no
device_operations property in the pnp at 2 node,
inherit from parent.

What do you want to see?

ron




More information about the coreboot mailing list