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
a50c350cd2 px30: Add trust-bl32 config for robot
Change-Id: Ia2989a7bc510cb4cfe6aef23207dbdd7912a740e
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
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
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
38c55c6525 add parameter and rootfs image path define to board config
the default rootfs image is buildroot rootfs image

Change-Id: I3b6d9d77edd61d76e86da1e2802f344abb3b57a7
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
2018-08-18 07:57:45 +08:00
bd9781f339 export the variable in BoardConfig and add prefix to these variable
we need the make these variable to be environment variable. that will
allow us to use these variable in Makefile.
ie. we need to know the oem and userdata file system type when we
mount it. and that is defined in BoardConifg

Change-Id: I1c816214c60aba4761c34ad8b3d8f5611f81cfbb
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
2018-08-17 17:33:42 +08:00
d0acb97f1f rockchip: match the kernel defconfig for Boardconfig
Change-Id: Ib4fa994f7301ee7398cabb03365cc6b148962bcb
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
2018-07-10 16:30:59 +08:00
801e576fd3 rockchip: add px30 for supporting
Change-Id: I1a87152531bd3bff858ffef1eddc31c98e5a4f68
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
2018-07-09 15:47:51 +08:00