public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mkimage: rockchip: add suport for rk33 serial
@ 2016-07-14  3:51 Kever Yang
  2016-07-14  4:26 ` Andreas Färber
  2016-07-15  3:20 ` Simon Glass
  0 siblings, 2 replies; 7+ messages in thread
From: Kever Yang @ 2016-07-14  3:51 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>
---

 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

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

end of thread, other threads:[~2016-07-17 14:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-14  3:51 [U-Boot] [PATCH] mkimage: rockchip: add suport for rk33 serial Kever Yang
2016-07-14  4:26 ` Andreas Färber
2016-07-15  1:40   ` Kever Yang
2016-07-15  3:20 ` Simon Glass
2016-07-15  3:56   ` Simon Glass
2016-07-16 16:04     ` Andreas Färber
2016-07-17 14:14       ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox