From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Fri, 17 Feb 2017 11:29:16 +0800 Subject: [U-Boot] [PATCH v3 04/16] rockchip: mkimage: Add support rk3188 serial In-Reply-To: <20170203160939.27594-5-heiko@sntech.de> References: <20170203160939.27594-1-heiko@sntech.de> <20170203160939.27594-5-heiko@sntech.de> Message-ID: <58A66E0C.9020109@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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 Thanks, - Kever