commit | f028a99eddcb905d1906bc8447a20cd64d5fc612 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 29 11:57:37 2021 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Dec 31 06:45:01 2021 +0100 |
tree | 5c50f4781655859419df9405a71e57a27d2aeb6e | |
parent | 2d4b33ed11901d409d50639d4a73730eaecb63e9 [diff] |
efi: serial: Support arrow keys At present only the backspace key is supported in U-Boot, when running as an EFI app. Add support for arrows, home and end as well, to make the CLI more friendly. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>