summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/devtree.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/bootwrapper: Use the child-bus #address-cells to decide which range e...Scott Wood2008-12-211-1/+1
* [POWERPC] Add bootwrapper function to get virtual reg from the device tree.Laurent Pinchart2008-04-171-0/+20
* [POWERPC] bootwrapper: Add find_node_by_alias and dt_fixup_mac_address_by_aliasKumar Gala2008-01-231-0/+14
* [POWERPC] bootwrapper: Factor out dt_set_mac_address()Scott Wood2007-10-031-14/+17
* [POWERPC] bootwrapper: Only print MAC addresses when the node is actually pre...Scott Wood2007-09-141-4/+6
* [POWERPC] bootwrapper: Add PowerQUICC II (82xx with CPM) cuboot supportScott Wood2007-08-221-3/+3
* [POWERPC] bootwrapper: Add dt_is_compatible()Scott Wood2007-08-221-15/+33
* [POWERPC] bootwrapper: dt_xlate_range() bugfixesScott Wood2007-08-221-7/+13
* [POWERPC] bootwrapper: Set timebase_period_ns from dt_fixup_cpu_clocksScott Wood2007-08-221-0/+2
* [POWERPC] Add dt_xlate_addr() to bootwrapperMark A. Greer2007-04-301-14/+33
* [POWERPC] bootwrapper: Fix array handling in dt_xlate_reg().Scott Wood2007-04-271-12/+11
* [POWERPC] bootwrapper: Add dt_xlate_reg(), and use it to find serial registers.Scott Wood2007-04-131-0/+178
* [POWERPC] Add device tree utility functions to zImageDavid Gibson2007-04-131-0/+111