aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2008-02-13Fix building of fdt_support.c if DEBUG setKumar Gala1-3/+3
2008-02-12QE: Move FDT support into a common fileKumar Gala1-48/+0
2008-02-05TFTP: add host ip addr supportJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-02-04ARM: s3c24xx: Multiple serial port supportHarald Welte1-0/+15
2008-02-04ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is definedHebbar1-0/+2
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-16Fix 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-11Merge ../custodiansWolfgang Denk1-0/+2
2008-01-11Fix 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-0985xx: add ability to upload QE firmwareTimur Tabi1-0/+48
2008-01-09Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-4/+1
2008-01-09Merge branch 'master' of git://www.denx.de/git/u-boot-freebsdWolfgang Denk1-4/+1
2008-01-09Expose 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
2008-01-09Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk1-2/+2
2008-01-08Fine grained per property /chosen updating.Gerald Van Baren1-33/+40
2008-01-08Improve the FDT help message.Gerald Van Baren1-7/+3
2008-01-08Support setting FDT properties with optional values.Gerald Van Baren1-7/+9
2008-01-07Merge with git://www.denx.de/git/u-boot.gitPeter Pearse45-393/+623
2007-12-27Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2Stefan Roese5-11/+132
2007-12-27Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2-2/+4
2007-12-11Merge commit 'u-boot/master' into for-1.3.1Stefan Roese43-383/+490
2007-12-07Conditionally compile fdt_fixup_ethernet()Gerald Van Baren1-0/+4
2007-12-07Added fdt_fixup_stdout that uses aliases to set linux,stdout-pathKumar Gala1-0/+43
2007-12-07Add common memory fixup functionKumar Gala1-0/+78
2007-12-07Conditionally compile fdt_support.cKumar Gala2-7/+1
2007-12-07Add spaces around the = in the fdt print format.Gerald Van Baren1-2/+2
2007-12-07Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu38-250/+251