diff mbox

[U-Boot,v3,04/16] rockchip: mkimage: Add support rk3188 serial

Message ID 20170203160939.27594-5-heiko@sntech.de
State Accepted
Commit 162c46d5ee7135fcc52bb56156ab66a885537b7b
Delegated to: Simon Glass
Headers show

Commit Message

Heiko Stuebner Feb. 3, 2017, 4:09 p.m. UTC
Add the entry for the rk3188 requiring rc4-encryption of the SPL.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 tools/rkcommon.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Feb. 6, 2017, 3:35 p.m. UTC | #1
On 3 February 2017 at 08:09, Heiko Stuebner <heiko@sntech.de> wrote:
> Add the entry for the rk3188 requiring rc4-encryption of the SPL.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
>  tools/rkcommon.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Kever Yang Feb. 17, 2017, 3:29 a.m. UTC | #2
Hi Heiko,

On 02/04/2017 12:09 AM, Heiko Stuebner wrote:
> Add the entry for the rk3188 requiring rc4-encryption of the SPL.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
>   tools/rkcommon.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/tools/rkcommon.c b/tools/rkcommon.c
> index ed9b24137a..6595e02c1c 100644
> --- 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 },
>   };

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

Thanks,
- Kever
diff mbox

Patch

diff --git a/tools/rkcommon.c b/tools/rkcommon.c
index ed9b24137a..6595e02c1c 100644
--- 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 },
 };