[U-Boot] [PATCH v2 4/4] rockchip: enable rockusb for all rockchip SoCs

Kever Yang kever.yang at rock-chips.com
Tue Aug 22 09:36:51 UTC 2017


Philipp,

     I have no idea about the status of rockusb, it has been a long time 
on the list.

Maybe Eddie or Lukasz have an answer?

I have to use those patches on my local branch, so that we don't have to 
enter

bootrom mode for firmware update.

Thanks,
- Kever
On 08/22/2017 04:44 PM, Dr. Philipp Tomsich wrote:
> Kever,
>
> I was about to apply the rockusb changes onto next yesterday, when I realised
> that rockusb hadn’t been merged on the USB side…
>
> Do you know the status on the rockusb patches?
> I’d like to avoid merging this on our end, before the infrastructure has been merged.
>
> Regards,
> Philipp.
>
>> On 22 Aug 2017, at 09:35, Kever Yang <kever.yang at rock-chips.com> wrote:
>>
>> Rockusb will be used by all the rockchip SoCs, enable it by
>> default in Kconfig, and it can be work if USB gadget is available.
>>
>> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
>> Acked-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
>> ---
>>
>> Changes in v2: None
>>
>> arch/arm/Kconfig | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
>> index da9324b..f566d50 100644
>> --- a/arch/arm/Kconfig
>> +++ b/arch/arm/Kconfig
>> @@ -1084,6 +1084,8 @@ config ARCH_ROCKCHIP
>> 	select DM_PWM
>> 	select DM_REGULATOR
>> 	imply FAT_WRITE
>> +	imply USB_FUNCTION_ROCKUSB
>> +	imply CMD_ROCKUSB
>>
>> config TARGET_THUNDERX_88XX
>> 	bool "Support ThunderX 88xx"
>> -- 
>> 1.9.1
>>
>




More information about the U-Boot mailing list