Re: [PATCH] boot: add support for button commands

2024-01-08 Thread Tom Rini
On Fri, Jan 05, 2024 at 04:03:58PM +, Caleb Connolly wrote: > With the relatively new button API in U-Boot, it's now much easier to > model the common usecase of mapping arbitrary actions to different > buttons during boot - for example entering fastboot mode, setting some > additional kernel

Re: [PATCH] boot: add support for button commands

2024-01-07 Thread Svyatoslav Ryhel
пт, 5 січ. 2024 р. о 18:03 Caleb Connolly пише: > > With the relatively new button API in U-Boot, it's now much easier to > model the common usecase of mapping arbitrary actions to different > buttons during boot - for example entering fastboot mode, setting some > additional kernel cmdline argume

[PATCH] boot: add support for button commands

2024-01-05 Thread Caleb Connolly
With the relatively new button API in U-Boot, it's now much easier to model the common usecase of mapping arbitrary actions to different buttons during boot - for example entering fastboot mode, setting some additional kernel cmdline arguments, or booting with a custom recovery ramdisk, to name a f