uboot-mediatek: import patches improving menu navigation
authorDaniel Golle <daniel@makrotopia.org>
Thu, 31 Oct 2024 21:08:10 +0000 (21:08 +0000)
committerJohn Crispin <john@phrozen.org>
Tue, 5 Nov 2024 12:30:21 +0000 (13:30 +0100)
commitde3dfe57148367f2a580b45680b8495ee75960c6
treedefd0bec42cadc9303af211bf696a56a3f00927f
parentf4b62a6b28193570d803b50fd47e48f09cbfefe8
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