[PATCH 17/19] bootwrapper: compatibility layer for old U-Boots (a.k.a. cuImage, cuboot)

Scott Wood scottwood at freescale.com
Wed Mar 14 05:16:17 EST 2007


On Mon, Mar 12, 2007 at 04:07:57PM -0500, Kumar Gala wrote:
> On Mar 12, 2007, at 3:42 PM, Scott Wood wrote:
> >The device trees currently in the kernel tree must have
> >/chosen/linux,stdout-path added to work with cuboot.
> 
> Why is linux,stdout-path needed by cuboot?

It's used by serial.c to find the console, and the kernel requires it as
well.  There's no information in the bd_t that would allow the
bootwrapper to generate this, so it has to come from the device tree.

The only reason it's not required with dt-enabled u-boot is that u-boot
has it hardcoded in the board's config file.

> > arch/powerpc/platforms/83xx/mpc834x_mds.c |    5 +-
> 
> the whitespace fixup in mpc834x_mds.c shouldn't be part of this.

Oops.  I need to be more careful with 'git commit -a'. :-(

-Scott



More information about the Linuxppc-dev mailing list