mbox series

[u-boot-marvell,00/14] Another set of kwboot improvements

Message ID 20220125171313.14498-1-kabel@kernel.org
Headers show
Series Another set of kwboot improvements | expand

Message

Marek Behún Jan. 25, 2022, 5:12 p.m. UTC
From: Marek Behún <marek.behun@nic.cz>

Hello Stefan,

here comes another set of kwboot improvements from Pali, reviewed and
signed off by myself.

Marek

Pali Rohár (14):
  tools: kwboot: Increase blk_rsp_timeo to 2s
  tools: kwboot: Wait blk_rsp_timeo when flushing
  tools: kwboot: Improve retrying logic for incomplete xmodem packets
  tools: kwboot: Remove code for handling CAN byte
  tools: kwboot: Do not change received character in
    kwboot_xm_recv_reply()
  tools: kwboot: Fix handling of repeated xmodem packets
  tools: kwboot: Show 'E' in progress output when error occurs
  tools: kwboot: Allow to use option -b without image path
  tools: kwboot: Force BootROM to flush input queue after boot pattern
  tools: kwboot: Remove 2s delay before sending first xmodem packet
  tools: kwboot: Handle EINTR in kwboot_write()
  tools: kwboot: Handle EINTR in kwboot_tty_recv()
  tools: kwboot: Fix usage of -D without -t
  tools: kwboot: Set debug flag to 1

 tools/kwboot.c | 154 ++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 115 insertions(+), 39 deletions(-)

Comments

Stefan Roese Jan. 31, 2022, 11:33 a.m. UTC | #1
On 1/25/22 18:12, Marek Behún wrote:
> From: Marek Behún <marek.behun@nic.cz>
> 
> Hello Stefan,
> 
> here comes another set of kwboot improvements from Pali, reviewed and
> signed off by myself.
> 
> Marek
> 
> Pali Rohár (14):
>    tools: kwboot: Increase blk_rsp_timeo to 2s
>    tools: kwboot: Wait blk_rsp_timeo when flushing
>    tools: kwboot: Improve retrying logic for incomplete xmodem packets
>    tools: kwboot: Remove code for handling CAN byte
>    tools: kwboot: Do not change received character in
>      kwboot_xm_recv_reply()
>    tools: kwboot: Fix handling of repeated xmodem packets
>    tools: kwboot: Show 'E' in progress output when error occurs
>    tools: kwboot: Allow to use option -b without image path
>    tools: kwboot: Force BootROM to flush input queue after boot pattern
>    tools: kwboot: Remove 2s delay before sending first xmodem packet
>    tools: kwboot: Handle EINTR in kwboot_write()
>    tools: kwboot: Handle EINTR in kwboot_tty_recv()
>    tools: kwboot: Fix usage of -D without -t
>    tools: kwboot: Set debug flag to 1
> 
>   tools/kwboot.c | 154 ++++++++++++++++++++++++++++++++++++-------------
>   1 file changed, 115 insertions(+), 39 deletions(-)
> 

Applied to u-boot-marvell/master

Thanks,
Stefan