[LinuxBIOS] [RFC] v3: dts fixes and questions

ron minnich rminnich at gmail.com
Sun Jul 1 01:27:27 CEST 2007


On 6/30/07, Peter Stuge <peter at stuge.se> wrote:
> On Sat, Jun 30, 2007 at 11:43:20PM +0200, Stefan Reinauer wrote:
> > So instead of adding enabled; to all device nodes, we should add
> > disabled to those that we do not want enabled. What do you think?
>
> We should definately optimize for the common case whatever it is.

What I can do is look for a disable property in each node. If it is
NOT found, emit
.enabled = 1;
If it is found,
.enabled = 0;

sound ok?

ron




More information about the coreboot mailing list