From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Smith Date: Wed, 30 Sep 2015 14:34:18 +0000 Subject: [U-Boot] [PATCH] tools: kwboot: Add support for UART boot mode patching for Armada XP/38x In-Reply-To: <1443511199-9537-1-git-send-email-sr@denx.de> References: <1443511199-9537-1-git-send-email-sr@denx.de> Message-ID: <560BF2ED.4070503@elecsyscorp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/29/2015 02:19 AM, Stefan Roese wrote: > Currently, kwboot only allows dynamic UART boot mode patching for SoCs > with header version 0 (Orion, Kirkwood). This patch now enables this "-p" > feature also for SoCs with header version 1 (Armada XP / 38x etc). With > this its possible now to use the UART boot mode without on images that > are generated for other boot devices, like SPI. So no need to change > BOOT_FROM to "uart" for UART xmodem booting any more. > > Signed-off-by: Stefan Roese > Cc: Luka Perkov > Cc: Kevin Smith > Cc: Dirk Eibach > --- Patch looks good and works fine. Tested-by: Kevin Smith