From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luka Perkov Date: Sun, 2 Dec 2012 20:15:14 +0100 Subject: [U-Boot] [PATCH 10/10] tools: Add support for Dove to kwboot In-Reply-To: <1354458982-14403-11-git-send-email-sebastian.hesselbarth@gmail.com> References: <1354458982-14403-1-git-send-email-sebastian.hesselbarth@gmail.com> <1354458982-14403-11-git-send-email-sebastian.hesselbarth@gmail.com> Message-ID: <20121202191514-1245@mutt-kz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Sebastian, On Sun, Dec 02, 2012 at 03:36:22PM +0100, Sebastian Hesselbarth wrote: > On Dove kwboot can also be used to boot an u-boot image into RAM. > In contrast to Kirkwood, Dove does not support the UART boot mode > sequence but requires the UART boot mode to be selected through > strap pins. The SolidRun CuBox has a push button to allow uart > boot mode but fails on the boot sequence sent by kwboot. > > This patch adds another cmdline option to allow to send a boot > image without the boot sequence and adds support for Dove. > > Signed-off-by: Sebastian Hesselbarth > --- > Cc: u-boot at lists.denx.de > Cc: Sebastian Hesselbarth > Cc: Rabeeh Khoury > Cc: Albert Aribaud > Cc: Prafulla Wadaskar > Cc: Andy Fleming > Cc: Joe Hershberger > Cc: Daniel Stodden > Cc: Dieter Kiermaier > --- > tools/Makefile | 2 ++ > tools/kwboot.c | 44 ++++++++++++++++++++++++++++++++++++++++---- > 2 files changed, 42 insertions(+), 4 deletions(-) Please update the documentation too (doc/kwboot.1). Luka