summaryrefslogtreecommitdiff
path: root/cpu/mpc86xx/start.S
Commit message (Expand)AuthorAgeLines
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2008-12-16-2/+0
* Update U-Boot's build timestamp on every compilePeter Tyser2008-12-06-1/+2
* mpc8641: Support 36-bit physical addressingBecky Bruce2008-11-10-11/+33
* mpc8641: Change 32-bit memory mapBecky Bruce2008-11-10-1/+1
* mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLYBecky Bruce2008-11-10-10/+10
* mpc86xx: Use SRR0/1/rfi to enable address translation, not blrBecky Bruce2008-11-10-11/+8
* mpc86xx: Move setup_bats into cpu_init_fBecky Bruce2008-11-10-5/+0
* powerpc: change 86xx SMP boot methodBecky Bruce2008-11-04-73/+4
* powerpc 86xx: Handle CCSR relocation earlierBecky Bruce2008-11-03-5/+24
* 86xx: remove the redundant r2 global data pointer saveDave Liu2008-10-30-1/+0
* 86xx: remove the unused code for 86xx familyDave Liu2008-10-30-14/+0
* 86xx: Move the clear_tlbs before MMU turn onDave Liu2008-10-30-1/+4
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-50/+50
* mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheNick Spence2008-10-13-4/+4
* POWERPC 86xx: Move BAT setup code to CBecky Bruce2008-08-11-119/+0
* Big white-space cleanup.Wolfgang Denk2008-05-21-7/+7
* Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-02-15-53/+66
|\
| * 86xx: Remove old-style law setup codeBecky Bruce2008-01-24-5/+0
| * 86xx: Support new law setup method and convert mpc8641Becky Bruce2008-01-24-0/+2
| * 86xx: Rearrange the sequence in start.SBecky Bruce2008-01-24-53/+69
* | PPC: Use r2 instead of r29 as global data pointerWolfgang Denk2008-02-14-1/+1
* | ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski2008-02-14-44/+0
|/
* cpu/86xx fixes.Jon Loeliger2007-08-10-71/+14
* [ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski2007-06-22-2/+2
* Conditionalize 8641 Rev1.0 MCM workaroundsJames Yang2007-05-01-14/+28
* Code cleanupWolfgang Denk2006-10-24-165/+165
* Fix whitespace issues.Jon Loeliger2006-10-10-1/+0
* General indent and whitespace cleanups.Jon Loeliger2006-08-22-100/+97
* Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang2006-08-17-1/+2
* Do not enable address translation on secondary CPUs.Jon Loeliger2006-06-15-15/+0
* Change arbitration to round-robin for SMP linux.Jon Loeliger2006-05-19-6/+9
* Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang2006-05-10-2/+3
* Cleanup whitespaces and style issues.Jon Loeliger2006-04-27-2/+2
* Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-26-0/+1240