summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw
Commit message (Expand)AuthorAgeFilesLines
* Add a bus_null_rescan() method that always fails with an error.jhb2016-04-271-1/+1
* Add a pcib_attach_child() method to manage adding the child "pci" device.jhb2016-04-271-4/+1
* Implement a PCI bus rescan method.jhb2016-04-271-0/+1
* Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.jhb2016-04-151-3/+14
* Convert pci_delete_child() to a bus_child_deleted() method.jhb2016-04-061-0/+12
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-4/+4
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-222-2/+0
* Allow callers of OF_decode_addr to get the size of the found mapping. Thisandrew2016-02-162-2/+5
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-6/+6
* Move RTAS PCI-specific interpretation of the "reg" property of the PCI hostnwhitehorn2016-01-182-6/+0
* Use setjmp() instead of the identical-except-for-having-a-wrong-prototypenwhitehorn2016-01-101-4/+3
* Extend Book-E to support >4GB RAMjhibbits2015-12-241-7/+4
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationian2015-12-211-123/+17
* 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
OpenPOWER on IntegriCloud