summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-172-2/+3
* Configure interrupt sense based on device tree information. This extendsnwhitehorn2013-12-171-9/+3
* Avoid warning about insecure format with clang.nwhitehorn2013-12-141-1/+1
* Return the correct IEEE 1275 code for "nextprop".nwhitehorn2013-12-101-3/+5
* Open Firmware mandates that certain cross-references, in particular thosenwhitehorn2013-12-011-2/+8
* Fix a typo on a comment in ofw_bus_if.m, the default method will return -1loos2013-11-121-1/+1
* An addendum: it is possible, though of questionable utility, for a nodenwhitehorn2013-11-061-0/+2
* Make OF_nextprop() work correctly for FDT by using the libfdtnwhitehorn2013-11-061-67/+26
* Add a helper routine to search for a compat string in a table thatian2013-10-252-0/+30
* Make sure to get the right node when looking up #interrupt-cells.nwhitehorn2013-10-251-2/+2
* Remove some of the code required for supporting ssm(4) on SPARC in favornwhitehorn2013-10-241-21/+12
* interrupt-parent and #interrupt-cells are written to the tree usingnwhitehorn2013-10-241-2/+2
* Factor out MI portions of the PowerPC nexus device into /sys/dev/ofw. Thenwhitehorn2013-10-232-0/+552
* Add two new interfaces to ofw_bus:nwhitehorn2013-10-232-0/+58
* Remove OF_instance_to_package() hack for FDT and replace with use of thenwhitehorn2013-10-231-13/+1
* Make all Open Firmware internal interfaces endian-safe by using the newnwhitehorn2013-10-234-24/+22
* Fix build.andreast2013-10-231-2/+2
* A few other common cases for encode-int decoding: OF_getencprop_alloc()nwhitehorn2013-10-222-0/+35
* Add a new function (OF_getencprop()) that undoes the transformation appliednwhitehorn2013-10-222-0/+18
* Return standards-compliant code from OF_nextprop() with FDT when nonwhitehorn2013-10-221-1/+1
* Allow the OFW interrupt mapping code to work with PCI devices not enumeratednwhitehorn2013-10-211-5/+6
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesnwhitehorn2013-09-153-1/+51
* Make the primary name of the OF console device /dev/ofwcons, and onlynwhitehorn2013-09-091-7/+9
* - Add OF_hasprop() and ofw_bus_has_prop(). These can be used to checkhrs2012-08-184-2/+29
* Merging of projects/armv6, part 4gonzo2012-08-151-2/+5
* Make ofw_bus_get_node() consistently return -1 when there is no associatednwhitehorn2012-03-153-3/+3
* Implement OF_printf() using kvprintf() directly, avoiding to use amarius2012-01-271-4/+18
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-022-2/+4
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-221-1/+1
* As it turns out, r186347 actually is insufficient to avoid the use of themarius2011-11-151-1/+1
* FDT changes for 64 bit kerneljchandra2011-10-171-30/+41
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-19/+3
* Return IEEE 1275 compliant error codes.raj2010-11-111-8/+8
* Make all OF client interface calls return the maximum kind ofnwhitehorn2010-11-091-6/+74
* Change OF_interpret() to also take an array of cell_t (missed in r209801).marius2010-09-114-10/+8
* bus_add_child: change type of order parameter to u_intavg2010-09-101-3/+3
* Missed a file in r209803: this header contains a definition ofnwhitehorn2010-07-081-0/+1
* Change the argument type to OF_call_method to take an array of cell_tnwhitehorn2010-07-083-8/+7
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-182-5/+11
* Initial implementation of the OFW i/f methods for FDT back-end.raj2010-05-281-0/+458
* Prepare and extend OFW layer for FDT support.raj2010-05-286-11/+73
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intonwhitehorn2010-05-164-36/+0
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce thenwhitehorn2010-05-164-0/+36
* With r205496 in place we should ensure that nargs and nreturns are alwaysmarius2010-04-021-0/+6
* Do not declare the various OFW command buffers static. It does notnwhitehorn2010-03-231-24/+24
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-011-7/+0
* Missed style fixes.marius2009-06-141-5/+3
* Fix style.marius2009-06-1410-183/+193
OpenPOWER on IntegriCloud