All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2] mkimage: rockchip: add suport for rk33 serial
@ 2016-07-18  1:35 Kever Yang
  2016-07-18 11:56 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Kever Yang @ 2016-07-18  1:35 UTC (permalink / raw)
  To: u-boot

Add support for rockchip rk33 series Soc like rk3368 and rk3399

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

Changes in v2:
Using rk3399 instead of rk33xx

 tools/rkcommon.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/rkcommon.c b/tools/rkcommon.c
index 72621fd..0a072aa 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 },
+	{ "rk3399", "RK33", 0x20000 },
 };
 
 static unsigned char rc4_key[16] = {
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v2] mkimage: rockchip: add suport for rk33 serial
  2016-07-18  1:35 [U-Boot] [PATCH v2] mkimage: rockchip: add suport for rk33 serial Kever Yang
@ 2016-07-18 11:56 ` Simon Glass
  2016-07-18 12:16   ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Glass @ 2016-07-18 11:56 UTC (permalink / raw)
  To: u-boot

On 17 July 2016 at 19:35, Kever Yang <kever.yang@rock-chips.com> wrote:
> Add support for rockchip rk33 series Soc like rk3368 and rk3399
>
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
>
> Changes in v2:
> Using rk3399 instead of rk33xx
>
>  tools/rkcommon.c | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v2] mkimage: rockchip: add suport for rk33 serial
  2016-07-18 11:56 ` Simon Glass
@ 2016-07-18 12:16   ` Simon Glass
  0 siblings, 0 replies; 3+ messages in thread
From: Simon Glass @ 2016-07-18 12:16 UTC (permalink / raw)
  To: u-boot

On 18 July 2016 at 05:56, Simon Glass <sjg@chromium.org> wrote:
> On 17 July 2016 at 19:35, Kever Yang <kever.yang@rock-chips.com> wrote:
>> Add support for rockchip rk33 series Soc like rk3368 and rk3399
>>
>> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
>> ---
>>
>> Changes in v2:
>> Using rk3399 instead of rk33xx
>>
>>  tools/rkcommon.c | 1 +
>>  1 file changed, 1 insertion(+)
>
> Acked-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-rockchip, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-18 12:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-18  1:35 [U-Boot] [PATCH v2] mkimage: rockchip: add suport for rk33 serial Kever Yang
2016-07-18 11:56 ` Simon Glass
2016-07-18 12:16   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.