summaryrefslogtreecommitdiff
path: root/cpu/mpc83xx/start.S
Commit message (Expand)AuthorAgeLines
* ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser2010-04-13-1207/+0
* ppc: Use r12 instead of r14 as GOT pointer.Joakim Tjernlund2010-01-26-5/+6
* ppc: Loose GOT access in IRQJoakim Tjernlund2010-01-26-31/+3
* relocation: Do not relocate NULL pointers.Joakim Tjernlund2009-10-08-2/+4
* 83xx: Use the proper sequence for updating IMMR.Scott Wood2009-01-21-3/+15
* mpc83xx: Size optimization of start.SRon Madrid2009-01-21-38/+39
* Update U-Boot's build timestamp on every compilePeter Tyser2008-12-06-1/+2
* Merge 'next' branchWolfgang Denk2008-10-18-123/+123
|\
| * rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-123/+123
* | 83xx NAND boot: wait for LTESR[CC]Lepcha Suchit2008-10-17-0/+12
|/
* mpc83xx: clean up cache operations and unlock_ram_in_cache() functionsNick Spence2008-09-03-21/+30
* mpc83xx: Store and display Arbiter Event Register valuesNick Spence2008-09-03-0/+11
* mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheNick Spence2008-09-03-4/+5
* NAND boot: MPC8313ERDB supportScott Wood2008-08-12-107/+45
* PPC: Create and use CONFIG_HIGH_BATSBecky Bruce2008-06-03-3/+3
* lib_ppc: Revert "Make MPC83xx one step closer to full relocation."Kim Phillips2008-04-25-7/+4
* Make MPC83xx one step closer to full relocation.Joakim Tjernlund2008-03-28-4/+7
* ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski2008-02-14-34/+0
* Fixed syntax error in function init_e300_core() of mpc83xx/start.S ifHeiko Schocher2008-01-12-1/+1
* [ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski2007-06-22-2/+2
* mpc83xx: Put the version (and magic) after the HRCW.Jerry Van Baren2007-03-02-12/+16
* mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi2006-11-03-8/+8
* mpc83xx: Fix the incorrect dcbz operationDave Liu2006-11-03-0/+12
* mpc83xx: Add support for variable flash memory sizes on 83xx systemsTimur Tabi2006-11-03-8/+21
* Add Dcbz(), Dcbi() and Dcbf() routines for MPC83xx.Marian Balakowicz2006-03-14-0/+34
* Correct shift offsets in icache_status and dcache_status for MPC83xx.Marian Balakowicz2006-03-14-2/+2
* Enable address translation on MPC83xxKumar Gala2006-02-10-179/+298
* Only disable the MPC83xx watchdog if its enabled out of reset.Kumar Gala2006-01-11-0/+6
* Fix style issues primarily in 85xx and 83xx boards.Jon Loeliger2005-08-01-41/+38
* * Patch by Eran LibertyEran Liberty2005-07-28-0/+1096