aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2011-02-21serial: Add Tegra2 serial port supportTom Warren
2011-02-19Fix build warnings in cmd_flash.cRemy Bohmer
2011-02-19Add USB host ethernet adapter supportSimon Glass
2011-02-15unzip: return uncompressed size in `filesize', and print it.Wolfgang Denk
2011-02-15itest: fix result of string comparesWolfgang Denk
2011-02-12Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk
2011-02-09cmd_bmp.c: message about compressed formats is debug info only.Wolfgang Denk
2011-02-08NAND: env: remember the flags used in the previous environmentScott Wood
2011-02-05USB: Change the necessary defines to get debug outputAlexander Holler
2011-02-05USB: Fix device stati for removable and powerctrl (typo)Alexander Holler
2011-02-05cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intendedShinya Kuribayashi
2011-02-02NAND: Fix saving of redundand environmentAlexander Holler
2011-02-02Minor Coding Style Cleanup.Wolfgang Denk
2011-02-02Print compiler and linker version with the version commandAlexander Holler
2011-01-27lcd: align fb writing address for horizontal display offsetLiu Ying
2011-01-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2011-01-19powerpc/8xxx: Add hwconfig APIs to address early parsing used by DDR initKumar Gala
2011-01-19Fix defines needed to enable command sha1sumAlexander Holler
2011-01-19cmd_jffs2: Fix get_part_sector_size_nor() overflow bugPeter Tyser
2011-01-12NAND: add the ability to directly write yaffs imageLei Wen
2011-01-11Revert "boot cmds: convert to getenv_yesno() with autostart"Wolfgang Denk
2011-01-09miiphy: convert to linux/mii.hMike Frysinger
2011-01-09cmd editing: mark erase/tab seqs constantMike Frysinger
2011-01-09cmd_mem: localize state variablesMike Frysinger
2011-01-09load_addr: move to common env codeMike Frysinger
2011-01-09config_cmd_defaults.h: new header for common u-boot command defaultsMike Frysinger
2011-01-09env: re-add support for auto-completionMike Frysinger
2010-12-23cmd_net.c: fix build breakageWolfgang Denk
2010-12-17onenand: add yaffs write commandLei Wen
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger
2010-12-16Merge branch 'master' of ../master into nextWolfgang Denk
2010-12-09hwconfig: Fix handling of env_hwconfig, board_hwconfig, and cpu_hwconfigKumar Gala
2010-12-07onenand: fix oob print out issueLei Wen
2010-12-06env_nand: Use nand_read_skip_bad instead of nand_readSteve Sakoman
2010-12-03UBI/UBIFS: Automatically unmount UBIFS volume upon UBI partition changeStefan Roese
2010-12-03UBIFS: Change "ubifs mount" to "ubifsmount" in ubifsls outputStefan Roese
2010-12-03UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese
2010-11-30hwconfig: Fix dummy initialization of {board, cpu}_hwconfigKumar Gala
2010-11-28stdio: constify "name" arg in public apiMike Frysinger
2010-11-28boot cmds: convert to getenv_yesno() with autostartMike Frysinger
2010-11-28image: constify lookup tablesMike Frysinger
2010-11-28cmd_itest: constify & localize op tableMike Frysinger
2010-11-28cmd_date: constifyMike Frysinger
2010-11-28autocomplete: remove runtime handler installMike Frysinger
2010-11-28do_reset: unify duplicate prototypesMike Frysinger
2010-11-28do_bootd: unify duplicate prototypesMike Frysinger
2010-11-28do_bootm: unify duplicate prototypesMike Frysinger
2010-11-28cmd_mii: localize & constify local funcs/dataMike Frysinger
2010-11-28Fix compiler warning in fdt_support.cDirk Behme
2010-11-27common/cmd_nvedit: Use return value of cmd_usageThomas Weber