mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	Refresh patches. Adapt 704-phy-no-genphy-soft-reset.patch. Remove brcm2708/950-0005-mm-Remove-the-PFN-busy-warning.patch. Compile-tested on brcm2708/bcm2708 and x86/64. Runtime-tested on brcm2708/bcm2708 and x86/64. Fixes the following vulnerabilities: - CVE-2017-7533 - CVE-2017-1000111 - CVE-2017-1000112 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
		
			
				
	
	
		
			19 lines
		
	
	
		
			813 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			813 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From: André Valentin <avalentin@marcant.net>
 | |
| Subject: linux/mtd: add id for mx25u3235f needed by ZyXEL NBG6817
 | |
| 
 | |
| Signed-off-by: André Valentin <avalentin@marcant.net>
 | |
| ---
 | |
|  drivers/mtd/spi-nor/spi-nor.c | 1 +
 | |
|  1 file changed, 1 insertion(+)
 | |
| 
 | |
| --- a/drivers/mtd/spi-nor/spi-nor.c
 | |
| +++ b/drivers/mtd/spi-nor/spi-nor.c
 | |
| @@ -1014,6 +1014,7 @@ static const struct flash_info spi_nor_i
 | |
|  	{ "mx25l3205d",  INFO(0xc22016, 0, 64 * 1024,  64, SECT_4K) },
 | |
|  	{ "mx25l3255e",  INFO(0xc29e16, 0, 64 * 1024,  64, SECT_4K) },
 | |
|  	{ "mx25l6405d",  INFO(0xc22017, 0, 64 * 1024, 128, SECT_4K) },
 | |
| +	{ "mx25u3235f",	 INFO(0xc22536, 0, 64 * 1024, 64, 0) },
 | |
|  	{ "mx25u6435f",  INFO(0xc22537, 0, 64 * 1024, 128, SECT_4K) },
 | |
|  	{ "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) },
 | |
|  	{ "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) },
 |