Re: [PATCH v4] fastboot: add UUU command UCmd and ACmd support

2021-02-08 Thread Heiko Schocher
Hello Patrick, On 08.02.21 17:56, Patrick DELAUNAY wrote: > Hi Heiko, > > > On 2/8/21 12:38 PM, Heiko Schocher wrote: >> add support for the UUU commands ACmd and UCmd. >> >> Enable them through the Kconfig option >> CONFIG_FASTBOOT_UUU_SUPPORT >> >> base was commit in NXP kernel >> 9b149c2a2882

Re: [PATCH v4] fastboot: add UUU command UCmd and ACmd support

2021-02-08 Thread Patrick DELAUNAY
Hi Heiko, On 2/8/21 12:38 PM, Heiko Schocher wrote: add support for the UUU commands ACmd and UCmd. Enable them through the Kconfig option CONFIG_FASTBOOT_UUU_SUPPORT base was commit in NXP kernel 9b149c2a2882: ("MLK-18591-3 android: Add FSL android fastboot support") and ported it to curren

[PATCH v4] fastboot: add UUU command UCmd and ACmd support

2021-02-08 Thread Heiko Schocher
add support for the UUU commands ACmd and UCmd. Enable them through the Kconfig option CONFIG_FASTBOOT_UUU_SUPPORT base was commit in NXP kernel 9b149c2a2882: ("MLK-18591-3 android: Add FSL android fastboot support") and ported it to current mainline. Tested this patch on imx6ul based board. Si