aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2010-04-10FIX: watchdog timeout, while waiting for inputJens Scharsig1-0/+3
2010-04-10malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failurekarl.beldan@gmail.com1-1/+1
2010-04-09cmd_bmp.c: add standard subcommand handlingFrans Meulenbroeks1-25/+56
2010-04-09Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk1-1/+1
2010-04-09cmd_ubi: Fix uninitialized variable warningPeter Tyser1-1/+1
2010-04-08USB storage probeKim B. Heino1-2/+2
2010-04-08USB storage countKim B. Heino2-6/+9
2010-04-07fdt: Add fdt_del_node_and_alias helperKumar Gala1-0/+13
2010-04-01Merge branch 'next'Wolfgang Denk8-124/+420
2010-03-29bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"Heiko Schocher1-1/+2
2010-03-29i2c: made unused function i2c_mux_add_device staticFrans Meulenbroeks1-1/+1
2010-03-29cmd_i2c: introduced get_alen helper functionFrans Meulenbroeks1-72/+47
2010-03-29cmd_i2c: moved a define to before the functionsFrans Meulenbroeks1-2/+2
2010-03-29cmd_i2c: moved mispositioned comment for i2c mdFrans Meulenbroeks1-4/+4
2010-03-29cmd_i2c.c: declared local functions as staticFrans Meulenbroeks1-14/+14
2010-03-29Merge remote branch 'origin/master' into nextWolfgang Denk2-6/+22
2010-03-28cmd_usb.c: print debug messages only when DEBUG is definedWolfgang Denk1-2/+2
2010-03-28Merge branch 'next' of git://git.denx.de/u-boot-coldfire into nextWolfgang Denk1-2/+2
2010-03-24fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not usedPhilippe De Muyter1-2/+2
2010-03-24lcd: make 16bpp workAlessandro Rubini1-4/+20
2010-03-23cmd_nand: show nand scrub confirmation characterFlorian Fainelli1-2/+8
2010-03-21Merge remote branch 'origin/master' into nextWolfgang Denk2-4/+8
2010-03-21fdt_support: add partitions fixup in mtd nodeAnatolij Gustschin2-1/+220
2010-03-21cmd history: Match history buffer size to console bufferJohn Schmoller1-1/+1
2010-03-21console: Fix console buffer overrunJohn Schmoller1-2/+2
2010-03-21cmd_setexpr: allow memory addresses in expressionsFrans Meulenbroeks1-4/+30
2010-03-21cmd_i2c.c: added i2c read to memory functionFrans Meulenbroeks1-1/+59
2010-03-21cmd_i2c.c: sorted commands alphabeticallyFrans Meulenbroeks1-6/+5
2010-03-21cmd_i2c.c: reworked subcommand handlingFrans Meulenbroeks1-32/+45
2010-03-21cmd_bootm.c: made subcommand array staticFrans Meulenbroeks1-1/+1
2010-03-21cmd_i2c.c: reduced subaddress length to 3 bytesFrans Meulenbroeks1-5/+5
2010-03-21console.c: fix problem with splashimageAnatolij Gustschin1-3/+7
2010-03-21cmd_mmc remove \nFrans Meulenbroeks1-1/+1
2010-03-12Prepare v2010.03-rc1Wolfgang Denk2-2/+1
2010-03-12Cosmetic change - indentation correction.Michael Zaidman1-2/+2
2010-03-12cmd_mtdparts.c: prevent printbuffer overflowsAnatolij Gustschin1-2/+8
2010-03-11Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOTWolfgang Denk1-4/+4
2010-03-11PPC: Record U-Boot's relocated address in RAM and show in bdinfo.Richard Retanubun1-0/+1
2010-02-24cmd_itest.c: fix pointer dereferencingFrans Meulenbroeks1-2/+7
2010-02-06net: Use 0.5 sec timeout in miiphy_reset() instead of counting loopStefan Roese1-6/+6
2010-02-03USB: 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-26Add 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