aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim/locore32.S
Commit message (Expand)AuthorAgeFilesLines
* powerpc64: Add a trap stack areaLeandro Lupori2019-02-041-0/+6
* powerpc: Don't include KERNBASE in genassym, it's unnecessaryJustin Hibbits2018-11-281-0/+1
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* Use the cookie now set by loader to determine whether the value passed toNathan Whitehorn2017-11-261-1/+3
* Remove dead code and dead comments, most notably the implemenation of theNathan Whitehorn2016-01-101-66/+5
* Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independentNathan Whitehorn2015-03-071-23/+34
* Remove FreeBSD/wii.Rui Paulo2015-02-101-3/+1
* Refactor PowerPC (especially AIM) init sequence to be less baroque.Nathan Whitehorn2015-01-181-50/+6
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* Setup BAT0 and BAT1 on the Wii.Adrian Chadd2012-11-211-1/+4
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits2012-11-071-0/+2
* The `end' symbol doesn't match the end of the kernel image because it'sRui Paulo2012-06-291-3/+4
* Zero BSS on start, in case the ELF loader that started the kernel did notNathan Whitehorn2011-12-161-0/+11
* This a follow up commit from r224216 for powerpc 32-bit. IncreaseAndreas Tobler2011-07-251-2/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofAttilio Rao2011-07-181-2/+5
* Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)Nathan Whitehorn2011-06-231-2/+1
* MFpseries:Nathan Whitehorn2011-06-021-13/+0
* MFppc64:Nathan Whitehorn2010-07-131-0/+207