aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/openfirm.c
Commit message (Expand)AuthorAgeFilesLines
* Do not destroy input buffer of the OF_getencprop() function on errorZbigniew Bodek2016-01-251-0/+3
* Fix the style of the reading of a nodes xref to make it readable.Andrew Turner2016-01-241-4/+3
* Fix bug in xrefinfo_find() for 64-bit platformsZbigniew Bodek2015-03-301-4/+4
* Do not leak the OFW memory when the result does not satisfy our alignmentLuiz Otavio O Souza2015-01-301-2/+7
* When registering an association between a device and an xref phandle, createIan Lepore2014-09-061-10/+45
* Revert rr271190, it was based on a misunderstanding. The problem ofIan Lepore2014-09-061-18/+4
* Add OF_xref_from_node_strict() which returns -1 if there is no xref handleIan Lepore2014-09-061-4/+18
* Fix typo.Ian Lepore2014-09-021-1/+1
* Add OF_xref_from_device() so that there's no need to have an intermediateIan Lepore2014-09-021-0/+16
* Create a mechanism for looking up a device_t associated with an ofw/fdtIan Lepore2014-09-011-4/+114
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+15
* Make all Open Firmware internal interfaces endian-safe by using the newNathan Whitehorn2013-10-231-8/+7
* Fix build.Andreas Tobler2013-10-231-2/+2
* A few other common cases for encode-int decoding: OF_getencprop_alloc()Nathan Whitehorn2013-10-221-0/+31
* Add a new function (OF_getencprop()) that undoes the transformation appliedNathan Whitehorn2013-10-221-0/+16
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesNathan Whitehorn2013-09-151-0/+42
* - Add OF_hasprop() and ofw_bus_has_prop(). These can be used to checkHiroki Sato2012-08-181-0/+8
* Implement OF_printf() using kvprintf() directly, avoiding to use aMarius Strobl2012-01-271-4/+18
* Fix OF_finddevice error return value in case of FDT.Jayachandran C.2011-12-021-1/+1
* As it turns out, r186347 actually is insufficient to avoid the use of theMarius Strobl2011-11-151-1/+1
* Make all OF client interface calls return the maximum kind ofNathan Whitehorn2010-11-091-6/+74
* Change OF_interpret() to also take an array of cell_t (missed in r209801).Marius Strobl2010-09-111-1/+1
* Change the argument type to OF_call_method to take an array of cell_tNathan Whitehorn2010-07-081-3/+3
* Prepare and extend OFW layer for FDT support.Rafal Jaworowski2010-05-281-7/+15
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intoNathan Whitehorn2010-05-161-9/+0
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce theNathan Whitehorn2010-05-161-0/+9
* Fix style.Marius Strobl2009-06-141-13/+31
* Unbreak OF_interpret() and its standard implementation after r186347.Marius Strobl2009-03-291-1/+3
* Fix the OFW interrupt map parser to use its own idea of the number of interruptNathan Whitehorn2009-01-031-0/+17
* Modularize the Open Firmware client interface to allow run-time switchingNathan Whitehorn2008-12-201-536/+119
* Fix warnings.Peter Wemm2007-07-061-1/+1
* In OF_init() check the return value of OF_getprop().Marius Strobl2007-06-161-1/+2
* - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} byMarius Strobl2007-06-161-31/+0
* Sync the styles of sys/boot/ofw/libofw/openfirm.c andMarius Strobl2007-06-161-272/+263
* Using the ptr defines broke the powerpc build - convert set_mmfsa to the sameKip Macy2006-10-111-2/+2
* kernel clean up to make the sun4v kernel buildKip Macy2006-10-091-0/+33
* Remove unused function and variables.Marius Strobl2005-11-221-19/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-2/+2
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-161-3/+3
* - Rearrange a comment to fit in 80 chars per line, like the rest of thisMarius Strobl2004-05-221-4/+4
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Implement OF_interpret.Jake Burkholder2003-06-071-0/+32
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindingsThomas Moestl2001-11-181-0/+28
* Make the openfirmware functions work on 64 bit architectures by usingJake Burkholder2001-07-311-235/+237
* Garbage collect some debug code.Benno Rice2001-06-271-11/+0
* OpenFirmware kernel support, as used by the PowerPC and hopefully otherBenno Rice2001-06-161-6/+41
* OpenFirmware/PowerPC loader, part 2.Benno Rice2000-11-101-6/+20
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyDavid E. O'Brien2000-10-161-0/+733