* Boot program interface
@ 2009-04-20 7:37 Carlos Mitidieri
2009-04-20 8:57 ` Florian Fainelli
0 siblings, 1 reply; 6+ messages in thread
From: Carlos Mitidieri @ 2009-04-20 7:37 UTC (permalink / raw)
To: linux-mips
Hello,
I am working on a project that requires an extensive boot program interface.
It turns out that the device tree used on PPC architecture meets the
requirements.
I have been looking, and I could not find any similar concept implemented for
MIPS.
So, I am now considering to port the OFDT library into the MIPS arch.
What do you think about this? Is there anyone working on a similar project?
Best regards,
--
Carlos Mitidieri
Project Engineer
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Boot program interface
2009-04-20 7:37 Boot program interface Carlos Mitidieri
@ 2009-04-20 8:57 ` Florian Fainelli
2009-04-20 10:14 ` Carlos Mitidieri
2009-04-20 20:07 ` David VomLehn (dvomlehn)
0 siblings, 2 replies; 6+ messages in thread
From: Florian Fainelli @ 2009-04-20 8:57 UTC (permalink / raw)
To: Carlos Mitidieri; +Cc: linux-mips
[-- Attachment #1: Type: text/plain, Size: 909 bytes --]
Hi Carlos,
Le Monday 20 April 2009 09:37:25 Carlos Mitidieri, vous avez écrit :
> Hello,
>
> I am working on a project that requires an extensive boot program
> interface.
>
> It turns out that the device tree used on PPC architecture meets the
> requirements.
>
> I have been looking, and I could not find any similar concept implemented
> for MIPS.
I do not know any MIPS board using a device tree either.
>
> So, I am now considering to port the OFDT library into the MIPS arch.
>
> What do you think about this? Is there anyone working on a similar project?
You should see how Sparc, PowerPC and Microblaze use it and how they do share
code. Also condiser seeing how u-boot handles device trees, specifically on
PowerPC and Microblaze.
Hope that helps.
--
Best regards, Florian Fainelli
Email : florian@openwrt.org
http://openwrt.org
-------------------------------
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Boot program interface
2009-04-20 8:57 ` Florian Fainelli
@ 2009-04-20 10:14 ` Carlos Mitidieri
2009-04-20 20:07 ` David VomLehn (dvomlehn)
1 sibling, 0 replies; 6+ messages in thread
From: Carlos Mitidieri @ 2009-04-20 10:14 UTC (permalink / raw)
To: Florian Fainelli; +Cc: linux-mips
Hi,
> Hi Carlos,
>
> Le Monday 20 April 2009 09:37:25 Carlos Mitidieri, vous avez écrit :
> > Hello,
> >
> > I am working on a project that requires an extensive boot program
> > interface.
> >
> > It turns out that the device tree used on PPC architecture meets the
> > requirements.
> >
> > I have been looking, and I could not find any similar concept implemented
> > for MIPS.
>
> I do not know any MIPS board using a device tree either.
>
> >
> > So, I am now considering to port the OFDT library into the MIPS arch.
> >
> > What do you think about this? Is there anyone working on a similar project?
>
> You should see how Sparc, PowerPC and Microblaze use it and how they do share
> code. Also condiser seeing how u-boot handles device trees, specifically on
> PowerPC and Microblaze.
Ok, but what you think about doing such a port? I mean, is it something that
could be eventually accepted by the MIPS Linux community? Or do you have
problems with this approach?
I am looking forward for your answers.
Kind regards,
--
Carlos Mitidieri
Project Engineer
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Boot program interface
2009-04-20 8:57 ` Florian Fainelli
2009-04-20 10:14 ` Carlos Mitidieri
@ 2009-04-20 20:07 ` David VomLehn (dvomlehn)
2009-04-20 20:07 ` David VomLehn (dvomlehn)
2009-04-21 6:32 ` Carlos Mitidieri
1 sibling, 2 replies; 6+ messages in thread
From: David VomLehn (dvomlehn) @ 2009-04-20 20:07 UTC (permalink / raw)
To: Florian Fainelli, Carlos Mitidieri
Cc: linux-mips, Dezhong Diao (dediao), Tony Colclough (colclot)
We have a working version of the device tree for MIPS. I'll see if we can expedite a patch.
> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-mips.org] On Behalf Of
> Florian Fainelli
> Sent: Monday, April 20, 2009 1:57 AM
> To: Carlos Mitidieri
> Cc: linux-mips@linux-mips.org
> Subject: Re: Boot program interface
>
> Hi Carlos,
>
> Le Monday 20 April 2009 09:37:25 Carlos Mitidieri, vous avez écrit :
> > Hello,
> >
> > I am working on a project that requires an extensive boot program
> > interface.
> >
> > It turns out that the device tree used on PPC architecture meets the
> > requirements.
> >
> > I have been looking, and I could not find any similar
> concept implemented
> > for MIPS.
>
> I do not know any MIPS board using a device tree either.
>
> >
> > So, I am now considering to port the OFDT library into the
> MIPS arch.
> >
> > What do you think about this? Is there anyone working on a
> similar project?
>
> You should see how Sparc, PowerPC and Microblaze use it and
> how they do share
> code. Also condiser seeing how u-boot handles device trees,
> specifically on
> PowerPC and Microblaze.
>
> Hope that helps.
> --
> Best regards, Florian Fainelli
> Email : florian@openwrt.org
> http://openwrt.org
> -------------------------------
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Boot program interface
2009-04-20 20:07 ` David VomLehn (dvomlehn)
@ 2009-04-20 20:07 ` David VomLehn (dvomlehn)
2009-04-21 6:32 ` Carlos Mitidieri
1 sibling, 0 replies; 6+ messages in thread
From: David VomLehn (dvomlehn) @ 2009-04-20 20:07 UTC (permalink / raw)
To: Florian Fainelli, Carlos Mitidieri
Cc: linux-mips, Dezhong Diao (dediao), Tony Colclough (colclot)
We have a working version of the device tree for MIPS. I'll see if we can expedite a patch.
> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-mips.org] On Behalf Of
> Florian Fainelli
> Sent: Monday, April 20, 2009 1:57 AM
> To: Carlos Mitidieri
> Cc: linux-mips@linux-mips.org
> Subject: Re: Boot program interface
>
> Hi Carlos,
>
> Le Monday 20 April 2009 09:37:25 Carlos Mitidieri, vous avez écrit :
> > Hello,
> >
> > I am working on a project that requires an extensive boot program
> > interface.
> >
> > It turns out that the device tree used on PPC architecture meets the
> > requirements.
> >
> > I have been looking, and I could not find any similar
> concept implemented
> > for MIPS.
>
> I do not know any MIPS board using a device tree either.
>
> >
> > So, I am now considering to port the OFDT library into the
> MIPS arch.
> >
> > What do you think about this? Is there anyone working on a
> similar project?
>
> You should see how Sparc, PowerPC and Microblaze use it and
> how they do share
> code. Also condiser seeing how u-boot handles device trees,
> specifically on
> PowerPC and Microblaze.
>
> Hope that helps.
> --
> Best regards, Florian Fainelli
> Email : florian@openwrt.org
> http://openwrt.org
> -------------------------------
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Boot program interface
2009-04-20 20:07 ` David VomLehn (dvomlehn)
2009-04-20 20:07 ` David VomLehn (dvomlehn)
@ 2009-04-21 6:32 ` Carlos Mitidieri
1 sibling, 0 replies; 6+ messages in thread
From: Carlos Mitidieri @ 2009-04-21 6:32 UTC (permalink / raw)
To: David VomLehn (dvomlehn)
Cc: Florian Fainelli, linux-mips, Dezhong Diao (dediao),
Tony Colclough (colclot)
Hello,
That would be nice. Would be that convenient, I am willing to help.
Best regards,
Quoting "David VomLehn (dvomlehn)" <dvomlehn@cisco.com>:
> We have a working version of the device tree for MIPS. I'll see if we can
> expedite a patch.
>
> > -----Original Message-----
> > From: linux-mips-bounce@linux-mips.org
> > [mailto:linux-mips-bounce@linux-mips.org] On Behalf Of
> > Florian Fainelli
> > Sent: Monday, April 20, 2009 1:57 AM
> > To: Carlos Mitidieri
> > Cc: linux-mips@linux-mips.org
> > Subject: Re: Boot program interface
> >
> > Hi Carlos,
> >
> > Le Monday 20 April 2009 09:37:25 Carlos Mitidieri, vous avez écrit :
> > > Hello,
> > >
> > > I am working on a project that requires an extensive boot program
> > > interface.
> > >
> > > It turns out that the device tree used on PPC architecture meets the
> > > requirements.
> > >
> > > I have been looking, and I could not find any similar
> > concept implemented
> > > for MIPS.
> >
> > I do not know any MIPS board using a device tree either.
> >
> > >
> > > So, I am now considering to port the OFDT library into the
> > MIPS arch.
> > >
> > > What do you think about this? Is there anyone working on a
> > similar project?
> >
> > You should see how Sparc, PowerPC and Microblaze use it and
> > how they do share
> > code. Also condiser seeing how u-boot handles device trees,
> > specifically on
> > PowerPC and Microblaze.
> >
> > Hope that helps.
> > --
> > Best regards, Florian Fainelli
> > Email : florian@openwrt.org
> > http://openwrt.org
> > -------------------------------
> >
>
--
Carlos Mitidieri
Project Engineer
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-04-21 6:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-20 7:37 Boot program interface Carlos Mitidieri
2009-04-20 8:57 ` Florian Fainelli
2009-04-20 10:14 ` Carlos Mitidieri
2009-04-20 20:07 ` David VomLehn (dvomlehn)
2009-04-20 20:07 ` David VomLehn (dvomlehn)
2009-04-21 6:32 ` Carlos Mitidieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).