summaryrefslogtreecommitdiffstats
path: root/common/cmd_nand.c
Commit message (Expand)AuthorAgeFilesLines
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-08-141-28/+28
* drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-3/+3
* NAND read/write fixScott Wood2008-08-121-27/+9
* NAND: Always skip blocks on read/write/boot.Scott Wood2008-08-121-13/+14
* NAND: Fix compilation warning and small coding style issueStefan Roese2008-08-121-3/+2
* make nand dump and nand dump.oob workWilliam Juul2008-08-121-19/+27
* Whitespace cleanup and marking broken code.William Juul2008-08-121-44/+52
* Fixing coding style issuesWilliam Juul2008-08-121-52/+58
* Remove white space at end.William Juul2008-08-121-1/+1
* Update MTD to that of Linux 2.6.22.1William Juul2008-08-121-142/+131
* Fix some more print() format errors.Wolfgang Denk2008-07-111-2/+2
* MTD/NAND: Fix printf format warning in nand codeStefan Roese2008-07-101-6/+6
* Delay FIT format check on sector based devicesMarian Balakowicz2008-06-301-18/+20
* Cleanup nand_info[] declaration.Stelian Pop2008-05-281-2/+0
* cmd_nand.c: fix another 'incompatible pointer type' warning.Wolfgang Denk2008-04-301-1/+1
* cmd_nand.c: fix "differ in signedness" problemWolfgang Denk2008-04-281-6/+7
* NAND: fix some strict-aliasing compiler warningsWolfgang Denk2008-04-281-9/+10
* [new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz2008-03-121-0/+4
* [new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz2008-03-121-23/+42
* [new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz2008-02-291-2/+2
* [new uImage] Add dual format uImage support frameworkMarian Balakowicz2008-02-251-16/+43
* [new uImage] Rename and move print_image_hdr() routineMarian Balakowicz2008-02-211-2/+2
* [new uImage] Define a API for image handling operationsMarian Balakowicz2008-02-071-7/+7
* cmd_nand : fix compiler warning.Jean-Christophe PLAGNIOL-VILLARD2008-01-131-2/+2
* Re-introduce the 'nand read.oob' and 'nand write.oob' commandsHarald Welte2008-01-091-0/+8
* Fix do_div() usage in nand process outputMatthias Fuchs2007-09-151-1/+1
* NAND: Add CFG_NAND_QUIET optionMatthias Fuchs2007-09-151-0/+4
* Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-08-151-32/+38
|\
| * Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-08-061-9/+9
| |\
| | * Merge branch 'testing' into workingAndy Fleming2007-08-031-9/+9
| | |\
| | | * common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-081-14/+9
| | | * common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-7/+12
| * | | make show_boot_progress () weak.Heiko Schocher2007-07-131-37/+29
| |/ /
| * | [PCS440EP] upgrade the PCS440EP board:Heiko Schocher2007-06-221-12/+26
| |/
* | [NAND] Bad block skipping for command nbootThomas Knobloch2007-07-061-5/+32
|/
* Code cleanup.Wolfgang Denk2006-11-301-140/+144
* [PATCH] NAND: Partition name support added to NAND subsystemStefan Roese2006-10-281-152/+194
* Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese2006-10-201-0/+8
* Fix spelling; minor code cleanup.Wolfgang Denk2006-10-121-1/+1
* Cleanup of NAND update patch (remove changelog from cmd_nand.c)Stefan Roese2006-10-111-1/+0
* * Several improvements to the new NAND subsystem:Stefan Roese2006-10-101-25/+201
* Add loads of ntohl() in image header handlingWolfgang Denk2006-03-121-1/+1
* Minor code cleanupWolfgang Denk2006-03-061-2/+0
* Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-051-1547/+412
* Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-241-1/+1
|\
| * Update of new NAND codeWolfgang Denk2005-09-141-277/+1763
| * Rewrite of NAND code based on what is in 2.6.12 Linux kernelWolfgang Denk2005-08-171-1762/+277
* | Cleanup for GCC-4.xWolfgang Denk2005-10-131-9/+9
* | Fix problem in cmd_nand.c (only when defined CFG_NAND_SKIP_BAD_DOT_I)Stefan Roese2005-08-121-1/+2
|/
* * Fix debug code in omap5912osk flash driverwdenk2005-05-121-3/+4
OpenPOWER on IntegriCloud