summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2010-02-24cmd_itest.c: fix pointer dereferencingFrans Meulenbroeks1-2/+7
2010-02-07net: Use 0.5 sec timeout in miiphy_reset() instead of counting loopStefan Roese1-6/+6
2010-02-04USB: usb_control_msg wait for driver ISR to set status.Remy Bohmer1-7/+12
2010-02-03Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-0/+7
2010-02-03Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk1-8/+0
2010-01-31cmd_ximg.c: fix error: 'i' undeclaredWolfgang Denk1-14/+19
2010-01-27lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolorAnatolij Gustschin1-8/+0
2010-01-27env_nand.c: print error message and fail gracefullyWolfgang Denk1-0/+7
2010-01-27Add support to disable cpu's in multicore processorsKumar Gala1-0/+3
2010-01-26add ability to handle compressed images to imxtractWolfgang Wegner1-7/+85
2010-01-26jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZEMike Frysinger1-2/+2
2010-01-26gzip/zlib: make features optionalMike Frysinger1-0/+2
2010-01-26mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic1-0/+1
2010-01-22lmb: only force on arches that use itMike Frysinger1-18/+16
2010-01-18CRAMFS: support cramfs in RAMHeiko Schocher2-0/+217
2010-01-18env, eeprom: add redundant environment supportHeiko Schocher1-4/+127
2010-01-18cmd_eeprom: I2C updatesHeiko Schocher2-11/+69
2010-01-18cmd_bootm.c: Change interpretation of standalone image parameters.Detlev Zundel1-3/+0
2010-01-18cmd_bootm.c: Do not load a ramdisk when not booting a kernel.Detlev Zundel1-1/+2
2010-01-18kgdb: update mem2hex/hex2mem funcsRobin Getz1-11/+32
2010-01-18kgdb: add default generic stubsRobin Getz2-1/+65
2010-01-18config_defaults.h: new header for common u-boot config defaultsMike Frysinger1-4/+0
2010-01-15malloc: return NULL if not initialized yetWolfgang Denk1-0/+6
2010-01-07onenand: Fix compile errors due to FlexOneNANDSanjeev Premi1-1/+8
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner4-6/+0
2009-12-20usb: write command for RAW partition.Mahavir Jain2-0/+123
2009-12-20USB Consolidate descriptor definitionsTom Rix4-45/+48
2009-12-09common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher4-22/+4
2009-12-08Merge branch 'master' of ../work into nextWolfgang Denk1-4/+0
2009-12-08i2c: fix dangling comment in do_i2c_mw()Heiko Schocher1-4/+0
2009-12-08Merge branch 'master' into nextWolfgang Denk1-2/+2
2009-12-08bootm: Fix help message's sub-command orderingPeter Tyser1-2/+2
2009-12-05Merge branch 'master' into nextWolfgang Denk10-147/+14
2009-12-05add lzop decompression supportPeter Korsgaard2-0/+23
2009-12-05i386: Fix malloc initializationGraeme Russ1-6/+0
2009-12-03Remove superfluous preprocessor tests from some cmd_*.c files.Robert P. J. Day2-8/+0
2009-12-03Removes dead code in the file common/cmd_i2c.cPratap Chandu1-8/+0
2009-12-03cmd_date: Fix spelling in error message.Magnus Lilja1-3/+3
2009-12-03Move do_irqinfo() to common/cmd_irq.cPeter Tyser2-11/+9
2009-12-03cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSEPeter Tyser1-4/+0
2009-12-03circbuf: Move to lib_generic and conditionally compilePeter Tyser2-111/+0
2009-12-03exports: rewrite jump table initMike Frysinger1-31/+27
2009-11-25bootm: mark local boot_os[] table staticMike Frysinger1-1/+1
2009-11-25Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=yRemy Bohmer1-1/+1
2009-11-23Add 'true' and 'false' commandsPeter Tyser1-0/+22
2009-11-23cmd_help: General cleanupPeter Tyser1-14/+7
2009-11-23command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser7-233/+353
2009-11-14ENV Variable support for Flex-OneNANDAmul Kumar Saha1-0/+10
2009-11-14cmd_nand: Move conditional compilation to MakefilePeter Tyser2-5/+1
2009-11-14cmd_nand: Remove duplicate includePeter Tyser1-8/+0