summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2010-03-24fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not usedPhilippe De Muyter
2010-03-21Merge remote branch 'origin/master' into nextWolfgang Denk
2010-03-21fdt_support: add partitions fixup in mtd nodeAnatolij Gustschin
2010-03-21cmd history: Match history buffer size to console bufferJohn Schmoller
2010-03-21console: Fix console buffer overrunJohn Schmoller
2010-03-21cmd_setexpr: allow memory addresses in expressionsFrans Meulenbroeks
2010-03-21cmd_i2c.c: added i2c read to memory functionFrans Meulenbroeks
2010-03-21cmd_i2c.c: sorted commands alphabeticallyFrans Meulenbroeks
2010-03-21cmd_i2c.c: reworked subcommand handlingFrans Meulenbroeks
2010-03-21cmd_bootm.c: made subcommand array staticFrans Meulenbroeks
2010-03-21cmd_i2c.c: reduced subaddress length to 3 bytesFrans Meulenbroeks
2010-03-21console.c: fix problem with splashimageAnatolij Gustschin
2010-03-21cmd_mmc remove \nFrans Meulenbroeks
2010-03-12Prepare v2010.03-rc1Wolfgang Denk
2010-03-11Cosmetic change - indentation correction.Michael Zaidman
2010-03-11cmd_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-23cmd_itest.c: fix pointer dereferencingFrans Meulenbroeks
2010-02-07net: 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-27Add support to disable cpu's in multicore processorsKumar Gala
2010-01-26add ability to handle compressed images to imxtractWolfgang Wegner
2010-01-25jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZEMike Frysinger
2010-01-25gzip/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-17CRAMFS: support cramfs in RAMHeiko Schocher
2010-01-17env, eeprom: add redundant environment supportHeiko Schocher
2010-01-17cmd_eeprom: I2C updatesHeiko Schocher
2010-01-17cmd_bootm.c: Change interpretation of standalone image parameters.Detlev Zundel
2010-01-17cmd_bootm.c: Do not load a ramdisk when not booting a kernel.Detlev Zundel
2010-01-17kgdb: update mem2hex/hex2mem funcsRobin Getz
2010-01-17kgdb: add default generic stubsRobin Getz
2010-01-17config_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