Commit Graph

12 Commits

Author SHA1 Message Date
88c0710feb boardconfig: remove ambiguous RK_STORAGE_TYPE for some SoCs
Change-Id: I5972e79d57fb75fc2871b52cbea56c01b1687e01
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
2019-09-17 00:41:24 +00:00
b42626318e px30/rk3326: define RK_KERNEL_ZIMG for recovery package
Change-Id: I0263313ccd364cdb1f12a0b1f05cedf33c8eb6c6
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
2019-04-25 09:25:37 +08:00
445e638aa0 build.sh/BoardConfig: Support packing different rootfs images
Change-Id: I45a73d115feb12ef31ccab59f4ff6fd7937894be
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
2019-04-24 10:23:06 +08:00
1f05fc35ff rk3326: Add trust-bl32 config for robot
Change-Id: I4977112954947fd4602fa3db04c7f164f1bf109a
Signed-off-by: Leo Wen <leo.wen@rock-chips.com>
2019-02-12 14:44:53 +08:00
3f6d6bb028 rockchip: correct oem comment
Change-Id: I27e9957c652d918bb6c7f0f1cebe388f4cede5a6
Signed-off-by: Lin Huang <hl@rock-chips.com>
2019-01-21 11:16:34 +08:00
36e523fb41 rk3326: set default boot image to lz4 type
Change-Id: If5d76c6f3585504215c08f3b493c06f7d3c51826
Signed-off-by: zain wang <wzz@rock-chips.com>
2018-11-30 17:04:41 +08:00
38b930ab9b Merge "add parameter for kernel image" 2018-09-13 18:14:43 +08:00
097a6bc661 Merge "add parameter for misc, ramdisk, distro" 2018-09-13 18:14:25 +08:00
d5d29761ba add parameter for kernel image
Change-Id: If8d65f78fd9d59e51d3ac4673290d339f5ab2d2c
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
2018-09-13 08:55:58 +08:00
5f752a85d2 add parameter for misc, ramdisk, distro
Change-Id: I292cdda083a7e690e46f05eff23a90a7180e8001
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
2018-09-13 08:55:43 +08:00
23bee10cfa device/rockchip: modify rk3326 rootfs type to squashfs
Change-Id: I6efc4455fb75832b01b9eb91efa9808f3446fefe
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
2018-09-11 14:05:06 +08:00
933fa2d626 device/rockchip: add the 32bit support for rk3326 and px30
if you need build the 32bit by default, you need modify the xml on
.repo/manifests.
for example, the px30:
.repo/manifests$
--- a/px30_linux.xml
+++ b/px30_linux.xml
@@ -17,7 +17,7 @@
     <linkfile dest="mkfirmware.sh" src="common/mkfirmware.sh"/>
     <linkfile dest="build.sh" src="common/build.sh"/>
     <linkfile dest="rkflash.sh" src="common/rkflash.sh"/>
-    <linkfile dest="device/rockchip/.BoardConfig.mk" src="px30/BoardConfig.mk"/>
+    <linkfile dest="device/rockchip/.BoardConfig.mk" src="px30/BoardConfig_32bit.mk"/>
   </project>

Then run the build.sh

Change-Id: I86500f054d51bf185129dfa53fe9309252dcb6fb
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
2018-08-28 17:04:54 +08:00