[U-Boot] ARM Pull Request

Prafulla Wadaskar prafulla at marvell.com
Thu Jul 23 07:39:05 CEST 2009


 

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de 
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Wolfgang Denk
> Sent: Thursday, July 23, 2009 4:35 AM
> To: Jean-Christophe PLAGNIOL-VILLARD
> Cc: U-Boot; Ben Warren
> Subject: Re: [U-Boot] ARM Pull Request
> 
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20090722223039.GG19203 at game.jcrosoft.org> you wrote:
> > Hi Wolfgang,
> > 
> > this pull request need that ben send it's pull request for 
> net first 
> > as multiple patch depend on it
> > 
> > Ben do you plan to send it soon?
> > 
> > Please pull
> > The following changes since commit 
> 462b1038738dd86f8dd70595f250ce792e90d244:
> >   Wolfgang Denk (1):
> >         Merge branch 'master' of /home/wd/git/u-boot/custodians
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-arm.git master
> > 
> > Dieter Kiermaier (1):
> >       Kirkwood: add Marvell Kirkwood gpio driver
> > 
> > Heiko Schocher (2):
> >       arm, kirkwood: added KW_TWSI_BASE in kirkwood.h
> >       arm, kirkwood: added kw_gpio_set_valid() in gpio.h
> > 
> > Minkyu Kang (1):
> >       ARM Cortex A8: Move OMAP3 specific reset handler
> > 
> > Piotr Ziecik (1):
> >       api: Fix broken build on ARM.
> > 
> > Prafulla Wadaskar (3):
> >       Marvell Sheevaplug Board support
> >       Marvell MV88F6281GTW_GE Board support
> >       Marvell RD6281A Board support
> > 
> > Simon Kagstrom (1):
> >       Add unaligned.h for arm
> > 
> > Wolfgang Denk (1):
> >       at91cap9adk: fix #ifdef/#endif pairing
> > 
> >  MAINTAINERS                                     |    6 +
> >  MAKEALL                                         |    3 +
> >  Makefile                                        |   10 +-
> >  api/api_platform-arm.c                          |    2 -
> >  board/Marvell/mv88f6281gtw_ge/Makefile          |   51 ++++++
> >  board/Marvell/mv88f6281gtw_ge/config.mk         |   25 +++
> >  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |  141 
> ++++++++++++++++
> >  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.h |   36 ++++
> >  board/Marvell/rd6281a/Makefile                  |   51 ++++++
> >  board/Marvell/rd6281a/config.mk                 |   25 +++
> >  board/Marvell/rd6281a/rd6281a.c                 |  179 
> ++++++++++++++++++++
> >  board/Marvell/rd6281a/rd6281a.h                 |   41 +++++
> >  board/Marvell/sheevaplug/Makefile               |   51 ++++++
> >  board/Marvell/sheevaplug/config.mk              |   25 +++
> >  board/Marvell/sheevaplug/sheevaplug.c           |  155 
> ++++++++++++++++++
> >  board/Marvell/sheevaplug/sheevaplug.h           |   41 +++++
> >  cpu/arm_cortexa8/omap3/Makefile                 |    1 +
> >  cpu/arm_cortexa8/omap3/reset.S                  |   36 ++++
> >  cpu/arm_cortexa8/start.S                        |   14 --
> >  drivers/gpio/Makefile                           |    1 +
> >  drivers/gpio/kw_gpio.c                          |  151 
> +++++++++++++++++
> >  include/asm-arm/arch-kirkwood/gpio.h            |   53 ++++++
> >  include/asm-arm/arch-kirkwood/kirkwood.h        |    1 +
> >  include/asm-arm/unaligned.h                     |   18 ++
> >  include/configs/at91cap9adk.h                   |    2 +-
> >  include/configs/mv88f6281gtw_ge.h               |  200 
> +++++++++++++++++++++++
> >  include/configs/rd6281a.h                       |  198 
> ++++++++++++++++++++++
> >  include/configs/sheevaplug.h                    |  195 
> ++++++++++++++++++++++
> >  28 files changed, 1694 insertions(+), 18 deletions(-)  create mode 
> > 100644 board/Marvell/mv88f6281gtw_ge/Makefile
> >  create mode 100644 board/Marvell/mv88f6281gtw_ge/config.mk
> >  create mode 100644 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c
> >  create mode 100644 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.h
> >  create mode 100644 board/Marvell/rd6281a/Makefile  create 
> mode 100644 
> > board/Marvell/rd6281a/config.mk  create mode 100644 
> > board/Marvell/rd6281a/rd6281a.c  create mode 100644 
> > board/Marvell/rd6281a/rd6281a.h  create mode 100644 
> > board/Marvell/sheevaplug/Makefile  create mode 100644 
> > board/Marvell/sheevaplug/config.mk
> >  create mode 100644 board/Marvell/sheevaplug/sheevaplug.c
> >  create mode 100644 board/Marvell/sheevaplug/sheevaplug.h
> >  create mode 100644 cpu/arm_cortexa8/omap3/reset.S  create 
> mode 100644 
> > drivers/gpio/kw_gpio.c  create mode 100644 
> > include/asm-arm/arch-kirkwood/gpio.h
> >  create mode 100644 include/asm-arm/unaligned.h  create mode 100644 
> > include/configs/mv88f6281gtw_ge.h  create mode 100644 
> > include/configs/rd6281a.h  create mode 100644 
> > include/configs/sheevaplug.h
> 
> Applied, thanks.
> 
> Umm... is this all for ARM for this merge window? I mean, 
> could we release -rc1 from ARM's point of view now?
> 
> Or do you have mnore stuff queued? If so, when will it be 
> ready for pulling?
Dear Wolfgang

The arm build is broken at this moment on u-boot.git/master
I have tested for kirkwood boards using nand (i.e. Sheevaplug and RD6281A)
same should be the case for other ARM boards using NAND flash.

The following patches from jean needed for successful build.
But those cannot be applied cleanly.
http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commit;h=5b30fe639c3ca0141d78820be74ce26120056116
http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commit;h=009130ac00f4679516c6bb5a20f9a97eec98e6bc

Hi Jean,
Can you please rework and include those in this release?

More references:
http://lists.denx.de/pipermail/u-boot/2009-July/055591.html
http://lists.denx.de/pipermail/u-boot/2009-June/055064.html
http://lists.denx.de/pipermail/u-boot/2009-July/055469.html
http://lists.denx.de/pipermail/u-boot/2009-July/056085.html

Regards..
Prafulla . .

> 
> Best regards,
> 
> Wolfgang Denk
> 
> --
> DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: 
> wd at denx.de f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 


More information about the U-Boot mailing list