[U-Boot] [PATCH 1/1 v4] RFC: dreamplug: Initial support.

Jason u-boot at lakedaemon.net
Thu Jul 21 23:17:32 CEST 2011


On Thu, Jul 21, 2011 at 08:56:25PM +0000, Clint Adams wrote:
> On Thu, Jul 21, 2011 at 04:26:29PM -0400, Jason wrote:
> > I've had it working, but suffering random oopses and crashes.  I believe
> > this is due to me guessing at the MPP config (based on other Marvell
> > boards with same processor / flash chip).  But I'm shooting in the dark
> > unless I see the source code to u-boot.
> 
> This is from Globalscale.  It's a git clone of u-boot-marvell from 2010,
> with a dirty working tree (patching the guruplug target to be a dreamplug).
> 
> http://people.debian.org/~clint/dreamplug/dreamplug-uboot-gti.tar.gz
> 
> I hope this helps.

Awesome!  Thanks!  I didn't even know about the rtc driver.  iirc, most
of the kernel oopses involved rtc stuff.  I'll take a more detailed look
later, have to fix the file permissions first.  They must've had it on a
windows system.  Everything is executable. :-(

$ for fn in `git diff --name-only`; do chmod -x "$fn"; done

fixed it right up.  I'll import this into my tree and see if I can get a
running system.

Thanks again,

Jason.


More information about the U-Boot mailing list