summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/fdt_common.c
Commit message (Expand)AuthorAgeFilesLines
* Enable parsing simple-bus 'ranges' with multiple entriesmw2017-09-061-1/+2
* Set the correct default for #address-cells variable when the property doesloos2017-09-061-1/+1
* Replace OF_getprop ... fdt32_to_cpu with OF_getencprop. The latterandrew2017-09-061-7/+7
* Add OF_prop_free function as a counterpart for OF_*prop_allocgonzo2016-05-111-3/+3
* ARM: Parse command line delivered by U-Boot:mmel2016-03-261-0/+13
* Make the memory size returned from fdt_get_mem_regions a 64-bit type. Thisandrew2016-03-011-2/+2
* Make the fdt_get_mem_regions memsize argument optional. It's only used inandrew2016-03-011-1/+2
* Fix fdt_get_mem_regions() to work with 64-bit addresseswma2016-02-291-2/+2
* Do not require strict compatibility on simplebuszbb2016-01-201-2/+2
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificgonzo2015-05-241-17/+0
* Add helper method fdt_find_child to make access to child nodes easier.gonzo2015-05-221-0/+17
* Add support for empty ranges properties within the tree, some vendorandrew2014-12-191-3/+8
* Eliminate fdt_data_verify(). The verification it proceed is wrongbr2014-12-151-64/+6
* The ranges parent bus address may just be a tag to the entry in the parentandrew2014-11-201-4/+87
* Replace multiple nearly-identical copies of code to walk through an FDTian2014-09-251-40/+0
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-2/+2
* Catch up with last-second name change.ian2014-02-161-1/+1
* Add a helper routine to depth-search the device tree for a node with aian2014-02-161-0/+21
* Fix missing offset.nwhitehorn2014-02-021-1/+2
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-011-3/+1
* Be more robust with malformed interrupt config data. Instead of crashingian2014-01-241-5/+17
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-051-1/+0
* Reimplement fdt_intr_to_rl() in terms of OFW_BUS_MAP_INTR() andnwhitehorn2014-01-041-93/+21
* Do not map IRQs twice. This fixes PowerPC/FDT systems with multiple PICs,nwhitehorn2013-10-241-3/+2
* Remove OF_instance_to_package() hack for FDT and replace with use of thenwhitehorn2013-10-231-2/+2
* Standards-conformance and code deduplication:nwhitehorn2013-10-221-12/+18
* MFP4: 223121 (FDT infrastructure portion)brooks2013-10-211-0/+2
* Return "start" and "end" to u_long world. Because rman handle addresses asray2013-03-191-4/+3
* Cast "start" to u_long. Temporary fix to unbreak tinderbox.ray2013-03-191-2/+2
* o Switch to use physical addresses in rman for FDT.ray2013-03-181-7/+5
* Add fdt_get_reserved_regions function. API is simmilar to fdt_get_mem_regionsgonzo2012-11-301-0/+60
* Add fdt_get_unit() function.gber2012-09-141-0/+11
* Set busaddr and bussize to 0 when fdt_get_range() fails.gber2012-09-141-1/+4
* Do not swap byte order if we assign default value for intr_cellsgonzo2012-08-251-1/+2
* Fix argument type for bus_space_mapgonzo2012-08-151-1/+1
* Merging of projects/armv6, part 4gonzo2012-08-151-35/+57
* Respect phy-handle property in Ethernet nodes of the device tree.raj2012-03-041-1/+44
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-021-3/+3
* Introduce macro FDT_MAP_IRQ to map from an interrupt controller andmarcel2011-01-291-2/+3
* Eliminate FDT_IMMR_VA define.raj2010-07-191-2/+2
* Save fdtbus trigger / polarity data at their correct index.raj2010-07-111-2/+2
* Import the common Flattened Device Tree infrastructure.raj2010-06-021-0/+629
OpenPOWER on IntegriCloud