Re: [PATCH v5 05/28] efi: serial: Support arrow keys

2021-12-17 Thread Simon Glass
Hi Heinrich, On Fri, 17 Dec 2021 at 10:14, Heinrich Schuchardt wrote: > > On 12/17/21 17:37, Simon Glass wrote: > > Hi Heinrich, > > > > On Thu, 9 Dec 2021 at 12:44, Heinrich Schuchardt wrote: > >> > >> On 12/4/21 07:56, Simon Glass wrote: > >>> At present only the backspace key is supported in

Re: [PATCH v5 05/28] efi: serial: Support arrow keys

2021-12-17 Thread Heinrich Schuchardt
On 12/17/21 17:37, Simon Glass wrote: Hi Heinrich, On Thu, 9 Dec 2021 at 12:44, Heinrich Schuchardt wrote: On 12/4/21 07:56, 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

Re: [PATCH v5 05/28] efi: serial: Support arrow keys

2021-12-17 Thread Simon Glass
Hi Heinrich, On Thu, 9 Dec 2021 at 12:44, Heinrich Schuchardt wrote: > > On 12/4/21 07:56, 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 v5 05/28] efi: serial: Support arrow keys

2021-12-09 Thread Heinrich Schuchardt
On 12/4/21 07:56, 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 v5 05/28] efi: serial: Support arrow keys

2021-12-04 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