Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: args from uboot



Hi Adam,

Adam Hoka wrote:

> Do we have code to access boot args from u-boot?
> If not, what needs to be done to support it?

At least for PPC u-boot, you're passed a pointer to the board info
structure and the command line args in some regs.  Assuming that ARM
is vaguely similar, you just need the structure definition to pull it
apart.

It looks like our gumstix port has some u-boot support too.  Have a look
there to see if it helps.

Cheers,
Simon.


Home | Main Index | Thread Index | Old Index