Subject: Re: dev_propdb
To: Toru Nishimura <locore64@alkyltechnology.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: port-arm
Date: 10/22/2005 14:35:20
On Oct 22, 2005, at 3:26 AM, Toru Nishimura wrote:
> This is a sane way. I like it. So, an early boot initialization
> stage, initarm()
> in my mind, fetchs and stores MD params specific to target
> implementations
> into property DB and then common SoC code utilizes them appropriately,
> right?
Basically, yes. But you cannot put things into dev_propdb that
early. You have to wait until configure() is called. That is why
device_register() is used for this purpose in the IBM Walnut port.
-- thorpej