| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r326310: Back out OF module installation in the event of failure. | kevans | 2018-03-14 | 1 | -0/+6 |
* | Partial merge of the SPDX changes | eadler | 2018-03-14 | 1 | -0/+2 |
* | Add OF_prop_free function as a counterpart for OF_*prop_alloc | gonzo | 2016-05-11 | 1 | -0/+7 |
* | Do not destroy input buffer of the OF_getencprop() function on error | zbb | 2016-01-25 | 1 | -0/+3 |
* | Fix the style of the reading of a nodes xref to make it readable. | andrew | 2016-01-24 | 1 | -4/+3 |
* | Fix bug in xrefinfo_find() for 64-bit platforms | zbb | 2015-03-30 | 1 | -4/+4 |
* | Do not leak the OFW memory when the result does not satisfy our alignment | loos | 2015-01-30 | 1 | -2/+7 |
* | When registering an association between a device and an xref phandle, create | ian | 2014-09-06 | 1 | -10/+45 |
* | Revert rr271190, it was based on a misunderstanding. The problem of | ian | 2014-09-06 | 1 | -18/+4 |
* | Add OF_xref_from_node_strict() which returns -1 if there is no xref handle | ian | 2014-09-06 | 1 | -4/+18 |
* | Fix typo. | ian | 2014-09-02 | 1 | -1/+1 |
* | Add OF_xref_from_device() so that there's no need to have an intermediate | ian | 2014-09-02 | 1 | -0/+16 |
* | Create a mechanism for looking up a device_t associated with an ofw/fdt | ian | 2014-09-01 | 1 | -4/+114 |
* | Rename OF_xref_phandle() to OF_node_from_xref() and add a new function | ian | 2014-09-01 | 1 | -1/+15 |
* | Make all Open Firmware internal interfaces endian-safe by using the new | nwhitehorn | 2013-10-23 | 1 | -8/+7 |
* | Fix build. | andreast | 2013-10-23 | 1 | -2/+2 |
* | A few other common cases for encode-int decoding: OF_getencprop_alloc() | nwhitehorn | 2013-10-22 | 1 | -0/+31 |
* | Add a new function (OF_getencprop()) that undoes the transformation applied | nwhitehorn | 2013-10-22 | 1 | -0/+16 |
* | Add a kernel interface (OF_xref_phandle()) for systems where phandles | nwhitehorn | 2013-09-15 | 1 | -0/+42 |
* | - Add OF_hasprop() and ofw_bus_has_prop(). These can be used to check | hrs | 2012-08-18 | 1 | -0/+8 |
* | Implement OF_printf() using kvprintf() directly, avoiding to use a | marius | 2012-01-27 | 1 | -4/+18 |
* | Fix OF_finddevice error return value in case of FDT. | jchandra | 2011-12-02 | 1 | -1/+1 |
* | As it turns out, r186347 actually is insufficient to avoid the use of the | marius | 2011-11-15 | 1 | -1/+1 |
* | Make all OF client interface calls return the maximum kind of | nwhitehorn | 2010-11-09 | 1 | -6/+74 |
* | Change OF_interpret() to also take an array of cell_t (missed in r209801). | marius | 2010-09-11 | 1 | -1/+1 |
* | Change the argument type to OF_call_method to take an array of cell_t | nwhitehorn | 2010-07-08 | 1 | -3/+3 |
* | Prepare and extend OFW layer for FDT support. | raj | 2010-05-28 | 1 | -7/+15 |
* | Pull OF_quiesce() out of the MI Open Firmware layer and entirely into | nwhitehorn | 2010-05-16 | 1 | -9/+0 |
* | On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce the | nwhitehorn | 2010-05-16 | 1 | -0/+9 |
* | Fix style. | marius | 2009-06-14 | 1 | -13/+31 |
* | Unbreak OF_interpret() and its standard implementation after r186347. | marius | 2009-03-29 | 1 | -1/+3 |
* | Fix the OFW interrupt map parser to use its own idea of the number of interrupt | nwhitehorn | 2009-01-03 | 1 | -0/+17 |
* | Modularize the Open Firmware client interface to allow run-time switching | nwhitehorn | 2008-12-20 | 1 | -536/+119 |
* | Fix warnings. | peter | 2007-07-06 | 1 | -1/+1 |
* | In OF_init() check the return value of OF_getprop(). | marius | 2007-06-16 | 1 | -1/+2 |
* | - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} by | marius | 2007-06-16 | 1 | -31/+0 |
* | Sync the styles of sys/boot/ofw/libofw/openfirm.c and | marius | 2007-06-16 | 1 | -272/+263 |
* | Using the ptr defines broke the powerpc build - convert set_mmfsa to the same | kmacy | 2006-10-11 | 1 | -2/+2 |
* | kernel clean up to make the sun4v kernel build | kmacy | 2006-10-09 | 1 | -0/+33 |
* | Remove unused function and variables. | marius | 2005-11-22 | 1 | -19/+0 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -2/+2 |
* | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | marius | 2004-08-16 | 1 | -3/+3 |
* | - Rearrange a comment to fit in 80 chars per line, like the rest of this | marius | 2004-05-22 | 1 | -4/+4 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | Implement OF_interpret. | jake | 2003-06-07 | 1 | -0/+32 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindings | tmm | 2001-11-18 | 1 | -0/+28 |
* | Make the openfirmware functions work on 64 bit architectures by using | jake | 2001-07-31 | 1 | -235/+237 |
* | Garbage collect some debug code. | benno | 2001-06-27 | 1 | -11/+0 |