Skip to content

Commit

Permalink
bcm4908: include U-Boot DTB files for ASUS GT-AX6000 & Netgear RAX220
Browse files Browse the repository at this point in the history
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  • Loading branch information
Rafał Miłecki committed Mar 15, 2022
1 parent f4c2dab commit 2de8669
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions target/linux/bcm4908/image/bootfs-generic.its
Expand Up @@ -62,6 +62,28 @@
};
};

fdt_GTAX6000 {
description = "dtb";
data = /incbin/("${images_dir}/u-boot/GTAX6000.dtb");
type = "flat_dt";
compression = "none";

hash-1 {
algo = "sha256";
};
};

fdt_uboot_RAX220 {
description = "dtb";
data = /incbin/("${images_dir}/u-boot/RAX220.dtb");
type = "flat_dt";
compression = "none";

hash-1 {
algo = "sha256";
};
};

fdt_linux_RAX220 {
description = "dtb";
data = /incbin/("${dts_dir}/broadcom/bcm4908/bcm4908-netgear-raxe500.dtb");
Expand All @@ -80,6 +102,18 @@
loadables = "atf", "uboot";
};

conf_ub_GTAX6000 {
description = "GTAX6000";
fdt = "fdt_GTAX6000";
loadables = "atf", "uboot";
};

conf_ub_RAX220 {
description = "RAX220";
fdt = "fdt_uboot_RAX220";
loadables = "atf", "uboot";
};

conf_lx_RAX220 {
description = "BRCM 63xxx linux";
kernel = "kernel";
Expand Down

0 comments on commit 2de8669

Please sign in to comment.