1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) * 1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 2 / { 2 / { 3 images { 3 images { 4 fdt-jaguar2_pcb110 { 4 fdt-jaguar2_pcb110 { 5 description = "MSCC Ja 5 description = "MSCC Jaguar2 PCB110 Device Tree"; 6 data = /incbin/("boot/ 6 data = /incbin/("boot/dts/mscc/jaguar2_pcb110.dtb"); 7 type = "flat_dt"; 7 type = "flat_dt"; 8 arch = "mips"; 8 arch = "mips"; 9 compression = "none"; 9 compression = "none"; 10 hash { 10 hash { 11 algo = "sha1"; 11 algo = "sha1"; 12 }; 12 }; 13 }; 13 }; 14 fdt-jaguar2_pcb111 { 14 fdt-jaguar2_pcb111 { 15 description = "MSCC Ja 15 description = "MSCC Jaguar2 PCB111 Device Tree"; 16 data = /incbin/("boot/ 16 data = /incbin/("boot/dts/mscc/jaguar2_pcb111.dtb"); 17 type = "flat_dt"; 17 type = "flat_dt"; 18 arch = "mips"; 18 arch = "mips"; 19 compression = "none"; 19 compression = "none"; 20 hash { 20 hash { 21 algo = "sha1"; 21 algo = "sha1"; 22 }; 22 }; 23 }; 23 }; 24 }; 24 }; 25 25 26 configurations { 26 configurations { 27 pcb110 { 27 pcb110 { 28 description = "Jaguar2 28 description = "Jaguar2 Linux kernel"; 29 kernel = "kernel"; 29 kernel = "kernel"; 30 fdt = "fdt-jaguar2_pcb 30 fdt = "fdt-jaguar2_pcb110"; 31 ramdisk = "ramdisk"; 31 ramdisk = "ramdisk"; 32 }; 32 }; 33 pcb111 { 33 pcb111 { 34 description = "Jaguar2 34 description = "Jaguar2 Linux kernel"; 35 kernel = "kernel"; 35 kernel = "kernel"; 36 fdt = "fdt-jaguar2_pcb 36 fdt = "fdt-jaguar2_pcb111"; 37 ramdisk = "ramdisk"; 37 ramdisk = "ramdisk"; 38 }; 38 }; 39 }; 39 }; 40 }; 40 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.