Re: [PATCH] tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms

2022-09-27 Thread Pali Rohár
On Friday 19 August 2022 10:20:46 Pali Rohár wrote: > On Friday 19 August 2022 09:43:59 Stefan Roese wrote: > > Testing on the theadorable Armada XP platform has shown, thaz using the > > current value of 1000ms as response timeout does not result in reliable > > booting via kwboot. Using 10ms seem

Re: [PATCH] tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms

2022-09-12 Thread Stefan Roese
On 19.08.22 09:43, Stefan Roese wrote: Testing on the theadorable Armada XP platform has shown, thaz using the current value of 1000ms as response timeout does not result in reliable booting via kwboot. Using 10ms seems to be much better. So let's change this value to this 10ms instead. Signed-o

Re: [PATCH] tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms

2022-08-19 Thread Pali Rohár
On Friday 19 August 2022 09:43:59 Stefan Roese wrote: > Testing on the theadorable Armada XP platform has shown, thaz using the > current value of 1000ms as response timeout does not result in reliable > booting via kwboot. Using 10ms seems to be much better. So let's change > this value to this 10

[PATCH] tools: kwboot: Change KWBOOT_MSG_RSP_TIMEO_AXP to 10ms

2022-08-19 Thread Stefan Roese
Testing on the theadorable Armada XP platform has shown, thaz using the current value of 1000ms as response timeout does not result in reliable booting via kwboot. Using 10ms seems to be much better. So let's change this value to this 10ms instead. Signed-off-by: Stefan Roese --- tools/kwboot.c