summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw
Commit message (Expand)AuthorAgeFilesLines
* Correct the order of arguments to mtx_init().brueffer2014-02-141-1/+1
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-052-2/+2
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-013-25/+21
* Add suspend/resume state saving for OpenPIC on PowerMac. It's likely thisjhibbits2013-12-211-0/+3
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-172-8/+12
* Configure interrupt sense based on device tree information. This extendsnwhitehorn2013-12-171-5/+11
* Revert last few revisions; apologies for the noise. There are very rare,nwhitehorn2013-12-011-1/+49
* Deleted one line too many.nwhitehorn2013-12-011-0/+1
* No actual hardware supported by FreeBSD requires this SPRG save/restorenwhitehorn2013-12-011-52/+1
* Rearchitect platform memory map parsing to make it lessnwhitehorn2013-12-011-222/+14
* Add a printf to inform about the logical memory block size which is in useandreast2013-11-301-0/+1
* Make RTAS calls, which call setfault() to recover from machine checks,nwhitehorn2013-11-271-2/+3
* Save and restore the trap vectors when doing OF calls on pSeries machines.andreast2013-11-231-0/+32
* Add a sysctl to allow disabling resetting the OF syscons.jhibbits2013-11-171-18/+23
* Following the approach with ACPI DMAR on x86, split IOMMU handling intonwhitehorn2013-11-122-6/+55
* Make tsec work with the device tree present on the RB800. The previous codenwhitehorn2013-11-111-1/+7
* Allow OF_decode_addr() to also be able to map resources on big-endiannwhitehorn2013-11-111-5/+11
* Consolidate Apple firmware hacks and improve them by switching on thenwhitehorn2013-11-111-9/+14
* Allow PIC drivers to translate firmware sense codes for themselves. Thisnwhitehorn2013-10-241-0/+36
* Add two new interfaces to ofw_bus:nwhitehorn2013-10-233-11/+10
* Standards-conformance and code deduplication:nwhitehorn2013-10-221-0/+129
* Provide an interface for PCI bus drivers that need some of ofw_pci'snwhitehorn2013-10-212-2/+20
* Allow the OFW interrupt mapping code to work with PCI devices not enumeratednwhitehorn2013-10-213-11/+15
* Rework handling of ofw_quiesce(), making it the responsibility of thenwhitehorn2013-09-271-29/+6
* Allow Open Firmware syscons to attach to devices without an "address"nwhitehorn2013-09-263-30/+74
* Only attach if properties we need (address, in particular) are present.nwhitehorn2013-09-171-0/+6
* Add a loader tunable to use only device tree-provided PCI devices. This isnwhitehorn2013-09-161-2/+6
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesnwhitehorn2013-09-151-4/+5
* Revert r255420. This seems to break some Powermac systems and will benwhitehorn2013-09-091-13/+1
* Attach only on hardware that is actually supported as opposed to hardwarenwhitehorn2013-09-091-1/+13
* Use a spin lock instead of a mutex to gate RTAS. This is required if RTASnwhitehorn2013-09-091-3/+3
* Fix error in r252115: space for the softc needs to be allocated. Thisnwhitehorn2013-09-071-1/+1
* Micro-optimize OFW syscons 8-bit blank.jhibbits2013-08-061-5/+13
* Increase the size of the OFW bounce buffer to 4 pages. With this I can now runjhibbits2013-07-241-3/+3
* Cache the Open Firmware CPU properties at attach time, so we don't alwaysjhibbits2013-06-231-8/+19
* Remove leftover from r215163.andreast2012-09-211-1/+0
* Don't probe the openfirmware framebuffer if the system is a Wii or itadrian2012-08-211-0/+6
* Make ofw_bus_get_node() consistently return -1 when there is no associatednwhitehorn2012-03-152-2/+2
* - Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.jhb2012-03-021-5/+6
* The bus resource adjustment API is not meant to work on active resources.nwhitehorn2012-02-071-16/+6
* Inherit from PCI bridge driver instead of manually specifying all of itsnwhitehorn2012-02-051-24/+3
* Make sure to remap adjusted resources.nwhitehorn2012-02-051-1/+17
* Add support for bus_adjust_resource() on all PowerPC/AIM PCI bridges. Withnwhitehorn2012-02-051-0/+28
* Unify OF PCI infrastructure, including changing from parsing the devicenwhitehorn2012-02-042-0/+575
* Avoid warnings about duplicate modules.nwhitehorn2012-02-041-1/+1
* This commit adds profiling support for powerpc64. Now we can do applicationandreast2012-01-201-2/+2
* Prevent an error resulting from signed/unsigned comparison on systemsnwhitehorn2012-01-201-2/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-222-14/+10
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-072-2/+3
OpenPOWER on IntegriCloud