1 / { 1 / { 2 images { 2 images { 3 fdt-xilfpga { 3 fdt-xilfpga { 4 description = "MIPSfpg 4 description = "MIPSfpga (xilfpga) Device Tree"; 5 data = /incbin/("boot/ 5 data = /incbin/("boot/dts/xilfpga/nexys4ddr.dtb"); 6 type = "flat_dt"; 6 type = "flat_dt"; 7 arch = "mips"; 7 arch = "mips"; 8 compression = "none"; 8 compression = "none"; 9 hash { 9 hash { 10 algo = "sha1"; 10 algo = "sha1"; 11 }; 11 }; 12 }; 12 }; 13 }; 13 }; 14 14 15 configurations { 15 configurations { 16 conf-xilfpga { 16 conf-xilfpga { 17 description = "MIPSfpg 17 description = "MIPSfpga Linux kernel"; 18 kernel = "kernel"; 18 kernel = "kernel"; 19 fdt = "fdt-xilfpga"; 19 fdt = "fdt-xilfpga"; 20 }; 20 }; 21 }; 21 }; 22 }; 22 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.