aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely37-196/+46
2007-11-20Merge branch 'origin' into kconfig-for-1.3.1Grant Likely2-4/+7
2007-11-18Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk1-1/+1
2007-11-18Fix warning differ in signedness in common/cmd_scsi.cStefan Roese1-3/+6
2007-11-16Merge branch 'origin' into kconfig-for-1.3.1Grant Likely5-140/+170
2007-11-17Fixed mips_io_port_base build errors.Jean-Christophe PLAGNIOL-VILLARD1-4/+0
2007-11-17Fix a bug in the slave serial programming mode for the XilinxWolfgang Denk2-2/+2
2007-11-17Merge branch 'master' of /home/wd/git/u-boot/workWolfgang Denk1-6/+6
2007-11-16Fix warning differ in signedness in common/cmd_ide.cJean-Christophe PLAGNIOL-VILLARD1-6/+6
2007-11-15Build: split COBJS value into multiple linesGrant Likely1-25/+98
2007-11-06NET: Add Ethernet 1000BASE-X support for PPC4xxLarry Johnson2-60/+99
2007-11-06NET: Cosmetic changesLarry Johnson1-73/+68
2007-11-03Fix the issue of usb_kbd driver missing the scan code of key 'z'.Zhang Wei1-1/+1
2007-10-19Fix two typos.Detlev Zundel2-2/+2
2007-10-13Merge branch 'merge' of git://www.denx.de/git/u-boot-microblazeWolfgang Denk1-8/+8
2007-10-13Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk4-4/+297
2007-09-26Fpga: fix incorrect test of CFG_FPGA_XILINX macroGrant Likely1-1/+1
2007-09-24[FIX] repair MFSL commandsMichal Simek1-8/+8
2007-09-24synchronizition with mainlineMichal Simek2-33/+14
2007-09-24Merge ../u-bootMichal Simek2-13/+6
2007-09-17OneNAND support (take #2)Kyungmin Park4-4/+297
2007-09-16TQM8xx[LM]: Fix broken environment alignment.Wolfgang Denk1-12/+1
2007-09-15Fix do_div() usage in nand process outputMatthias Fuchs1-1/+1
2007-09-15NAND: Add CFG_NAND_QUIET optionMatthias Fuchs1-0/+4
2007-09-11Merge git://www.denx.de/git/u-bootMichal Simek8-92/+177
2007-09-09Bugfix: make bootm+libfdt compile on boards with no flashGrant Likely1-0/+2
2007-09-07PXA270: Add support for multiple serial ports.stefano babic1-2/+11
2007-09-07Fix do_bootm_linux() so that multi-file images with FDT blob boot.Bartlomiej Sieka1-10/+19
2007-09-06bootm/fdt: Only process the fdt if an fdt address was providedGrant Likely1-17/+19
2007-08-29Fix compilation error for omap2420h4_config.Dirk Behme1-19/+1
2007-08-28IDE: - make ide_inb () and ide_outb () "weak", so boards canHeiko Schocher1-35/+16
2007-08-18ColdFire: Fix some remaining problems with CFG_CMD_Stefan Roese1-2/+2
2007-08-16ColdFire: Add M54455EVB for MCF5445xTsiChungLiew1-5/+17
2007-08-16ColdFire: MCF5329 Update and cleanupTsiChungLiew1-6/+6
2007-08-16Merge branch 'denx-coldfire' into coldfire-aug2007John Rigby2-1/+54
2007-08-16fdt: suppress unused variable 'bd' warningKim Phillips1-1/+0
2007-08-16Fix warnings from of_data copy fixAndy Fleming1-2/+2
2007-08-16Fix of_data copying for CONFIG_OF_FLAT_TREE-using boardsAndy Fleming1-0/+9
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese1-166/+163
2007-08-15Merge git://www.denx.de/git/u-boot into mergeMichal Simek8-447/+536
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese65-635/+766
2007-08-15Fix where the #ifdef CFG_BOOTMAPSZ is placed.Jerry Van Baren1-2/+3
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese65-693/+785
2007-08-14Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xxWolfgang Denk2-5/+7
2007-08-14Merge with /home/wd/git/u-boot/custodian/u-boot-armWolfgang Denk1-1/+1
2007-08-14Fix initrd/dtb interactionAndy Fleming1-9/+14
2007-08-14Merge with git://www.denx.de/git/u-boot.gitStefan Roese62-680/+765
2007-08-14Merge with /home/stefan/git/u-boot/zeusStefan Roese1-0/+2
2007-08-14Add MACH_TYPE records for several AT91 boards.Peter Pearse1-1/+1
2007-08-10Improve error print messages.Gerald Van Baren1-31/+21