On Sun, 25 May 2025 15:43:58 +0200, Christian Marangi wrote: > Permit to select a bootmenu entry with a key shortcut. This is > especially useful in production or testing scenario to automate flashing > procedure or testing procedure. > > The boot entry are changed to append the shortcut key to it. > > Example: > 1. Run default boot command. > 2. Boot system via TFTP. > 3. Boot production system from NAND. > 4. Boot recovery system from NAND. > 5. Load production system via TFTP then write to NAND. > 6. Load recovery system via TFTP then write to NAND. > 7. Load BL31+U-Boot FIP via TFTP then write to NAND. > 8. Load BL2 preloader via TFTP then write to NAND. > 9. Reboot. > a. Reset all settings to factory defaults. > 0. Exit > > [...]
Applied to u-boot/next, thanks! [1/1] cmd: bootmenu: permit to select bootmenu entry with a shortcut commit: 8c986521c3c961338dc86a279757e67e8e23513f -- Tom