aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2010-04-10FIX: watchdog timeout, while waiting for inputJens Scharsig
2010-04-10malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failurekarl.beldan@gmail.com
2010-04-09cmd_bmp.c: add standard subcommand handlingFrans Meulenbroeks
2010-04-09Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk
2010-04-09cmd_ubi: Fix uninitialized variable warningPeter Tyser
2010-04-08USB storage probeKim B. Heino
2010-04-08USB storage countKim B. Heino
2010-04-07fdt: Add fdt_del_node_and_alias helperKumar Gala
2010-04-01Merge branch 'next'Wolfgang Denk
2010-03-29bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"Heiko Schocher
2010-03-29i2c: made unused function i2c_mux_add_device staticFrans Meulenbroeks
2010-03-29cmd_i2c: introduced get_alen helper functionFrans Meulenbroeks
2010-03-29cmd_i2c: moved a define to before the functionsFrans Meulenbroeks
2010-03-29cmd_i2c: moved mispositioned comment for i2c mdFrans Meulenbroeks
2010-03-29cmd_i2c.c: declared local functions as staticFrans Meulenbroeks
2010-03-29Merge remote branch 'origin/master' into nextWolfgang Denk
2010-03-28cmd_usb.c: print debug messages only when DEBUG is definedWolfgang Denk
2010-03-28Merge branch 'next' of git://git.denx.de/u-boot-coldfire into nextWolfgang Denk
2010-03-24fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not usedPhilippe De Muyter
2010-03-24lcd: make 16bpp workAlessandro Rubini
2010-03-23cmd_nand: show nand scrub confirmation characterFlorian Fainelli
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-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