Re: [PATCH v2] fastboot: Add OEM run command

2022-12-15 Thread Patrick DELAUNAY
Hi, On 12/6/22 11:23, Patrick DELAUNAY wrote: Hi, On 12/5/22 20:15, Sean Anderson wrote: On 12/5/22 14:04, Patrick DELAUNAY wrote: Hi, On 12/2/22 22:03, Sean Anderson wrote: This adds the UUU UCmd functionality as an OEM command. While the fastboot tool allows sending arbitrary commands as

Re: [PATCH v2] fastboot: Add OEM run command

2022-12-06 Thread Patrick DELAUNAY
Hi, On 12/5/22 20:15, Sean Anderson wrote: On 12/5/22 14:04, Patrick DELAUNAY wrote: Hi, On 12/2/22 22:03, Sean Anderson wrote: This adds the UUU UCmd functionality as an OEM command. While the fastboot tool allows sending arbitrary commands as long as they are prefixed with "oem". This allow

Re: [PATCH v2] fastboot: Add OEM run command

2022-12-05 Thread Sean Anderson
On 12/5/22 14:04, Patrick DELAUNAY wrote: > Hi, > > On 12/2/22 22:03, Sean Anderson wrote: >> This adds the UUU UCmd functionality as an OEM command. While the >> fastboot tool allows sending arbitrary commands as long as they are >> prefixed with "oem". This allows running generic U-Boot commands

Re: [PATCH v2] fastboot: Add OEM run command

2022-12-05 Thread Patrick DELAUNAY
Hi, On 12/2/22 22:03, Sean Anderson wrote: This adds the UUU UCmd functionality as an OEM command. While the fastboot tool allows sending arbitrary commands as long as they are prefixed with "oem". This allows running generic U-Boot commands over fastboot without UUU, which is especially useful

Re: [PATCH v2] fastboot: Add OEM run command

2022-12-04 Thread Marek Vasut
On 12/2/22 22:34, Sean Anderson wrote: On 12/2/22 16:22, Marek Vasut wrote: On 12/2/22 22:03, Sean Anderson wrote: [...] +Running Shell Commands +-- + +Normally, arbitrary U-Boot command execution is not enabled. This is so +fastboot can be used to update systems using ver

Re: [PATCH v2] fastboot: Add OEM run command

2022-12-02 Thread Sean Anderson
On 12/2/22 16:22, Marek Vasut wrote: > On 12/2/22 22:03, Sean Anderson wrote: > > [...] > >> +Running Shell Commands >> +-- >> + >> +Normally, arbitrary U-Boot command execution is not enabled. This is so >> +fastboot can be used to update systems using verified boot. However,

Re: [PATCH v2] fastboot: Add OEM run command

2022-12-02 Thread Marek Vasut
On 12/2/22 22:03, Sean Anderson wrote: [...] +Running Shell Commands +-- + +Normally, arbitrary U-Boot command execution is not enabled. This is so +fastboot can be used to update systems using verified boot. However, such +functionality can be useful for production or when

[PATCH v2] fastboot: Add OEM run command

2022-12-02 Thread Sean Anderson
This adds the UUU UCmd functionality as an OEM command. While the fastboot tool allows sending arbitrary commands as long as they are prefixed with "oem". This allows running generic U-Boot commands over fastboot without UUU, which is especially useful when not using USB. This is really the route w