Message ID | 20240831-qcom-phones-v1-0-08614edd8e35@linaro.org |
---|---|
Headers | show |
Series | Qualcomm smartphone support | expand |
On Sat, 31 Aug 2024 17:48:50 +0100, Caleb Connolly wrote: > Improve support for running U-Boot on Qualcomm smartphones, with: > > * A boot menu which can be entered by holding power during boot > * Hang on panic (so errors can be read on the display) > * Serial gadget which can be enabled by holding volume down or via > boot menu > > [...] Applied, thanks! [1/4] board/qualcomm: introduce phone config https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/bcb278fbc218 [2/4] cli_hush: run bootmenu on retry https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/963c141c3195 [3/4] bootretry: check for bootretry variable changes https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/c2147f6b396f [4/4] doc: board/qualcomm: describe phone support and bringup https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/12901f5bff70 Best regards,
On 02/10/2024 16:52, Caleb Connolly wrote: > > On Sat, 31 Aug 2024 17:48:50 +0100, Caleb Connolly wrote: >> Improve support for running U-Boot on Qualcomm smartphones, with: >> >> * A boot menu which can be entered by holding power during boot >> * Hang on panic (so errors can be read on the display) >> * Serial gadget which can be enabled by holding volume down or via >> boot menu >> >> [...] > > Applied, thanks! This was a bit pre-emptive, resending this series to get acks from Tom and Simon. > > [1/4] board/qualcomm: introduce phone config > https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/bcb278fbc218 > [2/4] cli_hush: run bootmenu on retry > https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/963c141c3195 > [3/4] bootretry: check for bootretry variable changes > https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/c2147f6b396f > [4/4] doc: board/qualcomm: describe phone support and bringup > https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/12901f5bff70 > > Best regards,