|
@@ -22,6 +22,20 @@
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+ uboot {
|
|
|
|
|
+ description = "U-Boot";
|
|
|
|
|
+ data = /incbin/("${images_dir}/u-boot/u-boot-nodtb.bin");
|
|
|
|
|
+ os = "U-Boot";
|
|
|
|
|
+ arch = "arm64";
|
|
|
|
|
+ compression = "none";
|
|
|
|
|
+ load = <0x1000000>;
|
|
|
|
|
+ entry = <0x1000000>;
|
|
|
|
|
+
|
|
|
|
|
+ hash-1 {
|
|
|
|
|
+ algo = "sha256";
|
|
|
|
|
+ };
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
kernel {
|
|
kernel {
|
|
|
description = "Linux kernel";
|
|
description = "Linux kernel";
|
|
|
data = /incbin/("${kernel}");
|
|
data = /incbin/("${kernel}");
|
|
@@ -37,10 +51,9 @@
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- fdt_linux_RAX220 {
|
|
|
|
|
|
|
+ fdt_uboot {
|
|
|
description = "dtb";
|
|
description = "dtb";
|
|
|
- data = /incbin/("${dts_dir}/broadcom/bcm4908/bcm4908-netgear-raxe500.dtb");
|
|
|
|
|
- arch = "arm64";
|
|
|
|
|
|
|
+ data = /incbin/("${images_dir}/u-boot/u-boot.dtb");
|
|
|
type = "flat_dt";
|
|
type = "flat_dt";
|
|
|
compression = "none";
|
|
compression = "none";
|
|
|
|
|
|
|
@@ -48,9 +61,25 @@
|
|
|
algo = "sha256";
|
|
algo = "sha256";
|
|
|
};
|
|
};
|
|
|
};
|
|
};
|
|
|
|
|
+
|
|
|
|
|
+ fdt_linux_RAX220 {
|
|
|
|
|
+ description = "dtb";
|
|
|
|
|
+ data = /incbin/("${dts_dir}/broadcom/bcm4908/bcm4908-netgear-raxe500.dtb");
|
|
|
|
|
+ arch = "arm64";
|
|
|
|
|
+ type = "flat_dt";
|
|
|
|
|
+ compression = "none";
|
|
|
|
|
+ };
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
configurations {
|
|
configurations {
|
|
|
|
|
+ default = "conf_uboot";
|
|
|
|
|
+
|
|
|
|
|
+ conf_uboot {
|
|
|
|
|
+ description = "BRCM 63xxx with uboot";
|
|
|
|
|
+ fdt = "fdt_uboot";
|
|
|
|
|
+ loadables = "atf", "uboot";
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
conf_lx_RAX220 {
|
|
conf_lx_RAX220 {
|
|
|
description = "BRCM 63xxx linux";
|
|
description = "BRCM 63xxx linux";
|
|
|
kernel = "kernel";
|
|
kernel = "kernel";
|