summaryrefslogtreecommitdiff
path: root/common/cmd_doc.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Remove legacy NAND and disk on chip code.Scott Wood1-1644/+0
2009-06-12General help message cleanupWolfgang Denk1-2/+2
2009-04-04Noisily disable the legacy NAND subsystem.Scott Wood1-0/+4
2009-01-28Command usage cleanupPeter Tyser1-2/+2
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-5/+5
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-15/+15
2008-08-12Whitespace cleanup and marking broken code.William Juul1-0/+5
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul1-0/+4
2008-07-01Delay FIT format check on sector based devicesMarian Balakowicz1-9/+10
2008-03-12[new uImage] Use show_boot_progress() for new uImage formatMarian Balakowicz1-0/+2
2008-03-12[new uImage] Add new uImage format handling to other bootm related commandsMarian Balakowicz1-12/+22
2008-02-29[new uImage] Update naming convention for bootm/uImage related codeMarian Balakowicz1-1/+1
2008-02-25[new uImage] Add dual format uImage support frameworkMarian Balakowicz1-8/+20
2008-02-21[new uImage] Rename and move print_image_hdr() routineMarian Balakowicz1-1/+1
2008-02-07[new uImage] Define a API for image handling operationsMarian Balakowicz1-2/+2
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-5/+0
2007-08-06Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk1-2/+2
2007-08-03Merge branch 'testing' into workingAndy Fleming1-2/+2
2007-07-13make show_boot_progress () weak.Heiko Schocher1-20/+13
2007-07-09common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-2/+2
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-06-22[PCS440EP] upgrade the PCS440EP board:Heiko Schocher1-6/+13
2006-04-05Remove dependencies between DoC code and old legacy NAND driver.Marian Balakowicz1-4/+26
2006-03-12Add loads of ntohl() in image header handlingWolfgang Denk1-1/+1
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka1-1/+2
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-8/+8
2003-09-11* Patches by Denis Peter, 9 Sep 2003:wdenk1-2/+9
2003-09-06* Add support for SK98xx driverwdenk1-3/+3
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-4/+4
2003-06-28* Code cleanup:wdenk1-9/+26
2003-03-26Make compile clean, fix the usual small problems.wdenk1-0/+1
2002-11-03Initial revisionwdenk1-0/+1563