]> git.baikalelectronics.ru Git - uboot.git/commit
test: work around for EFI terminal size probing
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 19 Jun 2022 12:02:18 +0000 (14:02 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 19 Jun 2022 13:53:09 +0000 (15:53 +0200)
commitdedf86e0deddf59a70562b70860d8e55d12c0161
tree8ee9a352fe524919c856626e7142752ebb66b0eb
parentd9110e347907a2a648827f04c1a5c692b5ba2798
test: work around for EFI terminal size probing

When the UEFI sub-system is initialized it sends an escape sequence to the
serial console to determine the terminal size. This stops the
run_command_list() function of the console emulation from recognizing the
U-Boot command line prompt.

Add a 'print -e' command as first command in the command list to work
around this issue.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/py/tests/test_efi_capsule/test_capsule_firmware_fit.py
test/py/tests/test_efi_capsule/test_capsule_firmware_raw.py