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

2021-02-04 Thread Heiko Schocher
Hi Lukasz, Am 05.02.21 um 00:17 schrieb Lukasz Majewski: > Hi Heiko, > >> 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 fastboo

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

2021-02-04 Thread Lukasz Majewski
Hi Heiko, > 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 p

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

2021-02-01 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