projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfbcdad
)
rockchip: mkimage: Add support rk3188 serial
author
Heiko Stübner
<heiko@sntech.de>
Sat, 18 Feb 2017 18:46:28 +0000
(19:46 +0100)
committer
Simon Glass
<sjg@chromium.org>
Thu, 16 Mar 2017 22:03:44 +0000
(16:03 -0600)
Add the entry for the rk3188 requiring rc4-encryption of the SPL.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
tools/rkcommon.c
patch
|
blob
|
history
diff --git
a/tools/rkcommon.c
b/tools/rkcommon.c
index ed9b24137a0e845907576461a7488bd021391fc6..6595e02c1c5b87e9e4c6b659bcd8c90365e5193a 100644
(file)
--- a/
tools/rkcommon.c
+++ b/
tools/rkcommon.c
@@
-57,6
+57,7
@@
struct spl_info {
static struct spl_info spl_infos[] = {
{ "rk3036", "RK30", 0x1000, false },
+ { "rk3188", "RK31", 0x8000 - 0x800, true },
{ "rk3288", "RK32", 0x8000, false },
{ "rk3399", "RK33", 0x20000, false },
};