summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* git pull denx masterH. Nikolaus Schaller2011-02-2440-288/+300
|\
| * serial: Add Tegra2 serial port supportTom Warren2011-02-211-1/+2
| * Fix build warnings in cmd_flash.cRemy Bohmer2011-02-191-4/+4
| * Add USB host ethernet adapter supportSimon Glass2011-02-192-3/+15
| * unzip: return uncompressed size in `filesize', and print it.Wolfgang Denk2011-02-151-1/+9
| * itest: fix result of string comparesWolfgang Denk2011-02-151-5/+2
| * Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk2011-02-121-1/+2
| |\
| | * cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intendedShinya Kuribayashi2011-02-051-1/+2
| * | cmd_bmp.c: message about compressed formats is debug info only.Wolfgang Denk2011-02-091-1/+1
| * | NAND: env: remember the flags used in the previous environmentScott Wood2011-02-081-1/+5
| * | USB: Change the necessary defines to get debug outputAlexander Holler2011-02-051-3/+4
| * | USB: Fix device stati for removable and powerctrl (typo)Alexander Holler2011-02-051-1/+1
| |/
| * NAND: Fix saving of redundand environmentAlexander Holler2011-02-021-1/+1
| * Minor Coding Style Cleanup.Wolfgang Denk2011-02-021-2/+2
| * Print compiler and linker version with the version commandAlexander Holler2011-02-021-1/+8
| * lcd: align fb writing address for horizontal display offsetLiu Ying2011-01-271-1/+1
| * Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2011-01-251-42/+44
| |\
| | * powerpc/8xxx: Add hwconfig APIs to address early parsing used by DDR initKumar Gala2011-01-191-42/+44
| * | Fix defines needed to enable command sha1sumAlexander Holler2011-01-191-2/+2
| * | cmd_jffs2: Fix get_part_sector_size_nor() overflow bugPeter Tyser2011-01-191-1/+1
| |/
| * NAND: add the ability to directly write yaffs imageLei Wen2011-01-121-1/+14
| * Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk2011-01-117-8/+9
| * miiphy: convert to linux/mii.hMike Frysinger2011-01-092-40/+39
| * cmd editing: mark erase/tab seqs constantMike Frysinger2011-01-091-2/+2
| * cmd_mem: localize state variablesMike Frysinger2011-01-091-3/+3
| * load_addr: move to common env codeMike Frysinger2011-01-092-1/+2
| * config_cmd_defaults.h: new header for common u-boot command defaultsMike Frysinger2011-01-091-1/+1
| * env: re-add support for auto-completionMike Frysinger2011-01-092-27/+16
| * cmd_net.c: fix build breakageWolfgang Denk2010-12-231-0/+1
| * onenand: add yaffs write commandLei Wen2010-12-171-5/+36
| * hashtable: drop all non-reentrant versionsMike Frysinger2010-12-1710-22/+24
| * Merge branch 'master' of ../master into nextWolfgang Denk2010-12-165-16/+79
| |\
| * | stdio: constify "name" arg in public apiMike Frysinger2010-11-282-4/+4
| * | boot cmds: convert to getenv_yesno() with autostartMike Frysinger2010-11-287-9/+8
| * | image: constify lookup tablesMike Frysinger2010-11-281-7/+7
| * | cmd_itest: constify & localize op tableMike Frysinger2010-11-281-5/+3
| * | cmd_date: constifyMike Frysinger2010-11-281-4/+4
| * | autocomplete: remove runtime handler installMike Frysinger2010-11-283-36/+12
| * | do_reset: unify duplicate prototypesMike Frysinger2010-11-284-10/+1
| * | do_bootd: unify duplicate prototypesMike Frysinger2010-11-282-6/+0
| * | do_bootm: unify duplicate prototypesMike Frysinger2010-11-287-8/+0
| * | cmd_mii: localize & constify local funcs/dataMike Frysinger2010-11-281-38/+30
* | | Merge branch 'master' of git://git.denx.de/u-boot into gta04eH. Nikolaus Schaller2010-12-183-8/+13
|\ \ \ | | |/ | |/|
| * | hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfigKumar Gala2010-12-091-6/+9
| * | onenand: fix oob print out issueLei Wen2010-12-071-1/+3
| * | env_nand: Use nand_read_skip_bad instead of nand_readSteve Sakoman2010-12-061-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot into gta04eH. Nikolaus Schaller2010-12-082-1/+61
|\ \ \ | |/ /
| * | UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition changeStefan Roese2010-12-032-6/+35
| * | UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls outputStefan Roese2010-12-031-1/+1
| * | UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese2010-12-031-0/+31