From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Wed, 10 Jul 2013 15:21:02 +0530 Subject: [U-Boot] [PATCH v2 5/5] bootm: Add the missing PREP stage to bootz and correct image handling In-Reply-To: <20130709211932.GE4846@bill-the-cat> References: <1372969571-17043-2-git-send-email-sjg@chromium.org> <1372969571-17043-5-git-send-email-sjg@chromium.org> <20130708141330.GN16630@bill-the-cat> <20130708142213.GO16630@bill-the-cat> <20130709170115.GA4846@bill-the-cat> <20130709190525.GB4846@bill-the-cat> <20130709211932.GE4846@bill-the-cat> Message-ID: <20130710095102.GA2450@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 Tom, On Tue Jul 09, 2013 at 05:19:32PM -0400, Tom Rini wrote: > > Yes, I am not really comfortable with this. I will see if I can write some > > sandbox tests for the other image types today and post my results. I guess > > this bootm code has built up over a long time and it is hard to know all > > the ways it is used. > > Important, but I really want to see real-world booting in a case or two. > Unfortunately I don't have any ARM boards that work out of the box with > NetBSD. 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. -sughosh