summaryrefslogtreecommitdiff
path: root/cpu
Commit message (Expand)AuthorAgeLines
* Setting MSR[DE] in do_reseturwithsughosh@gmail.com2007-10-19-1/+6
* MSR overwrite fixurwithsughosh@gmail.com2007-10-19-8/+3
* Remove magic numbers from cache related operations for mpc85xxKumar Gala2007-10-19-4/+4
* Merge branch 'denx'Andy Fleming2007-10-19-340/+568
|\
| * 86xx: Allow for fewer DDR slots per memory controller.Jon Loeliger2007-10-16-9/+21
| * PXA USB OHCI: "usb stop" implementation.Rodolfo Giometti2007-10-15-0/+16
| * Fix warning differ in signedness in cpu/pxa/mmc.cJean-Christophe PLAGNIOL-VILLARD2007-10-13-3/+3
| * Merge branch 'merge' of git://www.denx.de/git/u-boot-microblazeWolfgang Denk2007-10-13-5/+10
| |\
| | * [PATCH] Add support for design without interrupt controllerMichal Simek2007-09-24-0/+7
| | * [FIX] resolve problem with cpu without barrel shifterMichal Simek2007-09-24-4/+2
| | * [FIX] repair email addressMichal Simek2007-09-24-1/+1
| | * synchronizition with mainlineMichal Simek2007-09-24-10/+5
| | * Merge ../u-bootMichal Simek2007-09-24-20/+24
| | |\
| | * \ Merge git://www.denx.de/git/u-bootMichal Simek2007-09-11-1480/+3922
| | |\ \
| | * \ \ Merge git://www.denx.de/git/u-boot into mergeMichal Simek2007-08-15-2665/+4804
| | |\ \ \
| | * \ \ \ Merge git://www.denx.de/git/u-bootMichal Simek2007-08-07-533/+1100
| | |\ \ \ \
| | * \ \ \ \ Merge git://www.denx.de/git/u-bootMichal Simek2007-08-05-0/+3119
| | |\ \ \ \ \
| | * | | | | | [PATCH] Support time without timerMichal Simek2007-07-14-0/+7
| | * | | | | | [PATCH] Remove problem with disabled BARREL SHIFTERMichal Simek2007-07-13-4/+2
| | * | | | | | Merge git://www.denx.de/git/u-bootMichal Simek2007-07-13-385/+614
| | |\ \ \ \ \ \
| | * | | | | | | [fix] email reparationMichal Simek2007-06-17-1/+1
| | * | | | | | | [FIX] fix microblaze file permitissionMichal Simek2007-06-17-0/+0
| * | | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-10-04-11/+17
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-10-02-0/+2
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serialJean-Christophe PLAGNIOL-VILLARD2007-09-28-0/+2
| | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | ppc4xx: Coding style cleanupStefan Roese2007-10-02-12/+12
| | * | | | | | | | Program EPLD to force full duplex mode for PHY.Grzegorz Bernacki2007-10-02-4/+8
| | |/ / / / / / /
| * | | | | | | | Move coloured led API to status_led.hPeter Pearse2007-09-18-1/+1
| * | | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-09-18-14/+15
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk2007-09-15-14/+15
| * | | | | | | | Final tidyPeter Pearse2007-09-11-0/+0
| * | | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-09-11-6/+10
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | [MPC512x] Streamline frame handling in the FEC driverGrzegorz Bernacki2007-09-10-6/+9
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Remove compiler warning: target CPU does not support interworkingKyungmin Park2007-09-10-0/+1
| * | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-09-10-85/+152
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge with /home/raj/git/u-boot#440SPe_PCIe_fixesWolfgang Denk2007-09-08-71/+130
| | |\ \ \ \ \ \
| | | * | | | | | [PPC440SPe] Improve PCIe configuration space accessGrzegorz Bernacki2007-09-07-31/+97
| | | * | | | | | [PPC440SPe] Convert machine check exceptions handlingGrzegorz Bernacki2007-09-07-44/+37
| | * | | | | | | Merge with /home/raj/git/u-boot#ads5121_fixesWolfgang Denk2007-09-08-14/+22
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | [MPC512x] Proper handling of larger frames in the FEC driverGrzegorz Bernacki2007-09-07-13/+21
| | | * | | | | | [MPC512x] Correct fixup relocationRafal Jaworowski2007-09-07-1/+1
| * | | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-09-07-107/+310
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | PXA270: Add support for multiple serial ports.stefano babic2007-09-07-82/+269
| | * | | | | | | Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDTGrant Likely2007-09-06-25/+41
| | |/ / / / / /
| * | | | | | | Changed API name to coloured_led.hPeter Pearse2007-09-05-105/+21
| * | | | | | | Add coloured led interface for ARM boards.Peter Pearse2007-09-04-8/+6
| |/ / / / / /
* | | | | | | 85xx io out functions need sync after write.Ed Swarthout2007-09-26-0/+5
|/ / / / / /
* | | | | | Enable L2 cache for MPC8568MDS boardHaiying Wang2007-08-29-1/+1
* | | | | | MPC5xxx: fix some compiler warnings in USB codeMartin Krause2007-08-29-3/+3
* | | | | | Minor coding style cleanup.Wolfgang Denk2007-08-29-1/+1