[PATCH] Start arch/powerpc/boot code reorganization

Josh Boyer jwboyer at jdub.homelinux.org
Wed Sep 20 13:10:28 EST 2006


On Tue, 2006-09-19 at 18:20 -0700, Mark A. Greer wrote:
> Paul,
> 
> Regarding our earlier conversation about ft_translate_addr and
> ft_parentize.  I just realized that on IRC today Matt Porter pointed
> out that using the "reg" property in ns16550.c is wrong.  We--several
> of us on #mklinux--decided that the "address" property is the correct
> thing to use because we should really be using a virtual address from
> the fw (bootwrapper has no ioremap).  So, unless someone objects,
> we'll all add the "address" property to our uart device nodes in our
> fdt's (if they can be used as the console).

An example of where this is needed is 4xx.  Lots of boards rely on the
openbios mapping created for the UART in the zImage wrapper.  However,
the kernel doesn't rely on that, and the "reg" property of the .dts
should contain the physical address.

It was pointed out on IRC that the "address" property is defined in the
OF spec for specifying virtual address mappings.  This is exactly what
we need in that it allows the zImage wrapper to use the fw defined UART
mapping, but the kernel still gets the real physical address later on.
And other things that don't use zImage wrappers, like u-boot, can simply
ignore the "address" property defined within the UART node.

The options that were discussed were this, hardcoding, or implementing
ioremap in the bootwraper.  This seemed to be the most elegant way of
doing things.

josh




More information about the Linuxppc-dev mailing list