summaryrefslogtreecommitdiff
path: root/tools/rkcommon.c
diff options
context:
space:
mode:
authorAndy Yan <andy.yan@rock-chips.com>2017-06-01 17:58:31 +0800
committerSimon Glass <sjg@chromium.org>2017-06-07 07:29:24 -0600
commit79fa157387c4ce874bf84a145aaf5d8a209cadc3 (patch)
tree5701144015610620f652c25310748ff4d24ed211 /tools/rkcommon.c
parent6f2d1d7df6e184aa20f3f75855897f5fa81f883e (diff)
rockchip: mkimage: Add support for RV1108
Add support to mkimage for rv1108 soc, the max spl code size for rv1108 is 6kb, and the spl code should be packed by rksd, wether boot from emmc or spi nor flash. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/rkcommon.c')
-rw-r--r--tools/rkcommon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/rkcommon.c b/tools/rkcommon.c
index 42547aa9d1..fd95abc79a 100644
--- a/tools/rkcommon.c
+++ b/tools/rkcommon.c
@@ -77,6 +77,7 @@ static struct spl_info spl_infos[] = {
{ "rk3288", "RK32", 0x8000, false, false },
{ "rk3328", "RK32", 0x8000 - 0x1000, false, false },
{ "rk3399", "RK33", 0x20000, false, true },
+ { "rv1108", "RK11", 0x1800, false, false},
};
static unsigned char rc4_key[16] = {