On Fri, 2009-08-07 at 23:43 -0600, Grant Likely wrote:
> On Fri, Jul 17, 2009 at 6:39 AM, Wolfram Sang wrote:
> > Use physmap_of to access RAMs as mtd and add documenation for it. This
> > approach
> > is a lot less intrusive as adding an of-wrapper around plat-ram.c. As most
> > extensions of pla
On Fri, Aug 07, 2009 at 03:19:36PM -0400, Jon Smirl wrote:
> Use clock freqency from the device tree to calculate correct MPC5200 PSC
> clock.
> Previous code had errors or used a constant. This versions computes
> the right clock based on the xtal and register settings.
>
> Signed-off-by: Jon Sm
Dear Ben,
In message <1249678991.10143.1.ca...@pasglop> you wrote:
>
> My experience, however, with a Canyonlands board, is that uBoot has
> a bug that makes it always allocate the device-tree below 8M and clash
> with the kernel when it gets too big.
>
> I think Stefan fixed that recently, you