aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans2020-04-171-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (11 of many)Pawel Biernacki2020-02-241-2/+2
* Remove sparc64 kernel supportWarner Losh2020-02-031-4/+1
* SPDX: update some tags with two licenses.Pedro F. Giffuni2019-12-281-1/+1
* Add an OFWBUS_PNP_INFO() macro for devices that hang directly off the rootIan Lepore2019-11-301-1/+2
* ofw: ofw_reg_to_paddr: Use a 256 static array for the cellEmmanuel Vadot2019-08-071-1/+2
* Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-041-0/+42
* Define macros making it easier to define bus-specific pnpinfo for FDT systems.Ian Lepore2019-05-231-3/+5
* ofw_graph: Add functions for graph bindingsEmmanuel Vadot2019-04-172-0/+230
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* ofw_cpu: Add support for getting cpu clock via clock propertyEmmanuel Vadot2018-07-311-3/+27
* Add missing include of sys/boot.hWarner Losh2018-07-131-0/+1
* Use boot_parse_* to parse command line args and retire cut-n-pasteWarner Losh2018-07-131-39/+1
* Attach dev.cpu nodes on powerpc SMT cores, using only the first found threadJustin Hibbits2018-06-201-4/+37
* Check for a 'pci' prefix rather than a full match in get_addr_propsJustin Hibbits2018-06-151-1/+3
* ofw_reg_to_paddr(): Fix minor typo in KASSERT messageJustin Hibbits2018-06-151-1/+1
* simplebus pnp: Do not generate pnp info is the bus status is not okayEmmanuel Vadot2018-06-121-0/+4
* dev/ofw: Fix ofw_fdt_getprop() return values to match documentationBreno Leitao2018-06-071-5/+2
* Use NULL for SYSINIT's last arg, which is a pointer typeEd Maste2018-05-181-1/+1
* Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_allocOleksandr Tymoshenko2018-04-093-15/+27
* Make OF_searchencprop signature consistent with OF_getencpropOleksandr Tymoshenko2018-04-092-2/+2
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-083-16/+45
* Add api for creating resource list based on 'assigned-addresses'Marcin Wojtas2018-04-042-4/+23
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-202-2/+2
* ofw_fdt: Simplify parts with new libfdt methodsKyle Evans2018-02-261-38/+18
* Set internal error returns for OF_peer(), OF_child(), and OF_parent() toNathan Whitehorn2018-02-191-3/+3
* Out of an abundance of caution, NUL out the first byte in the PNPWarner Losh2018-01-281-0/+1
* Remove fdt fixups for powerpc, they are no longer needed.Justin Hibbits2018-01-131-2/+2
* Avoid use of the fdt_get_property_*() API, which is intrinsicallyNathan Whitehorn2017-12-301-7/+6
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-252-7/+2
* Back out OF module installation in the event of failure. PS3 firmware givesNathan Whitehorn2017-11-281-0/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2713-0/+26
* Do not bind to CPUs with SMT, which use a different CPU numbering conventionNathan Whitehorn2017-11-251-0/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* 'private' isn't a PNP string field, so instead used the reserved '#'Warner Losh2017-10-041-1/+1
* Enable OF_setprop API function to add property in FDTMarcin Wojtas2017-08-101-1/+5
* Enable using ofw_bus_find_compatible in early platform codeMarcin Wojtas2017-08-091-10/+2
* Add support for "compatible" parameter in ofw_fdt_fixupMarcin Wojtas2017-08-091-1/+10
* Update comment ot reflect realilty, we know also take care of CPUs thatOlivier Houchard2017-04-201-1/+2
* ePAPR states that any non-boot CPU will come in "disabled" state. So we shouldOlivier Houchard2017-04-201-2/+4
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* Expand OpenFirmware API with ofw_bus_node_status_okayWojciech Macek2017-01-252-0/+20
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-2/+11
* Add a ofw_parse_bootargs function, and use it for powerpcJustin Hibbits2016-09-212-0/+64
* Check all compatible strings on uart devices in powerpcJustin Hibbits2016-08-282-3/+26
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-193-62/+6