Commit Graph

19 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
b684ee39be Merge "px30/rk3326: define RK_KERNEL_ZIMG for recovery package" 2019-04-25 15:19:05 +08:00
36845d7545 rk3326: Add yocto machine
Change-Id: I4c2308271859f05c8ca70d514a3a198d4847f386
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
2019-04-25 10:13:37 +08: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
30d54dd667 rk3326: BoardConfig.mk: modify rootfs type to ext4
Change-Id: I500624d3ad3404a9db4868f69c97bd8d5daab7f0
Signed-off-by: Leo Wen <leo.wen@rock-chips.com>
2018-10-23 08:54:11 +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
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
18577b93df rk3326: fixes the rootfs type to squashfs
This patch changed the rootfs type to squashfs to ext4, and fixes kernel
dts to match kernel.

Change-Id: Iaa11c4c9224a1819b14a054136a77498119a6bb6
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
2018-07-16 14:40:03 +08:00
fb6aa128f1 rk3326: add BoardConfig.mk
Change-Id: I50e9ff44424f70005e56633cd00b19bc567b05e8
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
2018-07-06 09:01:23 +08:00