aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-08-30Revert "Fix MPC8544DS PCIe3 scsi."Ed Swarthout1-3/+1
2007-08-29Fix MPC8544DS PCIe3 scsi.Kumar Gala1-1/+3
2007-08-29Fix MAC address setting in DM9000 driver.stefano babic1-3/+3
2007-08-29MPC5xxx: fix some compiler warnings in USB codeMartin Krause1-3/+3
2007-08-29fsl_pci_init - Remove self PCSRBAR allocationEd Swarthout1-2/+7
2007-08-19Fix some build errors.Wolfgang Denk2-3/+5
2007-08-18Merge with /home/wd/git/u-boot/custodian/u-boot-coldfireWolfgang Denk4-0/+818
2007-08-18PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bugShinya Kuribayashi1-1/+3
2007-08-16ColdFire: Add M54455EVB for MCF5445xTsiChungLiew1-7/+20
2007-08-16ColdFire: MCF5329 Update and cleanupTsiChungLiew1-5/+5
2007-08-16Merge branch 'denx-coldfire' into coldfire-aug2007John Rigby4-0/+805
2007-08-16Don't wait for disconnected TSECsAndy Fleming1-13/+17
2007-08-16Fix numerous bugs in the 8568 UEC supportAndy Fleming1-3/+3
2007-08-16Define tsec flag values in config filesAndy Fleming1-19/+11
2007-08-16Merge with /home/wd/git/u-boot/masterWolfgang Denk1-0/+1
2007-08-16Bios emulator - fix microblaze toolchain problemMichal Simek9-10/+30
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese89-8935/+32237
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese89-8928/+32237
2007-08-14Fix malloc size error in ahci_init_one.Ed Swarthout1-2/+2
2007-08-14Coding style cleanup. Update CHANGELOG.Wolfgang Denk2-93/+90
2007-08-14Supply spi interface in at45.cPeter Pearse1-0/+5
2007-08-14Replace lost end of at45.c.Peter Pearse1-0/+14
2007-08-14Update Makefiles for merged and split at45.c.Peter Pearse1-1/+1
2007-08-14Add the files.Peter Pearse1-0/+550
2007-08-14Add MACH_TYPE records for several AT91 boards.Peter Pearse1-67/+212
2007-08-14Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk4-20/+28
2007-08-14Coding style cleanup; rebuild CHANGELOGWolfgang Denk1-2/+4
2007-08-14Add support for UEC to 8568Andy Fleming4-20/+28
2007-08-13multicast tftp: RFC2090David Updegraff2-0/+55
2007-08-13Add ability to take MAC address from the environment to DM9000 driverMike Rapoport1-0/+15
2007-08-13Sync'd u-boot-net with mainlineBen Warren80-490/+24926
2007-08-13Merge with /home/wd/git/u-boot/custodian/u-boot-mpc86xxWolfgang Denk2-32/+16
2007-08-13Minor coding style cleanup. Update CHANGELOG.Wolfgang Denk2-16/+5
2007-08-13Merge commit 'remotes/wd/master'Jon Loeliger1-11/+10
2007-08-13Merge commit 'upstream/master'Haavard Skinnemoen80-464/+23932
2007-08-10fsl_pci_init cleanup.Ed Swarthout1-31/+15
2007-08-10pciauto_setup_device bars_num fixEd Swarthout1-1/+1
2007-08-10Merge with git+ssh://atlas/home/wd/git/u-boot/masterWolfgang Denk1-11/+10
2007-08-10Make use of generic 64bit division in nand_util.cDirk Behme1-11/+10
2007-08-10mpc83xx: Fix the align bug of SDMA bufferDave Liu2-2/+2
2007-08-10FSL I2C driver programs the two I2C busses differentlyTimur Tabi1-1/+2
2007-08-09Merge with git+ssh://atlas/home/wd/git/u-boot/masterWolfgang Denk12-4/+40
2007-08-09Minor fix for bios emulator makefileJason Jin1-1/+1
2007-08-09Add CONFIG_BIOSEMU define to guard all the bios emulator codeJason Jin9-0/+32
2007-08-09tsec: fix multiple PHY supportZach Sadecki1-0/+2
2007-08-09tsec: Allow Ten Bit Interface address to be configurableJoe Hamman2-3/+5
2007-08-08Added uart_gpio_conf() in serial_init(), seperated uart port configuration fr...TsiChungLiew1-0/+4
2007-08-08Declared attributes of void __mii_init(void) as an alias for int mii_init(void)TsiChungLiew1-1/+1
2007-08-08Renamed CONFIG_MCFSERIAL to CONFIG_MCFUARTTsiChungLiew1-2/+2
2007-08-07Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher67-124/+18560