Commit 79fa157387c4ce874bf84a145aaf5d8a209cadc3

Authored by Andy Yan
Committed by Simon Glass
1 parent 6f2d1d7df6

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -77,6 +77,7 @@
77 77 { "rk3288", "RK32", 0x8000, false, false },
78 78 { "rk3328", "RK32", 0x8000 - 0x1000, false, false },
79 79 { "rk3399", "RK33", 0x20000, false, true },
  80 + { "rv1108", "RK11", 0x1800, false, false},
80 81 };
81 82  
82 83 static unsigned char rc4_key[16] = {