From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Fri, 12 Jul 2013 13:51:25 +0530 Subject: [U-Boot] [PATCH v2 5/5] bootm: Add the missing PREP stage to bootz and correct image handling In-Reply-To: References: <20130708142213.GO16630@bill-the-cat> <20130709170115.GA4846@bill-the-cat> <20130709190525.GB4846@bill-the-cat> <20130709211932.GE4846@bill-the-cat> <20130710095102.GA2450@Hardy> Message-ID: <20130712082035.GA3047@Hardy> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de hi, On Wed Jul 10, 2013 at 11:56:30PM -0700, Simon Glass wrote: > > > I have netbsd running on hawkboard, but i do not boot it using the > > > bootm command, but use the go command instead. I will try to build a > > > netbsd image with the u-boot header and give it a try with bootm. Need > > > a day or two to check this out though. > > > > > > > Tried to boot netbsd with u-boot head 225fd8c5d45, and the boot fails. Was > > able to boot netbsd with v2012.10 u-boot image. Btw, am i supposed to > apply > > any patch on top of the said commit. > > Yes please see the four commits I sent earlier today. Tried after applying the series from Simon, and now the netbsd image boots fine with the bootm command. -sughosh