Re: [PATCH v3 3/9] tests/acceptance: Send on serial lines

2019-10-20 Thread Philippe Mathieu-Daudé
Cc'ing Paolo/Samuel/Marc-André On 10/20/19 12:09 PM, David Gibson wrote: On Thu, Oct 17, 2019 at 06:52:33PM +0200, Philippe Mathieu-Daudé wrote: Some firmwares don't parse the control character and expect a . Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/boot_linux_console.py

Re: [PATCH v3 3/9] tests/acceptance: Send on serial lines

2019-10-20 Thread David Gibson
On Thu, Oct 17, 2019 at 06:52:33PM +0200, Philippe Mathieu-Daudé wrote: > Some firmwares don't parse the control character and > expect a . > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/acceptance/boot_linux_console.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[PATCH v3 3/9] tests/acceptance: Send on serial lines

2019-10-17 Thread Philippe Mathieu-Daudé
Some firmwares don't parse the control character and expect a . Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/boot_linux_console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py