aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-18Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk12-12/+187
2007-11-18Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD6-9/+9
2007-11-18Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk14-134/+132
2007-11-18gth2.c: Fix a warning on gth2 build.Shinya Kuribayashi1-1/+1
2007-11-18Fix warning differ in signedness in common/cmd_scsi.cStefan Roese1-3/+6
2007-11-17[MIPS] cpu/mips/config.mk: Fix GNU assembler minor version pickerShinya Kuribayashi1-2/+1
2007-11-17[MIPS] Remove useless instructions for initializing $gp.Shinya Kuribayashi1-3/+1
2007-11-17[MIPS] MIPS 4K core: Coding style cleanupsShinya Kuribayashi3-47/+39
2007-11-17[MIPS] gth2.c: Fix a warning on gth2 build.Shinya Kuribayashi1-1/+1
2007-11-17[MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.Shinya Kuribayashi1-1/+1
2007-11-17[MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build errorShinya Kuribayashi1-59/+59
2007-11-17MAKEALL: Added missing pb1000 boardShinya Kuribayashi1-0/+1
2007-11-17[MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.SShinya Kuribayashi2-3/+3
2007-11-17[MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}Shinya Kuribayashi6-22/+30
2007-11-17Update CHANGELOIG, prepare for -rc4v1.3.0-rc4Wolfgang Denk2-1/+323
2007-11-17Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk11-22/+362
2007-11-17Merge branch 'master' of git://www.denx.de/git/u-boot-mpc5xxxWolfgang Denk0-0/+0
2007-11-17Fix the i2c frequency and default address in rsdproto boardLuotao Fu2-4/+4
2007-11-17powerpc: Backout relocation changes for MPC5121, too.Wolfgang Denk1-0/+1
2007-11-17powerpc: Backout relocation changes.Grant Likely19-15/+18
2007-11-17Fixed mips_io_port_base build errors.Jean-Christophe PLAGNIOL-VILLARD9-13/+41
2007-11-17Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2-11/+19
2007-11-17Fix a bug in the slave serial programming mode for the XilinxWolfgang Denk2-2/+2
2007-11-1786xx: Fix broken variable reference when #def DEBUGing.Jon Loeliger1-2/+4
2007-11-17make 8610 board use pixis resetJason Jin1-2/+2
2007-11-17Unify pixis_reset altbank across board familiesJason Jin3-1/+6
2007-11-17Merge branch 'master' of /home/wd/git/u-boot/workWolfgang Denk2-7/+7
2007-11-17Fix warning: pointer targets in assignment differ in signednessJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-11-16Fix warning differ in signedness in common/cmd_ide.cJean-Christophe PLAGNIOL-VILLARD1-6/+6
2007-11-16Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk6-179/+1227
2007-11-15Revert "Correct relocation fixup for mpc5xx"Grant Likely3-2/+2
2007-11-15Revert "Correct fixup relocation for MPC5xxx"Grant Likely4-2/+3
2007-11-15Revert "Correct fixup relocation for mpc8220"Grant Likely3-2/+2
2007-11-15Revert "Correct fixup relocation for mpc824x"Grant Likely4-3/+3
2007-11-15Revert "Correct fixup relocation for mpc8260"Grant Likely6-2/+5
2007-11-15Revert "Correct fixup relocation for mpc83xx"Grant Likely3-2/+2
2007-11-15Revert "[MPC512x] Correct fixup relocation"Grant Likely3-2/+2
2007-11-13ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latchingStefan Roese1-9/+17
2007-11-13Merge branch 'master' of git://www.denx.de/git/u-bootStefan Roese57-415/+1020
2007-11-13[UC101] SRAM now with 2 MB working.Heiko Schocher1-1/+1
2007-11-08ColdFire: MCF5329 - Remove reset registers from CCMTsiChungLiew1-12/+9
2007-11-08ColdFire: MCF5329 - Add Reset structure to immap_5329.hTsiChungLiew1-0/+5
2007-11-08ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file modeTsiChungLiew1-0/+0
2007-11-07ColdFire: MCF5445x - Update correct RAMBAR and missing linker filesTsiChungLiew4-3/+288
2007-11-07ColdFire: MCF532x - Update do_reset() using core resetTsiChungLiew3-7/+19
2007-11-07ColdFire: Update cpu flag for 4.2-xx compilerTsiChungLiew4-0/+41
2007-11-06Implement general ULi 526x Ethernet driver support in U-bootRoy Zang3-1/+1001
2007-11-06NET: Add Ethernet 1000BASE-X support for PPC4xxLarry Johnson3-60/+121
2007-11-06NET: Cosmetic changesLarry Johnson2-123/+110
2007-11-06Merge git://www.denx.de/git/u-bootBen Warren24-303/+844