You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
d74c294506
Since SBL shell added support for command line history. It is required to support it from USB keyboard console as well. This patch added USB keyboard arrow key handling to convert arrow key scan code into ANSI escape sequence so that Shell can recognize the arrow key from keyboard. Signed-off-by: Maurice Ma <maurice.ma@intel.com>