aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2011-04-12common/cmd_bdinfo.c: fix do_bdinfo() for AVR32Andreas Bießmann
2011-04-12cmd_nvedit: use explicit typecast for printfAndreas Bießmann
2011-04-12Fix misc spelling errors found by lintianLoïc Minier
2011-04-11bootm: replace blob_start with image_startLei Wen
2011-04-08Blackfin: ldrinfo: new commandMike Frysinger
2011-04-08Blackfin: bootldr: use common definesMike Frysinger
2011-04-05Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2011-04-04env_mmc: Allow board code to override the environment addressMingkai Hu
2011-04-04mpc8xxx: DDR2/DDR3: Clean up DIMM-type switch statementsKyle Moffett
2011-04-02Remove unnecessary reset in usb_stor_get_infoErik Hansen
2011-03-21UBI: Fix error code handling in ubi commandsStefan Roese
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