summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/openfirm.h
AgeCommit message (Expand)Author
2025-04-03openfirm: Add OF_device_unregister_xrefEmannuel Vadot
2024-06-26ofw: convert boolean_t to boolMitchell Horne
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-12-28SPDX: update some tags with two licenses.Pedro F. Giffuni
2018-04-09Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko
2018-04-09Make OF_searchencprop signature consistent with OF_getencpropOleksandr Tymoshenko
2018-04-08Clean up OF_getprop_alloc APIOleksandr Tymoshenko
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-11Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko
2016-02-16Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner
2015-12-21Include machine/_bus.h so that bus_space_[tag|handle]_t will be available.Ian Lepore
2015-12-21Implement OF_decode_addr() for arm. Move most of powerpc's implementationIan Lepore
2014-09-06Revert rr271190, it was based on a misunderstanding. The problem ofIan Lepore
2014-09-06Add OF_xref_from_node_strict() which returns -1 if there is no xref handleIan Lepore
2014-09-02Add OF_xref_from_device() so that there's no need to have an intermediateIan Lepore
2014-09-01Create a mechanism for looking up a device_t associated with an ofw/fdtIan Lepore
2014-09-01Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore
2013-10-22A few other common cases for encode-int decoding: OF_getencprop_alloc()Nathan Whitehorn
2013-10-22Add a new function (OF_getencprop()) that undoes the transformation appliedNathan Whitehorn
2013-09-15Add a kernel interface (OF_xref_phandle()) for systems where phandlesNathan Whitehorn
2012-08-18- Add OF_hasprop() and ofw_bus_has_prop(). These can be used to checkHiroki Sato
2010-07-08Missed a file in r209803: this header contains a definition ofNathan Whitehorn
2010-05-28Prepare and extend OFW layer for FDT support.Rafal Jaworowski
2010-05-16Pull OF_quiesce() out of the MI Open Firmware layer and entirely intoNathan Whitehorn
2010-05-16On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce theNathan Whitehorn
2009-06-14Fix style.Marius Strobl
2009-01-03Fix the OFW interrupt map parser to use its own idea of the number of interruptNathan Whitehorn
2008-12-20Modularize the Open Firmware client interface to allow run-time switchingNathan Whitehorn
2008-12-15Unbreak ofwdump build by moving the pcell_t definition to after the kernelNathan Whitehorn
2008-12-15Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn
2007-06-16- Restore the machine independency of sys/dev/ofw/openfirm.{c,h} byMarius Strobl
2006-10-09kernel clean up to make the sun4v kernel buildKip Macy
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-08-16Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl
2003-06-07Implement OF_interpret.Jake Burkholder
2002-10-18Add an #ifdef _KERNEL to make it possible to include this file fromThomas Moestl
2001-11-181. Add ofw_pci.h with definitions for the OpenFirmware PCI bindingsThomas Moestl
2001-07-31Make the openfirmware functions work on 64 bit architectures by usingJake Burkholder
2001-06-27Bracket this file in the usual #ifndef/#define/#endif stuff to preventBenno Rice
2001-06-16OpenFirmware kernel support, as used by the PowerPC and hopefully otherBenno Rice
2000-11-10OpenFirmware/PowerPC loader, part 2.Benno Rice
2000-10-16"Ok, my loader's now up to putting up a prompt. It probes disks partiallyDavid E. O'Brien