uboot-mediatek: import patches improving menu navigation
authorDaniel Golle <daniel@makrotopia.org>
Thu, 31 Oct 2024 21:08:10 +0000 (21:08 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 2 Nov 2024 22:28:39 +0000 (22:28 +0000)
commit5745b7e81579183d0c3e270ac155eb853677169c
treec3b18ebc7bed840be9e13b724cf5cdfe5dd7ae06
parent57f2c72505f24b41fd9beaef3a8aa713b436cdb9
uboot-mediatek: import patches improving menu navigation

Using the arrow keys to navigate the U-Boot menu often leads to being
dropped into the U-Boot shell unexpectedly.
This can be prevented in most cases by improving the logic to detect the
arrow key ESC sequence and only reprinting the menu if actually needed.
Also enable CONFIG_SERIAL_RX_BUFFER for all boards as it helps preventing
the remaining cases.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/boot/uboot-mediatek/Makefile
package/boot/uboot-mediatek/patches/010-menu-fix-the-logic-checking-whether-ESC-key-is-press.patch [new file with mode: 0644]
package/boot/uboot-mediatek/patches/011-menu-add-support-to-check-if-menu-needs-to-be-reprin.patch [new file with mode: 0644]
package/boot/uboot-mediatek/patches/012-bootmenu-add-reprint-check.patch [new file with mode: 0644]
package/boot/uboot-mediatek/patches/100-16-cmd-bootmenu-add-ability-to-select-item-by-shortkey.patch
package/boot/uboot-mediatek/patches/211-cmd-bootmenu-custom-title.patch