aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdt
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Add fman and dpaa fixups for powerpc fdtJustin Hibbits2016-04-151-3/+62
* ARM: Parse command line delivered by U-Boot:Michal Meloun2016-03-262-0/+14
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-3/+3
* Make the memory size returned from fdt_get_mem_regions a 64-bit type. ThisAndrew Turner2016-03-012-3/+3
* Make the fdt_get_mem_regions memsize argument optional. It's only used inAndrew Turner2016-03-011-1/+2
* Fix fdt_get_mem_regions() to work with 64-bit addressesWojciech Macek2016-02-292-3/+3
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* Only define fdt_pic_table on arm, and when not using intrng as this isAndrew Turner2016-01-221-0/+2
* Remove fdt_fixup_table from architectures where it's unneeded. We only makeAndrew Turner2016-01-214-148/+2
* Do not require strict compatibility on simplebusZbigniew Bodek2016-01-201-2/+2
* SIMPLEBUS: Don't panic if child device doesn't have devinfo set.Michal Meloun2015-12-131-0/+6
* Create a RouterBoard platform and use it to create a flash mapJustin Hibbits2015-08-221-1/+1
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificOleksandr Tymoshenko2015-05-242-18/+0
* Add helper method fdt_find_child to make access to child nodes easier.Oleksandr Tymoshenko2015-05-222-0/+18
* Provide the number of interrupt resources added to the listRuslan Bukin2015-05-151-1/+1
* Bring in the start of the arm64 kernel.Andrew Turner2015-04-131-0/+49
* Use OF_getencpropalloc() to handle endianess of the properties.Ian Lepore2015-04-101-3/+3
* Make simplebus a base class of ofwbus. This allows the elimination ofIan Lepore2015-03-272-45/+112
* Allow creating subclass of FDT simplebusJayachandran C.2015-02-272-25/+60
* Fix whitespace glitch from prior comit.Ian Lepore2015-01-311-1/+1
* Reimplement fdt_clock_register_provider() correctly. It turns out youIan Lepore2015-01-241-1/+2
* Introduce ofw_bus_reg_to_rl() to replace part of common bus codeZbigniew Bodek2015-01-131-30/+1
* Add support for empty ranges properties within the tree, some vendorAndrew Turner2014-12-191-3/+8
* Eliminate fdt_data_verify(). The verification it proceed is wrongRuslan Bukin2014-12-152-66/+6
* The ranges parent bus address may just be a tag to the entry in the parentAndrew Turner2014-11-201-4/+87
* Remove an #ifdef DEBUG wrapper, and instead use if (bootverbose).Ian Lepore2014-11-121-6/+5
* Fail to probe on simplebus nodes that lack a "ranges" property.Ian Lepore2014-10-191-1/+7
* Replace multiple nearly-identical copies of code to walk through an FDTIan Lepore2014-09-253-72/+2
* Create an interface and support routines for drivers that handle IO pinIan Lepore2014-09-133-0/+256
* Use OF_xref_from_device(), not OF_xref_from_node(). Also, use bzero()Ian Lepore2014-09-021-3/+4
* Create an interface for drivers to enable or disable their clocks as listedIan Lepore2014-09-023-0/+296
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-012-3/+3
* Adjust ofwbus and simplebus to attach at BUS_PASS_ORDER_MIDDLE, so thatIan Lepore2014-08-051-1/+1
* Set ofwbus and simplebus to attach during BUS_PASS_BUS.Ian Lepore2014-08-051-2/+4
* Add the start of the ARM platform code. This is based on the PowerPCAndrew Turner2014-05-171-0/+72
* Catch up with last-second name change.Ian Lepore2014-02-161-1/+1
* Add a helper routine to depth-search the device tree for a node with aIan Lepore2014-02-162-0/+22
* Better nomatch messages: include compat string. Also, flag devices asWarner Losh2014-02-121-4/+11
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-052-92/+1
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Be more robust with malformed interrupt config data. Instead of crashingIan Lepore2014-02-021-5/+17
* Fix missing offset.Nathan Whitehorn2014-02-021-1/+2
* Allow nesting of simplebuses.Nathan Whitehorn2014-02-021-0/+1
* Provide a simpler and more standards-compliant simplebus implementation toNathan Whitehorn2014-02-012-531/+252
* Open Firmware interrupt specifiers can consist of arbitrary-length byteNathan Whitehorn2014-02-011-3/+1
* Be more robust with malformed interrupt config data. Instead of crashingIan Lepore2014-01-241-5/+17
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,Ian Lepore2014-01-052-220/+0