aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/openfirm.h
Commit message (Expand)AuthorAgeFilesLines
* ofw: convert boolean_t to boolMitchell Horne2024-06-261-2/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove sparc64 kernel supportWarner Losh2020-02-031-4/+1
* SPDX: update some tags with two licenses.Pedro F. Giffuni2019-12-281-1/+1
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-091-0/+2
* Make OF_searchencprop signature consistent with OF_getencpropOleksandr Tymoshenko2018-04-091-1/+1
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko2016-05-111-0/+1
* Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner2016-02-161-1/+1
* Include machine/_bus.h so that bus_space_[tag|handle]_t will be available.Ian Lepore2015-12-211-0/+1
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationIan Lepore2015-12-211-0/+11
* Revert rr271190, it was based on a misunderstanding. The problem ofIan Lepore2014-09-061-3/+1
* Add OF_xref_from_node_strict() which returns -1 if there is no xref handleIan Lepore2014-09-061-1/+3
* Add OF_xref_from_device() so that there's no need to have an intermediateIan Lepore2014-09-021-0/+1
* Create a mechanism for looking up a device_t associated with an ofw/fdtIan Lepore2014-09-011-0/+10
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+2
* A few other common cases for encode-int decoding: OF_getencprop_alloc()Nathan Whitehorn2013-10-221-0/+4
* Add a new function (OF_getencprop()) that undoes the transformation appliedNathan Whitehorn2013-10-221-0/+2
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesNathan Whitehorn2013-09-151-0/+8
* - Add OF_hasprop() and ofw_bus_has_prop(). These can be used to checkHiroki Sato2012-08-181-0/+1
* Missed a file in r209803: this header contains a definition ofNathan Whitehorn2010-07-081-0/+1
* Prepare and extend OFW layer for FDT support.Rafal Jaworowski2010-05-281-1/+1
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intoNathan Whitehorn2010-05-161-1/+0
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce theNathan Whitehorn2010-05-161-0/+1
* Fix style.Marius Strobl2009-06-141-9/+9
* Fix the OFW interrupt map parser to use its own idea of the number of interruptNathan Whitehorn2009-01-031-0/+2
* Modularize the Open Firmware client interface to allow run-time switchingNathan Whitehorn2008-12-201-47/+45
* Unbreak ofwdump build by moving the pcell_t definition to after the kernelNathan Whitehorn2008-12-151-6/+6
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,Nathan Whitehorn2008-12-151-0/+6
* - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} byMarius Strobl2007-06-161-31/+0
* kernel clean up to make the sun4v kernel buildKip Macy2006-10-091-0/+26
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-161-3/+3
* Implement OF_interpret.Jake Burkholder2003-06-071-2/+2
* Add an #ifdef _KERNEL to make it possible to include this file fromThomas Moestl2002-10-181-5/+7
* 1. Add ofw_pci.h with definitions for the OpenFirmware PCI bindingsThomas Moestl2001-11-181-0/+5
* Make the openfirmware functions work on 64 bit architectures by usingJake Burkholder2001-07-311-2/+4
* Bracket this file in the usual #ifndef/#define/#endif stuff to preventBenno Rice2001-06-271-0/+5
* OpenFirmware kernel support, as used by the PowerPC and hopefully otherBenno Rice2001-06-161-1/+10
* OpenFirmware/PowerPC loader, part 2.Benno Rice2000-11-101-3/+3
* "Ok, my loader's now up to putting up a prompt. It probes disks partiallyDavid E. O'Brien2000-10-161-0/+119