aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* MFC r346332:Emmanuel Vadot2020-06-162-0/+230
* MFC r346645, r346664, r346687, r347387, r347836, r347088, 347089, r346956,Hans Petter Selasky2020-05-011-0/+42
* MFC r360051: tty: convert tty_lock_assert to tty_assert_lockedKyle Evans2020-04-241-1/+1
* MFC r355214, r355239, r355274, r355276-r355277, r355295, r355298Ian Lepore2019-12-071-1/+2
* MFC r350229-r350230, r350408, r350410, r350673-r350674Emmanuel Vadot2019-08-101-1/+2
* MFC r348169-r348170, r348172-r348173, r348183-r348184Ian Lepore2019-06-231-3/+5
* 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
* OFWPCI: Don't strip RF_ACTIVE from flags when parent bus method is called.Michal Meloun2016-08-141-2/+2
* Remove NULL checks after M_WAITOK allocations from sys/dev/ofw/.Edward Tomasz Napierala2016-08-092-18/+0
* Add hw.fdt sysctl node.Stephen J. Kiernan2016-08-061-0/+21