mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 b35565bb16
			
		
	
	
		b35565bb16
		
	
	
	
	
		
			
			Add support for the MIPSfpga platform to generic kernel. Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/15846/ [jhogan@kernel.org: Use separate board-xilfpga.its.S. Add 32r2 and little endian requires to board-xilfpga.config] Signed-off-by: James Hogan <jhogan@kernel.org>
		
			
				
	
	
		
			23 lines
		
	
	
		
			383 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			383 B
		
	
	
	
		
			ArmAsm
		
	
	
	
	
	
| / {
 | |
| 	images {
 | |
| 		fdt@xilfpga {
 | |
| 			description = "MIPSfpga (xilfpga) Device Tree";
 | |
| 			data = /incbin/("boot/dts/xilfpga/nexys4ddr.dtb");
 | |
| 			type = "flat_dt";
 | |
| 			arch = "mips";
 | |
| 			compression = "none";
 | |
| 			hash@0 {
 | |
| 				algo = "sha1";
 | |
| 			};
 | |
| 		};
 | |
| 	};
 | |
| 
 | |
| 	configurations {
 | |
| 		conf@xilfpga {
 | |
| 			description = "MIPSfpga Linux kernel";
 | |
| 			kernel = "kernel@0";
 | |
| 			fdt = "fdt@xilfpga";
 | |
| 		};
 | |
| 	};
 | |
| };
 |