having a keyword to specify the boot cpu like memreserve?

David Gibson david at gibson.dropbear.id.au
Wed Nov 12 09:37:11 EST 2008


On Tue, Nov 11, 2008 at 10:05:13AM -0600, Kumar Gala wrote:
> Does anyone have strong feelings about having something like:
>
> /dts-v1/;
>
> /boot-cpu/ 1;
>
> As a way to specify the boot cpu w/o doing dtc -b.  (I would assume -b  
> would override the value in the .dts)

I've thought about implementing exactly this before.  The other option
is to somehow mark the actual boot CPU node, and have dtc pick that up
and set the boot cpu appropriately.

But there's no reason we can't support both options in the long run
(with an appropriate precedence order / error on conflicts).  And this
way is simpler to implement, so lets do it.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson



More information about the devicetree-discuss mailing list