summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke/locore.S
Commit message (Expand)AuthorAgeFilesLines
* Implement hwpmc(4) for Freescale e500 core.jhibbits2015-04-181-0/+2
* Unbreak book-e, broken by the trap.c merge (missed this file).jhibbits2015-04-081-3/+1
* Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independentnwhitehorn2015-03-071-21/+43
* Move IVOR setup from assembler to C, decreasing required assumptions aboutnwhitehorn2015-03-051-36/+0
* Refactor PowerPC (especially AIM) init sequence to be less baroque.nwhitehorn2015-01-181-18/+4
* Follow up r223485, which made AIM use the ABI thread pointer instead ofnwhitehorn2013-11-111-2/+1
* Bump initial TLB size. The kernel is not necessarily less than 16 MB anynwhitehorn2013-10-261-1/+1
* 1. Have the APs initialize the TLB1 entries from what has beenmarcel2012-11-031-43/+36
* Let us manage differences of Book-E PowerPC variations i.e. vendor /raj2012-05-271-1/+1
* o Rename kernload_ap to bp_kernelload. This to introduce a common prefixmarcel2012-05-241-6/+12
* It's invalid to use GLOBAL() for kernload_ap, as the macro switchesmarcel2011-08-021-1/+2
* There's no ':' after GLOBAL(). Missed due to no SMP testing.marcel2011-08-021-1/+1
* Add support for Juniper's loader. The difference between FreeBSD's andmarcel2011-08-021-23/+6
* Fix r224187: .word defines a 16-bit object and size_t is defined asmarcel2011-07-311-2/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-2/+5
* Better support different kernel hand-offs. When loaded directlymarcel2011-05-281-31/+29
* Wire the kernel using TLB1 entry 0 rather than entry 1. A more recentmarcel2011-05-271-7/+3
* Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.jhb2010-11-091-2/+0
* MFppc64:nwhitehorn2010-07-131-1/+0
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-111-1/+0
* Improve style(9), clean up.raj2009-05-211-2/+0
* Initial support for SMP on PowerPC MPC85xx.raj2009-05-211-1/+191
* Centralize setting HID0/1 for E500. Rename HID defines which are specificraj2009-04-221-0/+10
* Rework BookE pmap towards multi-core support.raj2009-01-131-0/+81
* Minor spelling fix in E500 locore.raj2008-12-181-1/+1
* Fix E500 cache invalidation routines.raj2008-12-171-0/+6
* Rework E500 locore.raj2008-12-171-213/+229
* Add support for kernel profiling for both AIM and BookE.marcel2008-10-271-1/+4
* Improve kernel stack handling on e500.raj2008-08-261-7/+14
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-031-0/+497
OpenPOWER on IntegriCloud