commit | 70c7e546f1975cc6422b021870cc2ae6903066c5 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jun 19 14:02:18 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jun 19 15:53:09 2022 +0200 |
tree | 8ee9a352fe524919c856626e7142752ebb66b0eb | |
parent | f4e7b842c7b10e79eb9dd02739ac0fc7b80accc0 [diff] |
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>