aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD21-103/+23
2008-08-12OneNAND: Fill in MTD function pointers for OneNAND.Fathi BOUDRA1-1/+1
2008-08-12NAND: Do not write or read a whole block if it is larger than the environmentGuennadi Liakhovetski1-9/+9
2008-08-12NAND read/write fixScott Wood1-27/+9
2008-08-12NAND: Always skip blocks on read/write/boot.Scott Wood1-13/+14
2008-08-12NAND: Fix compilation warning and small coding style issueStefan Roese1-3/+2
2008-08-12make nand dump and nand dump.oob workWilliam Juul1-19/+27
2008-08-12Incorporate yaffs2 into U-bootWilliam Juul2-0/+216
2008-08-12Whitespace cleanup and marking broken code.William Juul2-44/+57
2008-08-12Fixing coding style issuesWilliam Juul1-52/+58
2008-08-12Remove white space at end.William Juul1-1/+1
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul2-142/+135
2008-08-1285xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUSKumar Gala1-2/+2
2008-08-12Fix fallout from autostart revertKumar Gala2-20/+2
2008-08-11common/cmd_load.c - Minor code & Coding Style cleanupGururaja Hebbar K R1-7/+8
2008-08-10OneNAND: Remove base address offset usagedirk.behme@googlemail.com2-9/+0
2008-08-10Revert "[new uImage] Add autostart flag to bootm_headers structure"Wolfgang Denk2-1/+16
2008-08-09FIT: Fix handling of images without ramdisksPeter Tyser1-1/+1
2008-08-08TQM823L: re-enable logo support; update LCD_INFO textWolfgang Denk1-1/+1
2008-08-01Fix bitmap display for atmel lcd controllerMark Jackson1-1/+5
2008-07-31Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2-3/+15
2008-07-31Add gzipped logo supportMark Jackson1-0/+13
2008-07-31Uncompressed images loaded to their start address shall set load_end tooGuennadi Liakhovetski1-3/+2
2008-07-31Fix printf() format problems with configurable promptsWolfgang Denk1-2/+2
2008-07-31Fix compile warnings in dlmallocKumar Gala1-10/+11
2008-07-31cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'Stefan Roese1-2/+2
2008-07-30Fix more printf() format warningsJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-07-30Fix remaining CFG_CMD_ define, ifdef and commentsJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-07-30Fix warnings if compiling with IDE support.Heiko Schocher1-24/+22
2008-07-20microblaze: Fix printf() format issuesMichal Simek2-4/+4
2008-07-20ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOULStefan Roese1-2/+2
2008-07-15Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefilev1.3.4-rc1Wolfgang Denk1-9/+9
2008-07-15Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-0/+87
2008-07-14fdt: add crypto node handling for MPC8{3, 5}xxE processorsKim Phillips1-0/+87
2008-07-14Fix some more printf() format problems.Kumar Gala1-1/+1
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk12-25/+25
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-1/+1
2008-07-13Fix some more printf() format problems.Wolfgang Denk2-3/+4
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD4-6/+6
2008-07-13FIS: repare incorrect return value with ramdisk handlingMichal Simek1-8/+8
2008-07-11Fix some more print() format errors.Wolfgang Denk2-13/+13
2008-07-10silence misc printf formatting compiler warningsKim Phillips2-8/+8
2008-07-10USB: shutdown USB before bootingMarkus Klotzbücher1-0/+18
2008-07-10Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk1-4/+15
2008-07-10Fix some more print() format errors.Wolfgang Denk1-1/+1
2008-07-10Fix "usb part" commandChristian Eggers1-4/+15
2008-07-10MTD/NAND: Fix printf format warning in nand codeStefan Roese1-6/+6
2008-07-10Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk1-4/+4
2008-07-10Remove code duplication for setting the default environmentHarald Welte2-29/+19
2008-07-09NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.Marcel Ziswiler1-4/+4