aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/devtree.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-21powerpc/boot: Fixup device-tree on little endianGravatar Benjamin Herrenschmidt 1-25/+34
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2008-12-21powerpc/bootwrapper: Use the child-bus #address-cells to decide which range e...Gravatar Scott Wood 1-1/+1
2008-04-17[POWERPC] Add bootwrapper function to get virtual reg from the device tree.Gravatar Laurent Pinchart 1-0/+20
2008-01-23[POWERPC] bootwrapper: Add find_node_by_alias and dt_fixup_mac_address_by_aliasGravatar Kumar Gala 1-0/+14
2007-10-03[POWERPC] bootwrapper: Factor out dt_set_mac_address()Gravatar Scott Wood 1-14/+17
2007-09-14[POWERPC] bootwrapper: Only print MAC addresses when the node is actually pre...Gravatar Scott Wood 1-4/+6
2007-08-22[POWERPC] bootwrapper: Add PowerQUICC II (82xx with CPM) cuboot supportGravatar Scott Wood 1-3/+3
2007-08-22[POWERPC] bootwrapper: Add dt_is_compatible()Gravatar Scott Wood 1-15/+33
2007-08-22[POWERPC] bootwrapper: dt_xlate_range() bugfixesGravatar Scott Wood 1-7/+13
2007-08-22[POWERPC] bootwrapper: Set timebase_period_ns from dt_fixup_cpu_clocksGravatar Scott Wood 1-0/+2
2007-04-30[POWERPC] Add dt_xlate_addr() to bootwrapperGravatar Mark A. Greer 1-14/+33
2007-04-27[POWERPC] bootwrapper: Fix array handling in dt_xlate_reg().Gravatar Scott Wood 1-12/+11
2007-04-13[POWERPC] bootwrapper: Add dt_xlate_reg(), and use it to find serial registers.Gravatar Scott Wood 1-0/+178
2007-04-13[POWERPC] Add device tree utility functions to zImageGravatar David Gibson 1-0/+111