aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2010-03-21console.c: fix problem with splashimageAnatolij Gustschin
2010-03-21cmd_mmc remove \nFrans Meulenbroeks
2010-03-12Prepare v2010.03-rc1v2010.03-rc1Wolfgang Denk
2010-03-12Cosmetic change - indentation correction.Michael Zaidman
2010-03-12cmd_mtdparts.c: prevent printbuffer overflowsAnatolij Gustschin
2010-03-11Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOTWolfgang Denk
2010-03-11PPC: Record U-Boot's relocated address in RAM and show in bdinfo.Richard Retanubun
2010-02-24cmd_itest.c: fix pointer dereferencingFrans Meulenbroeks
2010-02-06net: Use 0.5 sec timeout in miiphy_reset() instead of counting loopStefan Roese
2010-02-03USB: usb_control_msg wait for driver ISR to set status.Remy Bohmer
2010-02-03Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk
2010-02-03Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk
2010-01-31cmd_ximg.c: fix error: 'i' undeclaredWolfgang Denk
2010-01-27lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolorAnatolij Gustschin
2010-01-27env_nand.c: print error message and fail gracefullyWolfgang Denk
2010-01-26Add support to disable cpu's in multicore processorsKumar Gala
2010-01-26add ability to handle compressed images to imxtractWolfgang Wegner
2010-01-26jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZEMike Frysinger
2010-01-26gzip/zlib: make features optionalMike Frysinger
2010-01-25mkimage: Add Freescale imx Boot Image support (imximage)Stefano Babic
2010-01-21lmb: only force on arches that use itMike Frysinger
2010-01-18CRAMFS: support cramfs in RAMHeiko Schocher
2010-01-18env, eeprom: add redundant environment supportHeiko Schocher
2010-01-18cmd_eeprom: I2C updatesHeiko Schocher
2010-01-18cmd_bootm.c: Change interpretation of standalone image parameters.Detlev Zundel
2010-01-18cmd_bootm.c: Do not load a ramdisk when not booting a kernel.Detlev Zundel
2010-01-18kgdb: update mem2hex/hex2mem funcsRobin Getz
2010-01-18kgdb: add default generic stubsRobin Getz
2010-01-18config_defaults.h: new header for common u-boot config defaultsMike Frysinger
2010-01-15malloc: return NULL if not initialized yetWolfgang Denk
2010-01-06onenand: Fix compile errors due to FlexOneNANDSanjeev Premi
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner
2009-12-20usb: write command for RAW partition.Mahavir Jain
2009-12-20USB Consolidate descriptor definitionsTom Rix
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher
2009-12-07Merge branch 'master' of ../work into nextWolfgang Denk
2009-12-07i2c: fix dangling comment in do_i2c_mw()Heiko Schocher
2009-12-07Merge branch 'master' into nextWolfgang Denk
2009-12-07bootm: Fix help message's sub-command orderingPeter Tyser
2009-12-05Merge branch 'master' into nextWolfgang Denk
2009-12-05add lzop decompression supportPeter Korsgaard
2009-12-05i386: Fix malloc initializationGraeme Russ
2009-12-02Remove superfluous preprocessor tests from some cmd_*.c files.Robert P. J. Day
2009-12-02Removes dead code in the file common/cmd_i2c.cPratap Chandu
2009-12-02cmd_date: Fix spelling in error message.Magnus Lilja
2009-12-02Move do_irqinfo() to common/cmd_irq.cPeter Tyser
2009-12-02cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSEPeter Tyser
2009-12-02circbuf: Move to lib_generic and conditionally compilePeter Tyser
2009-12-02exports: rewrite jump table initMike Frysinger
2009-11-24bootm: mark local boot_os[] table staticMike Frysinger