From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Date: Thu, 21 Jul 2011 17:17:32 -0400 Subject: [U-Boot] [PATCH 1/1 v4] RFC: dreamplug: Initial support. In-Reply-To: <20110721205625.GB21643@scru.org> References: <05ec95501d6c02ffeb1bc38d09fdca99142956a3.1307979826.git.u-boot@lakedaemon.net> <20110613160721.GN9516@titan.lakedaemon.net> <20110613164619.60B84182C1C6@gemini.denx.de> <20110613165130.GO9516@titan.lakedaemon.net> <20110721193607.GA19808@scru.org> <20110721202629.GE30374@titan.lakedaemon.net> <20110721205625.GB21643@scru.org> Message-ID: <20110721211732.GF30374@titan.lakedaemon.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.