aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2011-04-13Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk1-36/+75
2011-04-13x86: Rename i386 to x86Graeme Russ1-1/+1
2011-04-12common/cmd_bdinfo.c: fix do_bdinfo() for AVR32Andreas Bießmann1-1/+1
2011-04-12cmd_nvedit: use explicit typecast for printfAndreas Bießmann1-2/+2
2011-04-12Fix misc spelling errors found by lintianLoïc Minier2-2/+2
2011-04-12cmd_sf: use cmd_usage() in more placesMike Frysinger1-30/+29
2011-04-12cmd_sf: drop device status message when probingMike Frysinger1-3/+0
2011-04-12cmd_sf: add handler for +len arg for erase commandRichard Retanubun1-4/+47
2011-04-11bootm: replace blob_start with image_startLei Wen1-1/+1
2011-04-08Blackfin: ldrinfo: new commandMike Frysinger2-0/+193
2011-04-08Blackfin: bootldr: use common definesMike Frysinger1-13/+8
2011-04-05Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2-5/+28
2011-04-04env_mmc: Allow board code to override the environment addressMingkai Hu1-4/+27
2011-04-04mpc8xxx: DDR2/DDR3: Clean up DIMM-type switch statementsKyle Moffett1-1/+1
2011-04-02Remove unnecessary reset in usb_stor_get_infoErik Hansen1-25/+0
2011-03-21UBI: Fix error code handling in ubi commandsStefan Roese1-72/+65
2011-02-21serial: Add Tegra2 serial port supportTom Warren1-1/+2
2011-02-19Fix build warnings in cmd_flash.cRemy Bohmer1-4/+4
2011-02-19Add USB host ethernet adapter supportSimon Glass2-3/+15
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