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