1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 01:02:19 +02:00
Files
u-boot-megous/lib/efi_loader
Heinrich Schuchardt bfc2dd5381 efi_loader: correct CTRL-A - CTRL-Z console input
In the extended text input protocol CTRL-A - CTRL-Z have to be signaled as
Unicode characters a-z or A-Z depending on the shift state and not as 0x01
to 0x1a.

Update Python unit test.

This patch is required for using the EFI shell `edit` command.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2019-04-07 15:11:33 +02:00
..
2018-12-02 21:59:36 +01:00
2019-04-07 14:17:06 +02:00
2018-12-02 21:59:37 +01:00
2018-09-23 21:55:31 +02:00
2019-02-13 09:40:06 +01:00