]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: mkimage: add support for RK3308
authorAndy Yan <andy.yan@rock-chips.com>
Thu, 14 Nov 2019 03:22:34 +0000 (11:22 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 17 Nov 2019 09:22:53 +0000 (17:22 +0800)
Usage:

 (1) tools/mkimage -n rk3308 -T rksd -d tpl/u-boot-tpl.bin idbloader.img
 (2) cat spl/u-boot-spl.bin >> idbloader.img
 (3) upgrade_tool wl 0x40 idbloader.img

Note:
  When use ddr binary from rkbin as tpl, use it replace u-boot-tpl.bin in(1)

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
tools/rkcommon.c

index 83df82e4b05ed20bd9111a1c6e49225a43b7d3fb..0d908daee8080c0e9c107c90e4234e43f372299a 100644 (file)
@@ -73,6 +73,7 @@ static struct spl_info spl_infos[] = {
        { "rk3188", "RK31", 0x8000 - 0x800, true },
        { "rk322x", "RK32", 0x8000 - 0x1000, false },
        { "rk3288", "RK32", 0x8000, false },
+       { "rk3308", "RK33", 0x40000 - 0x1000, false},
        { "rk3328", "RK32", 0x8000 - 0x1000, false },
        { "rk3368", "RK33", 0x8000 - 0x1000, false },
        { "rk3399", "RK33", 0x30000 - 0x2000, false },