Re: [PATCH v2 24/39] efi: serial: Support arrow keys

2021-10-25 Thread Simon Glass
Hi Heinrich, On Mon, 18 Oct 2021 at 11:00, Heinrich Schuchardt wrote: > > On 9/25/21 2:30 AM, Simon Glass wrote: > > 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. > > > >

Re: [PATCH v2 24/39] efi: serial: Support arrow keys

2021-10-18 Thread Heinrich Schuchardt
On 9/25/21 2:30 AM, Simon Glass wrote: 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 --- (no changes since v1) drivers/serial/serial_efi.c | 11

[PATCH v2 24/39] efi: serial: Support arrow keys

2021-09-24 Thread Simon Glass
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 --- (no changes since v1) drivers/serial/serial_efi.c | 11 +-- 1 file changed, 9