[git pull] device tree changes for linaro-2.6.38

Grant Likely grant.likely at secretlab.ca
Thu Apr 7 14:31:23 UTC 2011


On Thu, Apr 07, 2011 at 01:26:39PM +0200, Enric Balletbò i Serra wrote:
> Hi,
> 
> 2011/4/5 Grant Likely <grant.likely at secretlab.ca>:
> > Nicolas, here are a couple more changes needed for the 11.05 release.
> > The most important one is Shawn's patch to add a 'dtbs' rule for
> > building all the configured dtb files which is needed for packaging.
> > The second adds device tree support for the IGEP which has been build
> > tested, but that's it since I don't have hardware and I've not
> > cornered anyone to test it yet.  I've got it at the top of tree so you
> > can just commit HEAD~1 if you're not comfortable merging that one yet.
> >
> > Can I get a volunteer with an IGEP to test this tree and make sure it
> > boots with the devicetree?
> 
> I can test, what need to do ? Just see if IGEP board boots ?

See if it boots in the normal way to make sure nothing got broken.  Then build the .dtb file (make <board>.dtb), copy the .dtb file into ram, and pass it to the kernel with the 3rd argument to bootm (bootm <kernel-addr> <initrd-addr> <dtb-addr>)

g.

> 
> >
> > Thanks,
> > g.
> >
> > The following changes since commit 7c4bc9c2662c6d9840afed0e29eb01314af9bb78:
> >
> >  ARM: Only allow PM_SLEEP with CPUs which support suspend (2011-04-04
> > 00:25:21 -0400)
> >
> > are available in the git repository at:
> >  git://git.secretlab.ca/git/linux-2.6 devicetree/arm-linaro-2.6.38
> >
> > Grant Likely (1):
> >      arm/dt: Add basic devicetree support to IGEPv2 and v3
> >
> > Shawn Guo (1):
> >      arm/dt: Add a make rule to build dtb for enabled boards
> >
> >  arch/arm/Makefile                     |    2 +-
> >  arch/arm/boot/Makefile                |    2 ++
> >  arch/arm/boot/dts/isee-igep-v2.dts    |    7 +++++++
> >  arch/arm/boot/dts/isee-igep-v3.dts    |    7 +++++++
> >  arch/arm/mach-exynos4/Makefile.boot   |    2 ++
> >  arch/arm/mach-mx5/Makefile.boot       |    5 +++++
> >  arch/arm/mach-omap2/Makefile.boot     |    6 ++++++
> >  arch/arm/mach-omap2/board-igep0020.c  |    6 ++++++
> >  arch/arm/mach-omap2/board-igep0030.c  |    6 ++++++
> >  arch/arm/mach-tegra/Makefile.boot     |    2 ++
> >  arch/arm/mach-versatile/Makefile.boot |    2 ++
> >  11 files changed, 46 insertions(+), 1 deletions(-)
> >  create mode 100644 arch/arm/boot/dts/isee-igep-v2.dts
> >  create mode 100644 arch/arm/boot/dts/isee-igep-v3.dts
> >
> >
> 
> Cheers,
>    Enric Balletbò
> 
> > --
> > Grant Likely, B.Sc., P.Eng.
> > Secret Lab Technologies Ltd.
> >
> > _______________________________________________
> > linaro-kernel mailing list
> > linaro-kernel at lists.linaro.org
> > http://lists.linaro.org/mailman/listinfo/linaro-kernel
> >



More information about the linaro-kernel mailing list