mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	Add support for NXP layerscape ls1043ardb 64b/32b Dev board. LS1043a is an SoC with 4x64-bit up to 1.6 GHz ARMv8 A53 cores. ls1043ardb support features as: 2GB DDR4, 128MB NOR/512MB NAND, USB3.0, eSDHC, I2C, GPIO, PCIe/Mini-PCIe, 6x1G/1x10G network port, etc. 64b/32b ls1043ardb target is using 4.4 kernel, and rcw/u-boot/fman images from NXP QorIQ SDK release. All of 4.4 kernel patches porting from SDK release or upstream. QorIQ SDK ISOs can be downloaded from this location: http://www.nxp.com/products/software-and-tools/run-time-software/linux-sdk/linux-sdk-for-qoriq-processors:SDKLINUX Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
		
			
				
	
	
		
			22 lines
		
	
	
		
			737 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			737 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 8f9b9d829ea0e67760b2e67c9339f6c417084fdc Mon Sep 17 00:00:00 2001
 | |
| From: Pan Jiafei <Jiafei.Pan@nxp.com>
 | |
| Date: Thu, 28 Jan 2016 12:10:24 +0800
 | |
| Subject: [PATCH 05/70] armv8: aarch32: change FS file name in ITS
 | |
| 
 | |
| Signed-off-by: Pan Jiafei <Jiafei.Pan@nxp.com>
 | |
| ---
 | |
|  kernel-ls1043a-rdb-aarch32.its |    2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| --- a/kernel-ls1043a-rdb-aarch32.its
 | |
| +++ b/kernel-ls1043a-rdb-aarch32.its
 | |
| @@ -33,7 +33,7 @@
 | |
|  		};
 | |
|  		ramdisk@1 {
 | |
|  			description = "LS1 Ramdisk";
 | |
| -                        data = /incbin/("./fsl-image-core-ls1021atwr-wifi.rootfs.ext2.gz");
 | |
| +                        data = /incbin/("./fsl-image-core-ls1043ardb-32b.ext2.gz");
 | |
|  			type = "ramdisk";
 | |
|  			arch = "arm";
 | |
|  			os = "linux";
 |