summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2008-02-15Fix wrong memory limit calculation in memory-testGuennadi Liakhovetski1-15/+8
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk1-1/+6
2008-02-15Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk7-8/+340
2008-02-15Fix return value of mtest when CFG_ALT_MEMTEST setGuennadi Liakhovetski1-2/+2
2008-02-15common/miiphyutil.c: Cleanup MII_DEBUG and debug()Shinya Kuribayashi1-22/+9
2008-02-14Merge commit 'wd/master'Jon Loeliger1-3/+3
2008-02-14Fix building of fdt_support.c if DEBUG setKumar Gala1-3/+3
2008-02-14Merge commit 'wd/master'Jon Loeliger4-49/+18
2008-02-12QE: Move FDT support into a common fileKumar Gala1-48/+0
2008-02-05new command for displaying strings at specified memory locationsMike Frysinger2-0/+50
2008-02-05interface to Blackfin on-chip One-Time-Programmable memoryMike Frysinger2-0/+164
2008-02-05add support for memory commands with Blackfin L1 instruction memoryMike Frysinger1-3/+48
2008-02-05add Blackfin-specific reginfo commandMike Frysinger1-4/+41
2008-02-05add Blackfin-specific bdinfo commandMike Frysinger1-0/+31
2008-02-05fix building on Blackfin as the assembler supports the .set syntax, not the =...Mike Frysinger1-1/+6
2008-02-05TFTP: add host ip addr supportJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-02-05ARM: s3c24xx: Multiple serial port supportHarald Welte1-0/+15
2008-02-05ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is definedHebbar1-0/+2
2008-01-2486xx: Add reginfo commandBecky Bruce1-2/+8
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk1-1/+1
2008-01-17FSL: Fix common EEPROM_data structure definitionHaiying Wang1-2/+2
2008-01-17Fix nfs command help to reflect that the serverip is optionalJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-01-13cmd_nand : fix compiler warning.Jean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-01-12Make bootretry work when command line editing is enabledAndreas Engel1-0/+7
2008-01-12Refactor code for "i2c sdram" commandLarry Johnson1-291/+220
2008-01-12Fix "i2c sdram" command for DDR2 DIMMsLarry Johnson1-119/+496
2008-01-12Fix compilation problem in common/cmd_bmp.cAnatolij Gustschin1-1/+1
2008-01-12Merge ../custodiansWolfgang Denk1-0/+2
2008-01-12Fix compiler warningKumar Gala1-1/+1
2008-01-10Nios2: remove common/cmd_bdinfo.c unused variable.Jean-Christophe PLAGNIOL-VILLARD1-0/+2
2008-01-10Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk1-0/+48
2008-01-1085xx: add ability to upload QE firmwareTimur Tabi1-0/+48
2008-01-10Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-4/+1
2008-01-10Merge branch 'master' of git://www.denx.de/git/u-boot-freebsdWolfgang Denk1-4/+1
2008-01-10Expose parse_line() globally.James Yang1-10/+15
2008-01-09Add Ctrl combo key support to usb keyboard driver.Zhang Wei1-0/+19
2008-01-09fix comments with new drivers organizationMarcel Ziswiler1-1/+1
2008-01-09Remove the obsolete terse version of do_mii()Shinya Kuribayashi1-139/+0
2008-01-09common/cmd_mii.c: Add sanity argc checkShinya Kuribayashi1-0/+5
2008-01-09Globalize envmatch()Rafal Jaworowski1-4/+1
2008-01-09cmd_bmp: Add support for displaying gzip compressed bmpsHans-Christian Egtvedt1-49/+85
2008-01-09Remove bit swapping in Xilinx Spartan bitfile loadingMatthias Fuchs1-36/+1
2008-01-09Fix MSB check in Xilinx Spartan slave serial modeMatthias Fuchs2-2/+2
2008-01-09Add pre and post configuration callbacks for Spartan FPGAsMatthias Fuchs2-4/+32
2008-01-09Improve configuration of FPGA subsystemMatthias Fuchs9-50/+42
2008-01-09serial: Make default_serial_console() a weak functionMatthias Fuchs1-1/+3
2008-01-09add 'terminal program' functionalityHarald Welte2-0/+103
2008-01-09Re-introduce the 'nand read.oob' and 'nand write.oob' commandsHarald Welte1-0/+8
2008-01-09Fix building with CRAMFS but not JFFS2 supportHarald Welte1-0/+9
2008-01-09Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the ...Jean-Christophe PLAGNIOL-VILLARD1-2/+24