freebsd-dev/sys/dev/fdt
Zbigniew Bodek 4b3d916086 Introduce ofw_bus_reg_to_rl() to replace part of common bus code
Instead of reusing the same reg parsing code, create one, common function
that puts reg contents to the resource list. Address cells and size cells
are passed rather than acquired here so that any bus can have different
default values.

Obtained from:   Semihalf
Reviewed by:     andrew, ian, nwhitehorn
Sponsored by:    The FreeBSD Foundation
2015-01-13 00:00:09 +00:00
..
fdt_arm_platform.c Add the start of the ARM platform code. This is based on the PowerPC 2014-05-17 11:27:36 +00:00
fdt_clock_if.m Create an interface for drivers to enable or disable their clocks as listed 2014-09-02 03:23:05 +00:00
fdt_clock.c Use OF_xref_from_device(), not OF_xref_from_node(). Also, use bzero() 2014-09-02 03:46:24 +00:00
fdt_clock.h Create an interface for drivers to enable or disable their clocks as listed 2014-09-02 03:23:05 +00:00
fdt_common.c Add support for empty ranges properties within the tree, some vendor 2014-12-19 13:07:36 +00:00
fdt_common.h Eliminate fdt_data_verify(). The verification it proceed is wrong 2014-12-15 09:40:25 +00:00
fdt_mips.c Remove fdt_pic_table code from MIPS, PowerPC, and x86, as it is no longer 2014-01-04 21:19:20 +00:00
fdt_pinctrl_if.m Create an interface and support routines for drivers that handle IO pin 2014-09-13 19:03:32 +00:00
fdt_pinctrl.c Remove an #ifdef DEBUG wrapper, and instead use if (bootverbose). 2014-11-12 02:38:25 +00:00
fdt_pinctrl.h Create an interface and support routines for drivers that handle IO pin 2014-09-13 19:03:32 +00:00
fdt_powerpc.c Remove fdt_pic_table code from MIPS, PowerPC, and x86, as it is no longer 2014-01-04 21:19:20 +00:00
fdt_slicer.c Remove all the instances of '#undef DEBUG' from kernel. 2013-10-25 18:38:44 +00:00
fdt_static_dtb.S
fdt_x86.c Remove fdt_pic_table code from MIPS, PowerPC, and x86, as it is no longer 2014-01-04 21:19:20 +00:00
simplebus.c Introduce ofw_bus_reg_to_rl() to replace part of common bus code 2015-01-13 00:00:09 +00:00