summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw
Commit message (Expand)AuthorAgeFilesLines
* Where appropriate, use the endian-flipping OF_getencprop() instead ofnwhitehorn2015-11-174-24/+27
* Add domain support to PCI bus allocationzbb2015-09-161-1/+1
* Fix static fdt support.jhibbits2015-08-241-0/+2
* Provide the number of interrupt resources added to the listbr2015-05-151-1/+2
* Missed ofw_machdep.c in r282264.jhibbits2015-04-301-7/+16
* Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independentnwhitehorn2015-03-071-14/+26
* Remove FreeBSD/wii.rpaulo2015-02-101-9/+3
* Correctness improvements for removing FDT excluded memory areas.nwhitehorn2015-01-311-5/+5
* Allow use of a pre-instantiated RTAS as well as a self-instantiated one. Thisnwhitehorn2015-01-221-17/+28
* Remove space in the FDT reservation map from the available memory regionsnwhitehorn2015-01-201-4/+87
* Use TOC to look up all kernel globals on powerpc64 instead of doing thenwhitehorn2015-01-181-13/+23
* Refactor PowerPC (especially AIM) init sequence to be less baroque.nwhitehorn2015-01-181-2/+14
* Remove last vestige of Apple-specific memory parsing removed in r258807.nwhitehorn2015-01-021-2/+0
* Allow booting with both a real Open Firmware tree and a flattened version ofnwhitehorn2015-01-011-0/+8
* Move ofw_cpu.c to sys/dev/ofw so that it can be used by otherrpaulo2014-12-141-214/+0
* Fix a paste-o commited in r272109: we need to get the interrupts for theian2014-09-261-1/+1
* Replace multiple nearly-identical copies of code to walk through an FDTian2014-09-251-23/+2
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-2/+2
* Correct the order of arguments to mtx_init().brueffer2014-02-141-1/+1
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-052-2/+2
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-013-25/+21
* Add suspend/resume state saving for OpenPIC on PowerMac. It's likely thisjhibbits2013-12-211-0/+3
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-172-8/+12
* Configure interrupt sense based on device tree information. This extendsnwhitehorn2013-12-171-5/+11
* Revert last few revisions; apologies for the noise. There are very rare,nwhitehorn2013-12-011-1/+49
* Deleted one line too many.nwhitehorn2013-12-011-0/+1
* No actual hardware supported by FreeBSD requires this SPRG save/restorenwhitehorn2013-12-011-52/+1
* Rearchitect platform memory map parsing to make it lessnwhitehorn2013-12-011-222/+14
* Add a printf to inform about the logical memory block size which is in useandreast2013-11-301-0/+1
* Make RTAS calls, which call setfault() to recover from machine checks,nwhitehorn2013-11-271-2/+3
* Save and restore the trap vectors when doing OF calls on pSeries machines.andreast2013-11-231-0/+32
* Add a sysctl to allow disabling resetting the OF syscons.jhibbits2013-11-171-18/+23
* Following the approach with ACPI DMAR on x86, split IOMMU handling intonwhitehorn2013-11-122-6/+55
* Make tsec work with the device tree present on the RB800. The previous codenwhitehorn2013-11-111-1/+7
* Allow OF_decode_addr() to also be able to map resources on big-endiannwhitehorn2013-11-111-5/+11
* Consolidate Apple firmware hacks and improve them by switching on thenwhitehorn2013-11-111-9/+14
* Allow PIC drivers to translate firmware sense codes for themselves. Thisnwhitehorn2013-10-241-0/+36
* Add two new interfaces to ofw_bus:nwhitehorn2013-10-233-11/+10
* Standards-conformance and code deduplication:nwhitehorn2013-10-221-0/+129
* Provide an interface for PCI bus drivers that need some of ofw_pci'snwhitehorn2013-10-212-2/+20
* Allow the OFW interrupt mapping code to work with PCI devices not enumeratednwhitehorn2013-10-213-11/+15
* Rework handling of ofw_quiesce(), making it the responsibility of thenwhitehorn2013-09-271-29/+6
* Allow Open Firmware syscons to attach to devices without an "address"nwhitehorn2013-09-263-30/+74
* Only attach if properties we need (address, in particular) are present.nwhitehorn2013-09-171-0/+6
* Add a loader tunable to use only device tree-provided PCI devices. This isnwhitehorn2013-09-161-2/+6
* Add a kernel interface (OF_xref_phandle()) for systems where phandlesnwhitehorn2013-09-151-4/+5
* Revert r255420. This seems to break some Powermac systems and will benwhitehorn2013-09-091-13/+1
* Attach only on hardware that is actually supported as opposed to hardwarenwhitehorn2013-09-091-1/+13
* Use a spin lock instead of a mutex to gate RTAS. This is required if RTASnwhitehorn2013-09-091-3/+3
* Fix error in r252115: space for the softc needs to be allocated. Thisnwhitehorn2013-09-071-1/+1
OpenPOWER on IntegriCloud