aboutsummaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2011-02-17sciphone_g2: Vibrator functionalityMarcin Mielczarczyk2-0/+46
2011-02-17lcd: Support for LCD frame buffer.Marcin Mielczarczyk1-1/+17
2011-02-15unzip: return uncompressed size in `filesize', and print it.Wolfgang Denk1-1/+9
2011-02-15itest: fix result of string comparesWolfgang Denk1-5/+2
2011-02-12Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk1-1/+2
2011-02-09cmd_bmp.c: message about compressed formats is debug info only.Wolfgang Denk1-1/+1
2011-02-08NAND: env: remember the flags used in the previous environmentScott Wood1-1/+5
2011-02-05USB: Change the necessary defines to get debug outputAlexander Holler1-3/+4
2011-02-05USB: Fix device stati for removable and powerctrl (typo)Alexander Holler1-1/+1
2011-02-05cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intendedShinya Kuribayashi1-1/+2
2011-02-02NAND: Fix saving of redundand environmentAlexander Holler1-1/+1
2011-02-02Minor Coding Style Cleanup.Wolfgang Denk1-2/+2
2011-02-02Print compiler and linker version with the version commandAlexander Holler1-1/+8
2011-01-27lcd: align fb writing address for horizontal display offsetLiu Ying1-1/+1
2011-01-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-42/+44
2011-01-19powerpc/8xxx: Add hwconfig APIs to address early parsing used by DDR initKumar Gala1-42/+44
2011-01-19Fix defines needed to enable command sha1sumAlexander Holler1-2/+2
2011-01-19cmd_jffs2: Fix get_part_sector_size_nor() overflow bugPeter Tyser1-1/+1
2011-01-12NAND: add the ability to directly write yaffs imageLei Wen1-1/+14
2011-01-11Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk7-8/+9
2011-01-09miiphy: convert to linux/mii.hMike Frysinger2-40/+39
2011-01-09cmd editing: mark erase/tab seqs constantMike Frysinger1-2/+2
2011-01-09cmd_mem: localize state variablesMike Frysinger1-3/+3
2011-01-09load_addr: move to common env codeMike Frysinger2-1/+2
2011-01-09config_cmd_defaults.h: new header for common u-boot command defaultsMike Frysinger1-1/+1
2011-01-09env: re-add support for auto-completionMike Frysinger2-27/+16
2010-12-23cmd_net.c: fix build breakageWolfgang Denk1-0/+1
2010-12-17onenand: add yaffs write commandLei Wen1-5/+36
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger10-22/+24
2010-12-16Merge branch 'master' of ../master into nextWolfgang Denk5-16/+79
2010-12-09hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfigKumar Gala1-6/+9
2010-12-07onenand: fix oob print out issueLei Wen1-1/+3
2010-12-06env_nand: Use nand_read_skip_bad instead of nand_readSteve Sakoman1-1/+1
2010-12-03UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition changeStefan Roese2-6/+35
2010-12-03UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls outputStefan Roese1-1/+1
2010-12-03UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese1-0/+31
2010-11-30hwconfig: Fix dummy initialization of {board, cpu}_hwconfigKumar Gala1-8/+6
2010-11-28stdio: constify "name" arg in public apiMike Frysinger2-4/+4
2010-11-28boot cmds: convert to getenv_yesno() with autostartMike Frysinger7-9/+8
2010-11-28image: constify lookup tablesMike Frysinger1-7/+7
2010-11-28cmd_itest: constify & localize op tableMike Frysinger1-5/+3
2010-11-28cmd_date: constifyMike Frysinger1-4/+4
2010-11-28autocomplete: remove runtime handler installMike Frysinger3-36/+12
2010-11-28do_reset: unify duplicate prototypesMike Frysinger4-10/+1
2010-11-28do_bootd: unify duplicate prototypesMike Frysinger2-6/+0
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger7-8/+0
2010-11-28cmd_mii: localize & constify local funcs/dataMike Frysinger1-38/+30
2010-11-28Fix compiler warning in fdt_support.cDirk Behme1-2/+2
2010-11-27common/cmd_nvedit: Use return value of cmd_usageThomas Weber1-12/+6
2010-11-27Common/command: Guard strchr/strlen from NULL pointerThomas Weber1-0/+2