summaryrefslogtreecommitdiff
path: root/include/onenand_uboot.h
AgeCommit message (Collapse)AuthorFilesLines
2016-07-22mtd: OneNAND: allow board init function failLadislav Michl1-1/+1
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2016-07-22onenand_spl_simple: Add a simple OneNAND read functionLadislav Michl1-0/+1
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2013-04-12arm: Remove support for unused s3c64xxBenoît Thébaudeau1-4/+0
Following the removal of the smdk6400 board, the s3c64xx SoC becomes unused, so remove associated code. It will still be possible to restore it later from the Git history if necessary. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
2011-11-16OneNAND: Add simple OneNAND SPLMarek Vasut1-0/+3
This introduces small OneNAND loader, fitting into 1kB of space (smallest possible OneNAND RAM size). Some devices equipped with such crappy chips will use this. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Cc: Kyungmin Park <kyungmin.park@samsung.com> Cc: Scott Wood <scottwood@freescale.com> V2: Introduce spl_onenand_load_image() to load data from OneNAND in SPL V3: Cleanup, align with nand_spl. Skip whole blocks.
2009-11-14Flex-OneNAND driver supportAmul Kumar Saha1-0/+10
This patch adds support for Flex-OneNAND devices. Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com> Signed-off-by: Amul Kumar Saha <amul.saha@samsung.com>
2009-02-02Compile warning fix in onenand_uboot.hRemy Bohmer1-0/+2
Regression since merge window after 2009.01 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2009-01-23Sync with 2.6.27Kyungmin Park1-5/+9
Sync with OneNAND kernel codes Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2008-09-09onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter listJean-Christophe PLAGNIOL-VILLARD1-0/+1
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-08-21Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park1-10/+4
Also sync with kernel OneNAND codes Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
2008-08-12OneNAND: Fill in MTD function pointers for OneNAND.Fathi BOUDRA1-1/+1
onenand_print_device_info(): - Now returns a string to be placed in mtd->name, rather than calling printf. - Remove verbose parameter as it becomes useless. Signed-off-by: Fathi Boudra <fabo@debian.org> Signed-off-by: Scott Wood <scottwood@freescale.com>
2008-05-28Make onenand_uboot.h self-sufficient.Scott Wood1-0/+5
Don't assume types are provided by previously included headers. Signed-off-by: Scott Wood <scottwood@freescale.com>
2007-09-17OneNAND support (take #2)Kyungmin Park1-0/+39
[PATCH 3/3] OneNAND support (take #2) OneNAND support at U-Boot Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>