aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt
Commit message (Expand)AuthorAgeFilesLines
* Add basic support for FDT to i386 & amd64. This change includes:Marcel Moolenaar2013-05-211-0/+51
* Return "start" and "end" to u_long world. Because rman handle addresses asAleksandr Rybalko2013-03-191-4/+3
* Cast "start" to u_long. Temporary fix to unbreak tinderbox.Aleksandr Rybalko2013-03-191-2/+2
* Don't hesitate to ask parent to setup IRQ finally.Aleksandr Rybalko2013-03-181-3/+0
* Allow simplebus to attach to another simplebus.Aleksandr Rybalko2013-03-181-0/+2
* Hide "no default resources for" warning under bootverbose. It's ok to useAleksandr Rybalko2013-03-181-2/+3
* Allow simplebus to attach in less strict way, when "simple-bus" listed on notAleksandr Rybalko2013-03-181-2/+2
* o Switch to use physical addresses in rman for FDT.Aleksandr Rybalko2013-03-183-10/+15
* Bump per-device interrupt limit to more reasonable default.Oleksandr Tymoshenko2013-02-231-1/+1
* Merge Perforce changeset 219933 and portions of 219962 (omits changes toRobert Watson2013-01-121-2/+20
* When a partially initialised FDT-based device instance can't attach,Robert Watson2012-12-301-0/+2
* Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regionsOleksandr Tymoshenko2012-11-302-0/+61
* If virtual addresses are not set use one to one mapping.Grzegorz Bernacki2012-09-141-2/+2
* Add fdt_get_unit() function.Grzegorz Bernacki2012-09-142-0/+12
* Set busaddr and bussize to 0 when fdt_get_range() fails.Grzegorz Bernacki2012-09-141-1/+4
* Do not swap byte order if we assign default value for intr_cellsOleksandr Tymoshenko2012-08-251-1/+2
* Fix argument type for bus_space_mapOleksandr Tymoshenko2012-08-151-1/+1
* Merging of projects/armv6, part 4Oleksandr Tymoshenko2012-08-154-47/+66
* Simplify simplebus_setup_intr and don't call MD code directly. We canMarcel Moolenaar2012-07-021-25/+20
* Properly implement bus_setup_intr so that it handles the configurationMarcel Moolenaar2012-07-021-40/+35
* Preset (clear) the ranges we're supposed to fill from the FDT. If aMarcel Moolenaar2012-05-241-0/+8
* Add a new geom class which allows to divide NAND Flash chipGrzegorz Bernacki2012-05-222-0/+116
* Respect phy-handle property in Ethernet nodes of the device tree.Rafal Jaworowski2012-03-042-2/+45
* DEBUG is a kernel option. Don't define it here, as it breaks LINT.Marcel Moolenaar2011-12-303-9/+0
* Fix OF_finddevice error return value in case of FDT.Jayachandran C.2011-12-023-5/+5
* FDT support for MIPS.Jayachandran C.2011-10-182-1/+62
* Change rman_manage_region() to actually honor the rm_start and rm_endJohn Baldwin2011-04-291-1/+1
* Don't operate on the parent of the PCI node. It's the PCI node itselfMarcel Moolenaar2011-01-291-32/+234
* Call newbus_device_create() for PCI devices. Call pci_from_fdt_node()Marcel Moolenaar2011-01-291-7/+8
* Introduce macro FDT_MAP_IRQ to map from an interrupt controller andMarcel Moolenaar2011-01-291-2/+3
* Eliminate FDT_IMMR_VA define.Rafal Jaworowski2010-07-192-3/+3
* Move MRVL FDT fixups and PIC decode routine to a platform specific area.Rafal Jaworowski2010-07-191-88/+0
* Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski2010-07-111-2/+3
* Introduce PowerPC-specific helper routines for FDT.Rafal Jaworowski2010-07-111-0/+168
* Save fdtbus trigger / polarity data at their correct index.Rafal Jaworowski2010-07-111-2/+2
* Let simplebus(4) diagnostics be a bit more descriptive.Rafal Jaworowski2010-07-111-4/+7
* Initial FDT infrastructure elements for ARM.Rafal Jaworowski2010-06-131-0/+88
* Provide identify method for the fdtbus(4).Rafal Jaworowski2010-06-131-0/+10
* Import the common Flattened Device Tree infrastructure.Rafal Jaworowski2010-06-026-0/+2140