[U-Boot] [PATCH] mkimage: rockchip: add suport for rk33 serial

Simon Glass sjg at chromium.org
Sun Jul 17 16:14:33 CEST 2016


Hi Andreas,

On 16 July 2016 at 10:04, Andreas Färber <afaerber at suse.de> wrote:
> Simon,
>
> Am 15.07.2016 um 05:56 schrieb Simon Glass:
>> On 14 July 2016 at 21:20, Simon Glass <sjg at chromium.org> wrote:
>>> On 13 July 2016 at 21:51, Kever Yang <kever.yang at rock-chips.com> wrote:
>>>> Add support for rockchip rk33 series Soc like rk3368 and rk3399
>>>>
>>>> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
>>>> ---
>>>>
>>>>  tools/rkcommon.c | 1 +
>>>>  1 file changed, 1 insertion(+)
>>>>
>>>> diff --git a/tools/rkcommon.c b/tools/rkcommon.c
>>>> index 72621fd..9ec7eb2 100644
>>>> --- a/tools/rkcommon.c
>>>> +++ b/tools/rkcommon.c
>>>> @@ -56,6 +56,7 @@ struct spl_info {
>>>>  static struct spl_info spl_infos[] = {
>>>>         { "rk3036", "RK30", 0x1000 },
>>>>         { "rk3288", "RK32", 0x8000 },
>>>> +       { "rk33xx", "RK33", 0x20000 },
>>>>  };
>>>>
>>>>  static unsigned char rc4_key[16] = {
>>>> --
>>>> 1.9.1
>>>>
>>>>
>>>
>>> Acked-by: Simon Glass <sjg at chromium.org>
>>
>> Applied to u-boot-rockchip, thanks!
>
> Didn't he just reply that it should be 3399 instead of 33xx because 3368
> needs a different third column?

Ah yes. We don't actually have 3368, but it would be good to fix the
string now. Kever can you please send a patch?

Regards,
Simon


More information about the U-Boot mailing list