aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm4908/image/pkgtb-bcm4908.its
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2021-11-19 14:32:58 +0100
committerRafał Miłecki <rafal@milecki.pl>2021-11-19 14:32:58 +0100
commit494c033f9cbad67ea2cee3860894bdfffea65109 (patch)
tree2b722a833a7bb79d0b8a6e2163a100c15eb205f2 /target/linux/bcm4908/image/pkgtb-bcm4908.its
parentebb6f9287e33c3760b076efa6dcc1cce90e1a109 (diff)
downloadupstream-494c033f9cbad67ea2cee3860894bdfffea65109.tar.gz
upstream-494c033f9cbad67ea2cee3860894bdfffea65109.tar.bz2
upstream-494c033f9cbad67ea2cee3860894bdfffea65109.zip
bcm4908: continue work on images for U-Boot based devices
It still isn't ready though - more data needs to be added to the bootfs. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm4908/image/pkgtb-bcm4908.its')
-rw-r--r--target/linux/bcm4908/image/pkgtb-bcm4908.its43
1 files changed, 43 insertions, 0 deletions
diff --git a/target/linux/bcm4908/image/pkgtb-bcm4908.its b/target/linux/bcm4908/image/pkgtb-bcm4908.its
new file mode 100644
index 0000000000..295997184a
--- /dev/null
+++ b/target/linux/bcm4908/image/pkgtb-bcm4908.its
@@ -0,0 +1,43 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+
+/dts-v1/;
+
+/ {
+ description = "Broadcom image upgrade package tree binary";
+ #address-cells = <1>;
+
+ images {
+ bootfs_4908_a0+ {
+ description = "bootfs";
+ data = /incbin/("${bootfs}");
+ type = "multi";
+ compression = "none";
+
+ hash-1 {
+ algo = "sha256";
+ };
+ };
+
+ nand_squashfs {
+ description = "rootfs";
+ data = /incbin/("${rootfs}");
+ type = "filesystem";
+ compression = "none";
+
+ hash-1 {
+ algo = "sha256";
+ };
+ };
+ };
+
+ configurations {
+ default = "conf_4908_a0+_nand_squashfs";
+
+ conf_4908_a0+_nand_squashfs {
+ description = "Brcm Image Bundle";
+ bootfs = "bootfs_4908_a0+";
+ rootfs = "nand_squashfs";
+ compatible = "flash=nand;chip=4908;rev=a0+;ip=ipv6,ipv4;ddr=ddr3;fstype=squashfs";
+ };
+ };
+};