| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dead code. Most of this was in an #if 0 block; the rest is not | nwhitehorn | 2013-12-17 | 2 | -377/+0 |
* | Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiring | nwhitehorn | 2013-11-05 | 1 | -1/+1 |
* | Move remaining code and data related to static device mapping into the | ian | 2013-11-04 | 1 | -1/+1 |
* | This files should have been included in r257648. | ian | 2013-11-04 | 1 | -0/+3 |
* | Remove all the instances of '#undef DEBUG' from kernel. | loos | 2013-10-25 | 1 | -3/+0 |
* | Use common OFW root code to set up fdtbus. This is an almost purely | nwhitehorn | 2013-10-25 | 1 | -553/+9 |
* | Do not map IRQs twice. This fixes PowerPC/FDT systems with multiple PICs, | nwhitehorn | 2013-10-24 | 1 | -3/+2 |
* | Remove OF_instance_to_package() hack for FDT and replace with use of the | nwhitehorn | 2013-10-23 | 3 | -9/+7 |
* | MFP4: 223121 (PIC portion), 225861, 227822, 229692 (PIC only), 229693, | brooks | 2013-10-22 | 1 | -0/+19 |
* | Allow lots of interrupts (useful on multi-domain platforms) and do not | nwhitehorn | 2013-10-22 | 1 | -4/+2 |
* | Standards-conformance and code deduplication: | nwhitehorn | 2013-10-22 | 3 | -14/+21 |
* | MFP4: 223121 (FDT infrastructure portion) | brooks | 2013-10-21 | 4 | -9/+392 |
* | Some nexus devices add wildcard children. Since fdtbus_probe returned | nwhitehorn | 2013-10-20 | 1 | -1/+1 |
* | Add basic support for FDT to i386 & amd64. This change includes: | marcel | 2013-05-21 | 1 | -0/+51 |
* | Return "start" and "end" to u_long world. Because rman handle addresses as | ray | 2013-03-19 | 1 | -4/+3 |
* | Cast "start" to u_long. Temporary fix to unbreak tinderbox. | ray | 2013-03-19 | 1 | -2/+2 |
* | Don't hesitate to ask parent to setup IRQ finally. | ray | 2013-03-18 | 1 | -3/+0 |
* | Allow simplebus to attach to another simplebus. | ray | 2013-03-18 | 1 | -0/+2 |
* | Hide "no default resources for" warning under bootverbose. It's ok to use | ray | 2013-03-18 | 1 | -2/+3 |
* | Allow simplebus to attach in less strict way, when "simple-bus" listed on not | ray | 2013-03-18 | 1 | -2/+2 |
* | o Switch to use physical addresses in rman for FDT. | ray | 2013-03-18 | 3 | -10/+15 |
* | Bump per-device interrupt limit to more reasonable default. | gonzo | 2013-02-23 | 1 | -1/+1 |
* | Merge Perforce changeset 219933 and portions of 219962 (omits changes to | rwatson | 2013-01-12 | 1 | -2/+20 |
* | When a partially initialised FDT-based device instance can't attach, | rwatson | 2012-12-30 | 1 | -0/+2 |
* | Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regions | gonzo | 2012-11-30 | 2 | -0/+61 |
* | If virtual addresses are not set use one to one mapping. | gber | 2012-09-14 | 1 | -2/+2 |
* | Add fdt_get_unit() function. | gber | 2012-09-14 | 2 | -0/+12 |
* | Set busaddr and bussize to 0 when fdt_get_range() fails. | gber | 2012-09-14 | 1 | -1/+4 |
* | Do not swap byte order if we assign default value for intr_cells | gonzo | 2012-08-25 | 1 | -1/+2 |
* | Fix argument type for bus_space_map | gonzo | 2012-08-15 | 1 | -1/+1 |
* | Merging of projects/armv6, part 4 | gonzo | 2012-08-15 | 4 | -47/+66 |
* | Simplify simplebus_setup_intr and don't call MD code directly. We can | marcel | 2012-07-02 | 1 | -25/+20 |
* | Properly implement bus_setup_intr so that it handles the configuration | marcel | 2012-07-02 | 1 | -40/+35 |
* | Preset (clear) the ranges we're supposed to fill from the FDT. If a | marcel | 2012-05-24 | 1 | -0/+8 |
* | Add a new geom class which allows to divide NAND Flash chip | gber | 2012-05-22 | 2 | -0/+116 |
* | Respect phy-handle property in Ethernet nodes of the device tree. | raj | 2012-03-04 | 2 | -2/+45 |
* | DEBUG is a kernel option. Don't define it here, as it breaks LINT. | marcel | 2011-12-30 | 3 | -9/+0 |
* | Fix OF_finddevice error return value in case of FDT. | jchandra | 2011-12-02 | 3 | -5/+5 |
* | FDT support for MIPS. | jchandra | 2011-10-18 | 2 | -1/+62 |
* | Change rman_manage_region() to actually honor the rm_start and rm_end | jhb | 2011-04-29 | 1 | -1/+1 |
* | Don't operate on the parent of the PCI node. It's the PCI node itself | marcel | 2011-01-29 | 1 | -32/+234 |
* | Call newbus_device_create() for PCI devices. Call pci_from_fdt_node() | marcel | 2011-01-29 | 1 | -7/+8 |
* | Introduce macro FDT_MAP_IRQ to map from an interrupt controller and | marcel | 2011-01-29 | 1 | -2/+3 |
* | Eliminate FDT_IMMR_VA define. | raj | 2010-07-19 | 2 | -3/+3 |
* | Move MRVL FDT fixups and PIC decode routine to a platform specific area. | raj | 2010-07-19 | 1 | -88/+0 |
* | Convert Freescale PowerPC platforms to FDT convention. | raj | 2010-07-11 | 1 | -2/+3 |
* | Introduce PowerPC-specific helper routines for FDT. | raj | 2010-07-11 | 1 | -0/+168 |
* | Save fdtbus trigger / polarity data at their correct index. | raj | 2010-07-11 | 1 | -2/+2 |
* | Let simplebus(4) diagnostics be a bit more descriptive. | raj | 2010-07-11 | 1 | -4/+7 |
* | Initial FDT infrastructure elements for ARM. | raj | 2010-06-13 | 1 | -0/+88 |