NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.This is particularly problematic now that non-NAND-specific code isincluding <nand.h>, and thus all debugging code is being compiledreg
NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.This is particularly problematic now that non-NAND-specific code isincluding <nand.h>, and thus all debugging code is being compiledregardless of whether it was requested, as reported by Scott McNutt<smcnutt@psyent.com>.Signed-off-by: Scott Wood <scottwood@freescale.com>
show more ...
onenand: rename 16 bit memory copy into memcpy_16() to avoid conflictsOnenand needs a version of memcpy() which performs 16 bit accessesonly; make sure the name does not conflict with the standard
onenand: rename 16 bit memory copy into memcpy_16() to avoid conflictsOnenand needs a version of memcpy() which performs 16 bit accessesonly; make sure the name does not conflict with the standardfunction.Signed-off-by: Wolfgang Denk <wd@denx.de>
Fix OneNAND readIt should access with 16-bit instead of 8-bitNow it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.Signed-off-by: Kyungmin Park <kyungmin.p
Fix OneNAND readIt should access with 16-bit instead of 8-bitNow it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Add Flex-OneNAND booting supportFlex-OneNAND is a monolithic integrated circuit with a NAND Flash arrayusing a NOR Flash interface. This on-chip integration enables system designersto reduce exte
Add Flex-OneNAND booting supportFlex-OneNAND is a monolithic integrated circuit with a NAND Flash arrayusing a NOR Flash interface. This on-chip integration enables system designersto reduce external system logic and use high-density NAND Flashin applications that would otherwise have to use more NOR components.Flex-OneNAND enables users to configure to partition it into SLC and MLC areasin more flexible way. While MLC area of Flex-OneNAND can be used to store datathat require low reliability and high density, SLC area of Flex-OneNANDto store data that need high reliability and high performance. Flex-OneNANDcan let users take advantage of storing these two different types of datainto one chip, which is making Flex-OneNAND more cost- and space-effective.Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
OneNAND: Separate U-Boot dependent code from OneNANDOneNAND: Separate U-Boot dependent code from OneNANDSigned-off-by: Kyungmin Park <kyungmin.park@samsung.com>
drivers/mtd : move mtd drivers to drivers/mtdSigned-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
123