summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw
Commit message (Expand)AuthorAgeFilesLines
* MFC r275779, r275963, r276101, r276161, r276297:ian2015-02-121-214/+0
* MFC r272109, r272181:ian2014-10-261-23/+2
* MFC r270945:ian2014-10-261-2/+2
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-152-2/+2
* MFC r261351, r261352, r261355, r261396, r261397, r261398, r261403, r261404,ian2014-05-153-25/+21
* MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857,ian2014-05-143-234/+36
* MFC r258268, r258271, r258272, r258274, r258275, r258427, r258694, r258696,ian2014-05-141-18/+23
* MFC r256994, r257016, r257055, r257059, r257060, r257075ian2014-05-134-11/+46
* MFC r256870, r256898, r256899, r256900 (by nwhitehorn):ian2014-05-131-0/+129
* MFC r256814, r256816, r256818, r256846, r256855, r256864 (by nwhitehorn):ian2014-05-134-13/+35
* MFC: r261884brueffer2014-02-281-1/+1
* MFC: r258427, r258694andreast2013-12-121-2/+3
* MFC: r258051, r258052andreast2013-12-122-6/+55
* MFC r257991, r257992, 257993, 258504andreast2013-12-111-14/+63
* MFC r258778andreast2013-12-111-0/+1
* 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
* Add better error handling for RTAS calls. These can potentially causenwhitehorn2011-06-261-1/+18
* Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)nwhitehorn2011-06-231-6/+8
* Retry the memory map-related portions of r222613, written by andreast,nwhitehorn2011-06-041-26/+145
* Temporarily back out those parts of r222613 related to parsing the memorynwhitehorn2011-06-021-144/+25
* MFpseries:nwhitehorn2011-06-026-42/+905
* Fix whitespace nit.nwhitehorn2011-03-091-1/+1
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain amarcel2011-02-022-4/+4
* Fix null string handling in ofw_real_nextprop function. Pass the rightandreast2011-01-051-4/+10
OpenPOWER on IntegriCloud