aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Described in the man page but not implemented. Here it comes,Andreas Tobler2014-01-131-0/+37
* Save and restore the GPIOs on the macio for suspend/resume.Justin Hibbits2014-01-112-2/+48
* Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn2014-01-051-41/+0
* Remove TNF license clauses 3 and 4, matching upstreamEd Maste2014-01-011-7/+0
* Set the PMC trapframe macros appropriatelyJustin Hibbits2013-12-221-2/+2
* Add suspend/resume state saving for OpenPIC on PowerMac. It's likely thisJustin Hibbits2013-12-216-0/+86
* Add suspend/resume to DBDMA and ATA on PowerMacs.Justin Hibbits2013-12-213-0/+61
* Add suspend/resume handlers for ATI backlight ppc driver.Justin Hibbits2013-12-201-14/+76
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufNathan Whitehorn2013-12-172-8/+12
* Configure interrupt sense based on device tree information. This extendsNathan Whitehorn2013-12-171-5/+11
* Save r3 before using it for the trap check, else we end up saving the new r3,Justin Hibbits2013-12-152-4/+8
* Set max_lun to zero. This field is ignored unless we are manually probingNathan Whitehorn2013-12-151-1/+1
* Rebase the PMC indices at 1, since PMC_SOFT is at 0.Justin Hibbits2013-12-141-2/+2
* Some style(9) fixesJustin Hibbits2013-12-131-4/+3
* Add PMU-based CPU frequency scaling. This method is used on most TitaniumJustin Hibbits2013-12-1313-33/+564
* FBT now does work fully on PowerPC.Justin Hibbits2013-12-123-6/+26
* Make more unsigned ints signed.Justin Hibbits2013-12-071-1/+2
* Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forJohn Baldwin2013-12-051-8/+13
* Do some cosmetic fixes.Andreas Tobler2013-12-051-7/+7
* Increase PHYS_AVAIL_SZ because on pSeries machines we can have many logicalAndreas Tobler2013-12-051-1/+5
* In case we have many continous regions without gaps we have to make soure thatAndreas Tobler2013-12-051-0/+1
* Fix typo.Nathan Whitehorn2013-12-021-1/+1
* Remove fdtbus_bs_tag definition, which is now obsolete. The remainder ofNathan Whitehorn2013-12-021-8/+0
* Revert last few revisions; apologies for the noise. There are very rare,Nathan Whitehorn2013-12-011-1/+49
* Deleted one line too many.Nathan Whitehorn2013-12-011-0/+1
* No actual hardware supported by FreeBSD requires this SPRG save/restoreNathan Whitehorn2013-12-011-52/+1
* Rearchitect platform memory map parsing to make it lessNathan Whitehorn2013-12-0110-285/+308
* Remove unnecessary double-setting of the thread's onfault state inNathan Whitehorn2013-12-011-12/+0
* The kernel stack guard pages are only below the stack pointer, not above.Nathan Whitehorn2013-12-012-2/+4
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-303-5/+5
* Add a printf to inform about the logical memory block size which is in useAndreas Tobler2013-11-301-0/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-1/+0
* Use the Open Firmware-based CPU frequency determination as a genericNathan Whitehorn2013-11-291-19/+14
* Add an interface for the Wii IOS kernels.Rui Paulo2013-11-291-0/+64
* Give some output about the CPU clock on IBMPOWER machines, currently readAndreas Tobler2013-11-281-0/+41
* This driver doesn't need the /options node, so don't check for it.Nathan Whitehorn2013-11-271-3/+1
* badaddr() is used only in the grackle PCI driver, so move its definitionNathan Whitehorn2013-11-274-123/+48
* Make RTAS calls, which call setfault() to recover from machine checks,Nathan Whitehorn2013-11-271-2/+3
* Take care to handle the full 16 byte buffer in the get/put routines. Also,Andreas Tobler2013-11-261-8/+26
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-253-6/+0
* Save and restore the trap vectors when doing OF calls on pSeries machines.Andreas Tobler2013-11-233-0/+38
* Limit the large page size to 16MB for now.Andreas Tobler2013-11-231-0/+5
* For PCI<->PCI bridges, #address-cells may be 3. Allow this when parsing theNathan Whitehorn2013-11-211-11/+13
* Remove stale comment. The PID provider is handled elsewhere already.Justin Hibbits2013-11-211-3/+0
* Add a sysctl to allow disabling resetting the OF syscons.Justin Hibbits2013-11-171-18/+23
* #interrupt-cells belongs to the iparent, not the device parent.Nathan Whitehorn2013-11-171-4/+4
* Use #address-cells and #size-cells here too instead of guessing. There isNathan Whitehorn2013-11-172-7/+17
* Actually look up #address-cells instead of assuming it is correlated withNathan Whitehorn2013-11-171-7/+13
* Do not assume a value for #address-cells when parsing the OF translationsNathan Whitehorn2013-11-171-17/+27
* Unify handling of illegal instruction faults between AIM and Book-E. ThisNathan Whitehorn2013-11-174-38/+44