summaryrefslogtreecommitdiff
path: root/cpu/mpc85xx/start.S
Commit message (Expand)AuthorAgeLines
* ppc: Use r12 instead of r14 as GOT pointer.Joakim Tjernlund2010-01-26-5/+6
* ppc: Loose GOT access in IRQJoakim Tjernlund2010-01-26-30/+3
* 85xx: Add support for e500mc cache stashingKumar Gala2010-01-05-1/+7
* relocation: Do not relocate NULL pointers.Joakim Tjernlund2009-10-08-2/+4
* ppc/85xx: add boot from NAND/eSDHC/eSPI supportMingkai Hu2009-09-15-1/+22
* ppc/85xx: Introduce low level write_tlb functionKumar Gala2009-09-15-1/+23
* ppc/85xx: Ensure that MAS8 is zero when writing TLB entries.Scott Wood2009-09-15-0/+4
* ppc/85xx: Don't enable interrupts before we're readyScott Wood2009-09-15-2/+2
* 85xx: Add support for setting IVORs to fixed offset defaultsKumar Gala2009-09-08-0/+6
* MPC85xx: Add MPC8569 CPU supportHaiying Wang2009-03-30-0/+49
* 85xx: Add support for additional e500mc featuresKumar Gala2009-03-30-0/+2
* 85xx: Fix the boot window issueDave Liu2008-12-19-8/+8
* Update U-Boot's build timestamp on every compilePeter Tyser2008-12-06-1/+2
* 85xx: Add basic e500mc core supportKumar Gala2008-10-24-0/+2
* 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic numberKumar Gala2008-10-24-2/+2
* 85xx: Export invalidate_{i,d}cache and add flush_dcacheKumar Gala2008-10-18-0/+49
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-24/+24
* Change the temp map to ROM to align addresses to page size.Andrew Klossner2008-07-14-4/+5
* Big white-space cleanup.Wolfgang Denk2008-05-21-1/+1
* 85xx: Don't icbi when unlocking the cacheKumar Gala2008-02-27-5/+2
* Invalidate INIT_RAM TLB mappingsAndy Fleming2008-02-27-0/+11
* ppc: Refactor cache routines, so there is only one common set.Rafal Jaworowski2008-02-14-45/+0
* 85xx: Reworked initial processor initKumar Gala2008-01-17-68/+63
* 85xx: Remove old style of LAW initKumar Gala2008-01-16-18/+0
* 85xx: Move LAW init code into CKumar Gala2008-01-16-0/+2
* 85xx: Remove cache config from configs.hKumar Gala2008-01-09-2/+7
* Cleanup coding style; update CHANGELOGWolfgang Denk2007-11-03-2/+2
* MSR overwrite fixurwithsughosh@gmail.com2007-10-19-8/+3
* Remove magic numbers from cache related operations for mpc85xxKumar Gala2007-10-19-4/+4
* 85xx io out functions need sync after write.Ed Swarthout2007-09-26-0/+5
* Use an absolute address when jumping out of 4k boot pageKumar Gala2007-08-14-29/+24
* 85xx start.S cleanup and exception supportAndy Fleming2007-08-14-278/+207
* [ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski2007-06-22-2/+2
* u-boot: v2: Remove the fixed TLB and LAW entrynubmerZang Roy-r619112007-04-23-12/+4
* Fix bug in [id]cache_status commands for MPC85xx processors;Wolfgang Denk2006-03-13-2/+2
* Added support for KwikByte KB920x boards (based on AT91RM9200)Wolfgang Denk2005-10-05-1/+1
* E500 update: repoint IVPR to RAM when code is relocatedWolfgang Denk2005-10-05-0/+5
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2005-08-05-2/+2
|\
| * Fix typos in cpu/85xx/start.S which caused DataTLB exception to beWolfgang Denk2005-08-04-2/+2
* | * Patch by Ron Alder, 11 July 2005Lunsheng Wang2005-07-29-3/+5
* | * Patch by Jon Loeliger, 2005-05-05Jon Loeliger2005-07-25-0/+6
|/
* Fix timer handling on MPC85xx systemswdenk2005-05-13-164/+144
* Patch by Jon Loeliger, 16 Jul 2004:wdenk2004-08-01-21/+15
* Patch by Jon Loeliger, 17 June 2004:wdenk2004-07-09-29/+17
* Patches Part 1 by Jon Loeliger, 11 May 2004:wdenk2004-06-09-21/+45
* * Patch by Xiao Xianghua, 23 Oct 2003:wdenk2003-10-26-2/+4
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-15-0/+1156