summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | | Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk2006-10-20-1278/+11045
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Merge branch 'i2c'Jon Loeliger2006-10-20-297/+83
| | |\ \ \ | | | |/ /
| | | * | Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger2006-10-20-297/+83
| | * | | Fix compilation warnings on a few 85xx boards.Jon Loeliger2006-10-20-3/+5
| | * | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-19-13/+1125
| | |\ \ \ | | | |/ / | | |/| |
| | * | | Rewrite a series of goto statements as a sequences ofJon Loeliger2006-10-19-31/+21
| | * | | Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2006-10-19-72/+142
| | * | | * Fix a bunch of compiler warnings for gcc 4.0Jon Loeliger2006-10-19-25/+16
| | * | | Fixed leading whitespace issues.Jon Loeliger2006-10-13-3/+2
| | * | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-12-9/+15
| | |\ \ \
| | * | | | Remove unneeded include files and local variable.Jon Loeliger2006-10-12-3/+0
| | * | | | Fix possible uninitialized variable compiler warning.Grant Likely2006-10-12-1/+1
| | * | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-11-27/+1183
| | |\ \ \ \
| | * | | | | Move "ar" flags to config.mk to allow for silent "make -s"Jon Loeliger2006-10-11-1/+1
| | * | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-10-491/+2298
| | |\ \ \ \ \
| | * | | | | | Coding style changes to remove local varible blocksJon Loeliger2006-10-10-144/+128
| | * | | | | | Fix whitespace issues.Jon Loeliger2006-10-10-242/+233
| | * | | | | | Fix whitespace issues.Jon Loeliger2006-10-10-2/+0
| | * | | | | | Fix whitespace issues.Jon Loeliger2006-10-10-2/+2
| | * | | | | | Ran lindent and cleaned up whitespace issues.Jon Loeliger2006-10-10-441/+455
| | * | | | | | Fix whitespace and 80-col issues.Jon Loeliger2006-10-10-7/+12
| | * | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-09-29-0/+2
| | |\ \ \ \ \ \
| | | * | | | | | Fix missing tCycle/modfreq calculation.John Traill2006-09-29-0/+2
| | * | | | | | | Merge branch 'mpc85xx'Jon Loeliger2006-09-19-29/+168
| | |\ \ \ \ \ \ \
| | | * | | | | | | Updated config headers to add default FDT-based bootingAndy Fleming2006-09-19-14/+27
| | | * | | | | | | Add support for eTSEC 3 & 4 on 8548 CDSAndy Fleming2006-09-19-11/+111
| | | * | | | | | | Added code to support 2.6.18 PCI changes in u-bootAndy Fleming2006-09-19-1/+29
| | * | | | | | | | Modified makefile for new build mechanism.Jon Loeliger2006-09-19-15/+21
| | * | | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-19-7505/+10966
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-09-14-6/+8
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |
| | | * | | | | | | | Handle 86xx SVR values according to the new Reference Manual.Jon Loeliger2006-09-14-6/+8
| | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-29-5/+0
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | Remove trailing empty lines.Jon Loeliger2006-08-29-5/+0
| | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-29-3/+3
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | Remove bogus msync and use volatile asm.Jon Loeliger2006-08-29-3/+3
| | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-29-0/+2
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | Add myself as maintainer for MPC8641HPCN.Jon Loeliger2006-08-29-0/+2
| | * | | | | | | | | Merge branch 'mpc85xx'Jon Loeliger2006-08-29-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |
| | | * | | | | | | | Fixed an OF-tree off-by-one bug when adding a new property name.Zhang Wei2006-08-29-1/+1
| | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-25-7/+2
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | * | | | | | | | Change ramdiskaddr and dtbaddrHaiying Wang2006-08-25-7/+2
| | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-23-142/+138
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | Cleanup and lindent new AHCI driver.Jon Loeliger2006-08-23-142/+138
| | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-23-7/+929
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | Add AHCI define and sata support for MPC8641HPCN board.Jin Zhengxiong2006-08-23-3/+20
| | | * | | | | | | | Add AHCI support to u-bootJin Zhengxiong2006-08-23-2/+903
| | | * | | | | | | | Add dtb boot-up parameter to default boot commands.Zhang Wei2006-08-23-2/+6
| | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-22-7/+4
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /
| | | * | | | | | | | Cleanup even more poorly introduced whitespace.Jon Loeliger2006-08-22-7/+4
| | * | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-08-22-5/+5
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / /