Hi Nicolas,
Here's the branch implementing basic device tree support based on the linaro-2.6.38 tree. Should be good to go.
g.
The following changes since commit f60e8ccbfce6b40a112bddef5b4926b7416b4f92:
ARM: fix build failure (2011-02-22 15:49:23 -0500)
are available in the git repository at: git://git.secretlab.ca/git/linux-2.6 devicetree/arm-linaro-2.6.38
Grant Likely (5): arm/dt: Make __vet_atags also accept a dtb image arm/dt: consolidate atags setup into setup_machine_atags arm/dt: probe for platforms via the device tree arm/dt: Basic versatile devicetree support arm/dt: Basic tegra devicetree support
Jeremy Kerr (1): arm/dt: Allow CONFIG_OF on ARM
arch/arm/Kconfig | 7 ++ arch/arm/include/asm/mach/arch.h | 9 ++ arch/arm/include/asm/prom.h | 37 ++++++++ arch/arm/include/asm/setup.h | 5 + arch/arm/kernel/Makefile | 1 + arch/arm/kernel/devtree.c | 147 ++++++++++++++++++++++++++++++++ arch/arm/kernel/head-common.S | 24 ++++-- arch/arm/kernel/head.S | 8 +- arch/arm/kernel/setup.c | 90 ++++++++++++-------- arch/arm/mach-tegra/board-harmony.c | 6 ++ arch/arm/mach-versatile/versatile_ab.c | 6 ++ arch/arm/mach-versatile/versatile_pb.c | 6 ++ arch/arm/mm/init.c | 11 +++ 13 files changed, 312 insertions(+), 45 deletions(-) create mode 100644 arch/arm/include/asm/prom.h create mode 100644 arch/arm/kernel/devtree.c
On Tue, 22 Feb 2011, Grant Likely wrote:
Hi Nicolas,
Here's the branch implementing basic device tree support based on the linaro-2.6.38 tree. Should be good to go.
Merged !
Please send any corrections my way as well from now on for inclusion into the Linaro tree.
Nicolas
On Wed, Feb 23, 2011 at 05:18:42PM -0500, Nicolas Pitre wrote:
On Tue, 22 Feb 2011, Grant Likely wrote:
Hi Nicolas,
Here's the branch implementing basic device tree support based on the linaro-2.6.38 tree. Should be good to go.
Merged !
Please send any corrections my way as well from now on for inclusion into the Linaro tree.
Will do; Thanks!
g.