aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/ofw
Commit message (Expand)AuthorAgeFilesLines
* Add two new interfaces to ofw_bus:Nathan Whitehorn2013-10-233-11/+10
* Standards-conformance and code deduplication:Nathan Whitehorn2013-10-221-0/+129
* Provide an interface for PCI bus drivers that need some of ofw_pci'sNathan Whitehorn2013-10-212-2/+20
* Allow the OFW interrupt mapping code to work with PCI devices not enumeratedNathan Whitehorn2013-10-213-11/+15
* Rework handling of ofw_quiesce(), making it the responsibility of theNathan Whitehorn2013-09-271-29/+6
* Allow Open Firmware syscons to attach to devices without an "address"Nathan Whitehorn2013-09-263-30/+74
* Only attach if properties we need (address, in particular) are present.Nathan Whitehorn2013-09-171-0/+6
* Add a loader tunable to use only device tree-provided PCI devices. This isNathan Whitehorn2013-09-161-2/+6
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesNathan Whitehorn2013-09-151-4/+5
* Revert r255420. This seems to break some Powermac systems and will beNathan Whitehorn2013-09-091-13/+1
* Attach only on hardware that is actually supported as opposed to hardwareNathan Whitehorn2013-09-091-1/+13
* Use a spin lock instead of a mutex to gate RTAS. This is required if RTASNathan Whitehorn2013-09-091-3/+3
* Fix error in r252115: space for the softc needs to be allocated. ThisNathan Whitehorn2013-09-071-1/+1
* Micro-optimize OFW syscons 8-bit blank.Justin Hibbits2013-08-061-5/+13
* Increase the size of the OFW bounce buffer to 4 pages. With this I can now runJustin Hibbits2013-07-241-3/+3
* Cache the Open Firmware CPU properties at attach time, so we don't alwaysJustin Hibbits2013-06-231-8/+19
* Remove leftover from r215163.Andreas Tobler2012-09-211-1/+0
* Don't probe the openfirmware framebuffer if the system is a Wii or itAdrian Chadd2012-08-211-0/+6
* Make ofw_bus_get_node() consistently return -1 when there is no associatedNathan Whitehorn2012-03-152-2/+2
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.John Baldwin2012-03-021-5/+6
* The bus resource adjustment API is not meant to work on active resources.Nathan Whitehorn2012-02-071-16/+6
* Inherit from PCI bridge driver instead of manually specifying all of itsNathan Whitehorn2012-02-051-24/+3
* Make sure to remap adjusted resources.Nathan Whitehorn2012-02-051-1/+17
* Add support for bus_adjust_resource() on all PowerPC/AIM PCI bridges. WithNathan Whitehorn2012-02-051-0/+28
* Unify OF PCI infrastructure, including changing from parsing the deviceNathan Whitehorn2012-02-042-0/+575
* Avoid warnings about duplicate modules.Nathan Whitehorn2012-02-041-1/+1
* This commit adds profiling support for powerpc64. Now we can do applicationAndreas Tobler2012-01-201-2/+2
* Prevent an error resulting from signed/unsigned comparison on systemsNathan Whitehorn2012-01-201-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-222-14/+10
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-072-2/+3
* Add better error handling for RTAS calls. These can potentially causeNathan Whitehorn2011-06-261-1/+18
* Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)Nathan Whitehorn2011-06-231-6/+8
* Retry the memory map-related portions of r222613, written by andreast,Nathan Whitehorn2011-06-041-26/+145
* Temporarily back out those parts of r222613 related to parsing the memoryNathan Whitehorn2011-06-021-144/+25
* MFpseries:Nathan Whitehorn2011-06-026-42/+905
* Fix whitespace nit.Nathan Whitehorn2011-03-091-1/+1
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain aMarcel Moolenaar2011-02-022-4/+4
* Fix null string handling in ofw_real_nextprop function. Pass the rightAndreas Tobler2011-01-051-4/+10
* Remove use of a separate ofw_pmap on 32-bit CPUs. Many Open FirmwareNathan Whitehorn2010-11-121-0/+661
* Map the Open Firmware framebuffer console with write combining turned on,Nathan Whitehorn2010-10-011-13/+27
* Change OF_interpret() to also take an array of cell_t (missed in r209801).Marius Strobl2010-09-111-4/+3
* Make ofw_syscons work on 64-bit systems.Nathan Whitehorn2010-07-081-3/+3
* Fix several bugs in the real-mode Open Firmware implementation and provideNathan Whitehorn2010-07-081-157/+325
* Change the argument type to OF_call_method to take an array of cell_tNathan Whitehorn2010-07-081-4/+3
* Add MSI support for PCI devices attached to the CPC925 and CPC945 bridgesNathan Whitehorn2010-06-181-0/+5
* Change the default interrupt polarity on PowerPC systems from high to low.Nathan Whitehorn2010-06-181-10/+22
* Provide for multiple, cascaded PICs on PowerPC systems, and extend theNathan Whitehorn2010-06-182-11/+28
* Modify the console mouse pointer drawing routine to use single-byte writesNathan Whitehorn2010-06-151-17/+4
* Prepare and extend OFW layer for FDT support.Rafal Jaworowski2010-05-281-2/+3