All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] ARM pull request
@ 2009-11-24 15:19 Tom
  2009-11-24 22:23 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom @ 2009-11-24 15:19 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Please pull this patch from arm.
It fixes a problem with overo.

Tom

The following changes since commit 3c014f1586d5bfe30dca7549396915c83f31cd30:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-net

are available in the git repository at:

   git://git.denx.de/u-boot-arm master-sync

Grazvydas Ignotas (1):
       OMAP3: pandora: fix booting without serial attached

  board/pandora/pandora.h |    3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-11-24 15:19 [U-Boot] ARM pull request Tom
@ 2009-11-24 22:23 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-11-24 22:23 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4B0BF975.7000505@windriver.com> you wrote:
> Wolfgang,
> 
> Please pull this patch from arm.
> It fixes a problem with overo.
> 
> Tom
> 
> The following changes since commit 3c014f1586d5bfe30dca7549396915c83f31cd30:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-net
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master-sync
> 
> Grazvydas Ignotas (1):
>        OMAP3: pandora: fix booting without serial attached
> 
>   board/pandora/pandora.h |    3 ++-
>   1 files changed, 2 insertions(+), 1 deletions(-)

Applied, thanks.

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
Vulcans believe peace should not depend on force.
	-- Amanda, "Journey to Babel", stardate 3842.3

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2011-06-23 13:40 ` Wolfgang Denk
@ 2011-06-23 17:36   ` Albert ARIBAUD
  0 siblings, 0 replies; 162+ messages in thread
From: Albert ARIBAUD @ 2011-06-23 17:36 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Le 23/06/2011 15:40, Wolfgang Denk a ?crit :
> Dear Albert ARIBAUD,
>
> In message<4E02DE75.7030303@aribaud.net>  you wrote:
>> (forgot to Cc: the lits, sorry for the duplicate)
>>
>> Hi Wolfgang,
>>
>> The following changes since commit 79cfe422615c010a75ece41662a05cd432ada389:
>>
>>     Prepare v2011.06-rc3 (2011-06-22 11:39:24 +0200)
>>
>> are available in the git repository at:
>>     git://git.denx.de/u-boot-arm.git master
>>
>> Michael Schwingen (17):
>>         add XScale sub architecture (IXP/PXA) to maintainer list
>>         add support for IXP42x Rev. B1 and newer
>>         trigger hardware watchdog in IXP42x serial driver
>>         Fix IXP code to work after relocation was added
>>         fix "depend" target in npe directory
>>         support CONFIG_SYS_LDSCRIPT on ARM
>>         use -ffunction-sections / --gc-sections on IXP42x
>>         update/fix AcTux1 board
>>         update/fix AcTux2 board
>>         update/fix AcTux3 board
>>         update/fix AcTux4 board
>>         IXP NPE: add support for fixed-speed MII ports
>>         add dvlhost (dLAN 200 AV Wireless G) board
>>         update/fix IXDP425 / IXDPG425 boards
>>         update/fix PDNB3 board
>>         IXP42x PCI rewrite
>>         run arm_pci_init after relocation
>>
>>    MAINTAINERS                               |   45 ++-
>>    arch/arm/config.mk                        |    7 +
>>    arch/arm/cpu/ixp/config.mk                |    5 +
>>    arch/arm/cpu/ixp/cpu.c                    |    5 -
>>    arch/arm/cpu/ixp/npe/Makefile             |    1 +
>>    arch/arm/cpu/ixp/npe/npe.c                |   74 +++--
>>    arch/arm/cpu/ixp/start.S                  |   59 +---
>>    arch/arm/cpu/ixp/timer.c                  |  124 +++---
>>    arch/arm/cpu/ixp/u-boot.lds               |    8 +-
>>    arch/arm/include/asm/arch-ixp/ixp425.h    |    5 +-
>>    arch/arm/include/asm/arch-ixp/ixp425pci.h |  130 +------
>>    arch/arm/include/asm/global_data.h        |    3 +
>>    arch/arm/lib/board.c                      |    6 +-
>>    board/actux1/actux1.c                     |  105 +++---
>>    board/actux1/config.mk                    |    4 -
>>    board/actux1/u-boot.lds                   |   41 ++-
>>    board/actux2/actux2.c                     |   93 +++---
>>    board/actux2/config.mk                    |    4 -
>>    board/actux2/u-boot.lds                   |   46 ++-
>>    board/actux3/actux3.c                     |  120 +++---
>>    board/actux3/config.mk                    |    4 -
>>    board/actux3/u-boot.lds                   |   52 ++-
>>    board/actux4/actux4.c                     |  103 +++--
>>    board/actux4/config.mk                    |    4 -
>>    board/dvlhost/Makefile                    |   50 +++
>>    board/dvlhost/dvlhost.c                   |  130 ++++++
>>    board/dvlhost/dvlhost_hw.h                |   47 +++
>>    board/dvlhost/u-boot.lds                  |   87 ++++
>>    board/dvlhost/watchdog.c                  |   43 ++
>>    board/ixdp425/config.mk                   |    2 -
>>    board/ixdp425/flash.c                     |  427 --------------------
>>    board/ixdp425/ixdp425.c                   |  155 +++++++-
>>    board/prodrive/pdnb3/config.mk            |    2 -
>>    boards.cfg                                |    8 +-
>>    drivers/pci/pci.c                         |    4 -
>>    drivers/pci/pci_indirect.c                |   13 +-
>>    drivers/pci/pci_ixp.c                     |  612
>> ++++++++++-------------------
>>    drivers/serial/serial_ixp.c               |    7 +-
>>    include/configs/actux1.h                  |   62 ++--
>>    include/configs/actux2.h                  |   35 ++-
>>    include/configs/actux3.h                  |   37 ++-
>>    include/configs/actux4.h                  |   39 ++-
>>    include/configs/dvlhost.h                 |  248 ++++++++++++
>>    include/configs/ixdp425.h                 |  196 +++++++---
>>    include/configs/ixdpg425.h                |   11 +-
>>    include/configs/pdnb3.h                   |   10 +-
>>    46 files changed, 1689 insertions(+), 1584 deletions(-)
>>    delete mode 100644 board/actux1/config.mk
>>    delete mode 100644 board/actux2/config.mk
>>    delete mode 100644 board/actux3/config.mk
>>    delete mode 100644 board/actux4/config.mk
>>    create mode 100644 board/dvlhost/Makefile
>>    create mode 100644 board/dvlhost/dvlhost.c
>>    create mode 100644 board/dvlhost/dvlhost_hw.h
>>    create mode 100644 board/dvlhost/u-boot.lds
>>    create mode 100644 board/dvlhost/watchdog.c
>>    delete mode 100644 board/ixdp425/config.mk
>>    delete mode 100644 board/ixdp425/flash.c
>>    delete mode 100644 board/prodrive/pdnb3/config.mk
>>    create mode 100644 include/configs/dvlhost.h
>
> Applied, thanks.  I had to fix a merge conflict in
> arch/arm/lib/board.c (due to the removal of the trab board
> inbetween), so please verify.

Seems ok to me, thanks.

> Best regards,
>
> Wolfgang Denk

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2011-06-23  6:34 Albert ARIBAUD
@ 2011-06-23 13:40 ` Wolfgang Denk
  2011-06-23 17:36   ` Albert ARIBAUD
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2011-06-23 13:40 UTC (permalink / raw)
  To: u-boot

Dear Albert ARIBAUD,

In message <4E02DE75.7030303@aribaud.net> you wrote:
> (forgot to Cc: the lits, sorry for the duplicate)
> 
> Hi Wolfgang,
> 
> The following changes since commit 79cfe422615c010a75ece41662a05cd432ada389:
> 
>    Prepare v2011.06-rc3 (2011-06-22 11:39:24 +0200)
> 
> are available in the git repository at:
>    git://git.denx.de/u-boot-arm.git master
> 
> Michael Schwingen (17):
>        add XScale sub architecture (IXP/PXA) to maintainer list
>        add support for IXP42x Rev. B1 and newer
>        trigger hardware watchdog in IXP42x serial driver
>        Fix IXP code to work after relocation was added
>        fix "depend" target in npe directory
>        support CONFIG_SYS_LDSCRIPT on ARM
>        use -ffunction-sections / --gc-sections on IXP42x
>        update/fix AcTux1 board
>        update/fix AcTux2 board
>        update/fix AcTux3 board
>        update/fix AcTux4 board
>        IXP NPE: add support for fixed-speed MII ports
>        add dvlhost (dLAN 200 AV Wireless G) board
>        update/fix IXDP425 / IXDPG425 boards
>        update/fix PDNB3 board
>        IXP42x PCI rewrite
>        run arm_pci_init after relocation
> 
>   MAINTAINERS                               |   45 ++-
>   arch/arm/config.mk                        |    7 +
>   arch/arm/cpu/ixp/config.mk                |    5 +
>   arch/arm/cpu/ixp/cpu.c                    |    5 -
>   arch/arm/cpu/ixp/npe/Makefile             |    1 +
>   arch/arm/cpu/ixp/npe/npe.c                |   74 +++--
>   arch/arm/cpu/ixp/start.S                  |   59 +---
>   arch/arm/cpu/ixp/timer.c                  |  124 +++---
>   arch/arm/cpu/ixp/u-boot.lds               |    8 +-
>   arch/arm/include/asm/arch-ixp/ixp425.h    |    5 +-
>   arch/arm/include/asm/arch-ixp/ixp425pci.h |  130 +------
>   arch/arm/include/asm/global_data.h        |    3 +
>   arch/arm/lib/board.c                      |    6 +-
>   board/actux1/actux1.c                     |  105 +++---
>   board/actux1/config.mk                    |    4 -
>   board/actux1/u-boot.lds                   |   41 ++-
>   board/actux2/actux2.c                     |   93 +++---
>   board/actux2/config.mk                    |    4 -
>   board/actux2/u-boot.lds                   |   46 ++-
>   board/actux3/actux3.c                     |  120 +++---
>   board/actux3/config.mk                    |    4 -
>   board/actux3/u-boot.lds                   |   52 ++-
>   board/actux4/actux4.c                     |  103 +++--
>   board/actux4/config.mk                    |    4 -
>   board/dvlhost/Makefile                    |   50 +++
>   board/dvlhost/dvlhost.c                   |  130 ++++++
>   board/dvlhost/dvlhost_hw.h                |   47 +++
>   board/dvlhost/u-boot.lds                  |   87 ++++
>   board/dvlhost/watchdog.c                  |   43 ++
>   board/ixdp425/config.mk                   |    2 -
>   board/ixdp425/flash.c                     |  427 --------------------
>   board/ixdp425/ixdp425.c                   |  155 +++++++-
>   board/prodrive/pdnb3/config.mk            |    2 -
>   boards.cfg                                |    8 +-
>   drivers/pci/pci.c                         |    4 -
>   drivers/pci/pci_indirect.c                |   13 +-
>   drivers/pci/pci_ixp.c                     |  612 
> ++++++++++-------------------
>   drivers/serial/serial_ixp.c               |    7 +-
>   include/configs/actux1.h                  |   62 ++--
>   include/configs/actux2.h                  |   35 ++-
>   include/configs/actux3.h                  |   37 ++-
>   include/configs/actux4.h                  |   39 ++-
>   include/configs/dvlhost.h                 |  248 ++++++++++++
>   include/configs/ixdp425.h                 |  196 +++++++---
>   include/configs/ixdpg425.h                |   11 +-
>   include/configs/pdnb3.h                   |   10 +-
>   46 files changed, 1689 insertions(+), 1584 deletions(-)
>   delete mode 100644 board/actux1/config.mk
>   delete mode 100644 board/actux2/config.mk
>   delete mode 100644 board/actux3/config.mk
>   delete mode 100644 board/actux4/config.mk
>   create mode 100644 board/dvlhost/Makefile
>   create mode 100644 board/dvlhost/dvlhost.c
>   create mode 100644 board/dvlhost/dvlhost_hw.h
>   create mode 100644 board/dvlhost/u-boot.lds
>   create mode 100644 board/dvlhost/watchdog.c
>   delete mode 100644 board/ixdp425/config.mk
>   delete mode 100644 board/ixdp425/flash.c
>   delete mode 100644 board/prodrive/pdnb3/config.mk
>   create mode 100644 include/configs/dvlhost.h

Applied, thanks.  I had to fix a merge conflict in
arch/arm/lib/board.c (due to the removal of the trab board
inbetween), so please verify.

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, itn tyg h myxbl cd.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2011-06-23  6:34 Albert ARIBAUD
  2011-06-23 13:40 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Albert ARIBAUD @ 2011-06-23  6:34 UTC (permalink / raw)
  To: u-boot

(forgot to Cc: the lits, sorry for the duplicate)

Hi Wolfgang,

The following changes since commit 79cfe422615c010a75ece41662a05cd432ada389:

   Prepare v2011.06-rc3 (2011-06-22 11:39:24 +0200)

are available in the git repository at:
   git://git.denx.de/u-boot-arm.git master

Michael Schwingen (17):
       add XScale sub architecture (IXP/PXA) to maintainer list
       add support for IXP42x Rev. B1 and newer
       trigger hardware watchdog in IXP42x serial driver
       Fix IXP code to work after relocation was added
       fix "depend" target in npe directory
       support CONFIG_SYS_LDSCRIPT on ARM
       use -ffunction-sections / --gc-sections on IXP42x
       update/fix AcTux1 board
       update/fix AcTux2 board
       update/fix AcTux3 board
       update/fix AcTux4 board
       IXP NPE: add support for fixed-speed MII ports
       add dvlhost (dLAN 200 AV Wireless G) board
       update/fix IXDP425 / IXDPG425 boards
       update/fix PDNB3 board
       IXP42x PCI rewrite
       run arm_pci_init after relocation

  MAINTAINERS                               |   45 ++-
  arch/arm/config.mk                        |    7 +
  arch/arm/cpu/ixp/config.mk                |    5 +
  arch/arm/cpu/ixp/cpu.c                    |    5 -
  arch/arm/cpu/ixp/npe/Makefile             |    1 +
  arch/arm/cpu/ixp/npe/npe.c                |   74 +++--
  arch/arm/cpu/ixp/start.S                  |   59 +---
  arch/arm/cpu/ixp/timer.c                  |  124 +++---
  arch/arm/cpu/ixp/u-boot.lds               |    8 +-
  arch/arm/include/asm/arch-ixp/ixp425.h    |    5 +-
  arch/arm/include/asm/arch-ixp/ixp425pci.h |  130 +------
  arch/arm/include/asm/global_data.h        |    3 +
  arch/arm/lib/board.c                      |    6 +-
  board/actux1/actux1.c                     |  105 +++---
  board/actux1/config.mk                    |    4 -
  board/actux1/u-boot.lds                   |   41 ++-
  board/actux2/actux2.c                     |   93 +++---
  board/actux2/config.mk                    |    4 -
  board/actux2/u-boot.lds                   |   46 ++-
  board/actux3/actux3.c                     |  120 +++---
  board/actux3/config.mk                    |    4 -
  board/actux3/u-boot.lds                   |   52 ++-
  board/actux4/actux4.c                     |  103 +++--
  board/actux4/config.mk                    |    4 -
  board/dvlhost/Makefile                    |   50 +++
  board/dvlhost/dvlhost.c                   |  130 ++++++
  board/dvlhost/dvlhost_hw.h                |   47 +++
  board/dvlhost/u-boot.lds                  |   87 ++++
  board/dvlhost/watchdog.c                  |   43 ++
  board/ixdp425/config.mk                   |    2 -
  board/ixdp425/flash.c                     |  427 --------------------
  board/ixdp425/ixdp425.c                   |  155 +++++++-
  board/prodrive/pdnb3/config.mk            |    2 -
  boards.cfg                                |    8 +-
  drivers/pci/pci.c                         |    4 -
  drivers/pci/pci_indirect.c                |   13 +-
  drivers/pci/pci_ixp.c                     |  612 
++++++++++-------------------
  drivers/serial/serial_ixp.c               |    7 +-
  include/configs/actux1.h                  |   62 ++--
  include/configs/actux2.h                  |   35 ++-
  include/configs/actux3.h                  |   37 ++-
  include/configs/actux4.h                  |   39 ++-
  include/configs/dvlhost.h                 |  248 ++++++++++++
  include/configs/ixdp425.h                 |  196 +++++++---
  include/configs/ixdpg425.h                |   11 +-
  include/configs/pdnb3.h                   |   10 +-
  46 files changed, 1689 insertions(+), 1584 deletions(-)
  delete mode 100644 board/actux1/config.mk
  delete mode 100644 board/actux2/config.mk
  delete mode 100644 board/actux3/config.mk
  delete mode 100644 board/actux4/config.mk
  create mode 100644 board/dvlhost/Makefile
  create mode 100644 board/dvlhost/dvlhost.c
  create mode 100644 board/dvlhost/dvlhost_hw.h
  create mode 100644 board/dvlhost/u-boot.lds
  create mode 100644 board/dvlhost/watchdog.c
  delete mode 100644 board/ixdp425/config.mk
  delete mode 100644 board/ixdp425/flash.c
  delete mode 100644 board/prodrive/pdnb3/config.mk
  create mode 100644 include/configs/dvlhost.h
uboot at lilith:~/src/u-boot-arm$ git fetch u-boot-arm
 From git://git.denx.de/u-boot-arm
    79cfe42..1ed63c5  master     -> u-boot-arm/master
  + 17859fd...26137d3 next       -> u-boot-arm/next  (forced update)
uboot at lilith:~/src/u-boot-arm$ git request-pull u-boot/master 
git://git.denx.de/u-boot-arm.git master
The following changes since commit 79cfe422615c010a75ece41662a05cd432ada389:

   Prepare v2011.06-rc3 (2011-06-22 11:39:24 +0200)

are available in the git repository at:
   git://git.denx.de/u-boot-arm.git master

Michael Schwingen (17):
       add XScale sub architecture (IXP/PXA) to maintainer list
       add support for IXP42x Rev. B1 and newer
       trigger hardware watchdog in IXP42x serial driver
       Fix IXP code to work after relocation was added
       fix "depend" target in npe directory
       support CONFIG_SYS_LDSCRIPT on ARM
       use -ffunction-sections / --gc-sections on IXP42x
       update/fix AcTux1 board
       update/fix AcTux2 board
       update/fix AcTux3 board
       update/fix AcTux4 board
       IXP NPE: add support for fixed-speed MII ports
       add dvlhost (dLAN 200 AV Wireless G) board
       update/fix IXDP425 / IXDPG425 boards
       update/fix PDNB3 board
       IXP42x PCI rewrite
       run arm_pci_init after relocation

  MAINTAINERS                               |   45 ++-
  arch/arm/config.mk                        |    7 +
  arch/arm/cpu/ixp/config.mk                |    5 +
  arch/arm/cpu/ixp/cpu.c                    |    5 -
  arch/arm/cpu/ixp/npe/Makefile             |    1 +
  arch/arm/cpu/ixp/npe/npe.c                |   74 +++--
  arch/arm/cpu/ixp/start.S                  |   59 +---
  arch/arm/cpu/ixp/timer.c                  |  124 +++---
  arch/arm/cpu/ixp/u-boot.lds               |    8 +-
  arch/arm/include/asm/arch-ixp/ixp425.h    |    5 +-
  arch/arm/include/asm/arch-ixp/ixp425pci.h |  130 +------
  arch/arm/include/asm/global_data.h        |    3 +
  arch/arm/lib/board.c                      |    6 +-
  board/actux1/actux1.c                     |  105 +++---
  board/actux1/config.mk                    |    4 -
  board/actux1/u-boot.lds                   |   41 ++-
  board/actux2/actux2.c                     |   93 +++---
  board/actux2/config.mk                    |    4 -
  board/actux2/u-boot.lds                   |   46 ++-
  board/actux3/actux3.c                     |  120 +++---
  board/actux3/config.mk                    |    4 -
  board/actux3/u-boot.lds                   |   52 ++-
  board/actux4/actux4.c                     |  103 +++--
  board/actux4/config.mk                    |    4 -
  board/dvlhost/Makefile                    |   50 +++
  board/dvlhost/dvlhost.c                   |  130 ++++++
  board/dvlhost/dvlhost_hw.h                |   47 +++
  board/dvlhost/u-boot.lds                  |   87 ++++
  board/dvlhost/watchdog.c                  |   43 ++
  board/ixdp425/config.mk                   |    2 -
  board/ixdp425/flash.c                     |  427 --------------------
  board/ixdp425/ixdp425.c                   |  155 +++++++-
  board/prodrive/pdnb3/config.mk            |    2 -
  boards.cfg                                |    8 +-
  drivers/pci/pci.c                         |    4 -
  drivers/pci/pci_indirect.c                |   13 +-
  drivers/pci/pci_ixp.c                     |  612 
++++++++++-------------------
  drivers/serial/serial_ixp.c               |    7 +-
  include/configs/actux1.h                  |   62 ++--
  include/configs/actux2.h                  |   35 ++-
  include/configs/actux3.h                  |   37 ++-
  include/configs/actux4.h                  |   39 ++-
  include/configs/dvlhost.h                 |  248 ++++++++++++
  include/configs/ixdp425.h                 |  196 +++++++---
  include/configs/ixdpg425.h                |   11 +-
  include/configs/pdnb3.h                   |   10 +-
  46 files changed, 1689 insertions(+), 1584 deletions(-)
  delete mode 100644 board/actux1/config.mk
  delete mode 100644 board/actux2/config.mk
  delete mode 100644 board/actux3/config.mk
  delete mode 100644 board/actux4/config.mk
  create mode 100644 board/dvlhost/Makefile
  create mode 100644 board/dvlhost/dvlhost.c
  create mode 100644 board/dvlhost/dvlhost_hw.h
  create mode 100644 board/dvlhost/u-boot.lds
  create mode 100644 board/dvlhost/watchdog.c
  delete mode 100644 board/ixdp425/config.mk
  delete mode 100644 board/ixdp425/flash.c
  delete mode 100644 board/prodrive/pdnb3/config.mk
  create mode 100644 include/configs/dvlhost.h

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request.
  2010-05-31 19:05 ` Marek Vasut
@ 2010-06-07 12:58   ` Tom Rix
  0 siblings, 0 replies; 162+ messages in thread
From: Tom Rix @ 2010-06-07 12:58 UTC (permalink / raw)
  To: u-boot

Marek Vasut wrote:
> Dne Ne 30. kv?tna 2010 15:52:04 Tom Rix napsal(a):
>> This is to catch master up to ARM mach-types
> 
> Is the PXA tree -next and -fix still planned to be pulled guys? Tom, Wolfgang 
> ... hm?
> 

Sorry I have been out for a while.

Please verify that PXA branch you wish me to pull from is up to date.
That the patches are in order and resubmit a pull request.

Tom


> Cheers
>> Tom
>>
>> The following changes since commit
>> 01f03bda5b22e5aeae5f02fd537da97a41485c73: Wolfgang Denk (1):
>>          Prepare v2010.06-rc1
>>
>> are available in the git repository at:
>>
>>    git://git.denx.de/u-boot-arm master
>>
>> Tom (2):
>>        ARM Update mach-types
>>        ARM Update mach-types
>>
>>   arch/arm/include/asm/mach-types.h | 1173
>> ++++++++++++++++++++++++++++++++++++- 1 files changed, 1165 insertions(+),
>> 8 deletions(-)
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
> 
> 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request.
  2010-05-30 13:52 Tom Rix
  2010-05-30 19:43 ` Wolfgang Denk
  2010-05-31  4:43 ` Hiremath, Vaibhav
@ 2010-05-31 19:05 ` Marek Vasut
  2010-06-07 12:58   ` Tom Rix
  2 siblings, 1 reply; 162+ messages in thread
From: Marek Vasut @ 2010-05-31 19:05 UTC (permalink / raw)
  To: u-boot

Dne Ne 30. kv?tna 2010 15:52:04 Tom Rix napsal(a):
> This is to catch master up to ARM mach-types

Is the PXA tree -next and -fix still planned to be pulled guys? Tom, Wolfgang 
... hm?

Cheers
> 
> Tom
> 
> The following changes since commit
> 01f03bda5b22e5aeae5f02fd537da97a41485c73: Wolfgang Denk (1):
>          Prepare v2010.06-rc1
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
> Tom (2):
>        ARM Update mach-types
>        ARM Update mach-types
> 
>   arch/arm/include/asm/mach-types.h | 1173
> ++++++++++++++++++++++++++++++++++++- 1 files changed, 1165 insertions(+),
> 8 deletions(-)
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request.
  2010-05-30 13:52 Tom Rix
  2010-05-30 19:43 ` Wolfgang Denk
@ 2010-05-31  4:43 ` Hiremath, Vaibhav
  2010-05-31 19:05 ` Marek Vasut
  2 siblings, 0 replies; 162+ messages in thread
From: Hiremath, Vaibhav @ 2010-05-31  4:43 UTC (permalink / raw)
  To: u-boot


> -----Original Message-----
> From: u-boot-bounces at lists.denx.de [mailto:u-boot-bounces at lists.denx.de] On
> Behalf Of Tom Rix
> Sent: Sunday, May 30, 2010 7:22 PM
> To: Wolfgang Denk
> Cc: u-boot at lists.denx.de
> Subject: [U-Boot] ARM pull request.
> 
> This is to catch master up to ARM mach-types
> 
> Tom
> 
> The following changes since commit 01f03bda5b22e5aeae5f02fd537da97a41485c73:
>    Wolfgang Denk (1):
>          Prepare v2010.06-rc1
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
[Hiremath, Vaibhav] Tom,

I just thought of reminding you about long pending patches for OMAP3 & AM35x which I had submitted.

OMAP3EVM: Added NAND support
omap3: Calculate CS1 size only when SDRC is initialized for CS1
omap3: Consolidate SDRC related operations
AM35x: Add support for AM3517EVM
AM35x: Add support for EMIF4


Thanks,
Vaibhav

> Tom (2):
>        ARM Update mach-types
>        ARM Update mach-types
> 
>   arch/arm/include/asm/mach-types.h | 1173
> ++++++++++++++++++++++++++++++++++++-
>   1 files changed, 1165 insertions(+), 8 deletions(-)
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request.
  2010-05-30 13:52 Tom Rix
@ 2010-05-30 19:43 ` Wolfgang Denk
  2010-05-31  4:43 ` Hiremath, Vaibhav
  2010-05-31 19:05 ` Marek Vasut
  2 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2010-05-30 19:43 UTC (permalink / raw)
  To: u-boot

Dear Tom Rix,

In message <4C026D84.7040100@bumblecow.com> you wrote:
> This is to catch master up to ARM mach-types
> 
> Tom
> 
> The following changes since commit 01f03bda5b22e5aeae5f02fd537da97a41485c73:
>    Wolfgang Denk (1):
>          Prepare v2010.06-rc1
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
> Tom (2):
>        ARM Update mach-types
>        ARM Update mach-types
> 
>   arch/arm/include/asm/mach-types.h | 1173 ++++++++++++++++++++++++++++++++++++-
>   1 files changed, 1165 insertions(+), 8 deletions(-)

Applied, thanks.

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
"The lesser of two evils -- is evil."             - Seymour (Sy) Leon

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request.
@ 2010-05-30 13:52 Tom Rix
  2010-05-30 19:43 ` Wolfgang Denk
                   ` (2 more replies)
  0 siblings, 3 replies; 162+ messages in thread
From: Tom Rix @ 2010-05-30 13:52 UTC (permalink / raw)
  To: u-boot

This is to catch master up to ARM mach-types

Tom

The following changes since commit 01f03bda5b22e5aeae5f02fd537da97a41485c73:
   Wolfgang Denk (1):
         Prepare v2010.06-rc1

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Tom (2):
       ARM Update mach-types
       ARM Update mach-types

  arch/arm/include/asm/mach-types.h | 1173 ++++++++++++++++++++++++++++++++++++-
  1 files changed, 1165 insertions(+), 8 deletions(-)

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2010-05-01 21:50 Tom Rix
@ 2010-05-04 20:56 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2010-05-04 20:56 UTC (permalink / raw)
  To: u-boot

Dear Tom Rix,

In message <4BDCA234.9010301@bumblecow.com> you wrote:
> Wolfgang,
> Please pull from arm/master.
> Tom
> 
> The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-video
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
> Alexander Holler (1):
>        at91: add defines for RTT and GPBR
> 
> Asen Dimov (5):
>        pm9261 converted to at91 soc access
>        pm9261: remove CONFIG_CMD_AUTOSCRIPT
>        pm9263: remove CONFIG_CMD_AUTOSCRIPT
>        at91: define matrix registers bit fields
>        pm9263 converted to at91 soc access
> 
> Fabio Estevam (1):
>        MX51EVK: Remove CPLD related code
> 
> Frans Meulenbroeks (2):
>        configs/sheevaplug: added a few additional commands
>        configs/openrd_base.h: reordered macros
> 
> Heiko Schocher (2):
>        arm, mx27: add support for SDHC1 pin init
>        arm, i.mx27: add support for magnesium board from projectiondesign
> 
> John Rigby (1):
>        MX25 print arm clock instead of mpllclk on boot
> 
> Minkyu Kang (2):
>        SAMSUNG: serial: modify name from s5pc1xx to s5p
>        SAMSUNG: make s5p common gpio functions
> 
> Siddarth Gore (1):
>        Marvell GuruPlug Board Support
> 
> Stefano Babic (9):
>        Moved board specific values in config file
>        mkimage: correct spelling error in imximage
>        mx51evk: correct list of possible BOOT_FROM values
>        MX31: add accessor function to get a gpio
>        MX31: add pin definitions for NAND controller
>        MX31: Add support for NAND to QONG board
>        MX31: Support 128MB RAM on QONG module
>        MX31: Add UBI support to QONG module
>        MX31: Removed erroneous board name from QONG
> 
> trix (1):
>        ARM Update mach-types
> 
>   MAINTAINERS                                        |    8 +
>   MAKEALL                                            |    2 +
>   Makefile                                           |    4 +
>   arch/arm/cpu/arm926ejs/mx25/generic.c              |    2 +-
>   arch/arm/cpu/arm926ejs/mx27/generic.c              |   17 +
>   arch/arm/cpu/arm_cortexa8/mx51/lowlevel_init.S     |    5 +-
>   arch/arm/cpu/arm_cortexa8/s5pc1xx/Makefile         |    1 -
>   arch/arm/include/asm/arch-at91/at91_matrix.h       |  138 +++
>   arch/arm/include/asm/arch-at91/at91sam9260.h       |    2 +
>   arch/arm/include/asm/arch-at91/at91sam9261.h       |    2 +
>   arch/arm/include/asm/arch-at91/at91sam9263.h       |    3 +
>   arch/arm/include/asm/arch-mx27/imx-regs.h          |    1 +
>   arch/arm/include/asm/arch-mx31/mx31-regs.h         |   15 +
>   arch/arm/include/asm/arch-mx31/mx31.h              |    5 +
>   arch/arm/include/asm/arch-s5pc1xx/gpio.h           |  192 ++--
>   arch/arm/include/asm/arch-s5pc1xx/uart.h           |    2 +-
>   arch/arm/include/asm/mach-types.h                  |  986 +++++++++++++++++++-
>   board/Marvell/guruplug/Makefile                    |   51 +
>   board/Marvell/guruplug/config.mk                   |   27 +
>   board/Marvell/guruplug/guruplug.c                  |  167 ++++
>   board/Marvell/guruplug/guruplug.h                  |   39 +
>   board/Marvell/guruplug/kwbimage.cfg                |  162 ++++
>   board/davedenx/qong/lowlevel_init.S                |  130 ++-
>   board/davedenx/qong/qong.c                         |   95 ++-
>   board/davedenx/qong/qong_fpga.h                    |    4 +-
>   board/freescale/mx51evk/imximage.cfg               |    2 +-
>   board/freescale/mx51evk/mx51evk.c                  |   67 --
>   board/freescale/mx51evk/mx51evk.h                  |    1 -
>   board/logicpd/imx27lite/imx27lite.c                |   18 +-
>   board/ronetix/pm9261/led.c                         |   18 +-
>   board/ronetix/pm9261/pm9261.c                      |  152 ++--
>   board/ronetix/pm9263/led.c                         |   15 +-
>   board/ronetix/pm9263/pm9263.c                      |  195 ++--
>   common/serial.c                                    |   16 +-
>   drivers/gpio/Makefile                              |    1 +
>   drivers/gpio/mx31_gpio.c                           |   15 +
>   .../s5pc1xx/gpio.c => drivers/gpio/s5p_gpio.c      |   16 +-
>   drivers/serial/Makefile                            |    2 +-
>   drivers/serial/{serial_s5pc1xx.c => serial_s5p.c}  |   30 +-
>   include/configs/guruplug.h                         |  198 ++++
>   include/configs/imx27lite-common.h                 |  237 +++++
>   include/configs/imx27lite.h                        |  200 +----
>   include/configs/magnesium.h                        |   71 ++
>   include/configs/mx51evk.h                          |    3 +
>   include/configs/openrd_base.h                      |    4 +-
>   include/configs/pm9261.h                           |   69 +-
>   include/configs/pm9263.h                           |   88 +-
>   include/configs/qong.h                             |   40 +-
>   include/configs/sheevaplug.h                       |   27 +-
>   include/serial.h                                   |    8 +-
>   tools/imximage.c                                   |    2 +-
>   51 files changed, 2817 insertions(+), 738 deletions(-)
>   create mode 100644 board/Marvell/guruplug/Makefile
>   create mode 100644 board/Marvell/guruplug/config.mk
>   create mode 100644 board/Marvell/guruplug/guruplug.c
>   create mode 100644 board/Marvell/guruplug/guruplug.h
>   create mode 100644 board/Marvell/guruplug/kwbimage.cfg
>   rename arch/arm/cpu/arm_cortexa8/s5pc1xx/gpio.c => drivers/gpio/s5p_gpio.c (82%)
>   rename drivers/serial/{serial_s5pc1xx.c => serial_s5p.c} (83%)
>   create mode 100644 include/configs/guruplug.h
>   create mode 100644 include/configs/imx27lite-common.h
>   create mode 100644 include/configs/magnesium.h

Applied, thanks.

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
The explanation requiring the fewest assumptions is the  most  likely
to be correct.                                    -- William of Occam

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2010-05-01 21:50 Tom Rix
  2010-05-04 20:56 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom Rix @ 2010-05-01 21:50 UTC (permalink / raw)
  To: u-boot

Wolfgang,
Please pull from arm/master.
Tom

The following changes since commit 3699c28e6d16b563629c285311a0ce62a2c4c5d0:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-video

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Alexander Holler (1):
       at91: add defines for RTT and GPBR

Asen Dimov (5):
       pm9261 converted to at91 soc access
       pm9261: remove CONFIG_CMD_AUTOSCRIPT
       pm9263: remove CONFIG_CMD_AUTOSCRIPT
       at91: define matrix registers bit fields
       pm9263 converted to at91 soc access

Fabio Estevam (1):
       MX51EVK: Remove CPLD related code

Frans Meulenbroeks (2):
       configs/sheevaplug: added a few additional commands
       configs/openrd_base.h: reordered macros

Heiko Schocher (2):
       arm, mx27: add support for SDHC1 pin init
       arm, i.mx27: add support for magnesium board from projectiondesign

John Rigby (1):
       MX25 print arm clock instead of mpllclk on boot

Minkyu Kang (2):
       SAMSUNG: serial: modify name from s5pc1xx to s5p
       SAMSUNG: make s5p common gpio functions

Siddarth Gore (1):
       Marvell GuruPlug Board Support

Stefano Babic (9):
       Moved board specific values in config file
       mkimage: correct spelling error in imximage
       mx51evk: correct list of possible BOOT_FROM values
       MX31: add accessor function to get a gpio
       MX31: add pin definitions for NAND controller
       MX31: Add support for NAND to QONG board
       MX31: Support 128MB RAM on QONG module
       MX31: Add UBI support to QONG module
       MX31: Removed erroneous board name from QONG

trix (1):
       ARM Update mach-types

  MAINTAINERS                                        |    8 +
  MAKEALL                                            |    2 +
  Makefile                                           |    4 +
  arch/arm/cpu/arm926ejs/mx25/generic.c              |    2 +-
  arch/arm/cpu/arm926ejs/mx27/generic.c              |   17 +
  arch/arm/cpu/arm_cortexa8/mx51/lowlevel_init.S     |    5 +-
  arch/arm/cpu/arm_cortexa8/s5pc1xx/Makefile         |    1 -
  arch/arm/include/asm/arch-at91/at91_matrix.h       |  138 +++
  arch/arm/include/asm/arch-at91/at91sam9260.h       |    2 +
  arch/arm/include/asm/arch-at91/at91sam9261.h       |    2 +
  arch/arm/include/asm/arch-at91/at91sam9263.h       |    3 +
  arch/arm/include/asm/arch-mx27/imx-regs.h          |    1 +
  arch/arm/include/asm/arch-mx31/mx31-regs.h         |   15 +
  arch/arm/include/asm/arch-mx31/mx31.h              |    5 +
  arch/arm/include/asm/arch-s5pc1xx/gpio.h           |  192 ++--
  arch/arm/include/asm/arch-s5pc1xx/uart.h           |    2 +-
  arch/arm/include/asm/mach-types.h                  |  986 +++++++++++++++++++-
  board/Marvell/guruplug/Makefile                    |   51 +
  board/Marvell/guruplug/config.mk                   |   27 +
  board/Marvell/guruplug/guruplug.c                  |  167 ++++
  board/Marvell/guruplug/guruplug.h                  |   39 +
  board/Marvell/guruplug/kwbimage.cfg                |  162 ++++
  board/davedenx/qong/lowlevel_init.S                |  130 ++-
  board/davedenx/qong/qong.c                         |   95 ++-
  board/davedenx/qong/qong_fpga.h                    |    4 +-
  board/freescale/mx51evk/imximage.cfg               |    2 +-
  board/freescale/mx51evk/mx51evk.c                  |   67 --
  board/freescale/mx51evk/mx51evk.h                  |    1 -
  board/logicpd/imx27lite/imx27lite.c                |   18 +-
  board/ronetix/pm9261/led.c                         |   18 +-
  board/ronetix/pm9261/pm9261.c                      |  152 ++--
  board/ronetix/pm9263/led.c                         |   15 +-
  board/ronetix/pm9263/pm9263.c                      |  195 ++--
  common/serial.c                                    |   16 +-
  drivers/gpio/Makefile                              |    1 +
  drivers/gpio/mx31_gpio.c                           |   15 +
  .../s5pc1xx/gpio.c => drivers/gpio/s5p_gpio.c      |   16 +-
  drivers/serial/Makefile                            |    2 +-
  drivers/serial/{serial_s5pc1xx.c => serial_s5p.c}  |   30 +-
  include/configs/guruplug.h                         |  198 ++++
  include/configs/imx27lite-common.h                 |  237 +++++
  include/configs/imx27lite.h                        |  200 +----
  include/configs/magnesium.h                        |   71 ++
  include/configs/mx51evk.h                          |    3 +
  include/configs/openrd_base.h                      |    4 +-
  include/configs/pm9261.h                           |   69 +-
  include/configs/pm9263.h                           |   88 +-
  include/configs/qong.h                             |   40 +-
  include/configs/sheevaplug.h                       |   27 +-
  include/serial.h                                   |    8 +-
  tools/imximage.c                                   |    2 +-
  51 files changed, 2817 insertions(+), 738 deletions(-)
  create mode 100644 board/Marvell/guruplug/Makefile
  create mode 100644 board/Marvell/guruplug/config.mk
  create mode 100644 board/Marvell/guruplug/guruplug.c
  create mode 100644 board/Marvell/guruplug/guruplug.h
  create mode 100644 board/Marvell/guruplug/kwbimage.cfg
  rename arch/arm/cpu/arm_cortexa8/s5pc1xx/gpio.c => drivers/gpio/s5p_gpio.c (82%)
  rename drivers/serial/{serial_s5pc1xx.c => serial_s5p.c} (83%)
  create mode 100644 include/configs/guruplug.h
  create mode 100644 include/configs/imx27lite-common.h
  create mode 100644 include/configs/magnesium.h

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2010-04-05 12:55 Tom
@ 2010-04-07 22:12 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2010-04-07 22:12 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4BB9DDDD.3040706@windriver.com> you wrote:
> Wolfgang,
> 
> I have rebased arm/next to master.
> These are the changes.
> 
> Tom
> 
> 
> The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af:
>    Wolfgang Denk (1):
>          Merge branch 'next'
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
> Achim Ehrlich (1):
>        Convert at91 watchdog driver to new SoC access
> 
> Alessandro Rubini (1):
>        Nomadik: fix reset_timer()
> 
> Asen Dimov (1):
>        using AT91_PMC_MCKR_MDIV_ instead of LEGACY one in at91/clock.c
> 
> Daniel Gorsulowski (1):
>        at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT
> 
> Detlev Zundel (1):
>        arm/integrator: Remove unneccessary CONFIG_PCI check.
> 
> Joonyoung Shim (1):
>        s3c64xx: Add ifdef at the S3C64XX only codes
> 
> Matthias Fuchs (1):
>        at91: use C structs for AT91 OHCI code
> 
> Matthias Kaehlcke (2):
>        ep93xx timer: Rename struct timer_reg pointers
>        ep93xx timer: refactoring
> 
> Minkyu Kang (3):
>        MAINTAINERS: sort the list of ARM Maintainers by last name
>        s5pc1xx: support the GPIO interface
>        s5pc1xx: update the README file
> 
> Naveen Krishna CH (4):
>        S5PC100: Moves the Macros to a common header file
>        S5PC100: Memory SubSystem Header file, register description(SROMC).
>        S5PC100: Function to configure the SROMC registers.
>        SAMSUNG: SMDKC100: Adds ethernet support.
> 
> Vipin KUMAR (1):
>        SPEAr : Adding maintainer name for spear SoCs
> 
>   MAINTAINERS                          |   29 ++++---
>   board/armltd/integrator/integrator.c |    2 -
>   board/samsung/smdkc100/smdkc100.c    |   39 +++++++++
>   cpu/arm1176/cpu.c                    |    2 +
>   cpu/arm1176/start.S                  |    4 +
>   cpu/arm920t/ep93xx/timer.c           |   62 +++++++--------
>   cpu/arm926ejs/at91/clock.c           |    3 +-
>   cpu/arm926ejs/nomadik/timer.c        |   15 +++-
>   cpu/arm_cortexa8/s5pc1xx/Makefile    |    2 +
>   cpu/arm_cortexa8/s5pc1xx/clock.c     |    7 +--
>   cpu/arm_cortexa8/s5pc1xx/gpio.c      |  143 ++++++++++++++++++++++++++++++++++
>   cpu/arm_cortexa8/s5pc1xx/sromc.c     |   53 +++++++++++++
>   doc/README.s5pc1xx                   |   18 ++++-
>   drivers/usb/host/ohci-at91.c         |   28 +++----
>   drivers/watchdog/at91sam9_wdt.c      |   21 +++---
>   include/asm-arm/arch-at91/at91_pmc.h |   23 ++++-
>   include/asm-arm/arch-s5pc1xx/clk.h   |    6 ++
>   include/asm-arm/arch-s5pc1xx/gpio.h  |   29 +++++++
>   include/asm-arm/arch-s5pc1xx/smc.h   |   53 +++++++++++++
>   include/configs/meesc.h              |    1 -
>   include/configs/otc570.h             |    1 -
>   include/configs/smdkc100.h           |   12 +++-
>   22 files changed, 463 insertions(+), 90 deletions(-)
>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/gpio.c
>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/sromc.c
>   create mode 100644 include/asm-arm/arch-s5pc1xx/smc.h

Applied, thanks.

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
I have never understood the female capacity to avoid a direct  answer
to any question.
	-- Spock, "This Side of Paradise", stardate 3417.3

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2010-04-05 12:55 Tom
  2010-04-07 22:12 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom @ 2010-04-05 12:55 UTC (permalink / raw)
  To: u-boot

Wolfgang,

I have rebased arm/next to master.
These are the changes.

Tom


The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af:
   Wolfgang Denk (1):
         Merge branch 'next'

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Achim Ehrlich (1):
       Convert at91 watchdog driver to new SoC access

Alessandro Rubini (1):
       Nomadik: fix reset_timer()

Asen Dimov (1):
       using AT91_PMC_MCKR_MDIV_ instead of LEGACY one in at91/clock.c

Daniel Gorsulowski (1):
       at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT

Detlev Zundel (1):
       arm/integrator: Remove unneccessary CONFIG_PCI check.

Joonyoung Shim (1):
       s3c64xx: Add ifdef at the S3C64XX only codes

Matthias Fuchs (1):
       at91: use C structs for AT91 OHCI code

Matthias Kaehlcke (2):
       ep93xx timer: Rename struct timer_reg pointers
       ep93xx timer: refactoring

Minkyu Kang (3):
       MAINTAINERS: sort the list of ARM Maintainers by last name
       s5pc1xx: support the GPIO interface
       s5pc1xx: update the README file

Naveen Krishna CH (4):
       S5PC100: Moves the Macros to a common header file
       S5PC100: Memory SubSystem Header file, register description(SROMC).
       S5PC100: Function to configure the SROMC registers.
       SAMSUNG: SMDKC100: Adds ethernet support.

Vipin KUMAR (1):
       SPEAr : Adding maintainer name for spear SoCs

  MAINTAINERS                          |   29 ++++---
  board/armltd/integrator/integrator.c |    2 -
  board/samsung/smdkc100/smdkc100.c    |   39 +++++++++
  cpu/arm1176/cpu.c                    |    2 +
  cpu/arm1176/start.S                  |    4 +
  cpu/arm920t/ep93xx/timer.c           |   62 +++++++--------
  cpu/arm926ejs/at91/clock.c           |    3 +-
  cpu/arm926ejs/nomadik/timer.c        |   15 +++-
  cpu/arm_cortexa8/s5pc1xx/Makefile    |    2 +
  cpu/arm_cortexa8/s5pc1xx/clock.c     |    7 +--
  cpu/arm_cortexa8/s5pc1xx/gpio.c      |  143 ++++++++++++++++++++++++++++++++++
  cpu/arm_cortexa8/s5pc1xx/sromc.c     |   53 +++++++++++++
  doc/README.s5pc1xx                   |   18 ++++-
  drivers/usb/host/ohci-at91.c         |   28 +++----
  drivers/watchdog/at91sam9_wdt.c      |   21 +++---
  include/asm-arm/arch-at91/at91_pmc.h |   23 ++++-
  include/asm-arm/arch-s5pc1xx/clk.h   |    6 ++
  include/asm-arm/arch-s5pc1xx/gpio.h  |   29 +++++++
  include/asm-arm/arch-s5pc1xx/smc.h   |   53 +++++++++++++
  include/configs/meesc.h              |    1 -
  include/configs/otc570.h             |    1 -
  include/configs/smdkc100.h           |   12 +++-
  22 files changed, 463 insertions(+), 90 deletions(-)
  create mode 100644 cpu/arm_cortexa8/s5pc1xx/gpio.c
  create mode 100644 cpu/arm_cortexa8/s5pc1xx/sromc.c
  create mode 100644 include/asm-arm/arch-s5pc1xx/smc.h

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2010-03-22 21:46 Tom
@ 2010-03-22 22:09 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2010-03-22 22:09 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4BA7E540.6000806@windriver.com> you wrote:
> 
> These are the commits that Matthias highlighted as bug fixes that should
> go into the release.
> 
> The following changes since commit daa989b47297c9f73426783599c286ef3a1f3f49:
>    Asen Dimov (1):
>          correct a syntax typo in at91_matrix.h
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
> Matthias Kaehlcke (2):
>        ep93xx timer: Fix possible overflow in usecs_to_ticks()
>        ep93xx timer: Fix resolution of get_ticks()
> 
>   cpu/arm920t/ep93xx/timer.c |   31 +++++++++++++------------------
>   1 files changed, 13 insertions(+), 18 deletions(-)

Applied, thanks.

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
As in certain cults it is possible to kill a process if you know  its
true name.                      -- Ken Thompson and Dennis M. Ritchie

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2010-03-22 21:46 Tom
  2010-03-22 22:09 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom @ 2010-03-22 21:46 UTC (permalink / raw)
  To: u-boot

Wolfgang,

These are the commits that Matthias highlighted as bug fixes that should
go into the release.


Tom


The following changes since commit daa989b47297c9f73426783599c286ef3a1f3f49:
   Asen Dimov (1):
         correct a syntax typo in at91_matrix.h

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Matthias Kaehlcke (2):
       ep93xx timer: Fix possible overflow in usecs_to_ticks()
       ep93xx timer: Fix resolution of get_ticks()

  cpu/arm920t/ep93xx/timer.c |   31 +++++++++++++------------------
  1 files changed, 13 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] Arm pull request
  2010-03-08 13:55 [U-Boot] Arm " Tom
@ 2010-03-09 14:29 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2010-03-09 14:29 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4B9501CD.7000101@windriver.com> you wrote:
> 
> Wolfgang,
> Please pull arm.
> Tom
> 
> 
> The following changes since commit ef8d008730fb62fc81a792274eea40480593a7d3:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
> Achim Ehrlich (1):
>        ARM change name of defines for AT91 arm926ejs
> 
> Anders Darander (1):
>        Add bootcount to AT91
> 
> Daniel Gorsulowski (1):
>        AT91: Update otc570 board to new SoC access
> 
> Heiko Schocher (2):
>        arm: add support for the suen3 board from keymile
>        arm, suen3: fix compile error, if doing not a local build
> 
> Jens Scharsig (1):
>        updates the at91 main_clock calculation
> 
> John Rigby (5):
>        mxc_serial replace platform specific clock
>        Add support for Freescale MX25 SOC
>        fec_mxc: cleanup and factor out MX27 dependencies
>        fec_mxc: add MX25 support
>        Add support for KARO TX25 board
> 
> Ladislav Michl (8):
>        NetStar: eeprom - undefined reference to `memset'
>        NetStar: eeprom - be less verbose
>        NetStar: eeprom - fix linker error
>        NetStar: fix default environment
>        NetStar: make mtdparts default ready for recent kernels
>        netstar.h: do not exceed 80 columns
>        VoiceBlue: limit line lenght to 80 characters
>        VoiceBlue: fix linker errors
> 
> Matthias Kaehlcke (3):
>        ep93xx: Fix calculation of sys ticks in clk_to_systicks()
>        ep93xx: Refactoring of timer code
>        edb93xx: Fix SDRAM initialization
> 
> Nick Thompson (1):
>        da830evm: Add support for TI EMAC
> 
> Prafulla Wadaskar (1):
>        arm: kirkwood: suen3: fixed build warning
> 
> Sandeep Paulraj (1):
>        DaVinci: Adding entry to MAKEALL for DM365 EVM
> 
> Siarhei Siamashka (1):
>        OMAP3: workaround for ARM Cortex-A8 erratum 725233
> 
> Stefano Babic (10):
>        MX51: Add initial support for the Freescale MX51
>        MX51: Add register definitions
>        MX51: Add pin and multiplexer definitions.
>        serial_mxc: add support for MX51 processor
>        mmc: check correctness of the voltage mask in ocr
>        MMC: add weak function to detect MMC/SD card
>        ARM: add accessors functions
>        fsl_esdhc: add support for mx51 processor
>        Add initial support for Freescale mx51evk board
>        MX51: removed warnings for the mx51evk
> 
> Tom Rix (1):
>        ARM Update mach-types
> 
> Vipin Kumar (1):
>        SPEAr : Supporting new mach ids for spear310 and spear320
> 
>   MAINTAINERS                                        |   10 +-
>   MAKEALL                                            |    3 +
>   Makefile                                           |   11 +
>   board/atmel/at91cap9adk/at91cap9adk.c              |    2 +-
>   board/atmel/at91sam9261ek/at91sam9261ek.c          |    2 +-
>   board/atmel/at91sam9263ek/at91sam9263ek.c          |    2 +-
>   board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |    2 +-
>   board/atmel/at91sam9rlek/at91sam9rlek.c            |    2 +-
>   board/davinci/da830evm/da830evm.c                  |   65 ++-
>   board/edb93xx/sdram_cfg.c                          |   39 +-
>   board/esd/otc570/otc570.c                          |  182 ++--
>   board/freescale/mx51evk/Makefile                   |   48 +
>   board/freescale/mx51evk/config.mk                  |   25 +
>   board/freescale/mx51evk/imximage.cfg               |  119 +++
>   board/freescale/mx51evk/mx51evk.c                  |  397 ++++++++
>   .../eeprom.lds => freescale/mx51evk/mx51evk.h}     |   56 +-
>   board/karo/tx25/Makefile                           |   51 +
>   board/karo/tx25/config.mk                          |    5 +
>   board/karo/tx25/lowlevel_init.S                    |  131 +++
>   board/karo/tx25/tx25.c                             |  176 ++++
>   board/keymile/common/common.c                      |    6 +-
>   board/keymile/km_arm/Makefile                      |   54 +
>   board/keymile/km_arm/config.mk                     |   28 +
>   board/keymile/km_arm/km_arm.c                      |  324 ++++++
>   board/keymile/km_arm/kwbimage.cfg                  |  175 ++++
>   board/netstar/Makefile                             |   54 +-
>   board/netstar/eeprom.c                             |   95 +-
>   board/netstar/eeprom_start.S                       |   13 -
>   board/ronetix/pm9261/pm9261.c                      |    2 +-
>   board/ronetix/pm9263/pm9263.c                      |    2 +-
>   board/spear/spear310/spear310.c                    |    2 +-
>   board/spear/spear320/spear320.c                    |    2 +-
>   board/voiceblue/Makefile                           |   33 +-
>   board/voiceblue/eeprom.c                           |   97 +-
>   board/voiceblue/eeprom_start.S                     |   11 -
>   cpu/arm920t/ep93xx/timer.c                         |   76 +-
>   cpu/arm926ejs/at91/clock.c                         |    9 +-
>   cpu/arm926ejs/at91/cpu.c                           |   42 +-
>   cpu/arm926ejs/mx25/Makefile                        |   46 +
>   cpu/arm926ejs/mx25/generic.c                       |  263 +++++
>   cpu/arm926ejs/mx25/reset.c                         |   56 ++
>   cpu/arm926ejs/mx25/timer.c                         |  187 ++++
>   cpu/arm926ejs/mx27/generic.c                       |    5 +
>   cpu/arm_cortexa8/mx51/Makefile                     |   48 +
>   cpu/arm_cortexa8/mx51/clock.c                      |  294 ++++++
>   cpu/arm_cortexa8/mx51/iomux.c                      |  166 ++++
>   cpu/arm_cortexa8/mx51/lowlevel_init.S              |  288 ++++++
>   cpu/arm_cortexa8/mx51/soc.c                        |  114 +++
>   .../eeprom.lds => cpu/arm_cortexa8/mx51/speed.c    |   42 +-
>   cpu/arm_cortexa8/mx51/timer.c                      |  119 +++
>   .../eeprom.lds => cpu/arm_cortexa8/mx51/u-boot.lds |   26 +-
>   cpu/arm_cortexa8/omap3/board.c                     |    6 +
>   drivers/mmc/fsl_esdhc.c                            |  149 ++-
>   drivers/mmc/mmc.c                                  |   17 +-
>   drivers/net/fec_mxc.c                              |   44 +-
>   drivers/net/fec_mxc.h                              |   32 +-
>   drivers/serial/serial_mxc.c                        |   28 +-
>   include/asm-arm/arch-at91/at91_pmc.h               |    3 +
>   include/asm-arm/arch-at91/at91cap9.h               |    2 +-
>   include/asm-arm/arch-at91/at91rm9200.h             |    2 +-
>   include/asm-arm/arch-at91/at91sam9260.h            |    4 +-
>   include/asm-arm/arch-at91/at91sam9261.h            |    2 +-
>   include/asm-arm/arch-at91/at91sam9263.h            |    2 +-
>   include/asm-arm/arch-at91/at91sam9g45.h            |    2 +-
>   include/asm-arm/arch-at91/at91sam9rl.h             |    2 +-
>   include/asm-arm/arch-davinci/emac_defs.h           |    1 +
>   .../asm-arm/arch-mx25/clock.h                      |   37 +-
>   include/asm-arm/arch-mx25/imx-regs.h               |  316 ++++++
>   include/asm-arm/arch-mx25/imx25-pinmux.h           |  421 ++++++++
>   include/asm-arm/arch-mx27/clock.h                  |    3 +
>   include/asm-arm/arch-mx31/mx31.h                   |    1 +
>   include/asm-arm/arch-mx51/asm-offsets.h            |   50 +
>   .../asm-arm/arch-mx51/clock.h                      |   44 +-
>   include/asm-arm/arch-mx51/crm_regs.h               |  192 ++++
>   include/asm-arm/arch-mx51/imx-regs.h               |  261 +++++
>   include/asm-arm/arch-mx51/iomux.h                  |  193 ++++
>   include/asm-arm/arch-mx51/mx51_pins.h              |  374 +++++++
>   .../asm-arm/arch-mx51/sys_proto.h                  |   35 +-
>   include/asm-arm/global_data.h                      |    3 +
>   include/asm-arm/io.h                               |   55 +
>   include/asm-arm/mach-types.h                       | 1028 +++++++++++++++++++-
>   include/configs/afeb9260.h                         |    2 +-
>   include/configs/at91cap9adk.h                      |    2 +-
>   include/configs/at91sam9260ek.h                    |    2 +-
>   include/configs/at91sam9261ek.h                    |    2 +-
>   include/configs/at91sam9263ek.h                    |    2 +-
>   include/configs/at91sam9m10g45ek.h                 |    2 +-
>   include/configs/at91sam9rlek.h                     |    2 +-
>   include/configs/cpu9260.h                          |    2 +-
>   include/configs/da830evm.h                         |    1 +
>   include/configs/km_arm.h                           |  191 ++++
>   include/configs/mx51evk.h                          |  172 ++++
>   include/configs/netstar.h                          |  114 +--
>   include/configs/otc570.h                           |   25 +-
>   include/configs/pm9261.h                           |    4 +-
>   include/configs/pm9263.h                           |    2 +-
>   include/configs/sbc35_a9g20.h                      |    2 +-
>   include/configs/suen3.h                            |  103 ++
>   include/configs/tny_a9260.h                        |    2 +-
>   include/configs/tx25.h                             |  179 ++++
>   include/configs/voiceblue.h                        |  168 ++--
>   include/fsl_esdhc.h                                |   27 +
>   include/mmc.h                                      |    1 +
>   lib_arm/board.c                                    |    3 +
>   nand_spl/board/karo/tx25/Makefile                  |   78 ++
>   nand_spl/board/karo/tx25/config.mk                 |    1 +
>   .../board/karo/tx25/u-boot.lds                     |   29 +-
>   107 files changed, 7701 insertions(+), 733 deletions(-)
>   create mode 100644 board/freescale/mx51evk/Makefile
>   create mode 100644 board/freescale/mx51evk/config.mk
>   create mode 100644 board/freescale/mx51evk/imximage.cfg
>   create mode 100644 board/freescale/mx51evk/mx51evk.c
>   copy board/{netstar/eeprom.lds => freescale/mx51evk/mx51evk.h} (55%)
>   create mode 100644 board/karo/tx25/Makefile
>   create mode 100644 board/karo/tx25/config.mk
>   create mode 100644 board/karo/tx25/lowlevel_init.S
>   create mode 100644 board/karo/tx25/tx25.c
>   create mode 100644 board/keymile/km_arm/Makefile
>   create mode 100644 board/keymile/km_arm/config.mk
>   create mode 100644 board/keymile/km_arm/km_arm.c
>   create mode 100644 board/keymile/km_arm/kwbimage.cfg
>   delete mode 100644 board/netstar/eeprom_start.S
>   delete mode 100644 board/voiceblue/eeprom_start.S
>   create mode 100644 cpu/arm926ejs/mx25/Makefile
>   create mode 100644 cpu/arm926ejs/mx25/generic.c
>   create mode 100644 cpu/arm926ejs/mx25/reset.c
>   create mode 100644 cpu/arm926ejs/mx25/timer.c
>   create mode 100644 cpu/arm_cortexa8/mx51/Makefile
>   create mode 100644 cpu/arm_cortexa8/mx51/clock.c
>   create mode 100644 cpu/arm_cortexa8/mx51/iomux.c
>   create mode 100644 cpu/arm_cortexa8/mx51/lowlevel_init.S
>   create mode 100644 cpu/arm_cortexa8/mx51/soc.c
>   copy board/netstar/eeprom.lds => cpu/arm_cortexa8/mx51/speed.c (58%)
>   create mode 100644 cpu/arm_cortexa8/mx51/timer.c
>   rename board/voiceblue/eeprom.lds => cpu/arm_cortexa8/mx51/u-boot.lds (69%)
>   copy board/netstar/eeprom.lds => include/asm-arm/arch-mx25/clock.h (58%)
>   create mode 100644 include/asm-arm/arch-mx25/imx-regs.h
>   create mode 100644 include/asm-arm/arch-mx25/imx25-pinmux.h
>   create mode 100644 include/asm-arm/arch-mx51/asm-offsets.h
>   copy board/netstar/eeprom.lds => include/asm-arm/arch-mx51/clock.h (58%)
>   create mode 100644 include/asm-arm/arch-mx51/crm_regs.h
>   create mode 100644 include/asm-arm/arch-mx51/imx-regs.h
>   create mode 100644 include/asm-arm/arch-mx51/iomux.h
>   create mode 100644 include/asm-arm/arch-mx51/mx51_pins.h
>   copy board/netstar/eeprom.lds => include/asm-arm/arch-mx51/sys_proto.h (58%)
>   create mode 100644 include/configs/km_arm.h
>   create mode 100644 include/configs/mx51evk.h
>   create mode 100644 include/configs/suen3.h
>   create mode 100644 include/configs/tx25.h
>   create mode 100644 nand_spl/board/karo/tx25/Makefile
>   create mode 100644 nand_spl/board/karo/tx25/config.mk
>   rename board/netstar/eeprom.lds => nand_spl/board/karo/tx25/u-boot.lds (71%)

Applied, thanks.

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
An age is called Dark not because  the  light  fails  to  shine,  but
because people refuse to see it.           -- James Michener, "Space"

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] Arm pull request
@ 2010-03-08 13:55 Tom
  2010-03-09 14:29 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom @ 2010-03-08 13:55 UTC (permalink / raw)
  To: u-boot


Wolfgang,
Please pull arm.
Tom


The following changes since commit ef8d008730fb62fc81a792274eea40480593a7d3:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Achim Ehrlich (1):
       ARM change name of defines for AT91 arm926ejs

Anders Darander (1):
       Add bootcount to AT91

Daniel Gorsulowski (1):
       AT91: Update otc570 board to new SoC access

Heiko Schocher (2):
       arm: add support for the suen3 board from keymile
       arm, suen3: fix compile error, if doing not a local build

Jens Scharsig (1):
       updates the at91 main_clock calculation

John Rigby (5):
       mxc_serial replace platform specific clock
       Add support for Freescale MX25 SOC
       fec_mxc: cleanup and factor out MX27 dependencies
       fec_mxc: add MX25 support
       Add support for KARO TX25 board

Ladislav Michl (8):
       NetStar: eeprom - undefined reference to `memset'
       NetStar: eeprom - be less verbose
       NetStar: eeprom - fix linker error
       NetStar: fix default environment
       NetStar: make mtdparts default ready for recent kernels
       netstar.h: do not exceed 80 columns
       VoiceBlue: limit line lenght to 80 characters
       VoiceBlue: fix linker errors

Matthias Kaehlcke (3):
       ep93xx: Fix calculation of sys ticks in clk_to_systicks()
       ep93xx: Refactoring of timer code
       edb93xx: Fix SDRAM initialization

Nick Thompson (1):
       da830evm: Add support for TI EMAC

Prafulla Wadaskar (1):
       arm: kirkwood: suen3: fixed build warning

Sandeep Paulraj (1):
       DaVinci: Adding entry to MAKEALL for DM365 EVM

Siarhei Siamashka (1):
       OMAP3: workaround for ARM Cortex-A8 erratum 725233

Stefano Babic (10):
       MX51: Add initial support for the Freescale MX51
       MX51: Add register definitions
       MX51: Add pin and multiplexer definitions.
       serial_mxc: add support for MX51 processor
       mmc: check correctness of the voltage mask in ocr
       MMC: add weak function to detect MMC/SD card
       ARM: add accessors functions
       fsl_esdhc: add support for mx51 processor
       Add initial support for Freescale mx51evk board
       MX51: removed warnings for the mx51evk

Tom Rix (1):
       ARM Update mach-types

Vipin Kumar (1):
       SPEAr : Supporting new mach ids for spear310 and spear320

  MAINTAINERS                                        |   10 +-
  MAKEALL                                            |    3 +
  Makefile                                           |   11 +
  board/atmel/at91cap9adk/at91cap9adk.c              |    2 +-
  board/atmel/at91sam9261ek/at91sam9261ek.c          |    2 +-
  board/atmel/at91sam9263ek/at91sam9263ek.c          |    2 +-
  board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |    2 +-
  board/atmel/at91sam9rlek/at91sam9rlek.c            |    2 +-
  board/davinci/da830evm/da830evm.c                  |   65 ++-
  board/edb93xx/sdram_cfg.c                          |   39 +-
  board/esd/otc570/otc570.c                          |  182 ++--
  board/freescale/mx51evk/Makefile                   |   48 +
  board/freescale/mx51evk/config.mk                  |   25 +
  board/freescale/mx51evk/imximage.cfg               |  119 +++
  board/freescale/mx51evk/mx51evk.c                  |  397 ++++++++
  .../eeprom.lds => freescale/mx51evk/mx51evk.h}     |   56 +-
  board/karo/tx25/Makefile                           |   51 +
  board/karo/tx25/config.mk                          |    5 +
  board/karo/tx25/lowlevel_init.S                    |  131 +++
  board/karo/tx25/tx25.c                             |  176 ++++
  board/keymile/common/common.c                      |    6 +-
  board/keymile/km_arm/Makefile                      |   54 +
  board/keymile/km_arm/config.mk                     |   28 +
  board/keymile/km_arm/km_arm.c                      |  324 ++++++
  board/keymile/km_arm/kwbimage.cfg                  |  175 ++++
  board/netstar/Makefile                             |   54 +-
  board/netstar/eeprom.c                             |   95 +-
  board/netstar/eeprom_start.S                       |   13 -
  board/ronetix/pm9261/pm9261.c                      |    2 +-
  board/ronetix/pm9263/pm9263.c                      |    2 +-
  board/spear/spear310/spear310.c                    |    2 +-
  board/spear/spear320/spear320.c                    |    2 +-
  board/voiceblue/Makefile                           |   33 +-
  board/voiceblue/eeprom.c                           |   97 +-
  board/voiceblue/eeprom_start.S                     |   11 -
  cpu/arm920t/ep93xx/timer.c                         |   76 +-
  cpu/arm926ejs/at91/clock.c                         |    9 +-
  cpu/arm926ejs/at91/cpu.c                           |   42 +-
  cpu/arm926ejs/mx25/Makefile                        |   46 +
  cpu/arm926ejs/mx25/generic.c                       |  263 +++++
  cpu/arm926ejs/mx25/reset.c                         |   56 ++
  cpu/arm926ejs/mx25/timer.c                         |  187 ++++
  cpu/arm926ejs/mx27/generic.c                       |    5 +
  cpu/arm_cortexa8/mx51/Makefile                     |   48 +
  cpu/arm_cortexa8/mx51/clock.c                      |  294 ++++++
  cpu/arm_cortexa8/mx51/iomux.c                      |  166 ++++
  cpu/arm_cortexa8/mx51/lowlevel_init.S              |  288 ++++++
  cpu/arm_cortexa8/mx51/soc.c                        |  114 +++
  .../eeprom.lds => cpu/arm_cortexa8/mx51/speed.c    |   42 +-
  cpu/arm_cortexa8/mx51/timer.c                      |  119 +++
  .../eeprom.lds => cpu/arm_cortexa8/mx51/u-boot.lds |   26 +-
  cpu/arm_cortexa8/omap3/board.c                     |    6 +
  drivers/mmc/fsl_esdhc.c                            |  149 ++-
  drivers/mmc/mmc.c                                  |   17 +-
  drivers/net/fec_mxc.c                              |   44 +-
  drivers/net/fec_mxc.h                              |   32 +-
  drivers/serial/serial_mxc.c                        |   28 +-
  include/asm-arm/arch-at91/at91_pmc.h               |    3 +
  include/asm-arm/arch-at91/at91cap9.h               |    2 +-
  include/asm-arm/arch-at91/at91rm9200.h             |    2 +-
  include/asm-arm/arch-at91/at91sam9260.h            |    4 +-
  include/asm-arm/arch-at91/at91sam9261.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9263.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9g45.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9rl.h             |    2 +-
  include/asm-arm/arch-davinci/emac_defs.h           |    1 +
  .../asm-arm/arch-mx25/clock.h                      |   37 +-
  include/asm-arm/arch-mx25/imx-regs.h               |  316 ++++++
  include/asm-arm/arch-mx25/imx25-pinmux.h           |  421 ++++++++
  include/asm-arm/arch-mx27/clock.h                  |    3 +
  include/asm-arm/arch-mx31/mx31.h                   |    1 +
  include/asm-arm/arch-mx51/asm-offsets.h            |   50 +
  .../asm-arm/arch-mx51/clock.h                      |   44 +-
  include/asm-arm/arch-mx51/crm_regs.h               |  192 ++++
  include/asm-arm/arch-mx51/imx-regs.h               |  261 +++++
  include/asm-arm/arch-mx51/iomux.h                  |  193 ++++
  include/asm-arm/arch-mx51/mx51_pins.h              |  374 +++++++
  .../asm-arm/arch-mx51/sys_proto.h                  |   35 +-
  include/asm-arm/global_data.h                      |    3 +
  include/asm-arm/io.h                               |   55 +
  include/asm-arm/mach-types.h                       | 1028 +++++++++++++++++++-
  include/configs/afeb9260.h                         |    2 +-
  include/configs/at91cap9adk.h                      |    2 +-
  include/configs/at91sam9260ek.h                    |    2 +-
  include/configs/at91sam9261ek.h                    |    2 +-
  include/configs/at91sam9263ek.h                    |    2 +-
  include/configs/at91sam9m10g45ek.h                 |    2 +-
  include/configs/at91sam9rlek.h                     |    2 +-
  include/configs/cpu9260.h                          |    2 +-
  include/configs/da830evm.h                         |    1 +
  include/configs/km_arm.h                           |  191 ++++
  include/configs/mx51evk.h                          |  172 ++++
  include/configs/netstar.h                          |  114 +--
  include/configs/otc570.h                           |   25 +-
  include/configs/pm9261.h                           |    4 +-
  include/configs/pm9263.h                           |    2 +-
  include/configs/sbc35_a9g20.h                      |    2 +-
  include/configs/suen3.h                            |  103 ++
  include/configs/tny_a9260.h                        |    2 +-
  include/configs/tx25.h                             |  179 ++++
  include/configs/voiceblue.h                        |  168 ++--
  include/fsl_esdhc.h                                |   27 +
  include/mmc.h                                      |    1 +
  lib_arm/board.c                                    |    3 +
  nand_spl/board/karo/tx25/Makefile                  |   78 ++
  nand_spl/board/karo/tx25/config.mk                 |    1 +
  .../board/karo/tx25/u-boot.lds                     |   29 +-
  107 files changed, 7701 insertions(+), 733 deletions(-)
  create mode 100644 board/freescale/mx51evk/Makefile
  create mode 100644 board/freescale/mx51evk/config.mk
  create mode 100644 board/freescale/mx51evk/imximage.cfg
  create mode 100644 board/freescale/mx51evk/mx51evk.c
  copy board/{netstar/eeprom.lds => freescale/mx51evk/mx51evk.h} (55%)
  create mode 100644 board/karo/tx25/Makefile
  create mode 100644 board/karo/tx25/config.mk
  create mode 100644 board/karo/tx25/lowlevel_init.S
  create mode 100644 board/karo/tx25/tx25.c
  create mode 100644 board/keymile/km_arm/Makefile
  create mode 100644 board/keymile/km_arm/config.mk
  create mode 100644 board/keymile/km_arm/km_arm.c
  create mode 100644 board/keymile/km_arm/kwbimage.cfg
  delete mode 100644 board/netstar/eeprom_start.S
  delete mode 100644 board/voiceblue/eeprom_start.S
  create mode 100644 cpu/arm926ejs/mx25/Makefile
  create mode 100644 cpu/arm926ejs/mx25/generic.c
  create mode 100644 cpu/arm926ejs/mx25/reset.c
  create mode 100644 cpu/arm926ejs/mx25/timer.c
  create mode 100644 cpu/arm_cortexa8/mx51/Makefile
  create mode 100644 cpu/arm_cortexa8/mx51/clock.c
  create mode 100644 cpu/arm_cortexa8/mx51/iomux.c
  create mode 100644 cpu/arm_cortexa8/mx51/lowlevel_init.S
  create mode 100644 cpu/arm_cortexa8/mx51/soc.c
  copy board/netstar/eeprom.lds => cpu/arm_cortexa8/mx51/speed.c (58%)
  create mode 100644 cpu/arm_cortexa8/mx51/timer.c
  rename board/voiceblue/eeprom.lds => cpu/arm_cortexa8/mx51/u-boot.lds (69%)
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx25/clock.h (58%)
  create mode 100644 include/asm-arm/arch-mx25/imx-regs.h
  create mode 100644 include/asm-arm/arch-mx25/imx25-pinmux.h
  create mode 100644 include/asm-arm/arch-mx51/asm-offsets.h
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx51/clock.h (58%)
  create mode 100644 include/asm-arm/arch-mx51/crm_regs.h
  create mode 100644 include/asm-arm/arch-mx51/imx-regs.h
  create mode 100644 include/asm-arm/arch-mx51/iomux.h
  create mode 100644 include/asm-arm/arch-mx51/mx51_pins.h
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx51/sys_proto.h (58%)
  create mode 100644 include/configs/km_arm.h
  create mode 100644 include/configs/mx51evk.h
  create mode 100644 include/configs/suen3.h
  create mode 100644 include/configs/tx25.h
  create mode 100644 nand_spl/board/karo/tx25/Makefile
  create mode 100644 nand_spl/board/karo/tx25/config.mk
  rename board/netstar/eeprom.lds => nand_spl/board/karo/tx25/u-boot.lds (71%)

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2010-03-07 22:01 Tom
  0 siblings, 0 replies; 162+ messages in thread
From: Tom @ 2010-03-07 22:01 UTC (permalink / raw)
  To: u-boot

Wolfgang,
Please pull from arm master.
This is the pull request
Thanks
Tom

The following changes since commit ef8d008730fb62fc81a792274eea40480593a7d3:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Achim Ehrlich (1):
       ARM change name of defines for AT91 arm926ejs

Anders Darander (1):
       Add bootcount to AT91

Daniel Gorsulowski (1):
       AT91: Update otc570 board to new SoC access

Heiko Schocher (2):
       arm: add support for the suen3 board from keymile
       arm, suen3: fix compile error, if doing not a local build

Jens Scharsig (1):
       updates the at91 main_clock calculation

John Rigby (5):
       mxc_serial replace platform specific clock
       Add support for Freescale MX25 SOC
       fec_mxc: cleanup and factor out MX27 dependencies
       fec_mxc: add MX25 support
       Add support for KARO TX25 board

Ladislav Michl (8):
       NetStar: eeprom - undefined reference to `memset'
       NetStar: eeprom - be less verbose
       NetStar: eeprom - fix linker error
       NetStar: fix default environment
       NetStar: make mtdparts default ready for recent kernels
       netstar.h: do not exceed 80 columns
       VoiceBlue: limit line lenght to 80 characters
       VoiceBlue: fix linker errors

Matthias Kaehlcke (3):
       ep93xx: Fix calculation of sys ticks in clk_to_systicks()
       ep93xx: Refactoring of timer code
       edb93xx: Fix SDRAM initialization

Nick Thompson (1):
       da830evm: Add support for TI EMAC

Prafulla Wadaskar (1):
       arm: kirkwood: suen3: fixed build warning

Sandeep Paulraj (1):
       DaVinci: Adding entry to MAKEALL for DM365 EVM

Siarhei Siamashka (1):
       OMAP3: workaround for ARM Cortex-A8 erratum 725233

Stefano Babic (10):
       MX51: Add initial support for the Freescale MX51
       MX51: Add register definitions
       MX51: Add pin and multiplexer definitions.
       serial_mxc: add support for MX51 processor
       mmc: check correctness of the voltage mask in ocr
       MMC: add weak function to detect MMC/SD card
       ARM: add accessors functions
       fsl_esdhc: add support for mx51 processor
       Add initial support for Freescale mx51evk board
       MX51: removed warnings for the mx51evk

Tom Rix (1):
       ARM Update mach-types

Vipin Kumar (1):
       SPEAr : Supporting new mach ids for spear310 and spear320

  MAINTAINERS                                        |   10 +-
  MAKEALL                                            |    3 +
  Makefile                                           |   11 +
  board/atmel/at91cap9adk/at91cap9adk.c              |    2 +-
  board/atmel/at91sam9261ek/at91sam9261ek.c          |    2 +-
  board/atmel/at91sam9263ek/at91sam9263ek.c          |    2 +-
  board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |    2 +-
  board/atmel/at91sam9rlek/at91sam9rlek.c            |    2 +-
  board/davinci/da830evm/da830evm.c                  |   65 ++-
  board/edb93xx/sdram_cfg.c                          |   39 +-
  board/esd/otc570/otc570.c                          |  182 ++--
  board/freescale/mx51evk/Makefile                   |   48 +
  board/freescale/mx51evk/config.mk                  |   25 +
  board/freescale/mx51evk/imximage.cfg               |  119 +++
  board/freescale/mx51evk/mx51evk.c                  |  397 ++++++++
  .../eeprom.lds => freescale/mx51evk/mx51evk.h}     |   56 +-
  board/karo/tx25/Makefile                           |   51 +
  board/karo/tx25/config.mk                          |    5 +
  board/karo/tx25/lowlevel_init.S                    |  131 +++
  board/karo/tx25/tx25.c                             |  176 ++++
  board/keymile/common/common.c                      |    6 +-
  board/keymile/km_arm/Makefile                      |   54 +
  board/keymile/km_arm/config.mk                     |   28 +
  board/keymile/km_arm/km_arm.c                      |  324 ++++++
  board/keymile/km_arm/kwbimage.cfg                  |  175 ++++
  board/netstar/Makefile                             |   54 +-
  board/netstar/eeprom.c                             |   95 +-
  board/netstar/eeprom_start.S                       |   13 -
  board/ronetix/pm9261/pm9261.c                      |    2 +-
  board/ronetix/pm9263/pm9263.c                      |    2 +-
  board/spear/spear310/spear310.c                    |    2 +-
  board/spear/spear320/spear320.c                    |    2 +-
  board/voiceblue/Makefile                           |   33 +-
  board/voiceblue/eeprom.c                           |   97 +-
  board/voiceblue/eeprom_start.S                     |   11 -
  cpu/arm920t/ep93xx/timer.c                         |   76 +-
  cpu/arm926ejs/at91/clock.c                         |    9 +-
  cpu/arm926ejs/at91/cpu.c                           |   42 +-
  cpu/arm926ejs/mx25/Makefile                        |   46 +
  cpu/arm926ejs/mx25/generic.c                       |  263 +++++
  cpu/arm926ejs/mx25/reset.c                         |   56 ++
  cpu/arm926ejs/mx25/timer.c                         |  187 ++++
  cpu/arm926ejs/mx27/generic.c                       |    5 +
  cpu/arm_cortexa8/mx51/Makefile                     |   48 +
  cpu/arm_cortexa8/mx51/clock.c                      |  294 ++++++
  cpu/arm_cortexa8/mx51/iomux.c                      |  166 ++++
  cpu/arm_cortexa8/mx51/lowlevel_init.S              |  288 ++++++
  cpu/arm_cortexa8/mx51/soc.c                        |  114 +++
  .../eeprom.lds => cpu/arm_cortexa8/mx51/speed.c    |   42 +-
  cpu/arm_cortexa8/mx51/timer.c                      |  119 +++
  .../eeprom.lds => cpu/arm_cortexa8/mx51/u-boot.lds |   26 +-
  cpu/arm_cortexa8/omap3/board.c                     |    6 +
  drivers/mmc/fsl_esdhc.c                            |  149 ++-
  drivers/mmc/mmc.c                                  |   17 +-
  drivers/net/fec_mxc.c                              |   44 +-
  drivers/net/fec_mxc.h                              |   32 +-
  drivers/serial/serial_mxc.c                        |   28 +-
  include/asm-arm/arch-at91/at91_pmc.h               |    3 +
  include/asm-arm/arch-at91/at91cap9.h               |    2 +-
  include/asm-arm/arch-at91/at91rm9200.h             |    2 +-
  include/asm-arm/arch-at91/at91sam9260.h            |    4 +-
  include/asm-arm/arch-at91/at91sam9261.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9263.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9g45.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9rl.h             |    2 +-
  include/asm-arm/arch-davinci/emac_defs.h           |    1 +
  .../asm-arm/arch-mx25/clock.h                      |   37 +-
  include/asm-arm/arch-mx25/imx-regs.h               |  316 ++++++
  include/asm-arm/arch-mx25/imx25-pinmux.h           |  421 ++++++++
  include/asm-arm/arch-mx27/clock.h                  |    3 +
  include/asm-arm/arch-mx31/mx31.h                   |    1 +
  include/asm-arm/arch-mx51/asm-offsets.h            |   50 +
  .../asm-arm/arch-mx51/clock.h                      |   44 +-
  include/asm-arm/arch-mx51/crm_regs.h               |  192 ++++
  include/asm-arm/arch-mx51/imx-regs.h               |  261 +++++
  include/asm-arm/arch-mx51/iomux.h                  |  193 ++++
  include/asm-arm/arch-mx51/mx51_pins.h              |  374 +++++++
  .../asm-arm/arch-mx51/sys_proto.h                  |   35 +-
  include/asm-arm/global_data.h                      |    3 +
  include/asm-arm/io.h                               |   55 +
  include/asm-arm/mach-types.h                       | 1028 +++++++++++++++++++-
  include/configs/afeb9260.h                         |    2 +-
  include/configs/at91cap9adk.h                      |    2 +-
  include/configs/at91sam9260ek.h                    |    2 +-
  include/configs/at91sam9261ek.h                    |    2 +-
  include/configs/at91sam9263ek.h                    |    2 +-
  include/configs/at91sam9m10g45ek.h                 |    2 +-
  include/configs/at91sam9rlek.h                     |    2 +-
  include/configs/cpu9260.h                          |    2 +-
  include/configs/da830evm.h                         |    1 +
  include/configs/km_arm.h                           |  191 ++++
  include/configs/mx51evk.h                          |  172 ++++
  include/configs/netstar.h                          |  114 +--
  include/configs/otc570.h                           |   25 +-
  include/configs/pm9261.h                           |    4 +-
  include/configs/pm9263.h                           |    2 +-
  include/configs/sbc35_a9g20.h                      |    2 +-
  include/configs/suen3.h                            |  103 ++
  include/configs/tny_a9260.h                        |    2 +-
  include/configs/tx25.h                             |  179 ++++
  include/configs/voiceblue.h                        |  168 ++--
  include/fsl_esdhc.h                                |   27 +
  include/mmc.h                                      |    1 +
  lib_arm/board.c                                    |    3 +
  nand_spl/board/karo/tx25/Makefile                  |   78 ++
  nand_spl/board/karo/tx25/config.mk                 |    1 +
  .../board/karo/tx25/u-boot.lds                     |   29 +-
  107 files changed, 7701 insertions(+), 733 deletions(-)
  create mode 100644 board/freescale/mx51evk/Makefile
  create mode 100644 board/freescale/mx51evk/config.mk
  create mode 100644 board/freescale/mx51evk/imximage.cfg
  create mode 100644 board/freescale/mx51evk/mx51evk.c
  copy board/{netstar/eeprom.lds => freescale/mx51evk/mx51evk.h} (55%)
  create mode 100644 board/karo/tx25/Makefile
  create mode 100644 board/karo/tx25/config.mk
  create mode 100644 board/karo/tx25/lowlevel_init.S
  create mode 100644 board/karo/tx25/tx25.c
  create mode 100644 board/keymile/km_arm/Makefile
  create mode 100644 board/keymile/km_arm/config.mk
  create mode 100644 board/keymile/km_arm/km_arm.c
  create mode 100644 board/keymile/km_arm/kwbimage.cfg
  delete mode 100644 board/netstar/eeprom_start.S
  delete mode 100644 board/voiceblue/eeprom_start.S
  create mode 100644 cpu/arm926ejs/mx25/Makefile
  create mode 100644 cpu/arm926ejs/mx25/generic.c
  create mode 100644 cpu/arm926ejs/mx25/reset.c
  create mode 100644 cpu/arm926ejs/mx25/timer.c
  create mode 100644 cpu/arm_cortexa8/mx51/Makefile
  create mode 100644 cpu/arm_cortexa8/mx51/clock.c
  create mode 100644 cpu/arm_cortexa8/mx51/iomux.c
  create mode 100644 cpu/arm_cortexa8/mx51/lowlevel_init.S
  create mode 100644 cpu/arm_cortexa8/mx51/soc.c
  copy board/netstar/eeprom.lds => cpu/arm_cortexa8/mx51/speed.c (58%)
  create mode 100644 cpu/arm_cortexa8/mx51/timer.c
  rename board/voiceblue/eeprom.lds => cpu/arm_cortexa8/mx51/u-boot.lds (69%)
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx25/clock.h (58%)
  create mode 100644 include/asm-arm/arch-mx25/imx-regs.h
  create mode 100644 include/asm-arm/arch-mx25/imx25-pinmux.h
  create mode 100644 include/asm-arm/arch-mx51/asm-offsets.h
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx51/clock.h (58%)
  create mode 100644 include/asm-arm/arch-mx51/crm_regs.h
  create mode 100644 include/asm-arm/arch-mx51/imx-regs.h
  create mode 100644 include/asm-arm/arch-mx51/iomux.h
  create mode 100644 include/asm-arm/arch-mx51/mx51_pins.h
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx51/sys_proto.h (58%)
  create mode 100644 include/configs/km_arm.h
  create mode 100644 include/configs/mx51evk.h
  create mode 100644 include/configs/suen3.h
  create mode 100644 include/configs/tx25.h
  create mode 100644 nand_spl/board/karo/tx25/Makefile
  create mode 100644 nand_spl/board/karo/tx25/config.mk
  rename board/netstar/eeprom.lds => nand_spl/board/karo/tx25/u-boot.lds (71%)

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2010-03-07 20:37 Tom
  0 siblings, 0 replies; 162+ messages in thread
From: Tom @ 2010-03-07 20:37 UTC (permalink / raw)
  To: u-boot

Wolfgang,
Please pull arm.
Thanks,
Tom

The following changes since commit ef8d008730fb62fc81a792274eea40480593a7d3:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Achim Ehrlich (1):
       ARM change name of defines for AT91 arm926ejs

Anders Darander (1):
       Add bootcount to AT91

Daniel Gorsulowski (1):
       AT91: Update otc570 board to new SoC access

Heiko Schocher (2):
       arm: add support for the suen3 board from keymile
       arm, suen3: fix compile error, if doing not a local build

Jens Scharsig (1):
       updates the at91 main_clock calculation

John Rigby (5):
       mxc_serial replace platform specific clock
       Add support for Freescale MX25 SOC
       fec_mxc: cleanup and factor out MX27 dependencies
       fec_mxc: add MX25 support
       Add support for KARO TX25 board

Ladislav Michl (8):
       NetStar: eeprom - undefined reference to `memset'
       NetStar: eeprom - be less verbose
       NetStar: eeprom - fix linker error
       NetStar: fix default environment
       NetStar: make mtdparts default ready for recent kernels
       netstar.h: do not exceed 80 columns
       VoiceBlue: limit line lenght to 80 characters
       VoiceBlue: fix linker errors

Matthias Kaehlcke (3):
       ep93xx: Fix calculation of sys ticks in clk_to_systicks()
       ep93xx: Refactoring of timer code
       edb93xx: Fix SDRAM initialization

Nick Thompson (1):
       da830evm: Add support for TI EMAC

Prafulla Wadaskar (1):
       arm: kirkwood: suen3: fixed build warning

Sandeep Paulraj (1):
       DaVinci: Adding entry to MAKEALL for DM365 EVM

Siarhei Siamashka (1):
       OMAP3: workaround for ARM Cortex-A8 erratum 725233

Stefano Babic (10):
       MX51: Add initial support for the Freescale MX51
       MX51: Add register definitions
       MX51: Add pin and multiplexer definitions.
       serial_mxc: add support for MX51 processor
       mmc: check correctness of the voltage mask in ocr
       MMC: add weak function to detect MMC/SD card
       ARM: add accessors functions
       fsl_esdhc: add support for mx51 processor
       Add initial support for Freescale mx51evk board
       MX51: removed warnings for the mx51evk

Tom Rix (1):
       ARM Update mach-types

Vipin Kumar (1):
       SPEAr : Supporting new mach ids for spear310 and spear320

  MAINTAINERS                                        |   10 +-
  MAKEALL                                            |    3 +
  Makefile                                           |   11 +
  board/atmel/at91cap9adk/at91cap9adk.c              |    2 +-
  board/atmel/at91sam9261ek/at91sam9261ek.c          |    2 +-
  board/atmel/at91sam9263ek/at91sam9263ek.c          |    2 +-
  board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c    |    2 +-
  board/atmel/at91sam9rlek/at91sam9rlek.c            |    2 +-
  board/davinci/da830evm/da830evm.c                  |   65 ++-
  board/edb93xx/sdram_cfg.c                          |   39 +-
  board/esd/otc570/otc570.c                          |  182 ++--
  board/freescale/mx51evk/Makefile                   |   48 +
  board/freescale/mx51evk/config.mk                  |   25 +
  board/freescale/mx51evk/imximage.cfg               |  119 +++
  board/freescale/mx51evk/mx51evk.c                  |  397 ++++++++
  .../eeprom.lds => freescale/mx51evk/mx51evk.h}     |   56 +-
  board/karo/tx25/Makefile                           |   51 +
  board/karo/tx25/config.mk                          |    5 +
  board/karo/tx25/lowlevel_init.S                    |  131 +++
  board/karo/tx25/tx25.c                             |  176 ++++
  board/keymile/common/common.c                      |    6 +-
  board/keymile/km_arm/Makefile                      |   54 +
  board/keymile/km_arm/config.mk                     |   28 +
  board/keymile/km_arm/km_arm.c                      |  324 ++++++
  board/keymile/km_arm/kwbimage.cfg                  |  175 ++++
  board/netstar/Makefile                             |   54 +-
  board/netstar/eeprom.c                             |   95 +-
  board/netstar/eeprom_start.S                       |   13 -
  board/ronetix/pm9261/pm9261.c                      |    2 +-
  board/ronetix/pm9263/pm9263.c                      |    2 +-
  board/spear/spear310/spear310.c                    |    2 +-
  board/spear/spear320/spear320.c                    |    2 +-
  board/voiceblue/Makefile                           |   33 +-
  board/voiceblue/eeprom.c                           |   97 +-
  board/voiceblue/eeprom_start.S                     |   11 -
  cpu/arm920t/ep93xx/timer.c                         |   76 +-
  cpu/arm926ejs/at91/clock.c                         |    9 +-
  cpu/arm926ejs/at91/cpu.c                           |   42 +-
  cpu/arm926ejs/mx25/Makefile                        |   46 +
  cpu/arm926ejs/mx25/generic.c                       |  263 +++++
  cpu/arm926ejs/mx25/reset.c                         |   56 ++
  cpu/arm926ejs/mx25/timer.c                         |  187 ++++
  cpu/arm926ejs/mx27/generic.c                       |    5 +
  cpu/arm_cortexa8/mx51/Makefile                     |   48 +
  cpu/arm_cortexa8/mx51/clock.c                      |  294 ++++++
  cpu/arm_cortexa8/mx51/iomux.c                      |  166 ++++
  cpu/arm_cortexa8/mx51/lowlevel_init.S              |  288 ++++++
  cpu/arm_cortexa8/mx51/soc.c                        |  114 +++
  .../eeprom.lds => cpu/arm_cortexa8/mx51/speed.c    |   42 +-
  cpu/arm_cortexa8/mx51/timer.c                      |  119 +++
  .../eeprom.lds => cpu/arm_cortexa8/mx51/u-boot.lds |   26 +-
  cpu/arm_cortexa8/omap3/board.c                     |    6 +
  drivers/mmc/fsl_esdhc.c                            |  149 ++-
  drivers/mmc/mmc.c                                  |   17 +-
  drivers/net/fec_mxc.c                              |   44 +-
  drivers/net/fec_mxc.h                              |   32 +-
  drivers/serial/serial_mxc.c                        |   28 +-
  include/asm-arm/arch-at91/at91_pmc.h               |    3 +
  include/asm-arm/arch-at91/at91cap9.h               |    2 +-
  include/asm-arm/arch-at91/at91rm9200.h             |    2 +-
  include/asm-arm/arch-at91/at91sam9260.h            |    4 +-
  include/asm-arm/arch-at91/at91sam9261.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9263.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9g45.h            |    2 +-
  include/asm-arm/arch-at91/at91sam9rl.h             |    2 +-
  include/asm-arm/arch-davinci/emac_defs.h           |    1 +
  .../asm-arm/arch-mx25/clock.h                      |   37 +-
  include/asm-arm/arch-mx25/imx-regs.h               |  316 ++++++
  include/asm-arm/arch-mx25/imx25-pinmux.h           |  421 ++++++++
  include/asm-arm/arch-mx27/clock.h                  |    3 +
  include/asm-arm/arch-mx31/mx31.h                   |    1 +
  include/asm-arm/arch-mx51/asm-offsets.h            |   50 +
  .../asm-arm/arch-mx51/clock.h                      |   44 +-
  include/asm-arm/arch-mx51/crm_regs.h               |  192 ++++
  include/asm-arm/arch-mx51/imx-regs.h               |  261 +++++
  include/asm-arm/arch-mx51/iomux.h                  |  193 ++++
  include/asm-arm/arch-mx51/mx51_pins.h              |  374 +++++++
  .../asm-arm/arch-mx51/sys_proto.h                  |   35 +-
  include/asm-arm/global_data.h                      |    3 +
  include/asm-arm/io.h                               |   55 +
  include/asm-arm/mach-types.h                       | 1028 +++++++++++++++++++-
  include/configs/afeb9260.h                         |    2 +-
  include/configs/at91cap9adk.h                      |    2 +-
  include/configs/at91sam9260ek.h                    |    2 +-
  include/configs/at91sam9261ek.h                    |    2 +-
  include/configs/at91sam9263ek.h                    |    2 +-
  include/configs/at91sam9m10g45ek.h                 |    2 +-
  include/configs/at91sam9rlek.h                     |    2 +-
  include/configs/cpu9260.h                          |    2 +-
  include/configs/da830evm.h                         |    1 +
  include/configs/km_arm.h                           |  191 ++++
  include/configs/mx51evk.h                          |  172 ++++
  include/configs/netstar.h                          |  114 +--
  include/configs/otc570.h                           |   25 +-
  include/configs/pm9261.h                           |    4 +-
  include/configs/pm9263.h                           |    2 +-
  include/configs/sbc35_a9g20.h                      |    2 +-
  include/configs/suen3.h                            |  103 ++
  include/configs/tny_a9260.h                        |    2 +-
  include/configs/tx25.h                             |  179 ++++
  include/configs/voiceblue.h                        |  168 ++--
  include/fsl_esdhc.h                                |   27 +
  include/mmc.h                                      |    1 +
  lib_arm/board.c                                    |    3 +
  nand_spl/board/karo/tx25/Makefile                  |   78 ++
  nand_spl/board/karo/tx25/config.mk                 |    1 +
  .../board/karo/tx25/u-boot.lds                     |   29 +-
  107 files changed, 7701 insertions(+), 733 deletions(-)
  create mode 100644 board/freescale/mx51evk/Makefile
  create mode 100644 board/freescale/mx51evk/config.mk
  create mode 100644 board/freescale/mx51evk/imximage.cfg
  create mode 100644 board/freescale/mx51evk/mx51evk.c
  copy board/{netstar/eeprom.lds => freescale/mx51evk/mx51evk.h} (55%)
  create mode 100644 board/karo/tx25/Makefile
  create mode 100644 board/karo/tx25/config.mk
  create mode 100644 board/karo/tx25/lowlevel_init.S
  create mode 100644 board/karo/tx25/tx25.c
  create mode 100644 board/keymile/km_arm/Makefile
  create mode 100644 board/keymile/km_arm/config.mk
  create mode 100644 board/keymile/km_arm/km_arm.c
  create mode 100644 board/keymile/km_arm/kwbimage.cfg
  delete mode 100644 board/netstar/eeprom_start.S
  delete mode 100644 board/voiceblue/eeprom_start.S
  create mode 100644 cpu/arm926ejs/mx25/Makefile
  create mode 100644 cpu/arm926ejs/mx25/generic.c
  create mode 100644 cpu/arm926ejs/mx25/reset.c
  create mode 100644 cpu/arm926ejs/mx25/timer.c
  create mode 100644 cpu/arm_cortexa8/mx51/Makefile
  create mode 100644 cpu/arm_cortexa8/mx51/clock.c
  create mode 100644 cpu/arm_cortexa8/mx51/iomux.c
  create mode 100644 cpu/arm_cortexa8/mx51/lowlevel_init.S
  create mode 100644 cpu/arm_cortexa8/mx51/soc.c
  copy board/netstar/eeprom.lds => cpu/arm_cortexa8/mx51/speed.c (58%)
  create mode 100644 cpu/arm_cortexa8/mx51/timer.c
  rename board/voiceblue/eeprom.lds => cpu/arm_cortexa8/mx51/u-boot.lds (69%)
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx25/clock.h (58%)
  create mode 100644 include/asm-arm/arch-mx25/imx-regs.h
  create mode 100644 include/asm-arm/arch-mx25/imx25-pinmux.h
  create mode 100644 include/asm-arm/arch-mx51/asm-offsets.h
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx51/clock.h (58%)
  create mode 100644 include/asm-arm/arch-mx51/crm_regs.h
  create mode 100644 include/asm-arm/arch-mx51/imx-regs.h
  create mode 100644 include/asm-arm/arch-mx51/iomux.h
  create mode 100644 include/asm-arm/arch-mx51/mx51_pins.h
  copy board/netstar/eeprom.lds => include/asm-arm/arch-mx51/sys_proto.h (58%)
  create mode 100644 include/configs/km_arm.h
  create mode 100644 include/configs/mx51evk.h
  create mode 100644 include/configs/suen3.h
  create mode 100644 include/configs/tx25.h
  create mode 100644 nand_spl/board/karo/tx25/Makefile
  create mode 100644 nand_spl/board/karo/tx25/config.mk
  rename board/netstar/eeprom.lds => nand_spl/board/karo/tx25/u-boot.lds (71%)

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2010-02-12 20:06 Tom
@ 2010-02-17 21:29 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2010-02-17 21:29 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4B75B4E1.8050201@windriver.com> you wrote:
> 
> The following changes since commit 0b692dcb190655c7eb96b6b8003bee163e3b58dd:
>    Wolfgang Denk (1):
>          Merge branch 'master' of git://git.denx.de/u-boot-net
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
> Alessandro Rubini (3):
>        EP93xx: fix syscon_regs definition
>        edb93xx: change calculation un early_udelay.h
>        edb93xx: enable the uart in devicecfg register
> 
> Daniel Gorsulowski (1):
>        at91: Add esd gmbh OTC570 board support
> 
> Jens Scharsig (9):
>        add new CONFIG_AT91_LEGACY
>        add c structures for SoC access
>        add a new AT91 GPIO driver
>        convert all at91 files to use at91_gpio driver syntax
>        convert common files to new SoC access
>        update at91sam9263ek board to new SoC access
>        prepare joining at91rm9200 into at91
>        new at91_emac network driver (NET_MULTI api)
>        new board (eb_cpux9k2)
> 
> Ladislav Michl (3):
>        NetStar: Disable CONFIG_CMD_JFFS2
>        NetStar: make crcit utility more readable
>        NetStar: Remove debug junk leaked into eeprom utility
> 
> Magnus Lilja (1):
>        SPI: Fix 32 bit transfers in mxc_spi.c
> 
> Matthias Kaehlcke (2):
>        Add support for EDB93xx boards
>        ARM: Add support for EP93xx SoCs
> 
> Nick Thompson (3):
>        da830evm: Use table driven pin mux configuration
>        Davinci: Add EMIF-A macros for setting chip select parameters
>        DA830 EVM: Enable NAND support on Spectrum Digital EVM
> 
> Sanjeev Premi (1):
>        OMAP3: Avoid re-write to PRM_CLKSRC_CTRL
> 
> Scott Ellis (1):
>        Overo GPMC registers
> 
> Sekhar Nori (1):
>        TI DaVinci: Driver for the davinci SPI controller
> 
> Tom Rix (1):
>        OMAP3 Move declaration of gpmc_cfg.
> 
>   MAINTAINERS                                 |   15 +
>   MAKEALL                                     |   10 +
>   Makefile                                    |   16 +
>   board/BuS/eb_cpux9k2/Makefile               |   50 +++
>   board/BuS/eb_cpux9k2/config.mk              |    1 +
>   board/BuS/eb_cpux9k2/cpux9k2.c              |  387 +++++++++++++++++
>   board/atmel/at91sam9263ek/at91sam9263ek.c   |  151 ++++----
>   board/atmel/at91sam9263ek/led.c             |   21 +-
>   board/davinci/da830evm/da830evm.c           |   72 +++-
>   board/edb93xx/Makefile                      |   50 +++
>   board/edb93xx/config.mk                     |   33 ++
>   board/edb93xx/early_udelay.h                |   34 ++
>   board/edb93xx/edb93xx.c                     |  110 +++++
>   board/edb93xx/flash_cfg.c                   |   38 ++
>   board/edb93xx/pll_cfg.c                     |   58 +++
>   board/edb93xx/pll_cfg.h                     |   72 ++++
>   board/edb93xx/sdram_cfg.c                   |  123 ++++++
>   board/edb93xx/sdram_cfg.h                   |  144 +++++++
>   board/esd/otc570/Makefile                   |   55 +++
>   board/esd/otc570/config.mk                  |    1 +
>   board/esd/otc570/otc570.c                   |  365 ++++++++++++++++
>   board/esd/otc570/partition.c                |   37 ++
>   board/netstar/crcit.c                       |    9 +-
>   board/netstar/eeprom.c                      |    8 +-
>   board/netstar/eeprom_start.S                |  166 +--------
>   board/overo/overo.c                         |   14 +-
>   board/overo/overo.h                         |    9 +
>   cpu/arm920t/at91/Makefile                   |   47 +++
>   cpu/arm920t/at91/lowlevel_init.S            |  164 ++++++++
>   cpu/arm920t/at91/reset.c                    |   59 +++
>   cpu/arm920t/at91/timer.c                    |  163 ++++++++
>   cpu/arm920t/cpu.c                           |    4 +
>   cpu/arm920t/ep93xx/Makefile                 |   56 +++
>   cpu/arm920t/ep93xx/cpu.c                    |   51 +++
>   cpu/arm920t/ep93xx/led.c                    |  101 +++++
>   cpu/arm920t/ep93xx/lowlevel_init.S          |   65 +++
>   cpu/arm920t/ep93xx/speed.c                  |  110 +++++
>   cpu/arm920t/ep93xx/timer.c                  |  168 ++++++++
>   cpu/arm920t/ep93xx/u-boot.lds               |   59 +++
>   cpu/arm926ejs/at91/at91cap9_devices.c       |  128 ++++---
>   cpu/arm926ejs/at91/at91sam9260_devices.c    |  124 +++---
>   cpu/arm926ejs/at91/at91sam9261_devices.c    |   84 +++--
>   cpu/arm926ejs/at91/at91sam9263_devices.c    |  137 ++++---
>   cpu/arm926ejs/at91/at91sam9m10g45_devices.c |  120 +++---
>   cpu/arm926ejs/at91/at91sam9rl_devices.c     |   58 ++--
>   cpu/arm926ejs/at91/clock.c                  |   51 ++-
>   cpu/arm926ejs/at91/cpu.c                    |    4 +
>   cpu/arm926ejs/at91/led.c                    |    1 +
>   cpu/arm926ejs/at91/lowlevel_init.S          |   95 ++---
>   cpu/arm926ejs/at91/reset.c                  |    8 +-
>   cpu/arm926ejs/at91/timer.c                  |   17 +-
>   cpu/arm_cortexa8/omap3/clock.c              |   20 +-
>   doc/README.at91-soc                         |   64 +++
>   drivers/gpio/Makefile                       |    1 +
>   drivers/gpio/at91_gpio.c                    |  214 ++++++++++
>   drivers/i2c/soft_i2c.c                      |   11 +-
>   drivers/serial/at91rm9200_usart.c           |    8 +
>   drivers/serial/atmel_usart.c                |    4 +
>   drivers/spi/Makefile                        |    1 +
>   drivers/spi/atmel_dataflash_spi.c           |    4 +
>   drivers/spi/davinci_spi.c                   |  223 ++++++++++
>   drivers/spi/davinci_spi.h                   |  101 +++++
>   drivers/spi/mxc_spi.c                       |    9 +
>   drivers/usb/host/ohci-at91.c                |    5 +
>   drivers/video/bus_vcxk.c                    |   22 +-
>   include/asm-arm/arch-at91/at91_emac.h       |    4 +-
>   include/asm-arm/arch-at91/at91_matrix.h     |  116 ++++++
>   include/asm-arm/arch-at91/at91_mc.h         |   97 +++++
>   include/asm-arm/arch-at91/at91_pdc.h        |   39 ++
>   include/asm-arm/arch-at91/at91_pio.h        |  111 +++++
>   include/asm-arm/arch-at91/at91_pit.h        |   15 +
>   include/asm-arm/arch-at91/at91_pmc.h        |   91 ++++
>   include/asm-arm/arch-at91/at91_rstc.h       |   30 ++-
>   include/asm-arm/arch-at91/at91_spi.h        |   21 +
>   include/asm-arm/arch-at91/at91_st.h         |   46 ++
>   include/asm-arm/arch-at91/at91_tc.h         |   77 ++++
>   include/asm-arm/arch-at91/at91_wdt.h        |   29 ++
>   include/asm-arm/arch-at91/at91cap9.h        |    8 +
>   include/asm-arm/arch-at91/at91rm9200.h      |  135 ++++++
>   include/asm-arm/arch-at91/at91sam9260.h     |   14 +
>   include/asm-arm/arch-at91/at91sam9261.h     |   12 +-
>   include/asm-arm/arch-at91/at91sam9263.h     |   20 +
>   include/asm-arm/arch-at91/at91sam9_sdramc.h |   13 +
>   include/asm-arm/arch-at91/at91sam9_smc.h    |   63 +++
>   include/asm-arm/arch-at91/at91sam9g45.h     |   13 +
>   include/asm-arm/arch-at91/at91sam9rl.h      |   12 +-
>   include/asm-arm/arch-at91/gpio.h            |  171 +-------
>   include/asm-arm/arch-at91/hardware.h        |    2 +-
>   include/asm-arm/arch-at91/io.h              |    3 +
>   include/asm-arm/arch-davinci/emif_defs.h    |   18 +-
>   include/asm-arm/arch-ep93xx/ep93xx.h        |  596 +++++++++++++++++++++++++++
>   include/asm-arm/arch-omap3/cpu.h            |    4 +
>   include/common.h                            |    3 +-
>   include/configs/afeb9260.h                  |    3 +
>   include/configs/at91cap9adk.h               |    3 +
>   include/configs/at91rm9200dk.h              |    2 +
>   include/configs/at91rm9200ek.h              |    2 +
>   include/configs/at91sam9260ek.h             |    3 +
>   include/configs/at91sam9261ek.h             |    3 +
>   include/configs/at91sam9263ek.h             |   87 ++--
>   include/configs/at91sam9m10g45ek.h          |    3 +
>   include/configs/at91sam9rlek.h              |    3 +
>   include/configs/cmc_pu2.h                   |    2 +
>   include/configs/cpu9260.h                   |    3 +
>   include/configs/cpuat91.h                   |    2 +
>   include/configs/csb637.h                    |    2 +
>   include/configs/da830evm.h                  |   21 +-
>   include/configs/devkit8000.h                |    1 -
>   include/configs/eb_cpux9k2.h                |  415 +++++++++++++++++++
>   include/configs/edb93xx.h                   |  270 ++++++++++++
>   include/configs/kb9202.h                    |    2 +
>   include/configs/m501sk.h                    |    2 +
>   include/configs/meesc.h                     |    3 +
>   include/configs/mp2usb.h                    |    2 +
>   include/configs/netstar.h                   |    3 -
>   include/configs/omap3_beagle.h              |    1 -
>   include/configs/omap3_evm.h                 |    1 -
>   include/configs/omap3_overo.h               |    1 -
>   include/configs/omap3_pandora.h             |    1 -
>   include/configs/omap3_sdp3430.h             |    1 -
>   include/configs/omap3_zoom1.h               |    1 -
>   include/configs/omap3_zoom2.h               |    1 -
>   include/configs/otc570.h                    |  246 +++++++++++
>   include/configs/pm9261.h                    |    3 +
>   include/configs/pm9263.h                    |    3 +
>   include/configs/sbc35_a9g20.h               |    3 +
>   include/configs/tny_a9260.h                 |    3 +
>   include/i2c.h                               |    5 +
>   tools/Makefile                              |    3 +
>   tools/logos/esd.bmp                         |  Bin 0 -> 35078 bytes
>   130 files changed, 6601 insertions(+), 882 deletions(-)
>   create mode 100644 board/BuS/eb_cpux9k2/Makefile
>   create mode 100644 board/BuS/eb_cpux9k2/config.mk
>   create mode 100644 board/BuS/eb_cpux9k2/cpux9k2.c
>   create mode 100644 board/edb93xx/Makefile
>   create mode 100644 board/edb93xx/config.mk
>   create mode 100644 board/edb93xx/early_udelay.h
>   create mode 100644 board/edb93xx/edb93xx.c
>   create mode 100644 board/edb93xx/flash_cfg.c
>   create mode 100644 board/edb93xx/pll_cfg.c
>   create mode 100644 board/edb93xx/pll_cfg.h
>   create mode 100644 board/edb93xx/sdram_cfg.c
>   create mode 100644 board/edb93xx/sdram_cfg.h
>   create mode 100644 board/esd/otc570/Makefile
>   create mode 100644 board/esd/otc570/config.mk
>   create mode 100644 board/esd/otc570/otc570.c
>   create mode 100644 board/esd/otc570/partition.c
>   create mode 100644 cpu/arm920t/at91/Makefile
>   create mode 100644 cpu/arm920t/at91/lowlevel_init.S
>   create mode 100644 cpu/arm920t/at91/reset.c
>   create mode 100644 cpu/arm920t/at91/timer.c
>   create mode 100644 cpu/arm920t/ep93xx/Makefile
>   create mode 100644 cpu/arm920t/ep93xx/cpu.c
>   create mode 100644 cpu/arm920t/ep93xx/led.c
>   create mode 100644 cpu/arm920t/ep93xx/lowlevel_init.S
>   create mode 100644 cpu/arm920t/ep93xx/speed.c
>   create mode 100644 cpu/arm920t/ep93xx/timer.c
>   create mode 100644 cpu/arm920t/ep93xx/u-boot.lds
>   create mode 100644 doc/README.at91-soc
>   create mode 100644 drivers/gpio/at91_gpio.c
>   create mode 100644 drivers/spi/davinci_spi.c
>   create mode 100644 drivers/spi/davinci_spi.h
>   create mode 100644 include/asm-arm/arch-at91/at91_matrix.h
>   create mode 100644 include/asm-arm/arch-at91/at91_mc.h
>   create mode 100644 include/asm-arm/arch-at91/at91_pdc.h
>   create mode 100644 include/asm-arm/arch-at91/at91_st.h
>   create mode 100644 include/asm-arm/arch-at91/at91_tc.h
>   create mode 100644 include/asm-arm/arch-at91/at91rm9200.h
>   create mode 100644 include/asm-arm/arch-ep93xx/ep93xx.h
>   create mode 100644 include/configs/eb_cpux9k2.h
>   create mode 100644 include/configs/edb93xx.h
>   create mode 100644 include/configs/otc570.h
>   create mode 100644 tools/logos/esd.bmp

Applied, thanks.

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
It is undignified for a woman to play servant to a man who is not
hers.
	-- Spock, "Amok Time", stardate 3372.7

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2010-02-12 20:06 Tom
  2010-02-17 21:29 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom @ 2010-02-12 20:06 UTC (permalink / raw)
  To: u-boot

Wolfgang,
Please pull from arm/master.

Best regards,
Tom

The following changes since commit 0b692dcb190655c7eb96b6b8003bee163e3b58dd:
   Wolfgang Denk (1):
         Merge branch 'master' of git://git.denx.de/u-boot-net

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Alessandro Rubini (3):
       EP93xx: fix syscon_regs definition
       edb93xx: change calculation un early_udelay.h
       edb93xx: enable the uart in devicecfg register

Daniel Gorsulowski (1):
       at91: Add esd gmbh OTC570 board support

Jens Scharsig (9):
       add new CONFIG_AT91_LEGACY
       add c structures for SoC access
       add a new AT91 GPIO driver
       convert all at91 files to use at91_gpio driver syntax
       convert common files to new SoC access
       update at91sam9263ek board to new SoC access
       prepare joining at91rm9200 into at91
       new at91_emac network driver (NET_MULTI api)
       new board (eb_cpux9k2)

Ladislav Michl (3):
       NetStar: Disable CONFIG_CMD_JFFS2
       NetStar: make crcit utility more readable
       NetStar: Remove debug junk leaked into eeprom utility

Magnus Lilja (1):
       SPI: Fix 32 bit transfers in mxc_spi.c

Matthias Kaehlcke (2):
       Add support for EDB93xx boards
       ARM: Add support for EP93xx SoCs

Nick Thompson (3):
       da830evm: Use table driven pin mux configuration
       Davinci: Add EMIF-A macros for setting chip select parameters
       DA830 EVM: Enable NAND support on Spectrum Digital EVM

Sanjeev Premi (1):
       OMAP3: Avoid re-write to PRM_CLKSRC_CTRL

Scott Ellis (1):
       Overo GPMC registers

Sekhar Nori (1):
       TI DaVinci: Driver for the davinci SPI controller

Tom Rix (1):
       OMAP3 Move declaration of gpmc_cfg.

  MAINTAINERS                                 |   15 +
  MAKEALL                                     |   10 +
  Makefile                                    |   16 +
  board/BuS/eb_cpux9k2/Makefile               |   50 +++
  board/BuS/eb_cpux9k2/config.mk              |    1 +
  board/BuS/eb_cpux9k2/cpux9k2.c              |  387 +++++++++++++++++
  board/atmel/at91sam9263ek/at91sam9263ek.c   |  151 ++++----
  board/atmel/at91sam9263ek/led.c             |   21 +-
  board/davinci/da830evm/da830evm.c           |   72 +++-
  board/edb93xx/Makefile                      |   50 +++
  board/edb93xx/config.mk                     |   33 ++
  board/edb93xx/early_udelay.h                |   34 ++
  board/edb93xx/edb93xx.c                     |  110 +++++
  board/edb93xx/flash_cfg.c                   |   38 ++
  board/edb93xx/pll_cfg.c                     |   58 +++
  board/edb93xx/pll_cfg.h                     |   72 ++++
  board/edb93xx/sdram_cfg.c                   |  123 ++++++
  board/edb93xx/sdram_cfg.h                   |  144 +++++++
  board/esd/otc570/Makefile                   |   55 +++
  board/esd/otc570/config.mk                  |    1 +
  board/esd/otc570/otc570.c                   |  365 ++++++++++++++++
  board/esd/otc570/partition.c                |   37 ++
  board/netstar/crcit.c                       |    9 +-
  board/netstar/eeprom.c                      |    8 +-
  board/netstar/eeprom_start.S                |  166 +--------
  board/overo/overo.c                         |   14 +-
  board/overo/overo.h                         |    9 +
  cpu/arm920t/at91/Makefile                   |   47 +++
  cpu/arm920t/at91/lowlevel_init.S            |  164 ++++++++
  cpu/arm920t/at91/reset.c                    |   59 +++
  cpu/arm920t/at91/timer.c                    |  163 ++++++++
  cpu/arm920t/cpu.c                           |    4 +
  cpu/arm920t/ep93xx/Makefile                 |   56 +++
  cpu/arm920t/ep93xx/cpu.c                    |   51 +++
  cpu/arm920t/ep93xx/led.c                    |  101 +++++
  cpu/arm920t/ep93xx/lowlevel_init.S          |   65 +++
  cpu/arm920t/ep93xx/speed.c                  |  110 +++++
  cpu/arm920t/ep93xx/timer.c                  |  168 ++++++++
  cpu/arm920t/ep93xx/u-boot.lds               |   59 +++
  cpu/arm926ejs/at91/at91cap9_devices.c       |  128 ++++---
  cpu/arm926ejs/at91/at91sam9260_devices.c    |  124 +++---
  cpu/arm926ejs/at91/at91sam9261_devices.c    |   84 +++--
  cpu/arm926ejs/at91/at91sam9263_devices.c    |  137 ++++---
  cpu/arm926ejs/at91/at91sam9m10g45_devices.c |  120 +++---
  cpu/arm926ejs/at91/at91sam9rl_devices.c     |   58 ++--
  cpu/arm926ejs/at91/clock.c                  |   51 ++-
  cpu/arm926ejs/at91/cpu.c                    |    4 +
  cpu/arm926ejs/at91/led.c                    |    1 +
  cpu/arm926ejs/at91/lowlevel_init.S          |   95 ++---
  cpu/arm926ejs/at91/reset.c                  |    8 +-
  cpu/arm926ejs/at91/timer.c                  |   17 +-
  cpu/arm_cortexa8/omap3/clock.c              |   20 +-
  doc/README.at91-soc                         |   64 +++
  drivers/gpio/Makefile                       |    1 +
  drivers/gpio/at91_gpio.c                    |  214 ++++++++++
  drivers/i2c/soft_i2c.c                      |   11 +-
  drivers/serial/at91rm9200_usart.c           |    8 +
  drivers/serial/atmel_usart.c                |    4 +
  drivers/spi/Makefile                        |    1 +
  drivers/spi/atmel_dataflash_spi.c           |    4 +
  drivers/spi/davinci_spi.c                   |  223 ++++++++++
  drivers/spi/davinci_spi.h                   |  101 +++++
  drivers/spi/mxc_spi.c                       |    9 +
  drivers/usb/host/ohci-at91.c                |    5 +
  drivers/video/bus_vcxk.c                    |   22 +-
  include/asm-arm/arch-at91/at91_emac.h       |    4 +-
  include/asm-arm/arch-at91/at91_matrix.h     |  116 ++++++
  include/asm-arm/arch-at91/at91_mc.h         |   97 +++++
  include/asm-arm/arch-at91/at91_pdc.h        |   39 ++
  include/asm-arm/arch-at91/at91_pio.h        |  111 +++++
  include/asm-arm/arch-at91/at91_pit.h        |   15 +
  include/asm-arm/arch-at91/at91_pmc.h        |   91 ++++
  include/asm-arm/arch-at91/at91_rstc.h       |   30 ++-
  include/asm-arm/arch-at91/at91_spi.h        |   21 +
  include/asm-arm/arch-at91/at91_st.h         |   46 ++
  include/asm-arm/arch-at91/at91_tc.h         |   77 ++++
  include/asm-arm/arch-at91/at91_wdt.h        |   29 ++
  include/asm-arm/arch-at91/at91cap9.h        |    8 +
  include/asm-arm/arch-at91/at91rm9200.h      |  135 ++++++
  include/asm-arm/arch-at91/at91sam9260.h     |   14 +
  include/asm-arm/arch-at91/at91sam9261.h     |   12 +-
  include/asm-arm/arch-at91/at91sam9263.h     |   20 +
  include/asm-arm/arch-at91/at91sam9_sdramc.h |   13 +
  include/asm-arm/arch-at91/at91sam9_smc.h    |   63 +++
  include/asm-arm/arch-at91/at91sam9g45.h     |   13 +
  include/asm-arm/arch-at91/at91sam9rl.h      |   12 +-
  include/asm-arm/arch-at91/gpio.h            |  171 +-------
  include/asm-arm/arch-at91/hardware.h        |    2 +-
  include/asm-arm/arch-at91/io.h              |    3 +
  include/asm-arm/arch-davinci/emif_defs.h    |   18 +-
  include/asm-arm/arch-ep93xx/ep93xx.h        |  596 +++++++++++++++++++++++++++
  include/asm-arm/arch-omap3/cpu.h            |    4 +
  include/common.h                            |    3 +-
  include/configs/afeb9260.h                  |    3 +
  include/configs/at91cap9adk.h               |    3 +
  include/configs/at91rm9200dk.h              |    2 +
  include/configs/at91rm9200ek.h              |    2 +
  include/configs/at91sam9260ek.h             |    3 +
  include/configs/at91sam9261ek.h             |    3 +
  include/configs/at91sam9263ek.h             |   87 ++--
  include/configs/at91sam9m10g45ek.h          |    3 +
  include/configs/at91sam9rlek.h              |    3 +
  include/configs/cmc_pu2.h                   |    2 +
  include/configs/cpu9260.h                   |    3 +
  include/configs/cpuat91.h                   |    2 +
  include/configs/csb637.h                    |    2 +
  include/configs/da830evm.h                  |   21 +-
  include/configs/devkit8000.h                |    1 -
  include/configs/eb_cpux9k2.h                |  415 +++++++++++++++++++
  include/configs/edb93xx.h                   |  270 ++++++++++++
  include/configs/kb9202.h                    |    2 +
  include/configs/m501sk.h                    |    2 +
  include/configs/meesc.h                     |    3 +
  include/configs/mp2usb.h                    |    2 +
  include/configs/netstar.h                   |    3 -
  include/configs/omap3_beagle.h              |    1 -
  include/configs/omap3_evm.h                 |    1 -
  include/configs/omap3_overo.h               |    1 -
  include/configs/omap3_pandora.h             |    1 -
  include/configs/omap3_sdp3430.h             |    1 -
  include/configs/omap3_zoom1.h               |    1 -
  include/configs/omap3_zoom2.h               |    1 -
  include/configs/otc570.h                    |  246 +++++++++++
  include/configs/pm9261.h                    |    3 +
  include/configs/pm9263.h                    |    3 +
  include/configs/sbc35_a9g20.h               |    3 +
  include/configs/tny_a9260.h                 |    3 +
  include/i2c.h                               |    5 +
  tools/Makefile                              |    3 +
  tools/logos/esd.bmp                         |  Bin 0 -> 35078 bytes
  130 files changed, 6601 insertions(+), 882 deletions(-)
  create mode 100644 board/BuS/eb_cpux9k2/Makefile
  create mode 100644 board/BuS/eb_cpux9k2/config.mk
  create mode 100644 board/BuS/eb_cpux9k2/cpux9k2.c
  create mode 100644 board/edb93xx/Makefile
  create mode 100644 board/edb93xx/config.mk
  create mode 100644 board/edb93xx/early_udelay.h
  create mode 100644 board/edb93xx/edb93xx.c
  create mode 100644 board/edb93xx/flash_cfg.c
  create mode 100644 board/edb93xx/pll_cfg.c
  create mode 100644 board/edb93xx/pll_cfg.h
  create mode 100644 board/edb93xx/sdram_cfg.c
  create mode 100644 board/edb93xx/sdram_cfg.h
  create mode 100644 board/esd/otc570/Makefile
  create mode 100644 board/esd/otc570/config.mk
  create mode 100644 board/esd/otc570/otc570.c
  create mode 100644 board/esd/otc570/partition.c
  create mode 100644 cpu/arm920t/at91/Makefile
  create mode 100644 cpu/arm920t/at91/lowlevel_init.S
  create mode 100644 cpu/arm920t/at91/reset.c
  create mode 100644 cpu/arm920t/at91/timer.c
  create mode 100644 cpu/arm920t/ep93xx/Makefile
  create mode 100644 cpu/arm920t/ep93xx/cpu.c
  create mode 100644 cpu/arm920t/ep93xx/led.c
  create mode 100644 cpu/arm920t/ep93xx/lowlevel_init.S
  create mode 100644 cpu/arm920t/ep93xx/speed.c
  create mode 100644 cpu/arm920t/ep93xx/timer.c
  create mode 100644 cpu/arm920t/ep93xx/u-boot.lds
  create mode 100644 doc/README.at91-soc
  create mode 100644 drivers/gpio/at91_gpio.c
  create mode 100644 drivers/spi/davinci_spi.c
  create mode 100644 drivers/spi/davinci_spi.h
  create mode 100644 include/asm-arm/arch-at91/at91_matrix.h
  create mode 100644 include/asm-arm/arch-at91/at91_mc.h
  create mode 100644 include/asm-arm/arch-at91/at91_pdc.h
  create mode 100644 include/asm-arm/arch-at91/at91_st.h
  create mode 100644 include/asm-arm/arch-at91/at91_tc.h
  create mode 100644 include/asm-arm/arch-at91/at91rm9200.h
  create mode 100644 include/asm-arm/arch-ep93xx/ep93xx.h
  create mode 100644 include/configs/eb_cpux9k2.h
  create mode 100644 include/configs/edb93xx.h
  create mode 100644 include/configs/otc570.h
  create mode 100644 tools/logos/esd.bmp

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2010-01-28  5:58   ` Prafulla Wadaskar
@ 2010-01-28  9:41     ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2010-01-28  9:41 UTC (permalink / raw)
  To: u-boot

Dear Prafulla,

In message <73173D32E9439E4ABB5151606C3E19E2030A565BBF@SC-VEXCH1.marvell.com> you wrote:
> 
> > > Prafulla Wadaskar (2):
> > >        Kirkwood: Upgated licencing for files imported from linux source to GPLv2 or later
> > 
> > I cannot find any patch with this subject anywhere. Can you please try
> > and avoid to change the patch subjects?
>
> Yes, the subject is changed, this is my mistake while sending pull request.
> Can you pls pull in http://lists.denx.de/pipermail/u-boot/2009-December/065799.html instead?
>
> Or
> Shall I generate new pull request for the same?

Sorry, but it is too late now. The code is already in mainline.

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
"One planet is all you get."

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2010-01-23 16:47 ` Wolfgang Denk
  2010-01-23 16:57   ` Tom
@ 2010-01-28  5:58   ` Prafulla Wadaskar
  2010-01-28  9:41     ` Wolfgang Denk
  1 sibling, 1 reply; 162+ messages in thread
From: Prafulla Wadaskar @ 2010-01-28  5:58 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de 
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Wolfgang Denk
> Sent: Saturday, January 23, 2010 10:18 PM
> To: Tom
> Cc: u-boot at lists.denx.de
> Subject: Re: [U-Boot] ARM pull request
> 
> Dear Tom,
> 
> In message <4B5B134B.5060102@windriver.com> you wrote:
> > 
> > Please pull from ARM master-sync
> 
> Can you please try and use the "master" branch for such pull requests?
> Thanks.
> 
> > Daniel Gorsulowski (1):
> >        at91: Enable slow master clock on meesc board
> > 
> > Minkyu Kang (1):
> >        s5pc1xx: update cache routines
> > 
> > Prafulla Wadaskar (2):
> >        Kirkwood: Upgated licencing for files imported from 
> linux source to GPLv2 
> > or later
> 
> I cannot find any patch with this subject anywhere. Can you please try
> and avoid to change the patch subjects?

Hi Wolfgang
Yes, the subject is changed, this is my mistake while sending pull request.
Can you pls pull in http://lists.denx.de/pipermail/u-boot/2009-December/065799.html instead?

Or
Shall I generate new pull request for the same?

> 
> BTW: what's "Upgated"? ;-)

Oh, this is spelling mistake :-(
I am very sorry for this

Regards..
Prafulla . .

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2010-01-23 16:57   ` Tom
@ 2010-01-23 20:51     ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2010-01-23 20:51 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4B5B2A8D.10807@windriver.com> you wrote:
>
> In the future I will use arm/master

Thanks.

> >> Prafulla Wadaskar (2):
> >>        Kirkwood: Upgated licencing for files imported from linux source to GPLv2 
> >> or later
> > 
> > I cannot find any patch with this subject anywhere. Can you please try
> > and avoid to change the patch subjects?
> 
> This came from the latest marvell pull request.
> I discussed the copyright change with you off-line.

I've seen a patch with a pretty similar subject on the list, and I
assumed this was the one, but with changed / edited subject. Was this
not the case? Was this another patch?

Please make sure that only patches go into your repo that have been
posted to the ML before.

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
Things that try to look like things often do look  more  like  things
than things. Well-known fact.       - Terry Pratchett, _Wyrd Sisters_

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2010-01-23 16:47 ` Wolfgang Denk
@ 2010-01-23 16:57   ` Tom
  2010-01-23 20:51     ` Wolfgang Denk
  2010-01-28  5:58   ` Prafulla Wadaskar
  1 sibling, 1 reply; 162+ messages in thread
From: Tom @ 2010-01-23 16:57 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Tom,
> 
> In message <4B5B134B.5060102@windriver.com> you wrote:
>> Please pull from ARM master-sync
> 
> Can you please try and use the "master" branch for such pull requests?

Ok.
At the current time arm/master is merged with u-boot/master
arm/master-sync is rebased with u-boot/master
You would not want to pull from arm/master at this time.

In the future I will use arm/master


> Thanks.
> 
>> Daniel Gorsulowski (1):
>>        at91: Enable slow master clock on meesc board
>>
>> Minkyu Kang (1):
>>        s5pc1xx: update cache routines
>>
>> Prafulla Wadaskar (2):
>>        Kirkwood: Upgated licencing for files imported from linux source to GPLv2 
>> or later
> 
> I cannot find any patch with this subject anywhere. Can you please try
> and avoid to change the patch subjects?

This came from the latest marvell pull request.
I discussed the copyright change with you off-line.

Tom

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2010-01-23 15:18 Tom
@ 2010-01-23 16:47 ` Wolfgang Denk
  2010-01-23 16:57   ` Tom
  2010-01-28  5:58   ` Prafulla Wadaskar
  0 siblings, 2 replies; 162+ messages in thread
From: Wolfgang Denk @ 2010-01-23 16:47 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4B5B134B.5060102@windriver.com> you wrote:
> 
> Please pull from ARM master-sync

Can you please try and use the "master" branch for such pull requests?
Thanks.

> Daniel Gorsulowski (1):
>        at91: Enable slow master clock on meesc board
> 
> Minkyu Kang (1):
>        s5pc1xx: update cache routines
> 
> Prafulla Wadaskar (2):
>        Kirkwood: Upgated licencing for files imported from linux source to GPLv2 
> or later

I cannot find any patch with this subject anywhere. Can you please try
and avoid to change the patch subjects?

BTW: what's "Upgated"? ;-)

>        Kirkwood: Makefile cleanup- fixed ordering (cosmetic change)
> 
> Seunghyeon Rhee (1):
>        samsung: fix DMC1_MEM_CFG for s3c64xx
> 
> Tom Rix (1):
>        ARM Update mach-types
> 
> Vipin KUMAR (12):
>        SPEAr : Adding README.spear in doc
>        SPEAr : Adding basic SPEAr architecture support.
>        SPEAr : i2c driver support added for SPEAr SoCs
>        SPEAr : smi driver support for SPEAr SoCs
>        SPEAr : nand driver support for SPEAr SoCs
>        SPEAr : usbd driver support for SPEAr SoCs
>        SPEAr : Support added for SPEAr600 board
>        SPEAr : Support for HW mac id read/write from i2c mem
>        SPEAr : Support added for SPEAr300 board
>        SPEAr : emi controller initialization for CFI driver support
>        SPEAr : Support added for SPEAr310 board
>        SPEAr : Support added for SPEAr320 board


Applied, thanks.

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
Q:  Why do mountain climbers rope themselves together?
A:  To prevent the sensible ones from going home.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2010-01-23 15:18 Tom
  2010-01-23 16:47 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom @ 2010-01-23 15:18 UTC (permalink / raw)
  To: u-boot

Wolfgang,

Please pull from ARM master-sync

Thanks,
Tom

The following changes since commit 57ae8a5cced612088104303777e71a3dc89c00ef:
   Detlev Zundel (1):
         mpc512x: Use in/out accessors for all registers

are available in the git repository at:

   git://git.denx.de/u-boot-arm master-sync

Daniel Gorsulowski (1):
       at91: Enable slow master clock on meesc board

Minkyu Kang (1):
       s5pc1xx: update cache routines

Prafulla Wadaskar (2):
       Kirkwood: Upgated licencing for files imported from linux source to GPLv2 
or later
       Kirkwood: Makefile cleanup- fixed ordering (cosmetic change)

Seunghyeon Rhee (1):
       samsung: fix DMC1_MEM_CFG for s3c64xx

Tom Rix (1):
       ARM Update mach-types

Vipin KUMAR (12):
       SPEAr : Adding README.spear in doc
       SPEAr : Adding basic SPEAr architecture support.
       SPEAr : i2c driver support added for SPEAr SoCs
       SPEAr : smi driver support for SPEAr SoCs
       SPEAr : nand driver support for SPEAr SoCs
       SPEAr : usbd driver support for SPEAr SoCs
       SPEAr : Support added for SPEAr600 board
       SPEAr : Support for HW mac id read/write from i2c mem
       SPEAr : Support added for SPEAr300 board
       SPEAr : emi controller initialization for CFI driver support
       SPEAr : Support added for SPEAr310 board
       SPEAr : Support added for SPEAr320 board

  MAKEALL                                            |    4 +
  Makefile                                           |    8 +
  board/esd/meesc/meesc.c                            |   26 +
  board/spear/common/Makefile                        |   54 ++
  board/spear/common/spr_lowlevel_init.S             |  195 ++++
  board/spear/common/spr_misc.c                      |  296 ++++++
  board/spear/spear300/Makefile                      |   51 +
  board/spear/spear300/config.mk                     |   39 +
  .../cache.c => board/spear/spear300/spear300.c     |   43 +-
  board/spear/spear310/Makefile                      |   51 +
  board/spear/spear310/config.mk                     |   44 +
  board/spear/spear310/spear310.c                    |   59 ++
  board/spear/spear320/Makefile                      |   51 +
  board/spear/spear320/config.mk                     |   44 +
  board/spear/spear320/spear320.c                    |   59 ++
  board/spear/spear600/Makefile                      |   51 +
  board/spear/spear600/config.mk                     |   39 +
  .../cache.c => board/spear/spear600/spear600.c     |   38 +-
  cpu/arm926ejs/kirkwood/Makefile                    |    4 +-
  cpu/arm926ejs/spear/Makefile                       |   52 +
  .../s5pc1xx/cache.c => arm926ejs/spear/reset.c}    |   41 +-
  cpu/arm926ejs/spear/timer.c                        |  153 +++
  cpu/arm_cortexa8/s5pc1xx/Makefile                  |    4 +-
  cpu/arm_cortexa8/s5pc1xx/cache.S                   |  120 +++
  doc/README.spear                                   |   48 +
  drivers/gpio/kw_gpio.c                             |   20 +-
  drivers/i2c/Makefile                               |    1 +
  drivers/i2c/kirkwood_i2c.c                         |   23 +-
  drivers/i2c/spr_i2c.c                              |  331 +++++++
  drivers/mtd/Makefile                               |    1 +
  drivers/mtd/nand/Makefile                          |    1 +
  drivers/mtd/nand/spr_nand.c                        |  124 +++
  drivers/mtd/spr_smi.c                              |  523 ++++++++++
  drivers/serial/usbtty.h                            |    2 +
  drivers/usb/gadget/Makefile                        |    1 +
  drivers/usb/gadget/spr_udc.c                       |  998 ++++++++++++++++++++
  include/asm-arm/arch-kirkwood/gpio.h               |   20 +-
  include/asm-arm/arch-kirkwood/mpp.h                |   20 +-
  include/asm-arm/arch-s3c64xx/s3c6400.h             |    4 +-
  .../asm-arm/arch-s5pc1xx/sys_proto.h               |   27 +-
  include/asm-arm/arch-spear/hardware.h              |   66 ++
  .../asm-arm/arch-spear/spr_defs.h                  |   39 +-
  .../asm-arm/arch-spear/spr_emi.h                   |   47 +-
  include/asm-arm/arch-spear/spr_gpt.h               |   85 ++
  include/asm-arm/arch-spear/spr_i2c.h               |  146 +++
  include/asm-arm/arch-spear/spr_misc.h              |  130 +++
  include/asm-arm/arch-spear/spr_nand.h              |   57 ++
  include/asm-arm/arch-spear/spr_smi.h               |  115 +++
  .../asm-arm/arch-spear/spr_syscntl.h               |   39 +-
  include/asm-arm/arch-spear/spr_xloader_table.h     |   67 ++
  include/asm-arm/mach-types.h                       |  351 +++++++
  include/configs/meesc.h                            |    1 +
  include/configs/smdkc100.h                         |    2 -
  include/configs/spear-common.h                     |  213 +++++
  include/configs/spear3xx.h                         |  131 +++
  .../s5pc1xx/cache.c => include/configs/spear6xx.h  |   38 +-
  include/usb/spr_udc.h                              |  230 +++++
  57 files changed, 5266 insertions(+), 161 deletions(-)
  create mode 100644 board/spear/common/Makefile
  create mode 100755 board/spear/common/spr_lowlevel_init.S
  create mode 100755 board/spear/common/spr_misc.c
  create mode 100755 board/spear/spear300/Makefile
  create mode 100755 board/spear/spear300/config.mk
  copy cpu/arm_cortexa8/s5pc1xx/cache.c => board/spear/spear300/spear300.c (50%)
  mode change 100644 => 100755
  create mode 100755 board/spear/spear310/Makefile
  create mode 100755 board/spear/spear310/config.mk
  create mode 100755 board/spear/spear310/spear310.c
  create mode 100755 board/spear/spear320/Makefile
  create mode 100755 board/spear/spear320/config.mk
  create mode 100755 board/spear/spear320/spear320.c
  create mode 100755 board/spear/spear600/Makefile
  create mode 100755 board/spear/spear600/config.mk
  copy cpu/arm_cortexa8/s5pc1xx/cache.c => board/spear/spear600/spear600.c (53%)
  mode change 100644 => 100755
  create mode 100755 cpu/arm926ejs/spear/Makefile
  copy cpu/{arm_cortexa8/s5pc1xx/cache.c => arm926ejs/spear/reset.c} (54%)
  mode change 100644 => 100755
  create mode 100755 cpu/arm926ejs/spear/timer.c
  create mode 100644 cpu/arm_cortexa8/s5pc1xx/cache.S
  create mode 100644 doc/README.spear
  mode change 100644 => 100755 drivers/i2c/Makefile
  create mode 100755 drivers/i2c/spr_i2c.c
  mode change 100644 => 100755 drivers/mtd/Makefile
  create mode 100755 drivers/mtd/nand/spr_nand.c
  create mode 100755 drivers/mtd/spr_smi.c
  mode change 100644 => 100755 drivers/serial/usbtty.h
  mode change 100644 => 100755 drivers/usb/gadget/Makefile
  create mode 100755 drivers/usb/gadget/spr_udc.c
  copy cpu/arm_cortexa8/s5pc1xx/cache.c => 
include/asm-arm/arch-s5pc1xx/sys_proto.h (61%)
  create mode 100644 include/asm-arm/arch-spear/hardware.h
  copy cpu/arm_cortexa8/s5pc1xx/cache.c => include/asm-arm/arch-spear/spr_defs.h 
(58%)
  copy cpu/arm_cortexa8/s5pc1xx/cache.c => include/asm-arm/arch-spear/spr_emi.h 
(58%)
  create mode 100755 include/asm-arm/arch-spear/spr_gpt.h
  create mode 100755 include/asm-arm/arch-spear/spr_i2c.h
  create mode 100644 include/asm-arm/arch-spear/spr_misc.h
  create mode 100644 include/asm-arm/arch-spear/spr_nand.h
  create mode 100755 include/asm-arm/arch-spear/spr_smi.h
  copy cpu/arm_cortexa8/s5pc1xx/cache.c => 
include/asm-arm/arch-spear/spr_syscntl.h (58%)
  create mode 100755 include/asm-arm/arch-spear/spr_xloader_table.h
  create mode 100644 include/configs/spear-common.h
  create mode 100755 include/configs/spear3xx.h
  rename cpu/arm_cortexa8/s5pc1xx/cache.c => include/configs/spear6xx.h (54%)
  mode change 100644 => 100755
  create mode 100755 include/usb/spr_udc.h

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2010-01-06 18:51 Tom
@ 2010-01-12 22:47 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2010-01-12 22:47 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4B44DBB6.9030707@windriver.com> you wrote:
> Wolfgang,
> Please pull these changes from arm/master.
> Tom
> 
> The following changes since commit 87d93a1ba2ae23550e1370adb7a3b00af0831165:
>    Wolfgang Wegner (1):
>          move prototypes for gunzip() and zunzip() to common.h
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master
> 
> Grazvydas Ignotas (2):
>        TWL4030: make LEDs selectable for twl4030_led_init()
>        pandora: don't enable VAUX3, VDAC and VPLL2 regulators
> 
> Nick Thompson (3):
>        Davinci: Table driven pinmux configuration
>        Davinci: Configurable NAND chip selects
>        Davinci: NAND enable ECC even when not in NAND boot mode
> 
> Robert P. J. Day (1):
>        Remove superfluous uses of V_PROMPT macro.
> 
> Tom Rix (1):
>        ARM Update mach-types
> 
>   board/davinci/common/misc.c              |   31 ++
>   board/davinci/common/misc.h              |   13 +
>   board/logicpd/zoom1/zoom1.c              |    2 +-
>   board/logicpd/zoom2/zoom2.c              |    2 +-
>   board/overo/overo.c                      |    2 +-
>   board/pandora/pandora.c                  |    3 +-
>   board/ti/beagle/beagle.c                 |    2 +-
>   board/timll/devkit8000/devkit8000.c      |    2 +-
>   drivers/misc/twl4030_led.c               |   18 +-
>   drivers/mtd/nand/davinci_nand.c          |   27 +-
>   include/asm-arm/arch-davinci/emif_defs.h |   13 +-
>   include/asm-arm/mach-types.h             |  631 +++++++++++++++++++++++++++++-
>   include/configs/apollon.h                |    4 +-
>   include/configs/davinci_dm355evm.h       |    1 +
>   include/configs/davinci_dm355leopard.h   |    1 +
>   include/configs/davinci_dm365evm.h       |    1 +
>   include/configs/davinci_dm6467evm.h      |    1 +
>   include/configs/davinci_dvevm.h          |    1 +
>   include/configs/davinci_schmoogie.h      |    1 +
>   include/configs/davinci_sffsdr.h         |    1 +
>   include/configs/davinci_sonata.h         |    1 +
>   include/configs/omap2420h4.h             |    8 +-
>   include/configs/omap3_beagle.h           |    4 +-
>   include/configs/omap3_evm.h              |    4 +-
>   include/configs/omap3_overo.h            |    4 +-
>   include/configs/omap3_pandora.h          |    4 +-
>   include/configs/omap3_sdp3430.h          |    3 +-
>   include/configs/omap3_zoom1.h            |    4 +-
>   include/twl4030.h                        |    6 +-
>   29 files changed, 723 insertions(+), 72 deletions(-)

Applied, thanks.

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
"Oh dear, I think you'll find reality's on the blink again."
- Marvin The Paranoid Android

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2010-01-06 18:51 Tom
  2010-01-12 22:47 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom @ 2010-01-06 18:51 UTC (permalink / raw)
  To: u-boot

Wolfgang,
Please pull these changes from arm/master.
Tom

The following changes since commit 87d93a1ba2ae23550e1370adb7a3b00af0831165:
   Wolfgang Wegner (1):
         move prototypes for gunzip() and zunzip() to common.h

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Grazvydas Ignotas (2):
       TWL4030: make LEDs selectable for twl4030_led_init()
       pandora: don't enable VAUX3, VDAC and VPLL2 regulators

Nick Thompson (3):
       Davinci: Table driven pinmux configuration
       Davinci: Configurable NAND chip selects
       Davinci: NAND enable ECC even when not in NAND boot mode

Robert P. J. Day (1):
       Remove superfluous uses of V_PROMPT macro.

Tom Rix (1):
       ARM Update mach-types

  board/davinci/common/misc.c              |   31 ++
  board/davinci/common/misc.h              |   13 +
  board/logicpd/zoom1/zoom1.c              |    2 +-
  board/logicpd/zoom2/zoom2.c              |    2 +-
  board/overo/overo.c                      |    2 +-
  board/pandora/pandora.c                  |    3 +-
  board/ti/beagle/beagle.c                 |    2 +-
  board/timll/devkit8000/devkit8000.c      |    2 +-
  drivers/misc/twl4030_led.c               |   18 +-
  drivers/mtd/nand/davinci_nand.c          |   27 +-
  include/asm-arm/arch-davinci/emif_defs.h |   13 +-
  include/asm-arm/mach-types.h             |  631 +++++++++++++++++++++++++++++-
  include/configs/apollon.h                |    4 +-
  include/configs/davinci_dm355evm.h       |    1 +
  include/configs/davinci_dm355leopard.h   |    1 +
  include/configs/davinci_dm365evm.h       |    1 +
  include/configs/davinci_dm6467evm.h      |    1 +
  include/configs/davinci_dvevm.h          |    1 +
  include/configs/davinci_schmoogie.h      |    1 +
  include/configs/davinci_sffsdr.h         |    1 +
  include/configs/davinci_sonata.h         |    1 +
  include/configs/omap2420h4.h             |    8 +-
  include/configs/omap3_beagle.h           |    4 +-
  include/configs/omap3_evm.h              |    4 +-
  include/configs/omap3_overo.h            |    4 +-
  include/configs/omap3_pandora.h          |    4 +-
  include/configs/omap3_sdp3430.h          |    3 +-
  include/configs/omap3_zoom1.h            |    4 +-
  include/twl4030.h                        |    6 +-
  29 files changed, 723 insertions(+), 72 deletions(-)

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-12-01 11:13 ` Wolfgang Denk
@ 2009-12-01 14:34   ` Tom
  0 siblings, 0 replies; 162+ messages in thread
From: Tom @ 2009-12-01 14:34 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Tom,
> 

<snip>

>>
>> Tom Rix (3):
>>        ARM Update mach-types.h
>>        ARM Update mach-types
>>        ARM Update mach-types
> 
> 
> Why is this 3 commits?  One should be enough...
> 

I updated the mach-types 3 times.
I am updating about once a month or when required.
During this time I changed my process so there is at least
one more than what should be expected.

Tom

> 
> Applied, thanks.
> 
> Best regards,
> 
> Wolfgang Denk
> 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-11-30  1:05 Tom
@ 2009-12-01 11:13 ` Wolfgang Denk
  2009-12-01 14:34   ` Tom
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-12-01 11:13 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4B131A4D.1000309@windriver.com> you wrote:
> Wolfgang,
> I have rebased the arm/next against your next branch.
> The result is in arm/next-sync and arm/next
> Either is fine if you pull soon.
> Else use next-sync.
> 
> The outstanding issues with arm/next are
> overo and beagle have reported memory problems related to the OMAP3:SDRC changes
> onenand build failures reported on friday.
> 
> Tom
> 
> The following changes since commit 2f6f67da1b98b6d1dad2d80bc4e472c3bff3cd5a:
>    Wolfgang Denk (1):
>          Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm next
> 
> Grazvydas Ignotas (1):
>        OMAP3: pandora: fix booting without serial attached
> 
> Jean-Christophe PLAGNIOL-VILLARD (1):
>        avr32/hsdramc: Move conditional compilation to Makefile
> 
> Mark Asselstine (1):
>        sheevaplug: correct SDRAM address control register
> 
> Minkyu Kang (2):
>        s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
>        s5pc1xx: serial: fix the error check logic
> 
> Nick Thompson (3):
>        TI Davinci timer.c: Remove volatiles and memory mapped structures
>        TI Davinci: add a pin multiplexer configuration API
>        Add TI DA8xx support: DA8xx includes
> 
> Nishanth Menon (3):
>        OMAP3:SDRC: Cleanup references to SDP
>        OMAP3:SDRC: introduce DDR types
>        OMAP3: Fix SDRC init
> 
> Po-Yu Chuang (2):
>        arm: A320: driver for FTRTC010 real time clock
>        arm: A320: Add support for Faraday A320 evaluation board
> 
> Sandeep Paulraj (4):
>        Fix for Void function returning value in sbc35-a9g20
>        TI DaVinci DM646x: Enable NAND on DM6467 EVM
>        NAND: Add config option for imx27lite
>        TI DaVinci: Adding a README for the DaVinci series of SOC's
> 
> Sekhar Nori (3):
>        TI DA8xx: Add DA8xx cpu functions
>        TI DA8xx: Add new directory for da830evm board
>        TI DA8xx: Integrate DA830 EVM support into U-Boot
> 
> Seunghyeon Rhee (1):
>        S3C6400/SMDK6400: fix stack_setup in start.S
> 
> Tom Rix (3):
>        ARM Update mach-types.h
>        ARM Update mach-types
>        ARM Update mach-types


Why is this 3 commits?  One should be enough...


> Vaibhav Hiremath (1):
>        omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER
> 
> kevin.morfitt at fearnside-systems.co.uk (3):
>        Move s3c24x0 header files to asm-arm/arch-s3c24x0/
>        Clean-up of s3c24x0 header files
>        Add a unified s3c24x0 header file
> 
>   MAINTAINERS                                  |    8 +
>   MAKEALL                                      |    2 +
>   Makefile                                     |    6 +
>   board/Marvell/sheevaplug/kwbimage.cfg        |   10 +-
>   board/davinci/common/misc.c                  |   48 +-
>   board/davinci/common/misc.h                  |   12 +
>   board/davinci/da830evm/Makefile              |   51 +
>   board/davinci/da830evm/config.mk             |   43 +
>   board/davinci/da830evm/da830evm.c            |  127 ++
>   board/davinci/dm6467evm/dm6467evm.c          |   11 +
>   board/faraday/a320evb/Makefile               |   51 +
>   board/faraday/a320evb/a320evb.c              |   73 +
>   board/faraday/a320evb/config.mk              |   35 +
>   board/faraday/a320evb/lowlevel_init.S        |  118 ++
>   board/mpl/vcma9/vcma9.c                      |    2 +-
>   board/mpl/vcma9/vcma9.h                      |   16 +-
>   board/pandora/pandora.h                      |    3 +-
>   board/samsung/smdk2400/smdk2400.c            |    2 +-
>   board/samsung/smdk2410/smdk2410.c            |    2 +-
>   board/samsung/smdk6400/lowlevel_init.S       |    2 +-
>   board/samsung/smdk6400/smdk6400.c            |    2 +-
>   board/sbc2410x/sbc2410x.c                    |    2 +-
>   board/trab/cmd_trab.c                        |    2 +-
>   board/trab/rs485.c                           |    2 +-
>   board/trab/rs485.h                           |    2 +-
>   board/trab/trab.c                            |    2 +-
>   board/trab/trab_fkt.c                        |    2 +-
>   board/trab/tsc2000.c                         |    2 +-
>   board/trab/vfd.c                             |    2 +-
>   cpu/arm1176/cpu.c                            |    2 +-
>   cpu/arm1176/s3c64xx/cpu_init.S               |    2 +-
>   cpu/arm1176/s3c64xx/reset.S                  |    2 +-
>   cpu/arm1176/s3c64xx/speed.c                  |    2 +-
>   cpu/arm1176/s3c64xx/timer.c                  |    2 +-
>   cpu/arm1176/start.S                          |    9 +-
>   cpu/arm920t/a320/Makefile                    |   47 +
>   cpu/arm920t/a320/ftsmc020.c                  |   51 +
>   cpu/arm920t/a320/reset.S                     |   22 +
>   cpu/arm920t/a320/timer.c                     |  193 +++
>   cpu/arm920t/s3c24x0/interrupts.c             |    6 +-
>   cpu/arm920t/s3c24x0/speed.c                  |   13 +-
>   cpu/arm920t/s3c24x0/timer.c                  |   15 +-
>   cpu/arm920t/s3c24x0/usb.c                    |   17 +-
>   cpu/arm920t/s3c24x0/usb_ohci.c               |   11 +-
>   cpu/arm920t/start.S                          |    4 +-
>   cpu/arm926ejs/davinci/cpu.c                  |   50 +-
>   cpu/arm926ejs/davinci/psc.c                  |   43 +-
>   cpu/arm926ejs/davinci/timer.c                |   28 +-
>   cpu/arm_cortexa8/omap3/mem.c                 |    5 +-
>   cpu/arm_cortexa8/omap3/sys_info.c            |    2 +-
>   cpu/at32ap/Makefile                          |    2 +-
>   cpu/at32ap/hsdramc.c                         |    3 -
>   doc/README.davinci                           |  116 ++
>   drivers/i2c/s3c24x0_i2c.c                    |    6 +-
>   drivers/mmc/omap3_mmc.c                      |    2 +
>   drivers/mtd/nand/s3c2410_nand.c              |    2 +-
>   drivers/mtd/nand/s3c64xx.c                   |    2 +-
>   drivers/rtc/Makefile                         |    1 +
>   drivers/rtc/ftrtc010.c                       |  124 ++
>   drivers/rtc/m41t94.c                         |    1 -
>   drivers/rtc/s3c24x0_rtc.c                    |    6 +-
>   drivers/serial/s3c64xx.c                     |    2 +-
>   drivers/serial/serial_s3c24x0.c              |    6 +-
>   drivers/serial/serial_s5pc1xx.c              |   24 +-
>   drivers/usb/host/ohci-hcd.c                  |    3 +-
>   drivers/usb/host/s3c64xx-hcd.c               |    2 +-
>   include/asm-arm/arch-a320/a320.h             |   35 +
>   include/asm-arm/arch-a320/ftpmu010.h         |  146 ++
>   include/asm-arm/arch-a320/ftsdmc020.h        |  103 ++
>   include/asm-arm/arch-a320/ftsmc020.h         |   79 +
>   include/asm-arm/arch-a320/fttmr010.h         |   73 +
>   include/asm-arm/arch-davinci/hardware.h      |  237 +++
>   include/asm-arm/arch-davinci/i2c_defs.h      |    5 +
>   include/asm-arm/arch-omap3/cpu.h             |    1 +
>   include/asm-arm/arch-omap3/mem.h             |   98 +-
>   include/{ => asm-arm/arch-s3c24x0}/s3c2400.h |   18 +-
>   include/{ => asm-arm/arch-s3c24x0}/s3c2410.h |   19 +-
>   include/asm-arm/arch-s3c24x0/s3c24x0.h       |  652 +++++++++
>   include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h   |   27 +
>   include/{ => asm-arm/arch-s3c64xx}/s3c6400.h |    0
>   include/{ => asm-arm/arch-s3c64xx}/s3c64x0.h |    0
>   include/asm-arm/mach-types.h                 | 1976 +++++++++++++++++++++++++-
>   include/common.h                             |    8 +-
>   include/configs/VCMA9.h                      |    7 +-
>   include/configs/a320evb.h                    |  222 +++
>   include/configs/da830evm.h                   |  243 ++++
>   include/configs/devkit8000.h                 |    3 +
>   include/configs/imx27lite.h                  |    1 +
>   include/configs/omap3_beagle.h               |    3 +
>   include/configs/omap3_evm.h                  |    3 +
>   include/configs/omap3_overo.h                |    3 +
>   include/configs/omap3_pandora.h              |    3 +
>   include/configs/omap3_sdp3430.h              |    3 +
>   include/configs/omap3_zoom1.h                |    3 +
>   include/configs/omap3_zoom2.h                |    3 +
>   include/configs/sbc2410x.h                   |    7 +-
>   include/configs/smdk2400.h                   |    7 +-
>   include/configs/smdk2410.h                   |    7 +-
>   include/configs/smdk6400.h                   |    2 -
>   include/configs/trab.h                       |    9 +-
>   include/s3c24x0.h                            |  656 ---------
>   101 files changed, 5259 insertions(+), 871 deletions(-)
>   create mode 100644 board/davinci/da830evm/Makefile
>   create mode 100644 board/davinci/da830evm/config.mk
>   create mode 100644 board/davinci/da830evm/da830evm.c
>   create mode 100644 board/faraday/a320evb/Makefile
>   create mode 100644 board/faraday/a320evb/a320evb.c
>   create mode 100644 board/faraday/a320evb/config.mk
>   create mode 100644 board/faraday/a320evb/lowlevel_init.S
>   create mode 100644 cpu/arm920t/a320/Makefile
>   create mode 100644 cpu/arm920t/a320/ftsmc020.c
>   create mode 100644 cpu/arm920t/a320/reset.S
>   create mode 100644 cpu/arm920t/a320/timer.c
>   create mode 100644 doc/README.davinci
>   create mode 100644 drivers/rtc/ftrtc010.c
>   create mode 100644 include/asm-arm/arch-a320/a320.h
>   create mode 100644 include/asm-arm/arch-a320/ftpmu010.h
>   create mode 100644 include/asm-arm/arch-a320/ftsdmc020.h
>   create mode 100644 include/asm-arm/arch-a320/ftsmc020.h
>   create mode 100644 include/asm-arm/arch-a320/fttmr010.h
>   rename include/{ => asm-arm/arch-s3c24x0}/s3c2400.h (98%)
>   rename include/{ => asm-arm/arch-s3c24x0}/s3c2410.h (98%)
>   create mode 100644 include/asm-arm/arch-s3c24x0/s3c24x0.h
>   create mode 100644 include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h
>   rename include/{ => asm-arm/arch-s3c64xx}/s3c6400.h (100%)
>   rename include/{ => asm-arm/arch-s3c64xx}/s3c64x0.h (100%)
>   create mode 100644 include/configs/a320evb.h
>   create mode 100644 include/configs/da830evm.h
>   delete mode 100644 include/s3c24x0.h

Applied, thanks.

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
                        ACHTUNG!!!

Das machine is nicht fur gefingerpoken und  mittengrabben.  Ist  easy
schnappen der springenwerk, blowenfusen und corkenpoppen mit spitzen-
sparken.  Ist  nicht fur gewerken by das dummkopfen. Das rubbernecken
sightseeren keepen hands  in  das  pockets.  Relaxen  und  vatch  das
blinkenlights!!!

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2009-11-30  1:05 Tom
  2009-12-01 11:13 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom @ 2009-11-30  1:05 UTC (permalink / raw)
  To: u-boot

Wolfgang,
I have rebased the arm/next against your next branch.
The result is in arm/next-sync and arm/next
Either is fine if you pull soon.
Else use next-sync.

The outstanding issues with arm/next are
overo and beagle have reported memory problems related to the OMAP3:SDRC changes
onenand build failures reported on friday.

Tom

The following changes since commit 2f6f67da1b98b6d1dad2d80bc4e472c3bff3cd5a:
   Wolfgang Denk (1):
         Merge branch 'next' of git://www.denx.de/git/u-boot-ppc4xx into next

are available in the git repository at:

   git://git.denx.de/u-boot-arm next

Grazvydas Ignotas (1):
       OMAP3: pandora: fix booting without serial attached

Jean-Christophe PLAGNIOL-VILLARD (1):
       avr32/hsdramc: Move conditional compilation to Makefile

Mark Asselstine (1):
       sheevaplug: correct SDRAM address control register

Minkyu Kang (2):
       s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
       s5pc1xx: serial: fix the error check logic

Nick Thompson (3):
       TI Davinci timer.c: Remove volatiles and memory mapped structures
       TI Davinci: add a pin multiplexer configuration API
       Add TI DA8xx support: DA8xx includes

Nishanth Menon (3):
       OMAP3:SDRC: Cleanup references to SDP
       OMAP3:SDRC: introduce DDR types
       OMAP3: Fix SDRC init

Po-Yu Chuang (2):
       arm: A320: driver for FTRTC010 real time clock
       arm: A320: Add support for Faraday A320 evaluation board

Sandeep Paulraj (4):
       Fix for Void function returning value in sbc35-a9g20
       TI DaVinci DM646x: Enable NAND on DM6467 EVM
       NAND: Add config option for imx27lite
       TI DaVinci: Adding a README for the DaVinci series of SOC's

Sekhar Nori (3):
       TI DA8xx: Add DA8xx cpu functions
       TI DA8xx: Add new directory for da830evm board
       TI DA8xx: Integrate DA830 EVM support into U-Boot

Seunghyeon Rhee (1):
       S3C6400/SMDK6400: fix stack_setup in start.S

Tom Rix (3):
       ARM Update mach-types.h
       ARM Update mach-types
       ARM Update mach-types

Vaibhav Hiremath (1):
       omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER

kevin.morfitt at fearnside-systems.co.uk (3):
       Move s3c24x0 header files to asm-arm/arch-s3c24x0/
       Clean-up of s3c24x0 header files
       Add a unified s3c24x0 header file

  MAINTAINERS                                  |    8 +
  MAKEALL                                      |    2 +
  Makefile                                     |    6 +
  board/Marvell/sheevaplug/kwbimage.cfg        |   10 +-
  board/davinci/common/misc.c                  |   48 +-
  board/davinci/common/misc.h                  |   12 +
  board/davinci/da830evm/Makefile              |   51 +
  board/davinci/da830evm/config.mk             |   43 +
  board/davinci/da830evm/da830evm.c            |  127 ++
  board/davinci/dm6467evm/dm6467evm.c          |   11 +
  board/faraday/a320evb/Makefile               |   51 +
  board/faraday/a320evb/a320evb.c              |   73 +
  board/faraday/a320evb/config.mk              |   35 +
  board/faraday/a320evb/lowlevel_init.S        |  118 ++
  board/mpl/vcma9/vcma9.c                      |    2 +-
  board/mpl/vcma9/vcma9.h                      |   16 +-
  board/pandora/pandora.h                      |    3 +-
  board/samsung/smdk2400/smdk2400.c            |    2 +-
  board/samsung/smdk2410/smdk2410.c            |    2 +-
  board/samsung/smdk6400/lowlevel_init.S       |    2 +-
  board/samsung/smdk6400/smdk6400.c            |    2 +-
  board/sbc2410x/sbc2410x.c                    |    2 +-
  board/trab/cmd_trab.c                        |    2 +-
  board/trab/rs485.c                           |    2 +-
  board/trab/rs485.h                           |    2 +-
  board/trab/trab.c                            |    2 +-
  board/trab/trab_fkt.c                        |    2 +-
  board/trab/tsc2000.c                         |    2 +-
  board/trab/vfd.c                             |    2 +-
  cpu/arm1176/cpu.c                            |    2 +-
  cpu/arm1176/s3c64xx/cpu_init.S               |    2 +-
  cpu/arm1176/s3c64xx/reset.S                  |    2 +-
  cpu/arm1176/s3c64xx/speed.c                  |    2 +-
  cpu/arm1176/s3c64xx/timer.c                  |    2 +-
  cpu/arm1176/start.S                          |    9 +-
  cpu/arm920t/a320/Makefile                    |   47 +
  cpu/arm920t/a320/ftsmc020.c                  |   51 +
  cpu/arm920t/a320/reset.S                     |   22 +
  cpu/arm920t/a320/timer.c                     |  193 +++
  cpu/arm920t/s3c24x0/interrupts.c             |    6 +-
  cpu/arm920t/s3c24x0/speed.c                  |   13 +-
  cpu/arm920t/s3c24x0/timer.c                  |   15 +-
  cpu/arm920t/s3c24x0/usb.c                    |   17 +-
  cpu/arm920t/s3c24x0/usb_ohci.c               |   11 +-
  cpu/arm920t/start.S                          |    4 +-
  cpu/arm926ejs/davinci/cpu.c                  |   50 +-
  cpu/arm926ejs/davinci/psc.c                  |   43 +-
  cpu/arm926ejs/davinci/timer.c                |   28 +-
  cpu/arm_cortexa8/omap3/mem.c                 |    5 +-
  cpu/arm_cortexa8/omap3/sys_info.c            |    2 +-
  cpu/at32ap/Makefile                          |    2 +-
  cpu/at32ap/hsdramc.c                         |    3 -
  doc/README.davinci                           |  116 ++
  drivers/i2c/s3c24x0_i2c.c                    |    6 +-
  drivers/mmc/omap3_mmc.c                      |    2 +
  drivers/mtd/nand/s3c2410_nand.c              |    2 +-
  drivers/mtd/nand/s3c64xx.c                   |    2 +-
  drivers/rtc/Makefile                         |    1 +
  drivers/rtc/ftrtc010.c                       |  124 ++
  drivers/rtc/m41t94.c                         |    1 -
  drivers/rtc/s3c24x0_rtc.c                    |    6 +-
  drivers/serial/s3c64xx.c                     |    2 +-
  drivers/serial/serial_s3c24x0.c              |    6 +-
  drivers/serial/serial_s5pc1xx.c              |   24 +-
  drivers/usb/host/ohci-hcd.c                  |    3 +-
  drivers/usb/host/s3c64xx-hcd.c               |    2 +-
  include/asm-arm/arch-a320/a320.h             |   35 +
  include/asm-arm/arch-a320/ftpmu010.h         |  146 ++
  include/asm-arm/arch-a320/ftsdmc020.h        |  103 ++
  include/asm-arm/arch-a320/ftsmc020.h         |   79 +
  include/asm-arm/arch-a320/fttmr010.h         |   73 +
  include/asm-arm/arch-davinci/hardware.h      |  237 +++
  include/asm-arm/arch-davinci/i2c_defs.h      |    5 +
  include/asm-arm/arch-omap3/cpu.h             |    1 +
  include/asm-arm/arch-omap3/mem.h             |   98 +-
  include/{ => asm-arm/arch-s3c24x0}/s3c2400.h |   18 +-
  include/{ => asm-arm/arch-s3c24x0}/s3c2410.h |   19 +-
  include/asm-arm/arch-s3c24x0/s3c24x0.h       |  652 +++++++++
  include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h   |   27 +
  include/{ => asm-arm/arch-s3c64xx}/s3c6400.h |    0
  include/{ => asm-arm/arch-s3c64xx}/s3c64x0.h |    0
  include/asm-arm/mach-types.h                 | 1976 +++++++++++++++++++++++++-
  include/common.h                             |    8 +-
  include/configs/VCMA9.h                      |    7 +-
  include/configs/a320evb.h                    |  222 +++
  include/configs/da830evm.h                   |  243 ++++
  include/configs/devkit8000.h                 |    3 +
  include/configs/imx27lite.h                  |    1 +
  include/configs/omap3_beagle.h               |    3 +
  include/configs/omap3_evm.h                  |    3 +
  include/configs/omap3_overo.h                |    3 +
  include/configs/omap3_pandora.h              |    3 +
  include/configs/omap3_sdp3430.h              |    3 +
  include/configs/omap3_zoom1.h                |    3 +
  include/configs/omap3_zoom2.h                |    3 +
  include/configs/sbc2410x.h                   |    7 +-
  include/configs/smdk2400.h                   |    7 +-
  include/configs/smdk2410.h                   |    7 +-
  include/configs/smdk6400.h                   |    2 -
  include/configs/trab.h                       |    9 +-
  include/s3c24x0.h                            |  656 ---------
  101 files changed, 5259 insertions(+), 871 deletions(-)
  create mode 100644 board/davinci/da830evm/Makefile
  create mode 100644 board/davinci/da830evm/config.mk
  create mode 100644 board/davinci/da830evm/da830evm.c
  create mode 100644 board/faraday/a320evb/Makefile
  create mode 100644 board/faraday/a320evb/a320evb.c
  create mode 100644 board/faraday/a320evb/config.mk
  create mode 100644 board/faraday/a320evb/lowlevel_init.S
  create mode 100644 cpu/arm920t/a320/Makefile
  create mode 100644 cpu/arm920t/a320/ftsmc020.c
  create mode 100644 cpu/arm920t/a320/reset.S
  create mode 100644 cpu/arm920t/a320/timer.c
  create mode 100644 doc/README.davinci
  create mode 100644 drivers/rtc/ftrtc010.c
  create mode 100644 include/asm-arm/arch-a320/a320.h
  create mode 100644 include/asm-arm/arch-a320/ftpmu010.h
  create mode 100644 include/asm-arm/arch-a320/ftsdmc020.h
  create mode 100644 include/asm-arm/arch-a320/ftsmc020.h
  create mode 100644 include/asm-arm/arch-a320/fttmr010.h
  rename include/{ => asm-arm/arch-s3c24x0}/s3c2400.h (98%)
  rename include/{ => asm-arm/arch-s3c24x0}/s3c2410.h (98%)
  create mode 100644 include/asm-arm/arch-s3c24x0/s3c24x0.h
  create mode 100644 include/asm-arm/arch-s3c24x0/s3c24x0_cpu.h
  rename include/{ => asm-arm/arch-s3c64xx}/s3c6400.h (100%)
  rename include/{ => asm-arm/arch-s3c64xx}/s3c64x0.h (100%)
  create mode 100644 include/configs/a320evb.h
  create mode 100644 include/configs/da830evm.h
  delete mode 100644 include/s3c24x0.h

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-11-12  0:43               ` [U-Boot] ARM pull request Tom
@ 2009-11-15 21:39                 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-11-15 21:39 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4AFB5A23.7030606@windriver.com> you wrote:
> 
> I have cherry picked the weak sym change into arm/master-sync
> This is the pull request.
> Tom
> 
> 
> The following changes since commit 0f365273a6c210e0d82f6dca3994be5283e6bf82:
>    Wolfgang Denk (1):
>          Merge branch 'master-sync' of git://git.denx.de/u-boot-arm
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master-sync
> 
> Ron Lee (1):
>        ARM Don't inline weak symbols
> 
>   lib_arm/board.c |   18 +++++++++---------
>   1 files changed, 9 insertions(+), 9 deletions(-)

Applied, thanks.

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
In the beginning, I was made. I didn't ask to be made. No one consul-
ted with me or considered my feelings  in  this  matter.  But  if  it
brought  some  passing fancy to some lowly humans as they haphazardly
pranced their way through life's mournful jungle, then so be it.
- Marvin the Paranoid Android

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-11-10 22:45             ` Wolfgang Denk
@ 2009-11-12  0:43               ` Tom
  2009-11-15 21:39                 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom @ 2009-11-12  0:43 UTC (permalink / raw)
  To: u-boot

Wolfgang,

I have cherry picked the weak sym change into arm/master-sync
This is the pull request.
Tom


The following changes since commit 0f365273a6c210e0d82f6dca3994be5283e6bf82:
   Wolfgang Denk (1):
         Merge branch 'master-sync' of git://git.denx.de/u-boot-arm

are available in the git repository at:

   git://git.denx.de/u-boot-arm master-sync

Ron Lee (1):
       ARM Don't inline weak symbols

  lib_arm/board.c |   18 +++++++++---------
  1 files changed, 9 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-11-07 23:21     ` [U-Boot] ARM pull request Tom
@ 2009-11-09 21:46       ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-11-09 21:46 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4AF600F5.8090008@windriver.com> you wrote:
>
> I have cherry picked this commit into arm/master-sync.
> This is the pull request.

Thanks.

> The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502:
>    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 master-sync
> 
> Remy Bohmer (1):
>        ARM: Use Linux version for unaligned access code
> 
>   include/asm-arm/unaligned.h            |    3 +-
>   include/linux/unaligned/be_byteshift.h |   70 ++++++++++++++++++++++++++++++++
>   include/linux/unaligned/le_byteshift.h |   70 ++++++++++++++++++++++++++++++++
>   3 files changed, 142 insertions(+), 1 deletions(-)
>   create mode 100644 include/linux/unaligned/be_byteshift.h
>   create mode 100644 include/linux/unaligned/le_byteshift.h

Appliewd, thanks.

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
Of all the things I've lost, I miss my mind the most.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-11-04 19:56   ` Remy Bohmer
@ 2009-11-07 23:21     ` Tom
  2009-11-09 21:46       ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom @ 2009-11-07 23:21 UTC (permalink / raw)
  To: u-boot

Remy Bohmer wrote:
> Hi,
> 
>>> [patch] ARM: Use Linux version for unaligned access code
>>>
>> This one is in arm/next
>> http://lists.denx.de/pipermail/u-boot/2009-October/063437.html
> 
> Well, I thought we agreed to include (the updated version from Stefan)
> in the current release?
> 
> Remy

Wolfgang,

I have cherry picked this commit into arm/master-sync.
This is the pull request.
Tom


The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502:
   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 master-sync

Remy Bohmer (1):
       ARM: Use Linux version for unaligned access code

  include/asm-arm/unaligned.h            |    3 +-
  include/linux/unaligned/be_byteshift.h |   70 ++++++++++++++++++++++++++++++++
  include/linux/unaligned/le_byteshift.h |   70 ++++++++++++++++++++++++++++++++
  3 files changed, 142 insertions(+), 1 deletions(-)
  create mode 100644 include/linux/unaligned/be_byteshift.h
  create mode 100644 include/linux/unaligned/le_byteshift.h

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-10-19  0:29       ` Paulraj, Sandeep
@ 2009-10-19  8:29         ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-10-19  8:29 UTC (permalink / raw)
  To: u-boot

Dear Sandeep,

In message <0554BEF07D437848AF01B9C9B5F0BC5D93521EC0@dlee01.ent.ti.com> you wrote:
> 
> There were some issues with "Overo Tobi ethernet support".

I am aware of these.

> There was a follow up patch that was actually inline in an e-mail rather than formally being a patch.
> Thus I had to give it my own subject header.

Please do not do this. Always keep the original Subject: lines in
place.

If needed, then request a resend of the patch (or resent it yourself).

If you feel this is persnickety then please bear with me, but so far
my "patch tracking" is based on the messages posted to the mailing
list, and to make this work the Subject of the messages must match
the title line of the commit messages.

> basically as you can see even I got confused as there was no formal patch.
> The patch was kind of inline and once Ben was OK as can be seen above,
> I applied it. I gave it my own header because I had to give something.
>
>
> I hope this clears and lingering issues

Yes, it does. Thanks for the explanation. But next time let's please
rather insist on a repost of a separate, easier to track patch.

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
"I can call spirits from the vasty deep."
"Why so can I, or so can any man; but will they come when you do call
for them?"          - Shakespeare, 1 King Henry IV, Act III, Scene I.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-10-18 20:28     ` Wolfgang Denk
@ 2009-10-19  0:29       ` Paulraj, Sandeep
  2009-10-19  8:29         ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Paulraj, Sandeep @ 2009-10-19  0:29 UTC (permalink / raw)
  To: u-boot



> Dear Tom,
> 
> In message <4ADB78D4.2060609@windriver.com> you wrote:
> >
> > > And where is this patch coming from? Again, I canot see a trace of it
> > > in the mailing list archive, and anyway, it must go through the net
> > > custodian, or at least have Ben's blessing (Acked-by: line).
> > >
> > This came from the last ti pull.
> 
> Ah, I see.
> 
> Sandeep, please never check in commits that have not bee posted on
> the mailing list. And please don't check in commits that need to go
> through another repository (or at least make sure you have the
> Acked-by: from the respective custodian). Thanks.

Wolfgang,

There were some issues with "Overo Tobi ethernet support".

There was a follow up patch that was actually inline in an e-mail rather than formally being a patch.
Thus I had to give it my own subject header.
Look at this
http://lists.denx.de/pipermail/u-boot/2009-October/062150.html

For the entire thread please refer to.

It had Ben's blessing
http://lists.denx.de/pipermail/u-boot/2009-October/062197.html

This post also gives some more background

http://lists.denx.de/pipermail/u-boot/2009-October/062301.html

basically as you can see even I got confused as there was no formal patch.
The patch was kind of inline and once Ben was OK as can be seen above, I applied it. I gave it my own header because I had to give something.


I hope this clears and lingering issues

> 
> 
> >
> > I will fix the subject in at91 patch
> > and remove the overo net patch
> > and restore the author of the 3430 sdp patch with a rebase.
> >
> > I will resend the pull request when done.
> 

Thanks,
Sandeep

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-10-18 20:21   ` Tom
@ 2009-10-18 20:28     ` Wolfgang Denk
  2009-10-19  0:29       ` Paulraj, Sandeep
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-10-18 20:28 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4ADB78D4.2060609@windriver.com> you wrote:
>
> > And where is this patch coming from? Again, I canot see a trace of it
> > in the mailing list archive, and anyway, it must go through the net
> > custodian, or at least have Ben's blessing (Acked-by: line).
> > 
> This came from the last ti pull.

Ah, I see.

Sandeep, please never check in commits that have not bee posted on
the mailing list. And please don't check in commits that need to go
through another repository (or at least make sure you have the
Acked-by: from the respective custodian). Thanks.


> 
> I will fix the subject in at91 patch
> and remove the overo net patch
> and restore the author of the 3430 sdp patch with a rebase.
> 
> I will resend the pull request when done.

Thanks.

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
"Today's robots are very primitive, capable of understanding  only  a
few  simple  instructions  such  as 'go left', 'go right', and 'build
car'."                                                  - John Sladek

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-10-18 19:56 ` Wolfgang Denk
@ 2009-10-18 20:21   ` Tom
  2009-10-18 20:28     ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Tom @ 2009-10-18 20:21 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Tom,
> 
> In message <4ADA8080.3060800@windriver.com> you wrote:
>> The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0:
>>    Daniel Gorsulowski (1):
>>          at91: Update MEESC board support
>>
>> are available in the git repository at:
>>
>>    git://git.denx.de/u-boot-arm master-sync
>>
>> Eric Benard (3):
>>        CPU9260 : fix machine ID when using a CPU9G20.
>>        fix CPU9260/CPU9G20 compile warnings
>>        main.c: In function 'abortboot':
> 
> Ummm... This is a terrible commit message, and even worse, I cannot
> find any trace of this patch in the mailing lists? Where is it coming
> from?
> 
>> Minkyu Kang (4):
>>        s5pc1xx: support Samsung s5pc1xx SoC
>>        s5pc1xx: support onenand driver
>>        s5pc1xx: support serial driver
>>        s5pc1xx: add support SMDKC100 board
>>
>> Nishanth Menon (4):
>>        OMAP3: export enable_gpmc_cs_config to board files
>>        OMAP3: fix warnings when NAND/ONENAND is not used
>>        OMAP3: Fix SDRC init
>>        TI OMAP3: make gpmc_config as const
>>
>> Sandeep Paulraj (13):
>>        TI DaVinci DM355: Fix Compilation warning for DM355 EVM
>>        TI DaVinci DM365: Fix Compilation warning for DM365 EVM
>>        TI DaVinci DM646x: Adding initial support for DM6467 EVM
>>        TI: DaVinci: DM355 Leopard board support
>>        TI DaVinci: Maintainer for DM355 and DM365 EVM
>>        TI: OMAP3: Remove SZ_xx references
>>        TI DaVinci DM355: Add Config option for 64 bit Support
>>        TI DaVinci DM365: Add Config option for 64 bit Support
>>        TI DaVinci DVEVM: Add Config option for 64 bit Support
>>        TI DaVinci Sonata: Add Config option for 64 bit Support
>>        TI DaVinci: DM355 Leopard: Fix compilation warning
>>        TI DaVinci: Fix DM6467 EVM Compilation Warning
>>        TI DaVinci: Adding Copyright for DM365 EVM
>>
>> Simon Kagstrom (1):
>>        arm926ejs: 8-byte align stack to avoid LDRD/STRD problems
>>
>> Steve Sakoman (2):
>>        TI: OMAP3: Refactors the SM911x driver
> 
> And where is this patch coming from? Again, I canot see a trace of it
> in the mailing list archive, and anyway, it must go through the net
> custodian, or at least have Ben's blessing (Acked-by: line).
> 
This came from the last ti pull.
> 
>>        OMAP3: Update Overo and Beagle environment
>>
>> Tom Rix (2):
>>        Zoom2 Fix serial gpmc setup
>>        TI OMAP3 SDP3430: Initial Support
>>
>> kevin.morfitt at fearnside-systems.co.uk (5):
>>        CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
>>        Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
>>        Clean-up of s3c24x0 header files
>>        Clean-up of s3c24x0 drivers excluding nand driver
>>        Clean-up of s3c24x0 nand driver
>>
>>   MAINTAINERS                               |   12 +
>>   MAKEALL                                   |    4 +
>>   Makefile                                  |   12 +
>>   board/davinci/dm355evm/dm355evm.c         |    4 +-
>>   board/davinci/dm355leopard/Makefile       |   52 ++
>>   board/davinci/dm355leopard/config.mk      |    6 +
>>   board/davinci/dm355leopard/dm355leopard.c |   98 +++
>>   board/davinci/dm365evm/dm365evm.c         |    5 +-
>>   board/davinci/dm6467evm/Makefile          |   52 ++
>>   board/davinci/dm6467evm/config.mk         |    2 +
>>   board/davinci/dm6467evm/dm6467evm.c       |   31 +
>>   board/eukrea/cpu9260/cpu9260.c            |    2 +-
>>   board/logicpd/zoom2/zoom2.c               |    5 +-
>>   board/mpl/vcma9/vcma9.c                   |   13 +-
>>   board/mpl/vcma9/vcma9.h                   |   20 +-
>>   board/samsung/smdk2400/smdk2400.c         |    5 +-
>>   board/samsung/smdk2410/smdk2410.c         |    5 +-
>>   board/samsung/smdkc100/Makefile           |   55 ++
>>   board/samsung/smdkc100/config.mk          |   16 +
>>   board/samsung/smdkc100/lowlevel_init.S    |  215 +++++
>>   board/samsung/smdkc100/mem_setup.S        |  197 +++++
>>   board/samsung/smdkc100/onenand.c          |   83 ++
>>   board/samsung/smdkc100/smdkc100.c         |   51 ++
>>   board/sbc2410x/sbc2410x.c                 |    7 +-
>>   board/ti/sdp3430/Makefile                 |   49 ++
>>   board/ti/sdp3430/config.mk                |   33 +
>>   board/ti/sdp3430/sdp.c                    |  204 +++++
>>   board/ti/sdp3430/sdp.h                    |  417 +++++++++
>>   board/trab/cmd_trab.c                     |   12 +-
>>   board/trab/rs485.c                        |   12 +-
>>   board/trab/trab.c                         |   17 +-
>>   board/trab/trab_fkt.c                     |   26 +-
>>   board/trab/tsc2000.c                      |   17 +-
>>   board/trab/tsc2000.h                      |    4 +-
>>   board/trab/vfd.c                          |   12 +-
>>   common/serial.c                           |   18 +
>>   cpu/arm920t/s3c24x0/interrupts.c          |    4 +-
>>   cpu/arm920t/s3c24x0/speed.c               |   42 +-
>>   cpu/arm920t/s3c24x0/timer.c               |  110 ++--
>>   cpu/arm920t/s3c24x0/usb.c                 |   30 +-
>>   cpu/arm920t/s3c24x0/usb_ohci.c            | 1323 
>> +++++++++++++++--------------
>>   cpu/arm920t/s3c24x0/usb_ohci.h            |  209 +++---
>>   cpu/arm920t/start.S                       |   63 +-
>>   cpu/arm926ejs/start.S                     |    1 +
>>   cpu/arm_cortexa8/omap3/mem.c              |   21 +-
>>   cpu/arm_cortexa8/omap3/sys_info.c         |    2 +-
>>   cpu/arm_cortexa8/s5pc1xx/Makefile         |   53 ++
>>   cpu/arm_cortexa8/s5pc1xx/cache.c          |   43 +
>>   cpu/arm_cortexa8/s5pc1xx/clock.c          |  308 +++++++
>>   cpu/arm_cortexa8/s5pc1xx/cpu_info.c       |   57 ++
>>   cpu/arm_cortexa8/s5pc1xx/reset.S          |   47 +
>>   cpu/arm_cortexa8/s5pc1xx/timer.c          |  195 +++++
>>   doc/README.s5pc1xx                        |   56 ++
>>   drivers/i2c/s3c24x0_i2c.c                 |  273 +++---
>>   drivers/mtd/nand/s3c2410_nand.c           |   62 +-
>>   drivers/mtd/onenand/Makefile              |    1 +
>>   drivers/mtd/onenand/samsung.c             |  636 ++++++++++++++
>>   drivers/net/smc911x.c                     |   12 +-
>>   drivers/rtc/s3c24x0_rtc.c                 |  130 ++--
>>   drivers/serial/Makefile                   |    1 +
>>   drivers/serial/serial_s3c24x0.c           |  160 ++--
>>   drivers/serial/serial_s5pc1xx.c           |  195 +++++
>>   include/asm-arm/arch-davinci/hardware.h   |    2 +
>>   include/asm-arm/arch-omap3/cpu.h          |    1 +
>>   include/asm-arm/arch-omap3/mem.h          |    8 +-
>>   include/asm-arm/arch-omap3/sys_proto.h    |    2 +
>>   include/asm-arm/arch-s5pc1xx/clk.h        |   32 +
>>   include/asm-arm/arch-s5pc1xx/clock.h      |   94 ++
>>   include/asm-arm/arch-s5pc1xx/cpu.h        |   72 ++
>>   include/asm-arm/arch-s5pc1xx/gpio.h       |  129 +++
>>   include/asm-arm/arch-s5pc1xx/power.h      |   42 +
>>   include/asm-arm/arch-s5pc1xx/pwm.h        |   59 ++
>>   include/asm-arm/arch-s5pc1xx/uart.h       |   47 +
>>   include/configs/cpu9260.h                 |    1 +
>>   include/configs/cpuat91.h                 |    4 +-
>>   include/configs/davinci_dm355evm.h        |    1 +
>>   include/configs/davinci_dm355leopard.h    |  162 ++++
>>   include/configs/davinci_dm365evm.h        |    2 +
>>   include/configs/davinci_dm6467evm.h       |  132 +++
>>   include/configs/davinci_dvevm.h           |    1 +
>>   include/configs/davinci_sonata.h          |    1 +
>>   include/configs/devkit8000.h              |   15 +-
>>   include/configs/omap3_beagle.h            |   42 +-
>>   include/configs/omap3_evm.h               |   15 +-
>>   include/configs/omap3_overo.h             |   42 +-
>>   include/configs/omap3_pandora.h           |   15 +-
>>   include/configs/omap3_sdp3430.h           |  369 ++++++++
>>   include/configs/omap3_zoom1.h             |   15 +-
>>   include/configs/omap3_zoom2.h             |   15 +-
>>   include/configs/sbc2410x.h                |    4 +-
>>   include/configs/smdk2400.h                |    4 +-
>>   include/configs/smdk2410.h                |    4 +-
>>   include/configs/smdkc100.h                |  242 ++++++
>>   include/configs/trab.h                    |   12 +-
>>   include/linux/mtd/onenand.h               |    1 +
>>   include/linux/mtd/onenand_regs.h          |    4 +
>>   include/linux/mtd/samsung_onenand.h       |  131 +++
>>   include/s3c2400.h                         |  494 +----------
>>   include/s3c2410.h                         |  159 +---
>>   include/s3c24x0.h                         |  605 ++------------
>>   include/serial.h                          |    7 +
>>   101 files changed, 6329 insertions(+), 2465 deletions(-)
>>   create mode 100644 board/davinci/dm355leopard/Makefile
>>   create mode 100644 board/davinci/dm355leopard/config.mk
>>   create mode 100644 board/davinci/dm355leopard/dm355leopard.c
>>   create mode 100644 board/davinci/dm6467evm/Makefile
>>   create mode 100644 board/davinci/dm6467evm/config.mk
>>   create mode 100644 board/davinci/dm6467evm/dm6467evm.c
>>   create mode 100644 board/samsung/smdkc100/Makefile
>>   create mode 100644 board/samsung/smdkc100/config.mk
>>   create mode 100644 board/samsung/smdkc100/lowlevel_init.S
>>   create mode 100644 board/samsung/smdkc100/mem_setup.S
>>   create mode 100644 board/samsung/smdkc100/onenand.c
>>   create mode 100644 board/samsung/smdkc100/smdkc100.c
>>   create mode 100644 board/ti/sdp3430/Makefile
>>   create mode 100644 board/ti/sdp3430/config.mk
>>   create mode 100644 board/ti/sdp3430/sdp.c
>>   create mode 100644 board/ti/sdp3430/sdp.h
>>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/Makefile
>>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/cache.c
>>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/clock.c
>>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/cpu_info.c
>>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/reset.S
>>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/timer.c
>>   create mode 100644 doc/README.s5pc1xx
>>   create mode 100644 drivers/mtd/onenand/samsung.c
>>   create mode 100644 drivers/serial/serial_s5pc1xx.c
>>   create mode 100644 include/asm-arm/arch-s5pc1xx/clk.h
>>   create mode 100644 include/asm-arm/arch-s5pc1xx/clock.h
>>   create mode 100644 include/asm-arm/arch-s5pc1xx/cpu.h
>>   create mode 100644 include/asm-arm/arch-s5pc1xx/gpio.h
>>   create mode 100644 include/asm-arm/arch-s5pc1xx/power.h
>>   create mode 100644 include/asm-arm/arch-s5pc1xx/pwm.h
>>   create mode 100644 include/asm-arm/arch-s5pc1xx/uart.h
>>   create mode 100644 include/configs/davinci_dm355leopard.h
>>   create mode 100644 include/configs/davinci_dm6467evm.h
>>   create mode 100644 include/configs/omap3_sdp3430.h
>>   create mode 100644 include/configs/smdkc100.h
>>   create mode 100644 include/linux/mtd/samsung_onenand.h
> 
> Sorry, put on hold until I understand what's going on with the two
> patches above.
> 

I will fix the subject in at91 patch
and remove the overo net patch
and restore the author of the 3430 sdp patch with a rebase.

I will resend the pull request when done.

Tom

> Best regards,
> 
> Wolfgang Denk
> 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-10-18  2:42 Tom
  2009-10-18  7:02 ` Dirk Behme
@ 2009-10-18 19:56 ` Wolfgang Denk
  2009-10-18 20:21   ` Tom
  1 sibling, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-10-18 19:56 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4ADA8080.3060800@windriver.com> you wrote:
> The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0:
>    Daniel Gorsulowski (1):
>          at91: Update MEESC board support
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master-sync
> 
> Eric Benard (3):
>        CPU9260 : fix machine ID when using a CPU9G20.
>        fix CPU9260/CPU9G20 compile warnings
>        main.c: In function 'abortboot':

Ummm... This is a terrible commit message, and even worse, I cannot
find any trace of this patch in the mailing lists? Where is it coming
from?

> Minkyu Kang (4):
>        s5pc1xx: support Samsung s5pc1xx SoC
>        s5pc1xx: support onenand driver
>        s5pc1xx: support serial driver
>        s5pc1xx: add support SMDKC100 board
> 
> Nishanth Menon (4):
>        OMAP3: export enable_gpmc_cs_config to board files
>        OMAP3: fix warnings when NAND/ONENAND is not used
>        OMAP3: Fix SDRC init
>        TI OMAP3: make gpmc_config as const
> 
> Sandeep Paulraj (13):
>        TI DaVinci DM355: Fix Compilation warning for DM355 EVM
>        TI DaVinci DM365: Fix Compilation warning for DM365 EVM
>        TI DaVinci DM646x: Adding initial support for DM6467 EVM
>        TI: DaVinci: DM355 Leopard board support
>        TI DaVinci: Maintainer for DM355 and DM365 EVM
>        TI: OMAP3: Remove SZ_xx references
>        TI DaVinci DM355: Add Config option for 64 bit Support
>        TI DaVinci DM365: Add Config option for 64 bit Support
>        TI DaVinci DVEVM: Add Config option for 64 bit Support
>        TI DaVinci Sonata: Add Config option for 64 bit Support
>        TI DaVinci: DM355 Leopard: Fix compilation warning
>        TI DaVinci: Fix DM6467 EVM Compilation Warning
>        TI DaVinci: Adding Copyright for DM365 EVM
> 
> Simon Kagstrom (1):
>        arm926ejs: 8-byte align stack to avoid LDRD/STRD problems
> 
> Steve Sakoman (2):
>        TI: OMAP3: Refactors the SM911x driver

And where is this patch coming from? Again, I canot see a trace of it
in the mailing list archive, and anyway, it must go through the net
custodian, or at least have Ben's blessing (Acked-by: line).


>        OMAP3: Update Overo and Beagle environment
> 
> Tom Rix (2):
>        Zoom2 Fix serial gpmc setup
>        TI OMAP3 SDP3430: Initial Support
> 
> kevin.morfitt at fearnside-systems.co.uk (5):
>        CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
>        Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
>        Clean-up of s3c24x0 header files
>        Clean-up of s3c24x0 drivers excluding nand driver
>        Clean-up of s3c24x0 nand driver
> 
>   MAINTAINERS                               |   12 +
>   MAKEALL                                   |    4 +
>   Makefile                                  |   12 +
>   board/davinci/dm355evm/dm355evm.c         |    4 +-
>   board/davinci/dm355leopard/Makefile       |   52 ++
>   board/davinci/dm355leopard/config.mk      |    6 +
>   board/davinci/dm355leopard/dm355leopard.c |   98 +++
>   board/davinci/dm365evm/dm365evm.c         |    5 +-
>   board/davinci/dm6467evm/Makefile          |   52 ++
>   board/davinci/dm6467evm/config.mk         |    2 +
>   board/davinci/dm6467evm/dm6467evm.c       |   31 +
>   board/eukrea/cpu9260/cpu9260.c            |    2 +-
>   board/logicpd/zoom2/zoom2.c               |    5 +-
>   board/mpl/vcma9/vcma9.c                   |   13 +-
>   board/mpl/vcma9/vcma9.h                   |   20 +-
>   board/samsung/smdk2400/smdk2400.c         |    5 +-
>   board/samsung/smdk2410/smdk2410.c         |    5 +-
>   board/samsung/smdkc100/Makefile           |   55 ++
>   board/samsung/smdkc100/config.mk          |   16 +
>   board/samsung/smdkc100/lowlevel_init.S    |  215 +++++
>   board/samsung/smdkc100/mem_setup.S        |  197 +++++
>   board/samsung/smdkc100/onenand.c          |   83 ++
>   board/samsung/smdkc100/smdkc100.c         |   51 ++
>   board/sbc2410x/sbc2410x.c                 |    7 +-
>   board/ti/sdp3430/Makefile                 |   49 ++
>   board/ti/sdp3430/config.mk                |   33 +
>   board/ti/sdp3430/sdp.c                    |  204 +++++
>   board/ti/sdp3430/sdp.h                    |  417 +++++++++
>   board/trab/cmd_trab.c                     |   12 +-
>   board/trab/rs485.c                        |   12 +-
>   board/trab/trab.c                         |   17 +-
>   board/trab/trab_fkt.c                     |   26 +-
>   board/trab/tsc2000.c                      |   17 +-
>   board/trab/tsc2000.h                      |    4 +-
>   board/trab/vfd.c                          |   12 +-
>   common/serial.c                           |   18 +
>   cpu/arm920t/s3c24x0/interrupts.c          |    4 +-
>   cpu/arm920t/s3c24x0/speed.c               |   42 +-
>   cpu/arm920t/s3c24x0/timer.c               |  110 ++--
>   cpu/arm920t/s3c24x0/usb.c                 |   30 +-
>   cpu/arm920t/s3c24x0/usb_ohci.c            | 1323 
> +++++++++++++++--------------
>   cpu/arm920t/s3c24x0/usb_ohci.h            |  209 +++---
>   cpu/arm920t/start.S                       |   63 +-
>   cpu/arm926ejs/start.S                     |    1 +
>   cpu/arm_cortexa8/omap3/mem.c              |   21 +-
>   cpu/arm_cortexa8/omap3/sys_info.c         |    2 +-
>   cpu/arm_cortexa8/s5pc1xx/Makefile         |   53 ++
>   cpu/arm_cortexa8/s5pc1xx/cache.c          |   43 +
>   cpu/arm_cortexa8/s5pc1xx/clock.c          |  308 +++++++
>   cpu/arm_cortexa8/s5pc1xx/cpu_info.c       |   57 ++
>   cpu/arm_cortexa8/s5pc1xx/reset.S          |   47 +
>   cpu/arm_cortexa8/s5pc1xx/timer.c          |  195 +++++
>   doc/README.s5pc1xx                        |   56 ++
>   drivers/i2c/s3c24x0_i2c.c                 |  273 +++---
>   drivers/mtd/nand/s3c2410_nand.c           |   62 +-
>   drivers/mtd/onenand/Makefile              |    1 +
>   drivers/mtd/onenand/samsung.c             |  636 ++++++++++++++
>   drivers/net/smc911x.c                     |   12 +-
>   drivers/rtc/s3c24x0_rtc.c                 |  130 ++--
>   drivers/serial/Makefile                   |    1 +
>   drivers/serial/serial_s3c24x0.c           |  160 ++--
>   drivers/serial/serial_s5pc1xx.c           |  195 +++++
>   include/asm-arm/arch-davinci/hardware.h   |    2 +
>   include/asm-arm/arch-omap3/cpu.h          |    1 +
>   include/asm-arm/arch-omap3/mem.h          |    8 +-
>   include/asm-arm/arch-omap3/sys_proto.h    |    2 +
>   include/asm-arm/arch-s5pc1xx/clk.h        |   32 +
>   include/asm-arm/arch-s5pc1xx/clock.h      |   94 ++
>   include/asm-arm/arch-s5pc1xx/cpu.h        |   72 ++
>   include/asm-arm/arch-s5pc1xx/gpio.h       |  129 +++
>   include/asm-arm/arch-s5pc1xx/power.h      |   42 +
>   include/asm-arm/arch-s5pc1xx/pwm.h        |   59 ++
>   include/asm-arm/arch-s5pc1xx/uart.h       |   47 +
>   include/configs/cpu9260.h                 |    1 +
>   include/configs/cpuat91.h                 |    4 +-
>   include/configs/davinci_dm355evm.h        |    1 +
>   include/configs/davinci_dm355leopard.h    |  162 ++++
>   include/configs/davinci_dm365evm.h        |    2 +
>   include/configs/davinci_dm6467evm.h       |  132 +++
>   include/configs/davinci_dvevm.h           |    1 +
>   include/configs/davinci_sonata.h          |    1 +
>   include/configs/devkit8000.h              |   15 +-
>   include/configs/omap3_beagle.h            |   42 +-
>   include/configs/omap3_evm.h               |   15 +-
>   include/configs/omap3_overo.h             |   42 +-
>   include/configs/omap3_pandora.h           |   15 +-
>   include/configs/omap3_sdp3430.h           |  369 ++++++++
>   include/configs/omap3_zoom1.h             |   15 +-
>   include/configs/omap3_zoom2.h             |   15 +-
>   include/configs/sbc2410x.h                |    4 +-
>   include/configs/smdk2400.h                |    4 +-
>   include/configs/smdk2410.h                |    4 +-
>   include/configs/smdkc100.h                |  242 ++++++
>   include/configs/trab.h                    |   12 +-
>   include/linux/mtd/onenand.h               |    1 +
>   include/linux/mtd/onenand_regs.h          |    4 +
>   include/linux/mtd/samsung_onenand.h       |  131 +++
>   include/s3c2400.h                         |  494 +----------
>   include/s3c2410.h                         |  159 +---
>   include/s3c24x0.h                         |  605 ++------------
>   include/serial.h                          |    7 +
>   101 files changed, 6329 insertions(+), 2465 deletions(-)
>   create mode 100644 board/davinci/dm355leopard/Makefile
>   create mode 100644 board/davinci/dm355leopard/config.mk
>   create mode 100644 board/davinci/dm355leopard/dm355leopard.c
>   create mode 100644 board/davinci/dm6467evm/Makefile
>   create mode 100644 board/davinci/dm6467evm/config.mk
>   create mode 100644 board/davinci/dm6467evm/dm6467evm.c
>   create mode 100644 board/samsung/smdkc100/Makefile
>   create mode 100644 board/samsung/smdkc100/config.mk
>   create mode 100644 board/samsung/smdkc100/lowlevel_init.S
>   create mode 100644 board/samsung/smdkc100/mem_setup.S
>   create mode 100644 board/samsung/smdkc100/onenand.c
>   create mode 100644 board/samsung/smdkc100/smdkc100.c
>   create mode 100644 board/ti/sdp3430/Makefile
>   create mode 100644 board/ti/sdp3430/config.mk
>   create mode 100644 board/ti/sdp3430/sdp.c
>   create mode 100644 board/ti/sdp3430/sdp.h
>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/Makefile
>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/cache.c
>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/clock.c
>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/cpu_info.c
>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/reset.S
>   create mode 100644 cpu/arm_cortexa8/s5pc1xx/timer.c
>   create mode 100644 doc/README.s5pc1xx
>   create mode 100644 drivers/mtd/onenand/samsung.c
>   create mode 100644 drivers/serial/serial_s5pc1xx.c
>   create mode 100644 include/asm-arm/arch-s5pc1xx/clk.h
>   create mode 100644 include/asm-arm/arch-s5pc1xx/clock.h
>   create mode 100644 include/asm-arm/arch-s5pc1xx/cpu.h
>   create mode 100644 include/asm-arm/arch-s5pc1xx/gpio.h
>   create mode 100644 include/asm-arm/arch-s5pc1xx/power.h
>   create mode 100644 include/asm-arm/arch-s5pc1xx/pwm.h
>   create mode 100644 include/asm-arm/arch-s5pc1xx/uart.h
>   create mode 100644 include/configs/davinci_dm355leopard.h
>   create mode 100644 include/configs/davinci_dm6467evm.h
>   create mode 100644 include/configs/omap3_sdp3430.h
>   create mode 100644 include/configs/smdkc100.h
>   create mode 100644 include/linux/mtd/samsung_onenand.h

Sorry, put on hold until I understand what's going on with the two
patches above.

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
Cleverness and Style have no place in getting a project completed.
                                                  -- Tom Christiansen

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-10-18 12:51     ` Minkyu Kang
@ 2009-10-18 15:20       ` Tom
  0 siblings, 0 replies; 162+ messages in thread
From: Tom @ 2009-10-18 15:20 UTC (permalink / raw)
  To: u-boot

Minkyu Kang wrote:
> Dear Dirk and Tom
> 
> 2009/10/18 Dirk Behme <dirk.behme@googlemail.com>:
>> Dirk Behme wrote:
>>> Tom wrote:
>> ...
>>>> Minkyu Kang (4):
>>>>        s5pc1xx: support Samsung s5pc1xx SoC
>>>>        s5pc1xx: support onenand driver
>>>>        s5pc1xx: support serial driver
>>>>        s5pc1xx: add support SMDKC100 board
>> ...
>>> But: For smdkc100 I get a lot of warnings [2]. I'm not sure if this is
>>> already mainline ready?
>> Ah, looks like there is already a fix:
>>
>> http://lists.denx.de/pipermail/u-boot/2009-October/062507.html
>> http://lists.denx.de/pipermail/u-boot/2009-October/062508.html
>>
>> Applying this on top of master-sync makes smdkc100 compile fine, too :)
>>
>> Dirk
<snip>

>>
> 
> Thank you Dirk :)
> Tom, please apply the patch.

Thanks!
All warning for smdkc100 have been squashed.
Patch has been applied to arm master-sync.

Tom

> 
> Thanks
> Minkyu Kang

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-10-18  7:12   ` Dirk Behme
@ 2009-10-18 12:51     ` Minkyu Kang
  2009-10-18 15:20       ` Tom
  0 siblings, 1 reply; 162+ messages in thread
From: Minkyu Kang @ 2009-10-18 12:51 UTC (permalink / raw)
  To: u-boot

Dear Dirk and Tom

2009/10/18 Dirk Behme <dirk.behme@googlemail.com>:
> Dirk Behme wrote:
>> Tom wrote:
> ...
>>> Minkyu Kang (4):
>>> ? ? ? ?s5pc1xx: support Samsung s5pc1xx SoC
>>> ? ? ? ?s5pc1xx: support onenand driver
>>> ? ? ? ?s5pc1xx: support serial driver
>>> ? ? ? ?s5pc1xx: add support SMDKC100 board
> ...
>> But: For smdkc100 I get a lot of warnings [2]. I'm not sure if this is
>> already mainline ready?
>
> Ah, looks like there is already a fix:
>
> http://lists.denx.de/pipermail/u-boot/2009-October/062507.html
> http://lists.denx.de/pipermail/u-boot/2009-October/062508.html
>
> Applying this on top of master-sync makes smdkc100 compile fine, too :)
>
> Dirk
>
>> [2] smdkc100 warnings:
>>
>> Configuring for smdkc100 board...
>> clock.c: In function 's5pc100_get_pll_clk':
>> clock.c:59: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c:62: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c:65: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c:68: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c: In function 's5pc110_get_pll_clk':
>> clock.c:109: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c:112: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c:115: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c:118: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c: In function 's5pc110_get_arm_clk':
>> clock.c:164: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c: In function 's5pc100_get_arm_clk':
>> clock.c:183: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c: In function 'get_hclk':
>> clock.c:203: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c: In function 'get_pclkd1':
>> clock.c:219: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c: In function 'get_hclk_sys':
>> clock.c:244: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> clock.c: In function 'get_pclk_sys':
>> clock.c:269: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> timer.c: In function 'timer_init':
>> timer.c:68: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> timer.c:69: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> timer.c:82: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> timer.c:85: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> timer.c:89: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> timer.c:92: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> timer.c: In function 'reset_timer_masked':
>> timer.c:160: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> timer.c: In function 'get_timer_masked':
>> timer.c:167: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c: In function 's3c_onenand_reset':
>> samsung.c:136: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:138: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:142: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:143: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:146: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:148: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c: In function 's3c_onenand_readw':
>> samsung.c:161: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:163: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:165: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:167: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:169: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:171: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:187: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:189: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:191: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c: In function 's3c_onenand_writew':
>> samsung.c:209: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:231: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c: In function 's3c_onenand_wait':
>> samsung.c:268: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:274: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:275: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:283: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c: In function 's3c_onenand_command':
>> samsung.c:354: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:363: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:373: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:383: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c: In function 's3c_onenand_bbt_wait':
>> samsung.c:458: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:463: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:464: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:472: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c: In function 's3c_onenand_check_lock_status':
>> samsung.c:493: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> samsung.c:495: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> serial_s5pc1xx.c: In function 'serial_setbrg_dev':
>> serial_s5pc1xx.c:76: warning: dereferencing type-punned pointer will
>> break strict-aliasing rules
>> serial_s5pc1xx.c:77: warning: dereferencing type-punned pointer will
>> break strict-aliasing rules
>> serial_s5pc1xx.c: In function 'serial_init_dev':
>> serial_s5pc1xx.c:89: warning: dereferencing type-punned pointer will
>> break strict-aliasing rules
>> serial_s5pc1xx.c:90: warning: dereferencing type-punned pointer will
>> break strict-aliasing rules
>> serial_s5pc1xx.c:92: warning: dereferencing type-punned pointer will
>> break strict-aliasing rules
>> serial_s5pc1xx.c:94: warning: dereferencing type-punned pointer will
>> break strict-aliasing rules
>> serial_s5pc1xx.c: In function 'serial_err_check':
>> serial_s5pc1xx.c:105: warning: dereferencing type-punned pointer will
>> break strict-aliasing rules
>> serial_s5pc1xx.c: In function 'serial_getc_dev':
>> serial_s5pc1xx.c:121: warning: dereferencing type-punned pointer will
>> break strict-aliasing rules
>> serial_s5pc1xx.c: In function 'serial_putc_dev':
>> serial_s5pc1xx.c:137: warning: dereferencing type-punned pointer will
>> break strict-aliasing rules
>> serial_s5pc1xx.c: In function 'serial_tstc_dev':
>> serial_s5pc1xx.c:156: warning: dereferencing type-punned pointer will
>> break strict-aliasing rules
>> onenand.c: In function 'onenand_board_init':
>> onenand.c:46: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:49: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:51: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:54: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:56: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:59: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:61: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:63: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:66: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:73: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:75: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:76: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:78: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> onenand.c:80: warning: dereferencing type-punned pointer will break
>> strict-aliasing rules
>> ? ?text ? ?data ? ? bss ? ? dec ? ? hex filename
>> ?124927 ? ?6436 ?209660 ?341023 ? 5341f ./u-boot
>>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>

Thank you Dirk :)
Tom, please apply the patch.

Thanks
Minkyu Kang
-- 
from. prom.
www.promsoft.net

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-10-18  7:02 ` Dirk Behme
@ 2009-10-18  7:12   ` Dirk Behme
  2009-10-18 12:51     ` Minkyu Kang
  0 siblings, 1 reply; 162+ messages in thread
From: Dirk Behme @ 2009-10-18  7:12 UTC (permalink / raw)
  To: u-boot

Dirk Behme wrote:
> Tom wrote:
...
>> Minkyu Kang (4):
>>        s5pc1xx: support Samsung s5pc1xx SoC
>>        s5pc1xx: support onenand driver
>>        s5pc1xx: support serial driver
>>        s5pc1xx: add support SMDKC100 board
...
> But: For smdkc100 I get a lot of warnings [2]. I'm not sure if this is 
> already mainline ready?

Ah, looks like there is already a fix:

http://lists.denx.de/pipermail/u-boot/2009-October/062507.html
http://lists.denx.de/pipermail/u-boot/2009-October/062508.html

Applying this on top of master-sync makes smdkc100 compile fine, too :)

Dirk

> [2] smdkc100 warnings:
> 
> Configuring for smdkc100 board...
> clock.c: In function 's5pc100_get_pll_clk':
> clock.c:59: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c:62: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c:65: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c:68: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c: In function 's5pc110_get_pll_clk':
> clock.c:109: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c:112: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c:115: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c:118: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c: In function 's5pc110_get_arm_clk':
> clock.c:164: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c: In function 's5pc100_get_arm_clk':
> clock.c:183: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c: In function 'get_hclk':
> clock.c:203: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c: In function 'get_pclkd1':
> clock.c:219: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c: In function 'get_hclk_sys':
> clock.c:244: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> clock.c: In function 'get_pclk_sys':
> clock.c:269: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> timer.c: In function 'timer_init':
> timer.c:68: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> timer.c:69: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> timer.c:82: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> timer.c:85: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> timer.c:89: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> timer.c:92: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> timer.c: In function 'reset_timer_masked':
> timer.c:160: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> timer.c: In function 'get_timer_masked':
> timer.c:167: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c: In function 's3c_onenand_reset':
> samsung.c:136: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:138: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:142: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:143: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:146: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:148: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c: In function 's3c_onenand_readw':
> samsung.c:161: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:163: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:165: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:167: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:169: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:171: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:187: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:189: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:191: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c: In function 's3c_onenand_writew':
> samsung.c:209: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:231: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c: In function 's3c_onenand_wait':
> samsung.c:268: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:274: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:275: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:283: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c: In function 's3c_onenand_command':
> samsung.c:354: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:363: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:373: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:383: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c: In function 's3c_onenand_bbt_wait':
> samsung.c:458: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:463: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:464: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:472: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c: In function 's3c_onenand_check_lock_status':
> samsung.c:493: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> samsung.c:495: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> serial_s5pc1xx.c: In function 'serial_setbrg_dev':
> serial_s5pc1xx.c:76: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules
> serial_s5pc1xx.c:77: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules
> serial_s5pc1xx.c: In function 'serial_init_dev':
> serial_s5pc1xx.c:89: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules
> serial_s5pc1xx.c:90: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules
> serial_s5pc1xx.c:92: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules
> serial_s5pc1xx.c:94: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules
> serial_s5pc1xx.c: In function 'serial_err_check':
> serial_s5pc1xx.c:105: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules
> serial_s5pc1xx.c: In function 'serial_getc_dev':
> serial_s5pc1xx.c:121: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules
> serial_s5pc1xx.c: In function 'serial_putc_dev':
> serial_s5pc1xx.c:137: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules
> serial_s5pc1xx.c: In function 'serial_tstc_dev':
> serial_s5pc1xx.c:156: warning: dereferencing type-punned pointer will 
> break strict-aliasing rules
> onenand.c: In function 'onenand_board_init':
> onenand.c:46: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:49: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:51: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:54: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:56: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:59: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:61: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:63: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:66: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:73: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:75: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:76: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:78: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> onenand.c:80: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
>    text    data     bss     dec     hex filename
>  124927    6436  209660  341023   5341f ./u-boot
> 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2009-10-18  2:42 Tom
@ 2009-10-18  7:02 ` Dirk Behme
  2009-10-18  7:12   ` Dirk Behme
  2009-10-18 19:56 ` Wolfgang Denk
  1 sibling, 1 reply; 162+ messages in thread
From: Dirk Behme @ 2009-10-18  7:02 UTC (permalink / raw)
  To: u-boot

Tom wrote:
> The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0:
>    Daniel Gorsulowski (1):
>          at91: Update MEESC board support
> 
> are available in the git repository at:
> 
>    git://git.denx.de/u-boot-arm master-sync
> 
> Eric Benard (3):
>        CPU9260 : fix machine ID when using a CPU9G20.
>        fix CPU9260/CPU9G20 compile warnings
>        main.c: In function 'abortboot':
> 
> Minkyu Kang (4):
>        s5pc1xx: support Samsung s5pc1xx SoC
>        s5pc1xx: support onenand driver
>        s5pc1xx: support serial driver
>        s5pc1xx: add support SMDKC100 board
> 
> Nishanth Menon (4):
>        OMAP3: export enable_gpmc_cs_config to board files
>        OMAP3: fix warnings when NAND/ONENAND is not used
>        OMAP3: Fix SDRC init
>        TI OMAP3: make gpmc_config as const
> 
> Sandeep Paulraj (13):
>        TI DaVinci DM355: Fix Compilation warning for DM355 EVM
>        TI DaVinci DM365: Fix Compilation warning for DM365 EVM
>        TI DaVinci DM646x: Adding initial support for DM6467 EVM
>        TI: DaVinci: DM355 Leopard board support
>        TI DaVinci: Maintainer for DM355 and DM365 EVM
>        TI: OMAP3: Remove SZ_xx references
>        TI DaVinci DM355: Add Config option for 64 bit Support
>        TI DaVinci DM365: Add Config option for 64 bit Support
>        TI DaVinci DVEVM: Add Config option for 64 bit Support
>        TI DaVinci Sonata: Add Config option for 64 bit Support
>        TI DaVinci: DM355 Leopard: Fix compilation warning
>        TI DaVinci: Fix DM6467 EVM Compilation Warning
>        TI DaVinci: Adding Copyright for DM365 EVM
> 
> Simon Kagstrom (1):
>        arm926ejs: 8-byte align stack to avoid LDRD/STRD problems
> 
> Steve Sakoman (2):
>        TI: OMAP3: Refactors the SM911x driver
>        OMAP3: Update Overo and Beagle environment
> 
> Tom Rix (2):
>        Zoom2 Fix serial gpmc setup
>        TI OMAP3 SDP3430: Initial Support
> 
> kevin.morfitt at fearnside-systems.co.uk (5):
>        CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
>        Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
>        Clean-up of s3c24x0 header files
>        Clean-up of s3c24x0 drivers excluding nand driver
>        Clean-up of s3c24x0 nand driver

Compile testing ./MAKEALL ARM_CORTEX_A8 looks fine for OMAP (*). I 
will boot test it on Beagle later and I will come back if it doesn't work.

(*) omap3_sdp3430 still gives CONFIG_NET_MULTI warning, but this is 
expected. There are already fixes available [1] which will come in via 
Ben.

[1] http://lists.denx.de/pipermail/u-boot/2009-October/062578.html

But: For smdkc100 I get a lot of warnings [2]. I'm not sure if this is 
already mainline ready?

Cheers

Dirk

[2] smdkc100 warnings:

Configuring for smdkc100 board... 

clock.c: In function 's5pc100_get_pll_clk': 

clock.c:59: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c:62: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c:65: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c:68: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c: In function 's5pc110_get_pll_clk': 

clock.c:109: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c:112: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c:115: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c:118: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c: In function 's5pc110_get_arm_clk': 

clock.c:164: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c: In function 's5pc100_get_arm_clk': 

clock.c:183: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c: In function 'get_hclk': 

clock.c:203: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c: In function 'get_pclkd1': 

clock.c:219: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c: In function 'get_hclk_sys': 

clock.c:244: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
clock.c: In function 'get_pclk_sys': 

clock.c:269: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
timer.c: In function 'timer_init': 

timer.c:68: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
timer.c:69: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
timer.c:82: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
timer.c:85: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
timer.c:89: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
timer.c:92: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
timer.c: In function 'reset_timer_masked': 

timer.c:160: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
timer.c: In function 'get_timer_masked': 

timer.c:167: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c: In function 's3c_onenand_reset': 

samsung.c:136: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:138: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:142: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:143: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:146: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:148: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c: In function 's3c_onenand_readw': 

samsung.c:161: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:163: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:165: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:167: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:169: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:171: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:187: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:189: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:191: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c: In function 's3c_onenand_writew': 

samsung.c:209: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:231: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c: In function 's3c_onenand_wait': 

samsung.c:268: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:274: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:275: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:283: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c: In function 's3c_onenand_command': 

samsung.c:354: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:363: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:373: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:383: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c: In function 's3c_onenand_bbt_wait': 

samsung.c:458: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:463: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:464: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:472: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c: In function 's3c_onenand_check_lock_status': 

samsung.c:493: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
samsung.c:495: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
serial_s5pc1xx.c: In function 'serial_setbrg_dev':
serial_s5pc1xx.c:76: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
serial_s5pc1xx.c:77: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
serial_s5pc1xx.c: In function 'serial_init_dev':
serial_s5pc1xx.c:89: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
serial_s5pc1xx.c:90: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
serial_s5pc1xx.c:92: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
serial_s5pc1xx.c:94: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
serial_s5pc1xx.c: In function 'serial_err_check':
serial_s5pc1xx.c:105: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
serial_s5pc1xx.c: In function 'serial_getc_dev':
serial_s5pc1xx.c:121: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
serial_s5pc1xx.c: In function 'serial_putc_dev':
serial_s5pc1xx.c:137: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
serial_s5pc1xx.c: In function 'serial_tstc_dev':
serial_s5pc1xx.c:156: warning: dereferencing type-punned pointer will 
break strict-aliasing rules
onenand.c: In function 'onenand_board_init':
onenand.c:46: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:49: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:51: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:54: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:56: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:59: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:61: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:63: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:66: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:73: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:75: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:76: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:78: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
onenand.c:80: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
    text    data     bss     dec     hex filename
  124927    6436  209660  341023   5341f ./u-boot

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2009-10-18  2:42 Tom
  2009-10-18  7:02 ` Dirk Behme
  2009-10-18 19:56 ` Wolfgang Denk
  0 siblings, 2 replies; 162+ messages in thread
From: Tom @ 2009-10-18  2:42 UTC (permalink / raw)
  To: u-boot

The following changes since commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0:
   Daniel Gorsulowski (1):
         at91: Update MEESC board support

are available in the git repository at:

   git://git.denx.de/u-boot-arm master-sync

Eric Benard (3):
       CPU9260 : fix machine ID when using a CPU9G20.
       fix CPU9260/CPU9G20 compile warnings
       main.c: In function 'abortboot':

Minkyu Kang (4):
       s5pc1xx: support Samsung s5pc1xx SoC
       s5pc1xx: support onenand driver
       s5pc1xx: support serial driver
       s5pc1xx: add support SMDKC100 board

Nishanth Menon (4):
       OMAP3: export enable_gpmc_cs_config to board files
       OMAP3: fix warnings when NAND/ONENAND is not used
       OMAP3: Fix SDRC init
       TI OMAP3: make gpmc_config as const

Sandeep Paulraj (13):
       TI DaVinci DM355: Fix Compilation warning for DM355 EVM
       TI DaVinci DM365: Fix Compilation warning for DM365 EVM
       TI DaVinci DM646x: Adding initial support for DM6467 EVM
       TI: DaVinci: DM355 Leopard board support
       TI DaVinci: Maintainer for DM355 and DM365 EVM
       TI: OMAP3: Remove SZ_xx references
       TI DaVinci DM355: Add Config option for 64 bit Support
       TI DaVinci DM365: Add Config option for 64 bit Support
       TI DaVinci DVEVM: Add Config option for 64 bit Support
       TI DaVinci Sonata: Add Config option for 64 bit Support
       TI DaVinci: DM355 Leopard: Fix compilation warning
       TI DaVinci: Fix DM6467 EVM Compilation Warning
       TI DaVinci: Adding Copyright for DM365 EVM

Simon Kagstrom (1):
       arm926ejs: 8-byte align stack to avoid LDRD/STRD problems

Steve Sakoman (2):
       TI: OMAP3: Refactors the SM911x driver
       OMAP3: Update Overo and Beagle environment

Tom Rix (2):
       Zoom2 Fix serial gpmc setup
       TI OMAP3 SDP3430: Initial Support

kevin.morfitt at fearnside-systems.co.uk (5):
       CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
       Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
       Clean-up of s3c24x0 header files
       Clean-up of s3c24x0 drivers excluding nand driver
       Clean-up of s3c24x0 nand driver

  MAINTAINERS                               |   12 +
  MAKEALL                                   |    4 +
  Makefile                                  |   12 +
  board/davinci/dm355evm/dm355evm.c         |    4 +-
  board/davinci/dm355leopard/Makefile       |   52 ++
  board/davinci/dm355leopard/config.mk      |    6 +
  board/davinci/dm355leopard/dm355leopard.c |   98 +++
  board/davinci/dm365evm/dm365evm.c         |    5 +-
  board/davinci/dm6467evm/Makefile          |   52 ++
  board/davinci/dm6467evm/config.mk         |    2 +
  board/davinci/dm6467evm/dm6467evm.c       |   31 +
  board/eukrea/cpu9260/cpu9260.c            |    2 +-
  board/logicpd/zoom2/zoom2.c               |    5 +-
  board/mpl/vcma9/vcma9.c                   |   13 +-
  board/mpl/vcma9/vcma9.h                   |   20 +-
  board/samsung/smdk2400/smdk2400.c         |    5 +-
  board/samsung/smdk2410/smdk2410.c         |    5 +-
  board/samsung/smdkc100/Makefile           |   55 ++
  board/samsung/smdkc100/config.mk          |   16 +
  board/samsung/smdkc100/lowlevel_init.S    |  215 +++++
  board/samsung/smdkc100/mem_setup.S        |  197 +++++
  board/samsung/smdkc100/onenand.c          |   83 ++
  board/samsung/smdkc100/smdkc100.c         |   51 ++
  board/sbc2410x/sbc2410x.c                 |    7 +-
  board/ti/sdp3430/Makefile                 |   49 ++
  board/ti/sdp3430/config.mk                |   33 +
  board/ti/sdp3430/sdp.c                    |  204 +++++
  board/ti/sdp3430/sdp.h                    |  417 +++++++++
  board/trab/cmd_trab.c                     |   12 +-
  board/trab/rs485.c                        |   12 +-
  board/trab/trab.c                         |   17 +-
  board/trab/trab_fkt.c                     |   26 +-
  board/trab/tsc2000.c                      |   17 +-
  board/trab/tsc2000.h                      |    4 +-
  board/trab/vfd.c                          |   12 +-
  common/serial.c                           |   18 +
  cpu/arm920t/s3c24x0/interrupts.c          |    4 +-
  cpu/arm920t/s3c24x0/speed.c               |   42 +-
  cpu/arm920t/s3c24x0/timer.c               |  110 ++--
  cpu/arm920t/s3c24x0/usb.c                 |   30 +-
  cpu/arm920t/s3c24x0/usb_ohci.c            | 1323 
+++++++++++++++--------------
  cpu/arm920t/s3c24x0/usb_ohci.h            |  209 +++---
  cpu/arm920t/start.S                       |   63 +-
  cpu/arm926ejs/start.S                     |    1 +
  cpu/arm_cortexa8/omap3/mem.c              |   21 +-
  cpu/arm_cortexa8/omap3/sys_info.c         |    2 +-
  cpu/arm_cortexa8/s5pc1xx/Makefile         |   53 ++
  cpu/arm_cortexa8/s5pc1xx/cache.c          |   43 +
  cpu/arm_cortexa8/s5pc1xx/clock.c          |  308 +++++++
  cpu/arm_cortexa8/s5pc1xx/cpu_info.c       |   57 ++
  cpu/arm_cortexa8/s5pc1xx/reset.S          |   47 +
  cpu/arm_cortexa8/s5pc1xx/timer.c          |  195 +++++
  doc/README.s5pc1xx                        |   56 ++
  drivers/i2c/s3c24x0_i2c.c                 |  273 +++---
  drivers/mtd/nand/s3c2410_nand.c           |   62 +-
  drivers/mtd/onenand/Makefile              |    1 +
  drivers/mtd/onenand/samsung.c             |  636 ++++++++++++++
  drivers/net/smc911x.c                     |   12 +-
  drivers/rtc/s3c24x0_rtc.c                 |  130 ++--
  drivers/serial/Makefile                   |    1 +
  drivers/serial/serial_s3c24x0.c           |  160 ++--
  drivers/serial/serial_s5pc1xx.c           |  195 +++++
  include/asm-arm/arch-davinci/hardware.h   |    2 +
  include/asm-arm/arch-omap3/cpu.h          |    1 +
  include/asm-arm/arch-omap3/mem.h          |    8 +-
  include/asm-arm/arch-omap3/sys_proto.h    |    2 +
  include/asm-arm/arch-s5pc1xx/clk.h        |   32 +
  include/asm-arm/arch-s5pc1xx/clock.h      |   94 ++
  include/asm-arm/arch-s5pc1xx/cpu.h        |   72 ++
  include/asm-arm/arch-s5pc1xx/gpio.h       |  129 +++
  include/asm-arm/arch-s5pc1xx/power.h      |   42 +
  include/asm-arm/arch-s5pc1xx/pwm.h        |   59 ++
  include/asm-arm/arch-s5pc1xx/uart.h       |   47 +
  include/configs/cpu9260.h                 |    1 +
  include/configs/cpuat91.h                 |    4 +-
  include/configs/davinci_dm355evm.h        |    1 +
  include/configs/davinci_dm355leopard.h    |  162 ++++
  include/configs/davinci_dm365evm.h        |    2 +
  include/configs/davinci_dm6467evm.h       |  132 +++
  include/configs/davinci_dvevm.h           |    1 +
  include/configs/davinci_sonata.h          |    1 +
  include/configs/devkit8000.h              |   15 +-
  include/configs/omap3_beagle.h            |   42 +-
  include/configs/omap3_evm.h               |   15 +-
  include/configs/omap3_overo.h             |   42 +-
  include/configs/omap3_pandora.h           |   15 +-
  include/configs/omap3_sdp3430.h           |  369 ++++++++
  include/configs/omap3_zoom1.h             |   15 +-
  include/configs/omap3_zoom2.h             |   15 +-
  include/configs/sbc2410x.h                |    4 +-
  include/configs/smdk2400.h                |    4 +-
  include/configs/smdk2410.h                |    4 +-
  include/configs/smdkc100.h                |  242 ++++++
  include/configs/trab.h                    |   12 +-
  include/linux/mtd/onenand.h               |    1 +
  include/linux/mtd/onenand_regs.h          |    4 +
  include/linux/mtd/samsung_onenand.h       |  131 +++
  include/s3c2400.h                         |  494 +----------
  include/s3c2410.h                         |  159 +---
  include/s3c24x0.h                         |  605 ++------------
  include/serial.h                          |    7 +
  101 files changed, 6329 insertions(+), 2465 deletions(-)
  create mode 100644 board/davinci/dm355leopard/Makefile
  create mode 100644 board/davinci/dm355leopard/config.mk
  create mode 100644 board/davinci/dm355leopard/dm355leopard.c
  create mode 100644 board/davinci/dm6467evm/Makefile
  create mode 100644 board/davinci/dm6467evm/config.mk
  create mode 100644 board/davinci/dm6467evm/dm6467evm.c
  create mode 100644 board/samsung/smdkc100/Makefile
  create mode 100644 board/samsung/smdkc100/config.mk
  create mode 100644 board/samsung/smdkc100/lowlevel_init.S
  create mode 100644 board/samsung/smdkc100/mem_setup.S
  create mode 100644 board/samsung/smdkc100/onenand.c
  create mode 100644 board/samsung/smdkc100/smdkc100.c
  create mode 100644 board/ti/sdp3430/Makefile
  create mode 100644 board/ti/sdp3430/config.mk
  create mode 100644 board/ti/sdp3430/sdp.c
  create mode 100644 board/ti/sdp3430/sdp.h
  create mode 100644 cpu/arm_cortexa8/s5pc1xx/Makefile
  create mode 100644 cpu/arm_cortexa8/s5pc1xx/cache.c
  create mode 100644 cpu/arm_cortexa8/s5pc1xx/clock.c
  create mode 100644 cpu/arm_cortexa8/s5pc1xx/cpu_info.c
  create mode 100644 cpu/arm_cortexa8/s5pc1xx/reset.S
  create mode 100644 cpu/arm_cortexa8/s5pc1xx/timer.c
  create mode 100644 doc/README.s5pc1xx
  create mode 100644 drivers/mtd/onenand/samsung.c
  create mode 100644 drivers/serial/serial_s5pc1xx.c
  create mode 100644 include/asm-arm/arch-s5pc1xx/clk.h
  create mode 100644 include/asm-arm/arch-s5pc1xx/clock.h
  create mode 100644 include/asm-arm/arch-s5pc1xx/cpu.h
  create mode 100644 include/asm-arm/arch-s5pc1xx/gpio.h
  create mode 100644 include/asm-arm/arch-s5pc1xx/power.h
  create mode 100644 include/asm-arm/arch-s5pc1xx/pwm.h
  create mode 100644 include/asm-arm/arch-s5pc1xx/uart.h
  create mode 100644 include/configs/davinci_dm355leopard.h
  create mode 100644 include/configs/davinci_dm6467evm.h
  create mode 100644 include/configs/omap3_sdp3430.h
  create mode 100644 include/configs/smdkc100.h
  create mode 100644 include/linux/mtd/samsung_onenand.h

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2009-10-13  2:02 Tom Rix
  0 siblings, 0 replies; 162+ messages in thread
From: Tom Rix @ 2009-10-13  2:02 UTC (permalink / raw)
  To: u-boot

Wolfgang,

This pull request is nosily because of periodic syncing to u-boot/master.

Tom

Please pull :


The following changes since commit 5e4c9a10c5238bb63feac9eefd2141908bf07075:
   Sandeep Paulraj (1):
         TI DaVinci: Remove references to SZ_xx

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Anton Vorontsov (11):
       Move uninitialized_var() macro from ubi_uboot.h to compiler.h
       mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice
       fsl: sys_eeprom: Fix 'may be used uninitialized' warning
       net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
       net: uec: Fix uccf.h and uec.h headers to include headers they 
depend on
       mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
       mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 
2.1 CPUs
       mpc83xx: mpc8360emds: Add QE USB device tree fixups
       Move uninitialized_var() macro from ubi_uboot.h to compiler.h
       mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice
       fsl: sys_eeprom: Fix 'may be used uninitialized' warning

Daniel Gorsulowski (1):
       at91: Update MEESC board support

Detlev Zundel (2):
       amcc-common.h: Use filenames from environment variables for 
update procedure.
       amcc-common.h: Use filenames from environment variables for 
update procedure.

Dipen Dudhat (4):
       ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
       ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
       ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
       ppc/85xx: Fix up eSDHC controller clock frequency in the device tree

Dirk Behme (1):
       OMAP3 MMC: Fix warning dereferencing type-punned pointer

Dirk Eibach (4):
       ppc4xx: Rename compactcenter to intip
       ppc4xx: Make DDR2 timing for intip more robust
       ppc4xx: Rename compactcenter to intip
       ppc4xx: Make DDR2 timing for intip more robust

Eric Millbrandt (6):
       galaxy5200: Add chip select region for an Epson S1D15313
       Reset i2c slave devices during init on mpc5xxx cpus
       galaxy5200: enable version environment variable
       galaxy5200: Add chip select region for an Epson S1D15313
       Reset i2c slave devices during init on mpc5xxx cpus
       galaxy5200: enable version environment variable

Giuseppe CONDORELLI (2):
       zlib: fix code when DEBUG is defined
       zlib: fix code when DEBUG is defined

Graeme Russ (28):
       i386: Add errno.h
       i386: Change inline asm global symbols to local
       i386: Fix regression introduced by commit 8c63d47651f7
       Fix environment configuration for eNET board
       Fix sc520 timer interrupt generation
       i386: Misc PCI fixups
       Misc SATA fixups
       Misc ti_pci1410a fixups
       Misc ds1722 fixups
       Fixup sc520_spunk board
       Misc sc520 cdp fixups
       i386: Replace [read, write]_mmcr_[byte, word, long] with memory 
mapped structure
       i386: Moved PCI from #ifdef to conditional compile for sc520 boards
       Add PCI support to eNET board
       i386: Add errno.h
       i386: Change inline asm global symbols to local
       i386: Fix regression introduced by commit 8c63d47651f7
       Fix environment configuration for eNET board
       Fix sc520 timer interrupt generation
       i386: Misc PCI fixups
       Misc SATA fixups
       Misc ti_pci1410a fixups
       Misc ds1722 fixups
       Fixup sc520_spunk board
       Misc sc520 cdp fixups
       i386: Replace [read, write]_mmcr_[byte, word, long] with memory 
mapped structure
       i386: Moved PCI from #ifdef to conditional compile for sc520 boards
       Add PCI support to eNET board

Harald Krapfenbauer (2):
       Blackfin: cm-bf537u: new board port
       Blackfin: cm-bf537u: new board port

Heiko Schocher (4):
       mpc5200, mucmc52, uc101: config cleanup
       mucmc52, uc101: delete ata at 3a00 node, if no CF card is detected
       mpc5200, mucmc52, uc101: config cleanup
       mucmc52, uc101: delete ata at 3a00 node, if no CF card is detected

Joakim Tjernlund (4):
       fsl_i2c: Wait for STOP condition to propagate
       fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_{DFSR/FDR}
       fsl_i2c: Impl. AN2919, rev 5 to calculate FDR/DFSR
       fsl_i2c: Do not generate STOP after read.

Ken MacLeod (1):
       cmd_fdt.c: fix parse of byte streams and strings

Kim Phillips (1):
       mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and 
LCRR bitfields

Kumar Gala (72):
       Add ability for arch code to make changes before we boot
       ppc: Remove -fno-strict-aliasing
       arm: Remove -fno-strict-aliasing
       ppc/8xxx: relocate cpu pointer in global data
       ppc/8xxx: Remove ddr_pd_cntl register since it doesn't exist
       85xx: Add support for setting IVORs to fixed offset defaults
       ppc/85xx: Add a simple function to search the TLB
       ppc/85xx: Fix bug in setup_mp code
       ppc/85xx: Cleanup makefile and related optional files
       ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
       ppc/85xx: Clean up do_reset
       ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard 
link address
       ppc/8xxx: Misc DDR related fixes
       ppc/85xx: Introduce low level write_tlb function
       ppc/85xx: Repack tlb_table to save space
       ppc/85xx: Move code around to prep for NAND_SPL
       ppc/85xx: Change cpu_init_early_f so we can use with NAND SPL
       ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL
       ppc/85xx: Disable all async interrupt sources when we boot
       ppc/85xx: Fix LCRR_CLKDIV defines
       ppc/85xx: Simplify the top makefile for 36-bit config for MPC8572DS
       ppc/85xx: Simplify the top makefile for 36-bit config for P2020DS
       ppc/85xx: Simplify the top makefile for P1_P2_RDB boards
       ppc/85xx: Clean up p1_p2_rdb PCI setup
       ppc/85xx: Clean up p2020ds PCI setup code
       ppc/85xx: Clean up mpc8572DS PCI setup code
       ppc/85xx: Clean up use of LAWAR defines
       ppc/85xx: Fix enabling of L2 cache
       ppc/p4080: Add p4080 platform immap definitions
       ppc/p4080: Add support for CoreNet style platform LAWs
       ppc/p4080: CoreNet platfrom style CCSRBAR setting
       ppc/p4080: CoreNet platfrom style secondary core release
       ppc/p4080: Add various p4080 related defines (and p4040)
       ppc/p4080: Handle timebase enabling and frequency reporting
       ppc/p4080: Determine various chip frequencies on CoreNet platforms
       ppc/85xx: Clean up immap_85xx.h
       ppc/85xx: get_law_entry isn't used in CONFIG_NAND_SPL
       Add ability for arch code to make changes before we boot
       ppc: Remove -fno-strict-aliasing
       arm: Remove -fno-strict-aliasing
       ppc/8xxx: relocate cpu pointer in global data
       ppc/8xxx: Remove ddr_pd_cntl register since it doesn't exist
       85xx: Add support for setting IVORs to fixed offset defaults
       ppc/85xx: Add a simple function to search the TLB
       ppc/85xx: Fix bug in setup_mp code
       ppc/85xx: Cleanup makefile and related optional files
       ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
       ppc/85xx: Clean up do_reset
       ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard 
link address
       ppc/8xxx: Misc DDR related fixes
       ppc/85xx: Introduce low level write_tlb function
       ppc/85xx: Repack tlb_table to save space
       ppc/85xx: Move code around to prep for NAND_SPL
       ppc/85xx: Change cpu_init_early_f so we can use with NAND SPL
       ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL
       ppc/85xx: Disable all async interrupt sources when we boot
       ppc/85xx: Fix LCRR_CLKDIV defines
       ppc/85xx: Simplify the top makefile for 36-bit config for MPC8572DS
       ppc/85xx: Simplify the top makefile for 36-bit config for P2020DS
       ppc/85xx: Simplify the top makefile for P1_P2_RDB boards
       ppc/85xx: Clean up p1_p2_rdb PCI setup
       ppc/85xx: Clean up p2020ds PCI setup code
       ppc/85xx: Clean up mpc8572DS PCI setup code
       ppc/85xx: Clean up use of LAWAR defines
       ppc/85xx: Fix enabling of L2 cache
       ppc/p4080: Add p4080 platform immap definitions
       ppc/p4080: Add support for CoreNet style platform LAWs
       ppc/p4080: CoreNet platfrom style CCSRBAR setting
       ppc/p4080: CoreNet platfrom style secondary core release
       ppc/p4080: Add various p4080 related defines (and p4040)
       ppc/p4080: Handle timebase enabling and frequency reporting
       ppc/p4080: Determine various chip frequencies on CoreNet platforms

Kyungmin Park (1):
       Refactor OneNAND IPL code

Marcel Ziswiler (10):
       ep8248: add support for device tree and secondary Ethernet interface.
       r7780mp: fix typo in Ethernet chip model number comment.
       muas3001: remove BRG clock node fixup to use common mpc8260 code.
       mpc8260: remove Ethernet node fixup to use generic FDT code.
       FDT: remove obsolete OF_CPU and OF_SOC macros.
       ep8248: add support for device tree and secondary Ethernet interface.
       r7780mp: fix typo in Ethernet chip model number comment.
       muas3001: remove BRG clock node fixup to use common mpc8260 code.
       mpc8260: remove Ethernet node fixup to use generic FDT code.
       FDT: remove obsolete OF_CPU and OF_SOC macros.

Martha M Stan (4):
       mpc512x: Streamlined fixed_sdram() init sequence.
       Add Elpida Memory Configuration to mpc5121ads Boards
       mpc512x: Streamlined fixed_sdram() init sequence.
       Add Elpida Memory Configuration to mpc5121ads Boards

Matthias Fuchs (6):
       ppc4xx: Fix PMC405DE support
       ppc4xx: Allow overwriting pci target registers for all 4xx boards
       ppc4xx: Add CONFIG_PCI_4xx_PTM_OVERWRITE to some esd 4xx boards
       ppc4xx: Fix PMC405DE support
       ppc4xx: Allow overwriting pci target registers for all 4xx boards
       ppc4xx: Add CONFIG_PCI_4xx_PTM_OVERWRITE to some esd 4xx boards

Michael Hennerich (2):
       Blackfin: bf537-stamp: comment CF-Flash Card Support better
       Blackfin: bf537-stamp: comment CF-Flash Card Support better

Michal Simek (12):
       microblaze: Add sbss, scommon and COMMON symbols for clearing
       microblaze: Short size of global data and fix malloc size
       net: Remove old Xilinx Emac driver
       microblaze: Remove AtmarkTechno Suzaku board
       microblaze: Enable hush parser
       net: emaclite: Cleanup license to be GPL compatible
       microblaze: Add sbss, scommon and COMMON symbols for clearing
       microblaze: Short size of global data and fix malloc size
       net: Remove old Xilinx Emac driver
       microblaze: Remove AtmarkTechno Suzaku board
       microblaze: Enable hush parser
       net: emaclite: Cleanup license to be GPL compatible

Mike Frysinger (20):
       Blackfin: fix debug printf modifiers
       Blackfin: increase default console size
       Blackfin: use scratch pad for exception stack
       Blackfin: enable 64bit printf for nand
       Blackfin: cm-bf548: fix device->stdio_dev fallout
       atmel_df_pow2: standalone to convert dataflashes to pow2
       push LOAD_ADDR out to arch mk files
       standalone: convert to kbuild style
       tools/netconsole: make a bit more robust
       tools/netconsole: use ncb automatically if available
       Blackfin: fix debug printf modifiers
       Blackfin: increase default console size
       Blackfin: use scratch pad for exception stack
       Blackfin: enable 64bit printf for nand
       Blackfin: cm-bf548: fix device->stdio_dev fallout
       atmel_df_pow2: standalone to convert dataflashes to pow2
       push LOAD_ADDR out to arch mk files
       standalone: convert to kbuild style
       tools/netconsole: make a bit more robust
       tools/netconsole: use ncb automatically if available

Mingkai Hu (18):
       mkconfig: pass the board name to board config file
       ppc/85xx: add boot from NAND/eSDHC/eSPI support
       NAND boot: change NAND loader's relocate SP to CONFIG param
       ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
       ppc/85xx: add ld script file for boot from NAND
       immap_85xx: add porpllsr's plat ratio definition
       ppc/85xx: add cpu init config file for boot from NAND
       mpc8536: fix board config file line length
       NAND boot: MPC8536DS support
       On-chip ROM boot: MPC8536DS support
       Add README.mpc8536ds
       mkconfig: pass the board name to board config file
       ppc/85xx: add boot from NAND/eSDHC/eSPI support
       NAND boot: change NAND loader's relocate SP to CONFIG param
       ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
       ppc/85xx: add ld script file for boot from NAND
       immap_85xx: add porpllsr's plat ratio definition
       ppc/85xx: add cpu init config file for boot from NAND

Olof Johansson (3):
       OMAP3: Clean up whitespace in mux configs
       SMC911X: Add chip auto detection
       TI: OMAP3: Overo Tobi ethernet support

Paul Gibson (2):
       mpc512x. Micron nand flash needs a reset before a read command is 
issued.
       mpc512x. Micron nand flash needs a reset before a read command is 
issued.

Paul Gortmaker (28):
       sbc8548: replace README with completely new document
       sbc8548: enable use of PCI network cards
       sbc8548: delete unused MPC8548CDS info carried over from port
       sbc8548: get_clock_freq is not valid for this board
       sbc8548: cosmetic line re-wrap
       sbc8548: enable access to second bank of flash
       sbc8548: remove eTSEC3/4 voltage hack
       sbc8548: use I/O accessors
       sbc8548: correct local bus SDRAM size from 64M to 128M
       fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
       sbc8548: update PCI/PCI-e support code
       sbc8548: allow enabling PCI via a make config option
       sbc85x0: tidy up Makefile to use new configuration script.
       sbc8349: tidy up Makefile to use new configuration script.
       sbc8548: reclaim wasted sector in boot flash
       sbc8548: replace README with completely new document
       sbc8548: enable use of PCI network cards
       sbc8548: delete unused MPC8548CDS info carried over from port
       sbc8548: get_clock_freq is not valid for this board
       sbc8548: cosmetic line re-wrap
       sbc8548: enable access to second bank of flash
       sbc8548: remove eTSEC3/4 voltage hack
       sbc8548: use I/O accessors
       sbc8548: correct local bus SDRAM size from 64M to 128M
       fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
       sbc8548: update PCI/PCI-e support code
       sbc8548: allow enabling PCI via a make config option
       sbc85x0: tidy up Makefile to use new configuration script.

Peter Tyser (18):
       Consolidate arch-specific sbrk() implementations
       Standardize mem_malloc_init() implementation
       Consolidate arch-specific mem_malloc_init() implementations
       Remove deprecated 'autoscr' command/variables
       ppc: Clean up calling of misc_init_r() during init
       ppc: Clean up calling of phy_reset() during init
       MAKEALL: Add summary information
       MAKEALL: Use POSIX math
       mpc8610hpcd: Use common 86xx fdt fixup code
       Consolidate arch-specific sbrk() implementations
       Standardize mem_malloc_init() implementation
       Consolidate arch-specific mem_malloc_init() implementations
       Remove deprecated 'autoscr' command/variables
       ppc: Clean up calling of misc_init_r() during init
       ppc: Clean up calling of phy_reset() during init
       MAKEALL: Add summary information
       MAKEALL: Use POSIX math
       mpc8610hpcd: Use common 86xx fdt fixup code

Poonam Aggrwal (8):
       ppc/85xx,86xx: Handling Unknown SOC version
       ppc/85xx/86xx: Device tree fixup for number of cores
       ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to 
checkcpu().
       ppc/85xx: 32bit DDR changes for P1020/P1011
       ppc/85xx,86xx: Handling Unknown SOC version
       ppc/85xx/86xx: Device tree fixup for number of cores
       ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to 
checkcpu().
       ppc/85xx: 32bit DDR changes for P1020/P1011

Prafulla Wadaskar (20):
       tools: mkimage : bugfix returns correct value for list command
       tools: mkimage: Makefile sorted
       tools: mkimage: Fixed build warnings
       tools: mkimage: split code into core, default and FIT image specific
       mkimage: Include missing files in build dependency calculations
       mkimage: Make genimg_print_size() global
       mkimage: Make table_entry code global
       Kirkwood: Sheevaplug: Add kwimage configuration file
       mkimage: Add Kirkwood Boot Image support (kwbimage)
       tools: mkimage : bugfix returns correct value for list command
       tools: mkimage: Makefile sorted
       tools: mkimage: Fixed build warnings
       tools: mkimage: split code into core, default and FIT image specific
       mkimage: Include missing files in build dependency calculations
       mkimage: Make genimg_print_size() global
       mkimage: Make table_entry code global
       Kirkwood: Sheevaplug: Add kwimage configuration file
       mkimage: Add Kirkwood Boot Image support (kwbimage)
       Kirkwood: rd6281a: Add kwbimage build support
       Kirkwood: mv88f6281gtw_ge: Add kwbimage build support

Robin Getz (6):
       Blackfin: use +(filesize) to make sure we are only doing what is 
necessary
       Blackfin: enable more network commands for ADI dev boards
       Blackfin: change global data register from P5 to P3
       Blackfin: use +(filesize) to make sure we are only doing what is 
necessary
       Blackfin: enable more network commands for ADI dev boards
       Blackfin: change global data register from P5 to P3

Roy Zang (4):
       Use different PBA value for E1000 PCI and PCIe cards
       ppc/85xx: Enable usb ehci support for p2020ds board
       Use different PBA value for E1000 PCI and PCIe cards
       ppc/85xx: Enable usb ehci support for p2020ds board

Rupjyoti Sarmah (2):
       ppc4xx: Fix PCIE PLL lock on 440SPe Yucca board
       ppc4xx: Fix PCIE PLL lock on 440SPe Yucca board

Sandeep Paulraj (8):
       TI DaVinci: DM6446: Fix Compilation error in NAND mode
       TI DaVinci: DM646x: Initial Support for DM646x SOC
       TI DaVinci: DM355: Config Cleanup and Update
       TI DaVinci DM365: Removing header file which does not exist
       TI: DaVinci DM365: Minor config cleanup
       TI: DaVinci DM646x: Update flag used to represent DM646x SOC's
       TI: DaVinci: GPIO header file and definitions
       TI: DaVinci DM365: Enabling network Support on DM365 EVM

Scott Wood (9):
       mxc_nand: Remove Freescale's "All Rights Reserved."
       ppc/85xx: Don't enable interrupts before we're ready
       ppc/85xx: Ensure that MAS8 is zero when writing TLB entries.
       ppc/85xx: Remove some bogus code from external interrupt handler.
       NAND: davinci: Fix warnings when 4-bit ECC not used
       mxc_nand: Remove Freescale's "All Rights Reserved."
       ppc/85xx: Don't enable interrupts before we're ready
       ppc/85xx: Ensure that MAS8 is zero when writing TLB entries.
       ppc/85xx: Remove some bogus code from external interrupt handler.

Shinya Kuribayashi (1):
       MIPS: VCT: Remove read_spareram reference

Simon Kagstrom (15):
       Move __set/clear_bit from ubifs.h to bitops.h
       arm: Make arm bitops endianness-independent
       Define ffs/fls for all architectures
       arm: Define test_and_set_bit and test_and_clear bit for ARM
       Correct ffs/fls regression for PowerPC etc
       ubifs: Add support for looking up directory and relative symlinks
       ubifs: Correct dereferencing of files-after-symlinks
       Move __set/clear_bit from ubifs.h to bitops.h
       arm: Make arm bitops endianness-independent
       Define ffs/fls for all architectures
       arm: Define test_and_set_bit and test_and_clear bit for ARM
       Correct ffs/fls regression for PowerPC etc
       ubifs: Add support for looking up directory and relative symlinks
       Support for the OpenRD base board
       arm: Correct build with CONFIG_SYS_HUSH_PARSER set

Stefan Roese (13):
       ppc4xx: Fix compilation warning in 4xx miiphy.c
       ppc4xx: Big cleanup of PPC4xx defines
       ppc4xx: Fix 405EZ uart base baud calculation
       ppc4xx: Enable commands for FDT enabled Linux booting on AMCC Acadia
       ppc4xx: Consolidate get_OPB_freq()
       ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
       ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case
       ppc4xx: Remove mtsdram0() marcos and use common mtsdram() instead
       ppc4xx: Fix compilation warning in 4xx miiphy.c
       ppc4xx: Big cleanup of PPC4xx defines
       ppc4xx: Fix 405EZ uart base baud calculation
       ppc4xx: Enable commands for FDT enabled Linux booting on AMCC Acadia
       ppc4xx: Consolidate get_OPB_freq()

Timur Tabi (4):
       fsl_i2c: increase I2C timeout values and make them configurable
       fsl: add register read-back to set_law()
       fsl_i2c: increase I2C timeout values and make them configurable
       fsl: add register read-back to set_law()

Tom Rix (6):
       OMAP3 Move cache routine to cache.S
       Add support for Eukrea CPUAT91 SBC
       Add support for Eukrea CPU9260/CPU9G20 SBC
       Merge branch 'arm/master' into arm/next
       TI OMAP3 Use arm init sequence to initialize i2c
       Merge branch 't-next-marvell' into t-next-at91

Vivek Mahajan (2):
       85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ
       85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ

Werner Pfister (4):
       rtc/ds1337.c: Allow to set TCR register
       digsy_mtc: Add TCR register value for RTC (DS1339)
       rtc/ds1337.c: Allow to set TCR register
       digsy_mtc: Add TCR register value for RTC (DS1339)

Wolfgang Denk (61):
       cmd_mtdparts.c: fix compiler warning in debug code
       License cleanup: remove unintended "All Rights Reserved" notices.
       ARM: Update mach-types
       Merge branch 'master' of git://git.denx.de/u-boot-arm
       Merge branch 'master' of git://git.denx.de/u-boot-i2c
       Remove "atmel_df_pow2" binary with "make clean"
       tools/mkimage: fix compiler warnings, use "const"
       kwbimage.c: Fix compile warning when building on 64 bit systems
       net/bootp.c: fix compile warning
       drivers/net/natsemi.c: fix compile warning
       sk98lin: fix compile warnings
       board/esd/common/flash.c: Fix compile warning
       board/esd/cpci750/ide.c: fix compile warning
       board/dave/common/flash.c: fix compile warning
       board/etin/debris/phantom.c: Fix compile error
       board/amcc/taihu/flash.c: Fix compile warning
       board/amcc/yucca/flash.c: Fix compile warning
       board/amcc/common/flash.c: Fix compile warning
       kwbimage.c: Fix compile warning when building on 64 bit systems 
(again)
       Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
       Merge branch 'master' of git://git.denx.de/u-boot-microblaze
       mkconfig: split the board make target to multiple config targets
       Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
       Merge branch 'warning-cleanup'
       board/flagadm/flash.c: fix compile warning
       board/linkstation/ide.c: Fix compile warning
       Merge branch 'master' of /home/wd/git/u-boot/custodians
       Merge branch 'master' of git://git.denx.de/u-boot-ubi
       Merge branch 'master' of /home/wd/git/u-boot/custodians
       Merge branch 'master' of /home/wd/git/u-boot/custodians
       Fix "ppc/85xx: Clean up use of LAWAR defines" breakage
       mpc5121ads: fix breakage introduced when reordering 
elpida_mddrc_config[]
       Merge branch 'master' of git://git.denx.de/u-boot-fdt
       Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
       Merge branch 'master' of git://git.denx.de/u-boot-i2c
       Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
       Merge branch 'master' of git://git.denx.de/u-boot-ubi
       Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
       Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
       cmd_mtdparts.c: fix compiler warning in debug code
       License cleanup: remove unintended "All Rights Reserved" notices.
       ARM: Update mach-types
       Remove "atmel_df_pow2" binary with "make clean"
       tools/mkimage: fix compiler warnings, use "const"
       kwbimage.c: Fix compile warning when building on 64 bit systems
       net/bootp.c: fix compile warning
       drivers/net/natsemi.c: fix compile warning
       sk98lin: fix compile warnings
       board/esd/common/flash.c: Fix compile warning
       board/esd/cpci750/ide.c: fix compile warning
       board/dave/common/flash.c: fix compile warning
       board/etin/debris/phantom.c: Fix compile error
       board/amcc/taihu/flash.c: Fix compile warning
       board/amcc/yucca/flash.c: Fix compile warning
       board/amcc/common/flash.c: Fix compile warning
       kwbimage.c: Fix compile warning when building on 64 bit systems 
(again)
       mkconfig: split the board make target to multiple config targets
       board/flagadm/flash.c: fix compile warning
       board/linkstation/ide.c: Fix compile warning
       Fix "ppc/85xx: Clean up use of LAWAR defines" breakage
       mpc5121ads: fix breakage introduced when reordering 
elpida_mddrc_config[]

  MAINTAINERS                                        |   17 +-
  MAKEALL                                            |   46 +-
  Makefile                                           |  139 +-
  README                                             |   34 +-
  board/LEOX/elpt860/README.LEOX                     |    2 +-
  board/Marvell/mv88f6281gtw_ge/config.mk            |    3 +
  board/Marvell/mv88f6281gtw_ge/kwbimage.cfg         |  165 +
  .../compactcenter => Marvell/openrd_base}/Makefile |   25 +-
  .../suzaku => Marvell/openrd_base}/config.mk       |   22 +-
  board/Marvell/openrd_base/kwbimage.cfg             |  168 ++
  board/Marvell/openrd_base/openrd_base.c            |  160 +
  board/Marvell/openrd_base/openrd_base.h            |   46 +
  board/Marvell/rd6281a/config.mk                    |    3 +
  board/Marvell/rd6281a/kwbimage.cfg                 |  167 ++
  board/Marvell/sheevaplug/config.mk                 |    3 +
  board/Marvell/sheevaplug/kwbimage.cfg              |  162 +
  board/amcc/acadia/acadia.c                         |   26 +-
  board/amcc/acadia/memory.c                         |   18 +-
  board/amcc/acadia/pll.c                            |   52 +-
  board/amcc/bamboo/bamboo.c                         |  134 +-
  board/amcc/bamboo/flash.c                          |    2 +-
  board/amcc/bubinga/bubinga.c                       |   16 +-
  board/amcc/bubinga/flash.c                         |   20 +-
  board/amcc/canyonlands/canyonlands.c               |   66 +-
  board/amcc/common/flash.c                          |    7 +-
  board/amcc/ebony/ebony.c                           |   86 +-
  board/amcc/katmai/katmai.c                         |   70 +-
  board/amcc/kilauea/kilauea.c                       |   48 +-
  board/amcc/luan/luan.c                             |   56 +-
  board/amcc/makalu/makalu.c                         |   48 +-
  board/amcc/ocotea/ocotea.c                         |  132 +-
  board/amcc/redwood/redwood.c                       |   78 +-
  board/amcc/sequoia/sequoia.c                       |  106 +-
  board/amcc/taihu/flash.c                           |   14 +-
  board/amcc/taihu/taihu.c                           |   20 +-
  board/amcc/taishan/showinfo.c                      |   70 +-
  board/amcc/taishan/taishan.c                       |   98 +-
  board/amcc/walnut/flash.c                          |   20 +-
  board/amcc/walnut/walnut.c                         |   14 +-
  board/amcc/yosemite/yosemite.c                     |  120 +-
  board/amcc/yucca/flash.c                           |    9 +-
  board/amcc/yucca/yucca.c                           |   84 +-
  board/atum8548/atum8548.c                          |    6 +-
  board/atum8548/law.c                               |    2 +-
  board/{gdsys/compactcenter => cm-bf537u}/Makefile  |   21 +-
  board/cm-bf537u/cm-bf537u.c                        |   66 +
  board/{AtmarkTechno/suzaku => cm-bf537u}/config.mk |   17 +-
  board/cm-bf537u/flash.c                            |   34 +
  board/cm-bf537u/gpio_cfi_flash.c                   |   60 +
  board/cm-bf537u/gpio_cfi_flash.h                   |   10 +
  board/cm-bf548/video.c                             |    6 +-
  board/cray/L1/L1.c                                 |   52 +-
  board/cray/L1/init.S                               |   24 +-
  board/csb272/csb272.c                              |   32 +-
  board/csb272/init.S                                |   68 +-
  board/csb472/csb472.c                              |   32 +-
  board/csb472/init.S                                |   72 +-
  board/dave/PPChameleonEVB/PPChameleonEVB.c         |   20 +-
  board/dave/PPChameleonEVB/flash.c                  |    8 +-
  board/dave/common/flash.c                          |    3 +-
  board/davedenx/aria/aria.c                         |    2 +-
  board/davinci/dm365evm/dm365evm.c                  |   44 +-
  board/eNET/Makefile                                |   11 +-
  board/eNET/eNET.c                                  |   90 +-
  board/eNET/eNET_pci.c                              |   95 +
  board/ep8248/ep8248.c                              |   12 +-
  board/eric/eric.c                                  |   18 +-
  board/eric/flash.c                                 |   20 +-
  board/eric/init.S                                  |  140 +-
  board/esd/apc405/apc405.c                          |   40 +-
  board/esd/ar405/ar405.c                            |   14 +-
  board/esd/ar405/flash.c                            |    8 +-
  board/esd/ash405/ash405.c                          |   16 +-
  board/esd/ash405/flash.c                           |    8 +-
  board/esd/canbt/canbt.c                            |   22 +-
  board/esd/canbt/flash.c                            |   10 +-
  board/esd/cms700/cms700.c                          |   16 +-
  board/esd/cms700/flash.c                           |    8 +-
  board/esd/common/flash.c                           |    3 +-
  board/esd/cpci2dp/cpci2dp.c                        |   26 +-
  board/esd/cpci2dp/flash.c                          |   10 +-
  board/esd/cpci405/cpci405.c                        |   40 +-
  board/esd/cpci405/flash.c                          |   20 +-
  board/esd/cpci750/ide.c                            |    8 +-
  board/esd/cpciiser4/cpciiser4.c                    |   16 +-
  board/esd/cpciiser4/flash.c                        |   10 +-
  board/esd/dp405/dp405.c                            |   16 +-
  board/esd/dp405/flash.c                            |    8 +-
  board/esd/du405/du405.c                            |   22 +-
  board/esd/du405/flash.c                            |   20 +-
  board/esd/du440/du440.c                            |   98 +-
  board/esd/hh405/flash.c                            |    8 +-
  board/esd/hh405/hh405.c                            |   16 +-
  board/esd/hub405/flash.c                           |    8 +-
  board/esd/hub405/hub405.c                          |   16 +-
  board/esd/mecp5123/mecp5123.c                      |    2 +-
  board/esd/meesc/meesc.c                            |   65 +-
  board/esd/ocrtc/flash.c                            |   20 +-
  board/esd/ocrtc/ocrtc.c                            |   16 +-
  board/esd/pci405/flash.c                           |    8 +-
  board/esd/pci405/pci405.c                          |   44 +-
  board/esd/plu405/flash.c                           |    8 +-
  board/esd/plu405/plu405.c                          |   16 +-
  board/esd/pmc405/pmc405.c                          |   20 +-
  board/esd/pmc405de/Makefile                        |    5 +-
  board/esd/pmc405de/pmc405de.c                      |   16 +-
  board/esd/pmc440/pmc440.c                          |  112 +-
  board/esd/voh405/flash.c                           |    8 +-
  board/esd/voh405/voh405.c                          |   16 +-
  board/esd/vom405/flash.c                           |    8 +-
  board/esd/vom405/vom405.c                          |   16 +-
  board/esd/wuh405/flash.c                           |    8 +-
  board/esd/wuh405/wuh405.c                          |   16 +-
  board/etin/debris/phantom.c                        |   10 -
  .../compactcenter => eukrea/cpu9260}/Makefile      |   26 +-
  board/eukrea/cpu9260/config.mk                     |    1 +
  board/eukrea/cpu9260/cpu9260.c                     |  220 ++
  board/eukrea/cpu9260/led.c                         |  153 +
  .../suzaku => eukrea/cpuat91}/Makefile             |   14 +-
  board/eukrea/cpuat91/config.mk                     |    1 +
  board/eukrea/cpuat91/cpuat91.c                     |   81 +
  board/exbitgen/exbitgen.c                          |   30 +-
  board/exbitgen/init.S                              |  118 +-
  board/flagadm/flash.c                              |   12 +-
  board/freescale/common/sys_eeprom.c                |    3 +-
  board/freescale/mpc5121ads/mpc5121ads.c            |   99 +-
  board/freescale/mpc8313erdb/mpc8313erdb.c          |    2 +-
  board/freescale/mpc8360emds/mpc8360emds.c          |   73 +-
  board/freescale/mpc8536ds/config.mk                |   21 +
  board/freescale/mpc8536ds/law.c                    |    6 +-
  board/freescale/mpc8536ds/mpc8536ds.c              |   15 +-
  board/freescale/mpc8536ds/tlb.c                    |   11 +
  board/freescale/mpc8540ads/law.c                   |    2 +-
  board/freescale/mpc8544ds/law.c                    |    6 +-
  board/freescale/mpc8544ds/mpc8544ds.c              |   14 +-
  board/freescale/mpc8548cds/mpc8548cds.c            |    6 +-
  board/freescale/mpc8560ads/law.c                   |    2 +-
  board/freescale/mpc8568mds/mpc8568mds.c            |    4 +-
  board/freescale/mpc8569mds/mpc8569mds.c            |    4 +-
  board/freescale/mpc8572ds/config.mk                |    2 +
  board/freescale/mpc8572ds/law.c                    |    6 +-
  board/freescale/mpc8572ds/mpc8572ds.c              |  235 +-
  board/freescale/mpc8610hpcd/mpc8610hpcd.c          |   26 +-
  board/freescale/mpc8641hpcn/mpc8641hpcn.c          |    5 +-
  board/freescale/p1_p2_rdb/config.mk                |    2 +
  board/freescale/p1_p2_rdb/ddr.c                    |   34 +-
  board/freescale/p1_p2_rdb/law.c                    |    4 +-
  board/freescale/p1_p2_rdb/pci.c                    |   52 +-
  board/freescale/p2020ds/config.mk                  |    2 +
  board/freescale/p2020ds/law.c                      |    6 +-
  board/freescale/p2020ds/p2020ds.c                  |  164 +-
  board/g2000/g2000.c                                |   53 +-
  board/gdsys/dlvision/dlvision.c                    |   16 +-
  board/gdsys/gdppc440etx/gdppc440etx.c              |   82 +-
  board/gdsys/{compactcenter => intip}/Makefile      |    0
  board/gdsys/{compactcenter => intip}/chip_config.c |    0
  board/gdsys/{compactcenter => intip}/config.mk     |    0
  board/gdsys/{compactcenter => intip}/init.S        |    0
  .../compactcenter.c => intip/intip.c}              |   66 +-
  board/gdsys/{compactcenter => intip}/u-boot.lds    |    2 +-
  board/gdsys/neo/neo.c                              |   16 +-
  board/jse/init.S                                   |   14 +-
  board/jse/jse.c                                    |   20 +-
  board/jse/sdram.c                                  |   80 +-
  board/keymile/mgcoge/mgcoge.c                      |    5 -
  board/korat/korat.c                                |  110 +-
  board/linkstation/ide.c                            |    6 +-
  board/logicpd/zoom1/zoom1.h                        |  164 +-
  board/logicpd/zoom2/zoom2.h                        |  188 +-
  board/lwmon/lwmon.c                                |    1 -
  board/lwmon5/lwmon5.c                              |   98 +-
  board/matrix_vision/mvbc_p/mvbc_p_autoscript       |    4 +-
  board/matrix_vision/mvblm7/mvblm7_autoscript       |    4 +-
  board/micronas/vct/ebi_onenand.c                   |    1 -
  board/mpl/common/flash.c                           |   58 +-
  board/mpl/mip405/init.S                            |   74 +-
  board/mpl/mip405/mip405.c                          |  146 +-
  board/mpl/pip405/init.S                            |   74 +-
  board/mpl/pip405/pip405.c                          |   96 +-
  board/muas3001/muas3001.c                          |   31 -
  board/mucmc52/mucmc52.c                            |    7 +
  board/musenki/README                               |    2 +-
  board/netstal/common/fixed_sdram.c                 |   40 +-
  board/netstal/hcu4/hcu4.c                          |   14 +-
  board/netstal/hcu5/hcu5.c                          |   76 +-
  board/netstal/hcu5/sdram.c                         |    4 +-
  board/netstal/mcu25/mcu25.c                        |   20 +-
  board/overo/overo.c                                |   59 +
  board/overo/overo.h                                |  645 ++--
  board/pandora/pandora.h                            |  662 +++---
  board/pcs440ep/pcs440ep.c                          |   88 +-
  board/pm854/law.c                                  |    2 +-
  board/pm856/law.c                                  |    2 +-
  board/pn62/cmd_pn62.c                              |   18 -
  board/prodrive/alpr/alpr.c                         |   66 +-
  board/prodrive/p3p440/p3p440.c                     |   52 +-
  board/quad100hd/quad100hd.c                        |   14 +-
  board/sandburst/common/sb_common.c                 |   26 +-
  board/sandburst/karef/karef.c                      |   96 +-
  board/sandburst/metrobox/metrobox.c                |   96 +-
  board/sbc405/sbc405.c                              |   16 +-
  board/sbc8548/Makefile                             |    4 +-
  board/sbc8548/config.mk                            |    2 +-
  board/sbc8548/law.c                                |   12 +-
  board/sbc8548/sbc8548.c                            |  305 +--
  board/sbc8548/tlb.c                                |   80 +-
  board/sc3/init.S                                   |  130 +-
  board/sc3/sc3.c                                    |  116 +-
  board/sc520_cdp/Makefile                           |   14 +-
  board/sc520_cdp/flash.c                            |   14 +-
  board/sc520_cdp/sc520_cdp.c                        |  383 +--
  board/sc520_cdp/sc520_cdp_pci.c                    |  271 ++
  board/sc520_spunk/Makefile                         |   14 +-
  board/sc520_spunk/sc520_spunk.c                    |  514 +---
  board/sc520_spunk/sc520_spunk_pci.c                |  323 ++
  board/sheldon/simpc8313/simpc8313.c                |    2 +-
  board/snmc/qs850/flash.c                           |   16 +-
  board/snmc/qs860t/flash.c                          |   16 +-
  board/socrates/law.c                               |    4 +-
  board/stx/stxgp3/law.c                             |    2 +-
  board/stx/stxssa/law.c                             |    2 +-
  board/tb0229/flash.c                               |   20 +-
  board/ti/beagle/beagle.h                           |  640 ++--
  board/ti/evm/evm.h                                 |  662 +++---
  board/timll/devkit8000/devkit8000.h                |  628 ++--
  board/tqc/tqm5200/Makefile                         |    2 +-
  board/tqc/tqm85xx/tqm85xx.c                        |    8 +-
  board/uc101/uc101.c                                |    7 +
  board/w7o/init.S                                   |   76 +-
  board/w7o/w7o.c                                    |   44 +-
  board/xes/xpedite1000/xpedite1000.c                |   86 +-
  board/xes/xpedite5200/law.c                        |    2 +-
  board/xilinx/microblaze-generic/u-boot.lds         |    3 +
  board/zeus/zeus.c                                  |   20 +-
  common/cmd_bootm.c                                 |   10 +
  common/cmd_fdt.c                                   |   23 +-
  common/cmd_ide.c                                   |    8 +
  common/cmd_load.c                                  |   18 -
  common/cmd_mtdparts.c                              |    2 +-
  common/cmd_net.c                                   |   15 -
  common/cmd_reginfo.c                               |  182 +-
  common/cmd_source.c                                |   18 -
  common/dlmalloc.c                                  |   33 +-
  common/image.c                                     |   53 +-
  config.mk                                          |    4 +
  cpu/74xx_7xx/config.mk                             |    2 +-
  cpu/arm1136/config.mk                              |    3 +-
  cpu/arm1176/config.mk                              |    3 +-
  cpu/arm1176/s3c64xx/config.mk                      |    3 +-
  cpu/arm720t/config.mk                              |    3 +-
  cpu/arm920t/at91rm9200/Makefile                    |    5 +-
  cpu/arm920t/at91rm9200/ks8721.c                    |  249 ++
  cpu/arm920t/config.mk                              |    3 +-
  cpu/arm925t/config.mk                              |    3 +-
  cpu/arm926ejs/at91/lowlevel_init.S                 |    3 +-
  cpu/arm926ejs/config.mk                            |    3 +-
  cpu/arm926ejs/davinci/Makefile                     |    1 +
  cpu/arm926ejs/davinci/config.mk                    |    3 +-
  cpu/arm926ejs/davinci/dm646x.c                     |   41 +
  cpu/arm926ejs/kirkwood/cpu.c                       |    1 +
  cpu/arm946es/config.mk                             |    3 +-
  cpu/arm_cortexa8/config.mk                         |    3 +-
  cpu/arm_cortexa8/cpu.c                             |    2 +-
  cpu/arm_cortexa8/omap3/Makefile                    |    2 +-
  cpu/arm_cortexa8/omap3/board.c                     |    2 +-
  cpu/arm_cortexa8/omap3/cache.S                     |  191 ++
  cpu/arm_cortexa8/omap3/cache.c                     |   95 -
  cpu/arm_cortexa8/start.S                           |   85 -
  cpu/arm_intcm/config.mk                            |    3 +-
  cpu/blackfin/interrupt.S                           |    5 +
  cpu/i386/sc520/sc520.c                             |   75 +-
  cpu/i386/sc520/sc520_pci.c                         |   68 +-
  cpu/i386/sc520/sc520_ssi.c                         |   28 +-
  cpu/i386/sc520/sc520_timer.c                       |   35 +-
  cpu/ixp/config.mk                                  |    3 +-
  cpu/lh7a40x/config.mk                              |    3 +-
  cpu/mpc512x/fixed_sdram.c                          |  104 +-
  cpu/mpc5xxx/cpu.c                                  |   20 +
  cpu/mpc5xxx/i2c.c                                  |   49 +
  cpu/mpc824x/config.mk                              |    2 +-
  cpu/mpc83xx/cpu_init.c                             |  261 +-
  cpu/mpc83xx/serdes.c                               |    2 +-
  cpu/mpc85xx/Makefile                               |   25 +-
  cpu/mpc85xx/commproc.c                             |    3 -
  cpu/mpc85xx/cpu.c                                  |   88 +-
  cpu/mpc85xx/cpu_init.c                             |   95 +-
  cpu/mpc85xx/cpu_init_early.c                       |  112 +
  cpu/mpc85xx/cpu_init_nand.c                        |   63 +
  cpu/mpc85xx/ddr-gen3.c                             |    1 -
  cpu/mpc85xx/ether_fcc.c                            |    4 -
  cpu/mpc85xx/fdt.c                                  |   24 +-
  cpu/mpc85xx/fixed_ivor.S                           |   79 +
  cpu/mpc85xx/mp.c                                   |   96 +-
  cpu/mpc85xx/pci.c                                  |    4 +-
  cpu/mpc85xx/release.S                              |    6 +-
  cpu/mpc85xx/serial_scc.c                           |    3 -
  cpu/mpc85xx/speed.c                                |   88 +-
  cpu/mpc85xx/start.S                                |   61 +-
  cpu/mpc85xx/tlb.c                                  |   69 +-
  cpu/mpc85xx/traps.c                                |    9 +-
  .../u-boot.lds => cpu/mpc85xx/u-boot-nand.lds      |   60 +-
  .../u-boot.lds => cpu/mpc85xx/u-boot-nand_spl.lds  |   69 +-
  cpu/mpc85xx/u-boot.lds                             |   10 +-
  cpu/mpc86xx/cpu.c                                  |   11 +-
  cpu/mpc86xx/fdt.c                                  |    3 +
  cpu/mpc8xx/config.mk                               |    2 +-
  cpu/mpc8xxx/Makefile                               |    2 +
  cpu/mpc8xxx/cpu.c                                  |   15 +-
  cpu/mpc8xxx/ddr/ctrl_regs.c                        |   33 +-
  cpu/mpc8xxx/ddr/ddr3_dimm_params.c                 |    4 +-
  cpu/mpc8xxx/fdt.c                                  |   55 +
  cpu/mpc8xxx/pci_cfg.c                              |  225 ++
  cpu/ppc4xx/40x_spd_sdram.c                         |   27 +-
  cpu/ppc4xx/44x_spd_ddr.c                           |   58 +-
  cpu/ppc4xx/4xx_pci.c                               |   14 +-
  cpu/ppc4xx/4xx_pcie.c                              |   23 +-
  cpu/ppc4xx/4xx_uart.c                              |   28 +-
  cpu/ppc4xx/config.mk                               |    2 +-
  cpu/ppc4xx/cpu.c                                   |   38 +-
  cpu/ppc4xx/cpu_init.c                              |   68 +-
  cpu/ppc4xx/fdt.c                                   |    4 +-
  cpu/ppc4xx/miiphy.c                                |    2 +-
  cpu/ppc4xx/sdram.c                                 |   64 +-
  cpu/ppc4xx/speed.c                                 |  148 +-
  cpu/ppc4xx/start.S                                 |  112 +-
  cpu/ppc4xx/uic.c                                   |   28 +-
  cpu/ppc4xx/usbdev.c                                |    4 +-
  cpu/pxa/config.mk                                  |    3 +-
  cpu/s3c44b0/config.mk                              |    3 +-
  cpu/sa1100/config.mk                               |    3 +-
  doc/README.IPHASE4539                              |    2 +-
  doc/README.NetConsole                              |   24 +-
  doc/README.kwbimage                                |   93 +
  doc/README.m52277evb                               |    2 +-
  doc/README.m5373evb                                |    2 +-
  doc/README.m54455evb                               |    2 +-
  doc/README.m5475evb                                |    2 +-
  doc/README.mpc8536ds                               |  127 +
  doc/README.sbc8548                                 |  213 ++-
  doc/README.standalone                              |    2 +-
  doc/feature-removal-schedule.txt                   |   19 -
  drivers/block/ata_piix.c                           |   10 +-
  drivers/block/ata_piix.h                           |   15 +-
  drivers/hwmon/ds1722.c                             |    3 +-
  drivers/i2c/fsl_i2c.c                              |  129 +-
  drivers/input/keyboard.c                           |    1 -
  drivers/input/pc_keyb.c                            |    1 -
  drivers/input/ps2mult.c                            |    1 -
  drivers/input/ps2ser.c                             |    1 -
  drivers/misc/fsl_law.c                             |  137 +-
  drivers/mmc/omap3_mmc.c                            |   48 +-
  drivers/mtd/nand/davinci_nand.c                    |    3 +-
  drivers/mtd/nand/mpc5121_nfc.c                     |    1 +
  drivers/mtd/nand/mxc_nand.c                        |    2 +-
  drivers/mtd/nand/ndfc.c                            |    4 +-
  drivers/net/4xx_enet.c                             |  136 +-
  drivers/net/Makefile                               |    1 -
  drivers/net/e1000.c                                |   12 +-
  drivers/net/natsemi.c                              |    3 +-
  drivers/net/sk98lin/skge.c                         |   12 +-
  drivers/net/sk98lin/skgesirq.c                     |    7 +-
  drivers/net/sk98lin/skrlmt.c                       |    3 +-
  drivers/net/sk98lin/skxmac2.c                      |   20 +-
  drivers/net/smc911x.c                              |   14 +-
  drivers/net/smc911x.h                              |    7 +-
  drivers/net/xilinx_emac.c                          |  464 ---
  drivers/net/xilinx_emaclite.c                      |   39 +-
  drivers/pci/fsl_pci_init.c                         |    2 +-
  drivers/pcmcia/ti_pci1410a.c                       |   62 +-
  drivers/qe/uccf.h                                  |    1 +
  drivers/qe/uec.h                                   |    4 +
  drivers/qe/uec_phy.c                               |   15 +-
  drivers/rtc/ds1337.c                               |    4 +
  examples/standalone/.gitignore                     |    1 +
  examples/standalone/Makefile                       |  162 +-
  examples/standalone/atmel_df_pow2.c                |  209 ++
  examples/standalone/stubs.c                        |    4 +-
  fs/ubifs/ubifs.c                                   |   68 +-
  fs/ubifs/ubifs.h                                   |   32 -
  include/asm-arm/arch-davinci/emac_defs.h           |    4 +-
  .../asm-arm/arch-davinci/gpio_defs.h               |   71 +-
  include/asm-arm/arch-davinci/hardware.h            |   11 +
  include/asm-arm/arch-davinci/nand_defs.h           |    2 +-
  include/asm-arm/arch-omap3/mmc.h                   |    7 +
  include/asm-arm/arch-omap3/omap3.h                 |    2 +
  include/asm-arm/arch-omap3/sys_proto.h             |    2 +-
  include/asm-arm/bitops.h                           |   81 +-
  include/asm-arm/mach-types.h                       | 2068 +++++++++++++-
  include/asm-blackfin/bitops.h                      |    9 +-
  include/asm-blackfin/config.h                      |   10 +-
  include/asm-blackfin/global_data.h                 |    2 +-
  include/asm-i386/bitops.h                          |    1 +
  include/asm-i386/errno.h                           |    1 +
  include/asm-i386/ic/sc520.h                        |  417 ++--
  include/asm-m68k/bitops.h                          |    1 +
  include/asm-microblaze/bitops.h                    |    2 +
  include/asm-mips/bitops.h                          |   12 +-
  include/asm-nios/bitops.h                          |    1 +
  include/asm-nios2/bitops.h                         |    1 +
  include/asm-ppc/bitops.h                           |    2 +
  include/asm-ppc/config.h                           |    6 +-
  include/asm-ppc/fsl_ddr_sdram.h                    |    1 -
  include/asm-ppc/fsl_law.h                          |   31 +
  include/asm-ppc/fsl_lbc.h                          |   12 +
  include/asm-ppc/fsl_pci.h                          |   17 +
  include/asm-ppc/immap_512x.h                       |    4 +
  include/asm-ppc/immap_85xx.h                       | 3118 
+++++++++++---------
  include/asm-ppc/mmu.h                              |   41 +-
  include/asm-ppc/mpc512x.h                          |    2 +-
  include/asm-ppc/ppc4xx-sdram.h                     |   86 +-
  include/asm-ppc/ppc4xx-uic.h                       |   80 +-
  include/asm-ppc/processor.h                        |   20 +
  include/asm-sh/bitops.h                            |    2 +
  include/common.h                                   |    4 +-
  include/compiler.h                                 |    3 +
  include/configs/CCM.h                              |    2 +
  include/configs/CPCI405.h                          |    3 +
  include/configs/CPCI4052.h                         |    3 +
  include/configs/CPCI405AB.h                        |    3 +
  include/configs/CPCI405DT.h                        |    3 +
  include/configs/ELPT860.h                          |    1 +
  include/configs/IDS8247.h                          |    2 -
  include/configs/IP860.h                            |    1 +
  include/configs/IVML24.h                           |    2 +
  include/configs/IVMS8.h                            |    2 +
  include/configs/MPC8260ADS.h                       |    2 +-
  include/configs/MPC8266ADS.h                       |    1 +
  include/configs/MPC8313ERDB.h                      |    4 +-
  include/configs/MPC8315ERDB.h                      |    3 +-
  include/configs/MPC8323ERDB.h                      |    3 +-
  include/configs/MPC832XEMDS.h                      |    3 +-
  include/configs/MPC8349EMDS.h                      |    3 +-
  include/configs/MPC8349ITX.h                       |    3 +-
  include/configs/MPC8360EMDS.h                      |    9 +-
  include/configs/MPC8360ERDK.h                      |    3 +-
  include/configs/MPC837XEMDS.h                      |    3 +-
  include/configs/MPC837XERDB.h                      |    3 +-
  include/configs/MPC8536DS.h                        |  257 ++-
  include/configs/MPC8560ADS.h                       |    1 +
  include/configs/MPC8572DS.h                        |    4 +
  include/configs/MVBC_P.h                           |   14 +-
  include/configs/MVBLM7.h                           |   17 +-
  include/configs/P1_P2_RDB.h                        |   13 +
  include/configs/P2020DS.h                          |   13 +
  include/configs/PMC405.h                           |    2 +
  include/configs/PMC405DE.h                         |    2 +
  include/configs/RPXsuper.h                         |    1 +
  include/configs/SBC8540.h                          |   20 +-
  include/configs/SIMPC8313.h                        |    5 +-
  include/configs/SPD823TS.h                         |    2 +
  include/configs/TQM834x.h                          |    3 +-
  include/configs/W7OLMC.h                           |    5 +-
  include/configs/W7OLMG.h                           |    5 +-
  include/configs/XPEDITE5170.h                      |    2 +-
  include/configs/XPEDITE5200.h                      |    2 +-
  include/configs/XPEDITE5370.h                      |    2 +-
  include/configs/acadia.h                           |    3 +-
  include/configs/amcc-common.h                      |    8 +-
  include/configs/aria.h                             |   22 +-
  include/configs/bf537-stamp.h                      |   29 +-
  include/configs/bfin_adi_common.h                  |   17 +-
  include/configs/cm-bf537u.h                        |  150 +
  include/configs/cogent_mpc8260.h                   |    1 +
  include/configs/cogent_mpc8xx.h                    |    1 +
  include/configs/cpu9260.h                          |  453 +++
  include/configs/cpuat91.h                          |  228 ++
  include/configs/davinci_dm355evm.h                 |   21 +-
  include/configs/davinci_dm365evm.h                 |    2 -
  include/configs/davinci_dvevm.h                    |    1 +
  include/configs/devkit8000.h                       |    1 +
  include/configs/digsy_mtc.h                        |    1 +
  include/configs/eNET.h                             |   25 +-
  include/configs/ep8248.h                           |   49 +-
  include/configs/galaxy5200.h                       |    8 +
  include/configs/{compactcenter.h => intip.h}       |   28 +-
  include/configs/keymile-common.h                   |    6 +-
  include/configs/kmeter1.h                          |    4 +-
  include/configs/linkstation.h                      |    2 -
  include/configs/lwmon.h                            |    5 +-
  include/configs/manroland/common.h                 |  141 +
  include/configs/manroland/mpc5200-common.h         |  230 ++
  include/configs/mecp5123.h                         |   21 +-
  include/configs/meesc.h                            |   25 +-
  include/configs/mgcoge.h                           |    3 +-
  include/configs/microblaze-generic.h               |   17 +-
  include/configs/mpc5121ads.h                       |   63 +-
  include/configs/mpc7448hpc2.h                      |    1 -
  include/configs/muas3001.h                         |    3 +-
  include/configs/mucmc52.h                          |  257 +--
  include/configs/omap3_beagle.h                     |    1 +
  include/configs/omap3_evm.h                        |    1 +
  include/configs/omap3_overo.h                      |   18 +-
  include/configs/omap3_pandora.h                    |    1 +
  include/configs/omap3_zoom1.h                      |    1 +
  include/configs/omap3_zoom2.h                      |    1 +
  include/configs/openrd_base.h                      |  220 ++
  include/configs/pcu_e.h                            |    3 +
  include/configs/r7780mp.h                          |    2 +-
  include/configs/sbc8349.h                          |   18 +-
  include/configs/sbc8548.h                          |  167 +-
  include/configs/sbc8560.h                          |   18 +-
  include/configs/sc3.h                              |    1 +
  include/configs/sc520_cdp.h                        |   24 +-
  include/configs/sc520_spunk.h                      |    2 +
  include/configs/stxgp3.h                           |    1 +
  include/configs/stxxtc.h                           |    1 -
  include/configs/suzaku.h                           |  110 -
  include/configs/uc101.h                            |  267 +--
  include/configs/vme8349.h                          |    3 +-
  .../suzaku/suzaku.c => include/ds1722.h            |   24 +-
  include/e500.h                                     |    6 +
  include/ide.h                                      |    3 +
  include/image.h                                    |   60 +-
  include/ks8721.h                                   |   78 +
  include/linux/bitops.h                             |   83 +
  include/malloc.h                                   |    8 +
  include/ppc405.h                                   |  397 +--
  include/ppc440.h                                   |  432 +--
  include/ppc4xx.h                                   |  106 +-
  .../suzaku/flash.c => include/u-boot/crc.h         |   39 +-
  include/ubi_uboot.h                                |    4 +-
  lib_arm/board.c                                    |   34 +-
  lib_arm/config.mk                                  |   10 +
  lib_avr32/board.c                                  |   41 +-
  lib_avr32/config.mk                                |    2 +
  lib_blackfin/board.c                               |   61 +-
  lib_blackfin/config.mk                             |    4 +-
  lib_generic/zlib.c                                 |    5 +-
  lib_i386/Makefile                                  |    4 +-
  lib_i386/board.c                                   |   21 -
  lib_i386/config.mk                                 |    2 +
  lib_i386/pcat_timer.c                              |    5 +
  lib_i386/pci.c                                     |    5 +-
  lib_i386/pci_type1.c                               |    5 -
  lib_i386/video_bios.c                              |   18 +-
  lib_m68k/board.c                                   |   41 +-
  lib_m68k/config.mk                                 |    3 +
  lib_microblaze/board.c                             |   40 +-
  lib_microblaze/config.mk                           |    2 +
  lib_mips/board.c                                   |   40 +-
  lib_mips/config.mk                                 |    2 +
  lib_nios/board.c                                   |   37 +-
  lib_nios/config.mk                                 |    2 +
  lib_nios2/board.c                                  |   37 +-
  lib_nios2/config.mk                                |    2 +
  lib_ppc/board.c                                    |   77 +-
  lib_ppc/config.mk                                  |    2 +
  lib_sh/board.c                                     |   31 +-
  lib_sh/config.mk                                   |    5 +
  lib_sparc/board.c                                  |   42 +-
  lib_sparc/config.mk                                |    2 +
  mkconfig                                           |    7 +
  nand_spl/board/amcc/bamboo/sdram.c                 |   30 +-
  nand_spl/board/freescale/mpc8536ds/Makefile        |  127 +
  nand_spl/board/freescale/mpc8536ds/nand_boot.c     |   83 +
  net/bootp.c                                        |    6 +-
  onenand_ipl/onenand_boot.c                         |    1 -
  onenand_ipl/onenand_ipl.h                          |    5 +-
  onenand_ipl/onenand_read.c                         |   46 +-
  post/cpu/ppc4xx/ether.c                            |   50 +-
  post/cpu/ppc4xx/uart.c                             |   22 +-
  tools/Makefile                                     |   70 +-
  tools/default_image.c                              |  149 +
  tools/fit_image.c                                  |  212 ++
  tools/kwbimage.c                                   |  405 +++
  tools/kwbimage.h                                   |  106 +
  tools/mkimage.c                                    |  554 ++--
  tools/mkimage.h                                    |  103 +-
  tools/netconsole                                   |   23 +-
  569 files changed, 20044 insertions(+), 12576 deletions(-)
  create mode 100644 board/Marvell/mv88f6281gtw_ge/kwbimage.cfg
  copy board/{gdsys/compactcenter => Marvell/openrd_base}/Makefile (69%)
  copy board/{AtmarkTechno/suzaku => Marvell/openrd_base}/config.mk (55%)
  create mode 100644 board/Marvell/openrd_base/kwbimage.cfg
  create mode 100644 board/Marvell/openrd_base/openrd_base.c
  create mode 100644 board/Marvell/openrd_base/openrd_base.h
  create mode 100644 board/Marvell/rd6281a/kwbimage.cfg
  create mode 100644 board/Marvell/sheevaplug/kwbimage.cfg
  copy board/{gdsys/compactcenter => cm-bf537u}/Makefile (77%)
  create mode 100644 board/cm-bf537u/cm-bf537u.c
  rename board/{AtmarkTechno/suzaku => cm-bf537u}/config.mk (65%)
  create mode 100644 board/cm-bf537u/flash.c
  create mode 100644 board/cm-bf537u/gpio_cfi_flash.c
  create mode 100644 board/cm-bf537u/gpio_cfi_flash.h
  create mode 100644 board/eNET/eNET_pci.c
  copy board/{gdsys/compactcenter => eukrea/cpu9260}/Makefile (69%)
  create mode 100644 board/eukrea/cpu9260/config.mk
  create mode 100644 board/eukrea/cpu9260/cpu9260.c
  create mode 100644 board/eukrea/cpu9260/led.c
  rename board/{AtmarkTechno/suzaku => eukrea/cpuat91}/Makefile (80%)
  create mode 100644 board/eukrea/cpuat91/config.mk
  create mode 100644 board/eukrea/cpuat91/cpuat91.c
  rename board/gdsys/{compactcenter => intip}/Makefile (100%)
  rename board/gdsys/{compactcenter => intip}/chip_config.c (100%)
  rename board/gdsys/{compactcenter => intip}/config.mk (100%)
  rename board/gdsys/{compactcenter => intip}/init.S (100%)
  rename board/gdsys/{compactcenter/compactcenter.c => intip/intip.c} (82%)
  copy board/gdsys/{compactcenter => intip}/u-boot.lds (98%)
  create mode 100644 board/sc520_cdp/sc520_cdp_pci.c
  create mode 100644 board/sc520_spunk/sc520_spunk_pci.c
  create mode 100644 cpu/arm920t/at91rm9200/ks8721.c
  create mode 100644 cpu/arm926ejs/davinci/dm646x.c
  create mode 100644 cpu/arm_cortexa8/omap3/cache.S
  delete mode 100644 cpu/arm_cortexa8/omap3/cache.c
  create mode 100644 cpu/mpc85xx/cpu_init_early.c
  create mode 100644 cpu/mpc85xx/cpu_init_nand.c
  create mode 100644 cpu/mpc85xx/fixed_ivor.S
  rename board/gdsys/compactcenter/u-boot.lds => 
cpu/mpc85xx/u-boot-nand.lds (80%)
  copy board/AtmarkTechno/suzaku/u-boot.lds => 
cpu/mpc85xx/u-boot-nand_spl.lds (51%)
  create mode 100644 cpu/mpc8xxx/fdt.c
  create mode 100644 cpu/mpc8xxx/pci_cfg.c
  create mode 100644 doc/README.kwbimage
  create mode 100644 doc/README.mpc8536ds
  delete mode 100644 drivers/net/xilinx_emac.c
  create mode 100644 examples/standalone/atmel_df_pow2.c
  rename board/AtmarkTechno/suzaku/u-boot.lds => 
include/asm-arm/arch-davinci/gpio_defs.h (53%)
  create mode 100644 include/asm-i386/errno.h
  create mode 100644 include/configs/cm-bf537u.h
  create mode 100644 include/configs/cpu9260.h
  create mode 100644 include/configs/cpuat91.h
  rename include/configs/{compactcenter.h => intip.h} (96%)
  create mode 100644 include/configs/manroland/common.h
  create mode 100644 include/configs/manroland/mpc5200-common.h
  create mode 100644 include/configs/openrd_base.h
  delete mode 100644 include/configs/suzaku.h
  rename board/AtmarkTechno/suzaku/suzaku.c => include/ds1722.h (66%)
  create mode 100644 include/ks8721.h
  rename board/AtmarkTechno/suzaku/flash.c => include/u-boot/crc.h (54%)
  create mode 100644 nand_spl/board/freescale/mpc8536ds/Makefile
  create mode 100644 nand_spl/board/freescale/mpc8536ds/nand_boot.c
  create mode 100644 tools/default_image.c
  create mode 100644 tools/fit_image.c
  create mode 100644 tools/kwbimage.c
  create mode 100644 tools/kwbimage.h

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2009-10-13  2:01 Tom
  0 siblings, 0 replies; 162+ messages in thread
From: Tom @ 2009-10-13  2:01 UTC (permalink / raw)
  To: u-boot

Wolfgang,

This pull request is nosily because of periodic syncing to u-boot/master.

Tom

Please pull :


The following changes since commit 5e4c9a10c5238bb63feac9eefd2141908bf07075:
   Sandeep Paulraj (1):
         TI DaVinci: Remove references to SZ_xx

are available in the git repository at:

   git://git.denx.de/u-boot-arm master

Anton Vorontsov (11):
       Move uninitialized_var() macro from ubi_uboot.h to compiler.h
       mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice
       fsl: sys_eeprom: Fix 'may be used uninitialized' warning
       net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
       net: uec: Fix uccf.h and uec.h headers to include headers they 
depend on
       mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
       mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 
2.1 CPUs
       mpc83xx: mpc8360emds: Add QE USB device tree fixups
       Move uninitialized_var() macro from ubi_uboot.h to compiler.h
       mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice
       fsl: sys_eeprom: Fix 'may be used uninitialized' warning

Daniel Gorsulowski (1):
       at91: Update MEESC board support

Detlev Zundel (2):
       amcc-common.h: Use filenames from environment variables for 
update procedure.
       amcc-common.h: Use filenames from environment variables for 
update procedure.

Dipen Dudhat (4):
       ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
       ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
       ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
       ppc/85xx: Fix up eSDHC controller clock frequency in the device tree

Dirk Behme (1):
       OMAP3 MMC: Fix warning dereferencing type-punned pointer

Dirk Eibach (4):
       ppc4xx: Rename compactcenter to intip
       ppc4xx: Make DDR2 timing for intip more robust
       ppc4xx: Rename compactcenter to intip
       ppc4xx: Make DDR2 timing for intip more robust

Eric Millbrandt (6):
       galaxy5200: Add chip select region for an Epson S1D15313
       Reset i2c slave devices during init on mpc5xxx cpus
       galaxy5200: enable version environment variable
       galaxy5200: Add chip select region for an Epson S1D15313
       Reset i2c slave devices during init on mpc5xxx cpus
       galaxy5200: enable version environment variable

Giuseppe CONDORELLI (2):
       zlib: fix code when DEBUG is defined
       zlib: fix code when DEBUG is defined

Graeme Russ (28):
       i386: Add errno.h
       i386: Change inline asm global symbols to local
       i386: Fix regression introduced by commit 8c63d47651f7
       Fix environment configuration for eNET board
       Fix sc520 timer interrupt generation
       i386: Misc PCI fixups
       Misc SATA fixups
       Misc ti_pci1410a fixups
       Misc ds1722 fixups
       Fixup sc520_spunk board
       Misc sc520 cdp fixups
       i386: Replace [read, write]_mmcr_[byte, word, long] with memory 
mapped structure
       i386: Moved PCI from #ifdef to conditional compile for sc520 boards
       Add PCI support to eNET board
       i386: Add errno.h
       i386: Change inline asm global symbols to local
       i386: Fix regression introduced by commit 8c63d47651f7
       Fix environment configuration for eNET board
       Fix sc520 timer interrupt generation
       i386: Misc PCI fixups
       Misc SATA fixups
       Misc ti_pci1410a fixups
       Misc ds1722 fixups
       Fixup sc520_spunk board
       Misc sc520 cdp fixups
       i386: Replace [read, write]_mmcr_[byte, word, long] with memory 
mapped structure
       i386: Moved PCI from #ifdef to conditional compile for sc520 boards
       Add PCI support to eNET board

Harald Krapfenbauer (2):
       Blackfin: cm-bf537u: new board port
       Blackfin: cm-bf537u: new board port

Heiko Schocher (4):
       mpc5200, mucmc52, uc101: config cleanup
       mucmc52, uc101: delete ata at 3a00 node, if no CF card is detected
       mpc5200, mucmc52, uc101: config cleanup
       mucmc52, uc101: delete ata at 3a00 node, if no CF card is detected

Joakim Tjernlund (4):
       fsl_i2c: Wait for STOP condition to propagate
       fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_{DFSR/FDR}
       fsl_i2c: Impl. AN2919, rev 5 to calculate FDR/DFSR
       fsl_i2c: Do not generate STOP after read.

Ken MacLeod (1):
       cmd_fdt.c: fix parse of byte streams and strings

Kim Phillips (1):
       mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and 
LCRR bitfields

Kumar Gala (72):
       Add ability for arch code to make changes before we boot
       ppc: Remove -fno-strict-aliasing
       arm: Remove -fno-strict-aliasing
       ppc/8xxx: relocate cpu pointer in global data
       ppc/8xxx: Remove ddr_pd_cntl register since it doesn't exist
       85xx: Add support for setting IVORs to fixed offset defaults
       ppc/85xx: Add a simple function to search the TLB
       ppc/85xx: Fix bug in setup_mp code
       ppc/85xx: Cleanup makefile and related optional files
       ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
       ppc/85xx: Clean up do_reset
       ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard 
link address
       ppc/8xxx: Misc DDR related fixes
       ppc/85xx: Introduce low level write_tlb function
       ppc/85xx: Repack tlb_table to save space
       ppc/85xx: Move code around to prep for NAND_SPL
       ppc/85xx: Change cpu_init_early_f so we can use with NAND SPL
       ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL
       ppc/85xx: Disable all async interrupt sources when we boot
       ppc/85xx: Fix LCRR_CLKDIV defines
       ppc/85xx: Simplify the top makefile for 36-bit config for MPC8572DS
       ppc/85xx: Simplify the top makefile for 36-bit config for P2020DS
       ppc/85xx: Simplify the top makefile for P1_P2_RDB boards
       ppc/85xx: Clean up p1_p2_rdb PCI setup
       ppc/85xx: Clean up p2020ds PCI setup code
       ppc/85xx: Clean up mpc8572DS PCI setup code
       ppc/85xx: Clean up use of LAWAR defines
       ppc/85xx: Fix enabling of L2 cache
       ppc/p4080: Add p4080 platform immap definitions
       ppc/p4080: Add support for CoreNet style platform LAWs
       ppc/p4080: CoreNet platfrom style CCSRBAR setting
       ppc/p4080: CoreNet platfrom style secondary core release
       ppc/p4080: Add various p4080 related defines (and p4040)
       ppc/p4080: Handle timebase enabling and frequency reporting
       ppc/p4080: Determine various chip frequencies on CoreNet platforms
       ppc/85xx: Clean up immap_85xx.h
       ppc/85xx: get_law_entry isn't used in CONFIG_NAND_SPL
       Add ability for arch code to make changes before we boot
       ppc: Remove -fno-strict-aliasing
       arm: Remove -fno-strict-aliasing
       ppc/8xxx: relocate cpu pointer in global data
       ppc/8xxx: Remove ddr_pd_cntl register since it doesn't exist
       85xx: Add support for setting IVORs to fixed offset defaults
       ppc/85xx: Add a simple function to search the TLB
       ppc/85xx: Fix bug in setup_mp code
       ppc/85xx: Cleanup makefile and related optional files
       ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
       ppc/85xx: Clean up do_reset
       ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard 
link address
       ppc/8xxx: Misc DDR related fixes
       ppc/85xx: Introduce low level write_tlb function
       ppc/85xx: Repack tlb_table to save space
       ppc/85xx: Move code around to prep for NAND_SPL
       ppc/85xx: Change cpu_init_early_f so we can use with NAND SPL
       ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL
       ppc/85xx: Disable all async interrupt sources when we boot
       ppc/85xx: Fix LCRR_CLKDIV defines
       ppc/85xx: Simplify the top makefile for 36-bit config for MPC8572DS
       ppc/85xx: Simplify the top makefile for 36-bit config for P2020DS
       ppc/85xx: Simplify the top makefile for P1_P2_RDB boards
       ppc/85xx: Clean up p1_p2_rdb PCI setup
       ppc/85xx: Clean up p2020ds PCI setup code
       ppc/85xx: Clean up mpc8572DS PCI setup code
       ppc/85xx: Clean up use of LAWAR defines
       ppc/85xx: Fix enabling of L2 cache
       ppc/p4080: Add p4080 platform immap definitions
       ppc/p4080: Add support for CoreNet style platform LAWs
       ppc/p4080: CoreNet platfrom style CCSRBAR setting
       ppc/p4080: CoreNet platfrom style secondary core release
       ppc/p4080: Add various p4080 related defines (and p4040)
       ppc/p4080: Handle timebase enabling and frequency reporting
       ppc/p4080: Determine various chip frequencies on CoreNet platforms

Kyungmin Park (1):
       Refactor OneNAND IPL code

Marcel Ziswiler (10):
       ep8248: add support for device tree and secondary Ethernet interface.
       r7780mp: fix typo in Ethernet chip model number comment.
       muas3001: remove BRG clock node fixup to use common mpc8260 code.
       mpc8260: remove Ethernet node fixup to use generic FDT code.
       FDT: remove obsolete OF_CPU and OF_SOC macros.
       ep8248: add support for device tree and secondary Ethernet interface.
       r7780mp: fix typo in Ethernet chip model number comment.
       muas3001: remove BRG clock node fixup to use common mpc8260 code.
       mpc8260: remove Ethernet node fixup to use generic FDT code.
       FDT: remove obsolete OF_CPU and OF_SOC macros.

Martha M Stan (4):
       mpc512x: Streamlined fixed_sdram() init sequence.
       Add Elpida Memory Configuration to mpc5121ads Boards
       mpc512x: Streamlined fixed_sdram() init sequence.
       Add Elpida Memory Configuration to mpc5121ads Boards

Matthias Fuchs (6):
       ppc4xx: Fix PMC405DE support
       ppc4xx: Allow overwriting pci target registers for all 4xx boards
       ppc4xx: Add CONFIG_PCI_4xx_PTM_OVERWRITE to some esd 4xx boards
       ppc4xx: Fix PMC405DE support
       ppc4xx: Allow overwriting pci target registers for all 4xx boards
       ppc4xx: Add CONFIG_PCI_4xx_PTM_OVERWRITE to some esd 4xx boards

Michael Hennerich (2):
       Blackfin: bf537-stamp: comment CF-Flash Card Support better
       Blackfin: bf537-stamp: comment CF-Flash Card Support better

Michal Simek (12):
       microblaze: Add sbss, scommon and COMMON symbols for clearing
       microblaze: Short size of global data and fix malloc size
       net: Remove old Xilinx Emac driver
       microblaze: Remove AtmarkTechno Suzaku board
       microblaze: Enable hush parser
       net: emaclite: Cleanup license to be GPL compatible
       microblaze: Add sbss, scommon and COMMON symbols for clearing
       microblaze: Short size of global data and fix malloc size
       net: Remove old Xilinx Emac driver
       microblaze: Remove AtmarkTechno Suzaku board
       microblaze: Enable hush parser
       net: emaclite: Cleanup license to be GPL compatible

Mike Frysinger (20):
       Blackfin: fix debug printf modifiers
       Blackfin: increase default console size
       Blackfin: use scratch pad for exception stack
       Blackfin: enable 64bit printf for nand
       Blackfin: cm-bf548: fix device->stdio_dev fallout
       atmel_df_pow2: standalone to convert dataflashes to pow2
       push LOAD_ADDR out to arch mk files
       standalone: convert to kbuild style
       tools/netconsole: make a bit more robust
       tools/netconsole: use ncb automatically if available
       Blackfin: fix debug printf modifiers
       Blackfin: increase default console size
       Blackfin: use scratch pad for exception stack
       Blackfin: enable 64bit printf for nand
       Blackfin: cm-bf548: fix device->stdio_dev fallout
       atmel_df_pow2: standalone to convert dataflashes to pow2
       push LOAD_ADDR out to arch mk files
       standalone: convert to kbuild style
       tools/netconsole: make a bit more robust
       tools/netconsole: use ncb automatically if available

Mingkai Hu (18):
       mkconfig: pass the board name to board config file
       ppc/85xx: add boot from NAND/eSDHC/eSPI support
       NAND boot: change NAND loader's relocate SP to CONFIG param
       ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
       ppc/85xx: add ld script file for boot from NAND
       immap_85xx: add porpllsr's plat ratio definition
       ppc/85xx: add cpu init config file for boot from NAND
       mpc8536: fix board config file line length
       NAND boot: MPC8536DS support
       On-chip ROM boot: MPC8536DS support
       Add README.mpc8536ds
       mkconfig: pass the board name to board config file
       ppc/85xx: add boot from NAND/eSDHC/eSPI support
       NAND boot: change NAND loader's relocate SP to CONFIG param
       ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
       ppc/85xx: add ld script file for boot from NAND
       immap_85xx: add porpllsr's plat ratio definition
       ppc/85xx: add cpu init config file for boot from NAND

Olof Johansson (3):
       OMAP3: Clean up whitespace in mux configs
       SMC911X: Add chip auto detection
       TI: OMAP3: Overo Tobi ethernet support

Paul Gibson (2):
       mpc512x. Micron nand flash needs a reset before a read command is 
issued.
       mpc512x. Micron nand flash needs a reset before a read command is 
issued.

Paul Gortmaker (28):
       sbc8548: replace README with completely new document
       sbc8548: enable use of PCI network cards
       sbc8548: delete unused MPC8548CDS info carried over from port
       sbc8548: get_clock_freq is not valid for this board
       sbc8548: cosmetic line re-wrap
       sbc8548: enable access to second bank of flash
       sbc8548: remove eTSEC3/4 voltage hack
       sbc8548: use I/O accessors
       sbc8548: correct local bus SDRAM size from 64M to 128M
       fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
       sbc8548: update PCI/PCI-e support code
       sbc8548: allow enabling PCI via a make config option
       sbc85x0: tidy up Makefile to use new configuration script.
       sbc8349: tidy up Makefile to use new configuration script.
       sbc8548: reclaim wasted sector in boot flash
       sbc8548: replace README with completely new document
       sbc8548: enable use of PCI network cards
       sbc8548: delete unused MPC8548CDS info carried over from port
       sbc8548: get_clock_freq is not valid for this board
       sbc8548: cosmetic line re-wrap
       sbc8548: enable access to second bank of flash
       sbc8548: remove eTSEC3/4 voltage hack
       sbc8548: use I/O accessors
       sbc8548: correct local bus SDRAM size from 64M to 128M
       fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
       sbc8548: update PCI/PCI-e support code
       sbc8548: allow enabling PCI via a make config option
       sbc85x0: tidy up Makefile to use new configuration script.

Peter Tyser (18):
       Consolidate arch-specific sbrk() implementations
       Standardize mem_malloc_init() implementation
       Consolidate arch-specific mem_malloc_init() implementations
       Remove deprecated 'autoscr' command/variables
       ppc: Clean up calling of misc_init_r() during init
       ppc: Clean up calling of phy_reset() during init
       MAKEALL: Add summary information
       MAKEALL: Use POSIX math
       mpc8610hpcd: Use common 86xx fdt fixup code
       Consolidate arch-specific sbrk() implementations
       Standardize mem_malloc_init() implementation
       Consolidate arch-specific mem_malloc_init() implementations
       Remove deprecated 'autoscr' command/variables
       ppc: Clean up calling of misc_init_r() during init
       ppc: Clean up calling of phy_reset() during init
       MAKEALL: Add summary information
       MAKEALL: Use POSIX math
       mpc8610hpcd: Use common 86xx fdt fixup code

Poonam Aggrwal (8):
       ppc/85xx,86xx: Handling Unknown SOC version
       ppc/85xx/86xx: Device tree fixup for number of cores
       ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to 
checkcpu().
       ppc/85xx: 32bit DDR changes for P1020/P1011
       ppc/85xx,86xx: Handling Unknown SOC version
       ppc/85xx/86xx: Device tree fixup for number of cores
       ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to 
checkcpu().
       ppc/85xx: 32bit DDR changes for P1020/P1011

Prafulla Wadaskar (20):
       tools: mkimage : bugfix returns correct value for list command
       tools: mkimage: Makefile sorted
       tools: mkimage: Fixed build warnings
       tools: mkimage: split code into core, default and FIT image specific
       mkimage: Include missing files in build dependency calculations
       mkimage: Make genimg_print_size() global
       mkimage: Make table_entry code global
       Kirkwood: Sheevaplug: Add kwimage configuration file
       mkimage: Add Kirkwood Boot Image support (kwbimage)
       tools: mkimage : bugfix returns correct value for list command
       tools: mkimage: Makefile sorted
       tools: mkimage: Fixed build warnings
       tools: mkimage: split code into core, default and FIT image specific
       mkimage: Include missing files in build dependency calculations
       mkimage: Make genimg_print_size() global
       mkimage: Make table_entry code global
       Kirkwood: Sheevaplug: Add kwimage configuration file
       mkimage: Add Kirkwood Boot Image support (kwbimage)
       Kirkwood: rd6281a: Add kwbimage build support
       Kirkwood: mv88f6281gtw_ge: Add kwbimage build support

Robin Getz (6):
       Blackfin: use +(filesize) to make sure we are only doing what is 
necessary
       Blackfin: enable more network commands for ADI dev boards
       Blackfin: change global data register from P5 to P3
       Blackfin: use +(filesize) to make sure we are only doing what is 
necessary
       Blackfin: enable more network commands for ADI dev boards
       Blackfin: change global data register from P5 to P3

Roy Zang (4):
       Use different PBA value for E1000 PCI and PCIe cards
       ppc/85xx: Enable usb ehci support for p2020ds board
       Use different PBA value for E1000 PCI and PCIe cards
       ppc/85xx: Enable usb ehci support for p2020ds board

Rupjyoti Sarmah (2):
       ppc4xx: Fix PCIE PLL lock on 440SPe Yucca board
       ppc4xx: Fix PCIE PLL lock on 440SPe Yucca board

Sandeep Paulraj (8):
       TI DaVinci: DM6446: Fix Compilation error in NAND mode
       TI DaVinci: DM646x: Initial Support for DM646x SOC
       TI DaVinci: DM355: Config Cleanup and Update
       TI DaVinci DM365: Removing header file which does not exist
       TI: DaVinci DM365: Minor config cleanup
       TI: DaVinci DM646x: Update flag used to represent DM646x SOC's
       TI: DaVinci: GPIO header file and definitions
       TI: DaVinci DM365: Enabling network Support on DM365 EVM

Scott Wood (9):
       mxc_nand: Remove Freescale's "All Rights Reserved."
       ppc/85xx: Don't enable interrupts before we're ready
       ppc/85xx: Ensure that MAS8 is zero when writing TLB entries.
       ppc/85xx: Remove some bogus code from external interrupt handler.
       NAND: davinci: Fix warnings when 4-bit ECC not used
       mxc_nand: Remove Freescale's "All Rights Reserved."
       ppc/85xx: Don't enable interrupts before we're ready
       ppc/85xx: Ensure that MAS8 is zero when writing TLB entries.
       ppc/85xx: Remove some bogus code from external interrupt handler.

Shinya Kuribayashi (1):
       MIPS: VCT: Remove read_spareram reference

Simon Kagstrom (15):
       Move __set/clear_bit from ubifs.h to bitops.h
       arm: Make arm bitops endianness-independent
       Define ffs/fls for all architectures
       arm: Define test_and_set_bit and test_and_clear bit for ARM
       Correct ffs/fls regression for PowerPC etc
       ubifs: Add support for looking up directory and relative symlinks
       ubifs: Correct dereferencing of files-after-symlinks
       Move __set/clear_bit from ubifs.h to bitops.h
       arm: Make arm bitops endianness-independent
       Define ffs/fls for all architectures
       arm: Define test_and_set_bit and test_and_clear bit for ARM
       Correct ffs/fls regression for PowerPC etc
       ubifs: Add support for looking up directory and relative symlinks
       Support for the OpenRD base board
       arm: Correct build with CONFIG_SYS_HUSH_PARSER set

Stefan Roese (13):
       ppc4xx: Fix compilation warning in 4xx miiphy.c
       ppc4xx: Big cleanup of PPC4xx defines
       ppc4xx: Fix 405EZ uart base baud calculation
       ppc4xx: Enable commands for FDT enabled Linux booting on AMCC Acadia
       ppc4xx: Consolidate get_OPB_freq()
       ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
       ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case
       ppc4xx: Remove mtsdram0() marcos and use common mtsdram() instead
       ppc4xx: Fix compilation warning in 4xx miiphy.c
       ppc4xx: Big cleanup of PPC4xx defines
       ppc4xx: Fix 405EZ uart base baud calculation
       ppc4xx: Enable commands for FDT enabled Linux booting on AMCC Acadia
       ppc4xx: Consolidate get_OPB_freq()

Timur Tabi (4):
       fsl_i2c: increase I2C timeout values and make them configurable
       fsl: add register read-back to set_law()
       fsl_i2c: increase I2C timeout values and make them configurable
       fsl: add register read-back to set_law()

Tom Rix (6):
       OMAP3 Move cache routine to cache.S
       Add support for Eukrea CPUAT91 SBC
       Add support for Eukrea CPU9260/CPU9G20 SBC
       Merge branch 'arm/master' into arm/next
       TI OMAP3 Use arm init sequence to initialize i2c
       Merge branch 't-next-marvell' into t-next-at91

Vivek Mahajan (2):
       85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ
       85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ

Werner Pfister (4):
       rtc/ds1337.c: Allow to set TCR register
       digsy_mtc: Add TCR register value for RTC (DS1339)
       rtc/ds1337.c: Allow to set TCR register
       digsy_mtc: Add TCR register value for RTC (DS1339)

Wolfgang Denk (61):
       cmd_mtdparts.c: fix compiler warning in debug code
       License cleanup: remove unintended "All Rights Reserved" notices.
       ARM: Update mach-types
       Merge branch 'master' of git://git.denx.de/u-boot-arm
       Merge branch 'master' of git://git.denx.de/u-boot-i2c
       Remove "atmel_df_pow2" binary with "make clean"
       tools/mkimage: fix compiler warnings, use "const"
       kwbimage.c: Fix compile warning when building on 64 bit systems
       net/bootp.c: fix compile warning
       drivers/net/natsemi.c: fix compile warning
       sk98lin: fix compile warnings
       board/esd/common/flash.c: Fix compile warning
       board/esd/cpci750/ide.c: fix compile warning
       board/dave/common/flash.c: fix compile warning
       board/etin/debris/phantom.c: Fix compile error
       board/amcc/taihu/flash.c: Fix compile warning
       board/amcc/yucca/flash.c: Fix compile warning
       board/amcc/common/flash.c: Fix compile warning
       kwbimage.c: Fix compile warning when building on 64 bit systems 
(again)
       Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
       Merge branch 'master' of git://git.denx.de/u-boot-microblaze
       mkconfig: split the board make target to multiple config targets
       Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
       Merge branch 'warning-cleanup'
       board/flagadm/flash.c: fix compile warning
       board/linkstation/ide.c: Fix compile warning
       Merge branch 'master' of /home/wd/git/u-boot/custodians
       Merge branch 'master' of git://git.denx.de/u-boot-ubi
       Merge branch 'master' of /home/wd/git/u-boot/custodians
       Merge branch 'master' of /home/wd/git/u-boot/custodians
       Fix "ppc/85xx: Clean up use of LAWAR defines" breakage
       mpc5121ads: fix breakage introduced when reordering 
elpida_mddrc_config[]
       Merge branch 'master' of git://git.denx.de/u-boot-fdt
       Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
       Merge branch 'master' of git://git.denx.de/u-boot-i2c
       Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
       Merge branch 'master' of git://git.denx.de/u-boot-ubi
       Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
       Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
       cmd_mtdparts.c: fix compiler warning in debug code
       License cleanup: remove unintended "All Rights Reserved" notices.
       ARM: Update mach-types
       Remove "atmel_df_pow2" binary with "make clean"
       tools/mkimage: fix compiler warnings, use "const"
       kwbimage.c: Fix compile warning when building on 64 bit systems
       net/bootp.c: fix compile warning
       drivers/net/natsemi.c: fix compile warning
       sk98lin: fix compile warnings
       board/esd/common/flash.c: Fix compile warning
       board/esd/cpci750/ide.c: fix compile warning
       board/dave/common/flash.c: fix compile warning
       board/etin/debris/phantom.c: Fix compile error
       board/amcc/taihu/flash.c: Fix compile warning
       board/amcc/yucca/flash.c: Fix compile warning
       board/amcc/common/flash.c: Fix compile warning
       kwbimage.c: Fix compile warning when building on 64 bit systems 
(again)
       mkconfig: split the board make target to multiple config targets
       board/flagadm/flash.c: fix compile warning
       board/linkstation/ide.c: Fix compile warning
       Fix "ppc/85xx: Clean up use of LAWAR defines" breakage
       mpc5121ads: fix breakage introduced when reordering 
elpida_mddrc_config[]

  MAINTAINERS                                        |   17 +-
  MAKEALL                                            |   46 +-
  Makefile                                           |  139 +-
  README                                             |   34 +-
  board/LEOX/elpt860/README.LEOX                     |    2 +-
  board/Marvell/mv88f6281gtw_ge/config.mk            |    3 +
  board/Marvell/mv88f6281gtw_ge/kwbimage.cfg         |  165 +
  .../compactcenter => Marvell/openrd_base}/Makefile |   25 +-
  .../suzaku => Marvell/openrd_base}/config.mk       |   22 +-
  board/Marvell/openrd_base/kwbimage.cfg             |  168 ++
  board/Marvell/openrd_base/openrd_base.c            |  160 +
  board/Marvell/openrd_base/openrd_base.h            |   46 +
  board/Marvell/rd6281a/config.mk                    |    3 +
  board/Marvell/rd6281a/kwbimage.cfg                 |  167 ++
  board/Marvell/sheevaplug/config.mk                 |    3 +
  board/Marvell/sheevaplug/kwbimage.cfg              |  162 +
  board/amcc/acadia/acadia.c                         |   26 +-
  board/amcc/acadia/memory.c                         |   18 +-
  board/amcc/acadia/pll.c                            |   52 +-
  board/amcc/bamboo/bamboo.c                         |  134 +-
  board/amcc/bamboo/flash.c                          |    2 +-
  board/amcc/bubinga/bubinga.c                       |   16 +-
  board/amcc/bubinga/flash.c                         |   20 +-
  board/amcc/canyonlands/canyonlands.c               |   66 +-
  board/amcc/common/flash.c                          |    7 +-
  board/amcc/ebony/ebony.c                           |   86 +-
  board/amcc/katmai/katmai.c                         |   70 +-
  board/amcc/kilauea/kilauea.c                       |   48 +-
  board/amcc/luan/luan.c                             |   56 +-
  board/amcc/makalu/makalu.c                         |   48 +-
  board/amcc/ocotea/ocotea.c                         |  132 +-
  board/amcc/redwood/redwood.c                       |   78 +-
  board/amcc/sequoia/sequoia.c                       |  106 +-
  board/amcc/taihu/flash.c                           |   14 +-
  board/amcc/taihu/taihu.c                           |   20 +-
  board/amcc/taishan/showinfo.c                      |   70 +-
  board/amcc/taishan/taishan.c                       |   98 +-
  board/amcc/walnut/flash.c                          |   20 +-
  board/amcc/walnut/walnut.c                         |   14 +-
  board/amcc/yosemite/yosemite.c                     |  120 +-
  board/amcc/yucca/flash.c                           |    9 +-
  board/amcc/yucca/yucca.c                           |   84 +-
  board/atum8548/atum8548.c                          |    6 +-
  board/atum8548/law.c                               |    2 +-
  board/{gdsys/compactcenter => cm-bf537u}/Makefile  |   21 +-
  board/cm-bf537u/cm-bf537u.c                        |   66 +
  board/{AtmarkTechno/suzaku => cm-bf537u}/config.mk |   17 +-
  board/cm-bf537u/flash.c                            |   34 +
  board/cm-bf537u/gpio_cfi_flash.c                   |   60 +
  board/cm-bf537u/gpio_cfi_flash.h                   |   10 +
  board/cm-bf548/video.c                             |    6 +-
  board/cray/L1/L1.c                                 |   52 +-
  board/cray/L1/init.S                               |   24 +-
  board/csb272/csb272.c                              |   32 +-
  board/csb272/init.S                                |   68 +-
  board/csb472/csb472.c                              |   32 +-
  board/csb472/init.S                                |   72 +-
  board/dave/PPChameleonEVB/PPChameleonEVB.c         |   20 +-
  board/dave/PPChameleonEVB/flash.c                  |    8 +-
  board/dave/common/flash.c                          |    3 +-
  board/davedenx/aria/aria.c                         |    2 +-
  board/davinci/dm365evm/dm365evm.c                  |   44 +-
  board/eNET/Makefile                                |   11 +-
  board/eNET/eNET.c                                  |   90 +-
  board/eNET/eNET_pci.c                              |   95 +
  board/ep8248/ep8248.c                              |   12 +-
  board/eric/eric.c                                  |   18 +-
  board/eric/flash.c                                 |   20 +-
  board/eric/init.S                                  |  140 +-
  board/esd/apc405/apc405.c                          |   40 +-
  board/esd/ar405/ar405.c                            |   14 +-
  board/esd/ar405/flash.c                            |    8 +-
  board/esd/ash405/ash405.c                          |   16 +-
  board/esd/ash405/flash.c                           |    8 +-
  board/esd/canbt/canbt.c                            |   22 +-
  board/esd/canbt/flash.c                            |   10 +-
  board/esd/cms700/cms700.c                          |   16 +-
  board/esd/cms700/flash.c                           |    8 +-
  board/esd/common/flash.c                           |    3 +-
  board/esd/cpci2dp/cpci2dp.c                        |   26 +-
  board/esd/cpci2dp/flash.c                          |   10 +-
  board/esd/cpci405/cpci405.c                        |   40 +-
  board/esd/cpci405/flash.c                          |   20 +-
  board/esd/cpci750/ide.c                            |    8 +-
  board/esd/cpciiser4/cpciiser4.c                    |   16 +-
  board/esd/cpciiser4/flash.c                        |   10 +-
  board/esd/dp405/dp405.c                            |   16 +-
  board/esd/dp405/flash.c                            |    8 +-
  board/esd/du405/du405.c                            |   22 +-
  board/esd/du405/flash.c                            |   20 +-
  board/esd/du440/du440.c                            |   98 +-
  board/esd/hh405/flash.c                            |    8 +-
  board/esd/hh405/hh405.c                            |   16 +-
  board/esd/hub405/flash.c                           |    8 +-
  board/esd/hub405/hub405.c                          |   16 +-
  board/esd/mecp5123/mecp5123.c                      |    2 +-
  board/esd/meesc/meesc.c                            |   65 +-
  board/esd/ocrtc/flash.c                            |   20 +-
  board/esd/ocrtc/ocrtc.c                            |   16 +-
  board/esd/pci405/flash.c                           |    8 +-
  board/esd/pci405/pci405.c                          |   44 +-
  board/esd/plu405/flash.c                           |    8 +-
  board/esd/plu405/plu405.c                          |   16 +-
  board/esd/pmc405/pmc405.c                          |   20 +-
  board/esd/pmc405de/Makefile                        |    5 +-
  board/esd/pmc405de/pmc405de.c                      |   16 +-
  board/esd/pmc440/pmc440.c                          |  112 +-
  board/esd/voh405/flash.c                           |    8 +-
  board/esd/voh405/voh405.c                          |   16 +-
  board/esd/vom405/flash.c                           |    8 +-
  board/esd/vom405/vom405.c                          |   16 +-
  board/esd/wuh405/flash.c                           |    8 +-
  board/esd/wuh405/wuh405.c                          |   16 +-
  board/etin/debris/phantom.c                        |   10 -
  .../compactcenter => eukrea/cpu9260}/Makefile      |   26 +-
  board/eukrea/cpu9260/config.mk                     |    1 +
  board/eukrea/cpu9260/cpu9260.c                     |  220 ++
  board/eukrea/cpu9260/led.c                         |  153 +
  .../suzaku => eukrea/cpuat91}/Makefile             |   14 +-
  board/eukrea/cpuat91/config.mk                     |    1 +
  board/eukrea/cpuat91/cpuat91.c                     |   81 +
  board/exbitgen/exbitgen.c                          |   30 +-
  board/exbitgen/init.S                              |  118 +-
  board/flagadm/flash.c                              |   12 +-
  board/freescale/common/sys_eeprom.c                |    3 +-
  board/freescale/mpc5121ads/mpc5121ads.c            |   99 +-
  board/freescale/mpc8313erdb/mpc8313erdb.c          |    2 +-
  board/freescale/mpc8360emds/mpc8360emds.c          |   73 +-
  board/freescale/mpc8536ds/config.mk                |   21 +
  board/freescale/mpc8536ds/law.c                    |    6 +-
  board/freescale/mpc8536ds/mpc8536ds.c              |   15 +-
  board/freescale/mpc8536ds/tlb.c                    |   11 +
  board/freescale/mpc8540ads/law.c                   |    2 +-
  board/freescale/mpc8544ds/law.c                    |    6 +-
  board/freescale/mpc8544ds/mpc8544ds.c              |   14 +-
  board/freescale/mpc8548cds/mpc8548cds.c            |    6 +-
  board/freescale/mpc8560ads/law.c                   |    2 +-
  board/freescale/mpc8568mds/mpc8568mds.c            |    4 +-
  board/freescale/mpc8569mds/mpc8569mds.c            |    4 +-
  board/freescale/mpc8572ds/config.mk                |    2 +
  board/freescale/mpc8572ds/law.c                    |    6 +-
  board/freescale/mpc8572ds/mpc8572ds.c              |  235 +-
  board/freescale/mpc8610hpcd/mpc8610hpcd.c          |   26 +-
  board/freescale/mpc8641hpcn/mpc8641hpcn.c          |    5 +-
  board/freescale/p1_p2_rdb/config.mk                |    2 +
  board/freescale/p1_p2_rdb/ddr.c                    |   34 +-
  board/freescale/p1_p2_rdb/law.c                    |    4 +-
  board/freescale/p1_p2_rdb/pci.c                    |   52 +-
  board/freescale/p2020ds/config.mk                  |    2 +
  board/freescale/p2020ds/law.c                      |    6 +-
  board/freescale/p2020ds/p2020ds.c                  |  164 +-
  board/g2000/g2000.c                                |   53 +-
  board/gdsys/dlvision/dlvision.c                    |   16 +-
  board/gdsys/gdppc440etx/gdppc440etx.c              |   82 +-
  board/gdsys/{compactcenter => intip}/Makefile      |    0
  board/gdsys/{compactcenter => intip}/chip_config.c |    0
  board/gdsys/{compactcenter => intip}/config.mk     |    0
  board/gdsys/{compactcenter => intip}/init.S        |    0
  .../compactcenter.c => intip/intip.c}              |   66 +-
  board/gdsys/{compactcenter => intip}/u-boot.lds    |    2 +-
  board/gdsys/neo/neo.c                              |   16 +-
  board/jse/init.S                                   |   14 +-
  board/jse/jse.c                                    |   20 +-
  board/jse/sdram.c                                  |   80 +-
  board/keymile/mgcoge/mgcoge.c                      |    5 -
  board/korat/korat.c                                |  110 +-
  board/linkstation/ide.c                            |    6 +-
  board/logicpd/zoom1/zoom1.h                        |  164 +-
  board/logicpd/zoom2/zoom2.h                        |  188 +-
  board/lwmon/lwmon.c                                |    1 -
  board/lwmon5/lwmon5.c                              |   98 +-
  board/matrix_vision/mvbc_p/mvbc_p_autoscript       |    4 +-
  board/matrix_vision/mvblm7/mvblm7_autoscript       |    4 +-
  board/micronas/vct/ebi_onenand.c                   |    1 -
  board/mpl/common/flash.c                           |   58 +-
  board/mpl/mip405/init.S                            |   74 +-
  board/mpl/mip405/mip405.c                          |  146 +-
  board/mpl/pip405/init.S                            |   74 +-
  board/mpl/pip405/pip405.c                          |   96 +-
  board/muas3001/muas3001.c                          |   31 -
  board/mucmc52/mucmc52.c                            |    7 +
  board/musenki/README                               |    2 +-
  board/netstal/common/fixed_sdram.c                 |   40 +-
  board/netstal/hcu4/hcu4.c                          |   14 +-
  board/netstal/hcu5/hcu5.c                          |   76 +-
  board/netstal/hcu5/sdram.c                         |    4 +-
  board/netstal/mcu25/mcu25.c                        |   20 +-
  board/overo/overo.c                                |   59 +
  board/overo/overo.h                                |  645 ++--
  board/pandora/pandora.h                            |  662 +++---
  board/pcs440ep/pcs440ep.c                          |   88 +-
  board/pm854/law.c                                  |    2 +-
  board/pm856/law.c                                  |    2 +-
  board/pn62/cmd_pn62.c                              |   18 -
  board/prodrive/alpr/alpr.c                         |   66 +-
  board/prodrive/p3p440/p3p440.c                     |   52 +-
  board/quad100hd/quad100hd.c                        |   14 +-
  board/sandburst/common/sb_common.c                 |   26 +-
  board/sandburst/karef/karef.c                      |   96 +-
  board/sandburst/metrobox/metrobox.c                |   96 +-
  board/sbc405/sbc405.c                              |   16 +-
  board/sbc8548/Makefile                             |    4 +-
  board/sbc8548/config.mk                            |    2 +-
  board/sbc8548/law.c                                |   12 +-
  board/sbc8548/sbc8548.c                            |  305 +--
  board/sbc8548/tlb.c                                |   80 +-
  board/sc3/init.S                                   |  130 +-
  board/sc3/sc3.c                                    |  116 +-
  board/sc520_cdp/Makefile                           |   14 +-
  board/sc520_cdp/flash.c                            |   14 +-
  board/sc520_cdp/sc520_cdp.c                        |  383 +--
  board/sc520_cdp/sc520_cdp_pci.c                    |  271 ++
  board/sc520_spunk/Makefile                         |   14 +-
  board/sc520_spunk/sc520_spunk.c                    |  514 +---
  board/sc520_spunk/sc520_spunk_pci.c                |  323 ++
  board/sheldon/simpc8313/simpc8313.c                |    2 +-
  board/snmc/qs850/flash.c                           |   16 +-
  board/snmc/qs860t/flash.c                          |   16 +-
  board/socrates/law.c                               |    4 +-
  board/stx/stxgp3/law.c                             |    2 +-
  board/stx/stxssa/law.c                             |    2 +-
  board/tb0229/flash.c                               |   20 +-
  board/ti/beagle/beagle.h                           |  640 ++--
  board/ti/evm/evm.h                                 |  662 +++---
  board/timll/devkit8000/devkit8000.h                |  628 ++--
  board/tqc/tqm5200/Makefile                         |    2 +-
  board/tqc/tqm85xx/tqm85xx.c                        |    8 +-
  board/uc101/uc101.c                                |    7 +
  board/w7o/init.S                                   |   76 +-
  board/w7o/w7o.c                                    |   44 +-
  board/xes/xpedite1000/xpedite1000.c                |   86 +-
  board/xes/xpedite5200/law.c                        |    2 +-
  board/xilinx/microblaze-generic/u-boot.lds         |    3 +
  board/zeus/zeus.c                                  |   20 +-
  common/cmd_bootm.c                                 |   10 +
  common/cmd_fdt.c                                   |   23 +-
  common/cmd_ide.c                                   |    8 +
  common/cmd_load.c                                  |   18 -
  common/cmd_mtdparts.c                              |    2 +-
  common/cmd_net.c                                   |   15 -
  common/cmd_reginfo.c                               |  182 +-
  common/cmd_source.c                                |   18 -
  common/dlmalloc.c                                  |   33 +-
  common/image.c                                     |   53 +-
  config.mk                                          |    4 +
  cpu/74xx_7xx/config.mk                             |    2 +-
  cpu/arm1136/config.mk                              |    3 +-
  cpu/arm1176/config.mk                              |    3 +-
  cpu/arm1176/s3c64xx/config.mk                      |    3 +-
  cpu/arm720t/config.mk                              |    3 +-
  cpu/arm920t/at91rm9200/Makefile                    |    5 +-
  cpu/arm920t/at91rm9200/ks8721.c                    |  249 ++
  cpu/arm920t/config.mk                              |    3 +-
  cpu/arm925t/config.mk                              |    3 +-
  cpu/arm926ejs/at91/lowlevel_init.S                 |    3 +-
  cpu/arm926ejs/config.mk                            |    3 +-
  cpu/arm926ejs/davinci/Makefile                     |    1 +
  cpu/arm926ejs/davinci/config.mk                    |    3 +-
  cpu/arm926ejs/davinci/dm646x.c                     |   41 +
  cpu/arm926ejs/kirkwood/cpu.c                       |    1 +
  cpu/arm946es/config.mk                             |    3 +-
  cpu/arm_cortexa8/config.mk                         |    3 +-
  cpu/arm_cortexa8/cpu.c                             |    2 +-
  cpu/arm_cortexa8/omap3/Makefile                    |    2 +-
  cpu/arm_cortexa8/omap3/board.c                     |    2 +-
  cpu/arm_cortexa8/omap3/cache.S                     |  191 ++
  cpu/arm_cortexa8/omap3/cache.c                     |   95 -
  cpu/arm_cortexa8/start.S                           |   85 -
  cpu/arm_intcm/config.mk                            |    3 +-
  cpu/blackfin/interrupt.S                           |    5 +
  cpu/i386/sc520/sc520.c                             |   75 +-
  cpu/i386/sc520/sc520_pci.c                         |   68 +-
  cpu/i386/sc520/sc520_ssi.c                         |   28 +-
  cpu/i386/sc520/sc520_timer.c                       |   35 +-
  cpu/ixp/config.mk                                  |    3 +-
  cpu/lh7a40x/config.mk                              |    3 +-
  cpu/mpc512x/fixed_sdram.c                          |  104 +-
  cpu/mpc5xxx/cpu.c                                  |   20 +
  cpu/mpc5xxx/i2c.c                                  |   49 +
  cpu/mpc824x/config.mk                              |    2 +-
  cpu/mpc83xx/cpu_init.c                             |  261 +-
  cpu/mpc83xx/serdes.c                               |    2 +-
  cpu/mpc85xx/Makefile                               |   25 +-
  cpu/mpc85xx/commproc.c                             |    3 -
  cpu/mpc85xx/cpu.c                                  |   88 +-
  cpu/mpc85xx/cpu_init.c                             |   95 +-
  cpu/mpc85xx/cpu_init_early.c                       |  112 +
  cpu/mpc85xx/cpu_init_nand.c                        |   63 +
  cpu/mpc85xx/ddr-gen3.c                             |    1 -
  cpu/mpc85xx/ether_fcc.c                            |    4 -
  cpu/mpc85xx/fdt.c                                  |   24 +-
  cpu/mpc85xx/fixed_ivor.S                           |   79 +
  cpu/mpc85xx/mp.c                                   |   96 +-
  cpu/mpc85xx/pci.c                                  |    4 +-
  cpu/mpc85xx/release.S                              |    6 +-
  cpu/mpc85xx/serial_scc.c                           |    3 -
  cpu/mpc85xx/speed.c                                |   88 +-
  cpu/mpc85xx/start.S                                |   61 +-
  cpu/mpc85xx/tlb.c                                  |   69 +-
  cpu/mpc85xx/traps.c                                |    9 +-
  .../u-boot.lds => cpu/mpc85xx/u-boot-nand.lds      |   60 +-
  .../u-boot.lds => cpu/mpc85xx/u-boot-nand_spl.lds  |   69 +-
  cpu/mpc85xx/u-boot.lds                             |   10 +-
  cpu/mpc86xx/cpu.c                                  |   11 +-
  cpu/mpc86xx/fdt.c                                  |    3 +
  cpu/mpc8xx/config.mk                               |    2 +-
  cpu/mpc8xxx/Makefile                               |    2 +
  cpu/mpc8xxx/cpu.c                                  |   15 +-
  cpu/mpc8xxx/ddr/ctrl_regs.c                        |   33 +-
  cpu/mpc8xxx/ddr/ddr3_dimm_params.c                 |    4 +-
  cpu/mpc8xxx/fdt.c                                  |   55 +
  cpu/mpc8xxx/pci_cfg.c                              |  225 ++
  cpu/ppc4xx/40x_spd_sdram.c                         |   27 +-
  cpu/ppc4xx/44x_spd_ddr.c                           |   58 +-
  cpu/ppc4xx/4xx_pci.c                               |   14 +-
  cpu/ppc4xx/4xx_pcie.c                              |   23 +-
  cpu/ppc4xx/4xx_uart.c                              |   28 +-
  cpu/ppc4xx/config.mk                               |    2 +-
  cpu/ppc4xx/cpu.c                                   |   38 +-
  cpu/ppc4xx/cpu_init.c                              |   68 +-
  cpu/ppc4xx/fdt.c                                   |    4 +-
  cpu/ppc4xx/miiphy.c                                |    2 +-
  cpu/ppc4xx/sdram.c                                 |   64 +-
  cpu/ppc4xx/speed.c                                 |  148 +-
  cpu/ppc4xx/start.S                                 |  112 +-
  cpu/ppc4xx/uic.c                                   |   28 +-
  cpu/ppc4xx/usbdev.c                                |    4 +-
  cpu/pxa/config.mk                                  |    3 +-
  cpu/s3c44b0/config.mk                              |    3 +-
  cpu/sa1100/config.mk                               |    3 +-
  doc/README.IPHASE4539                              |    2 +-
  doc/README.NetConsole                              |   24 +-
  doc/README.kwbimage                                |   93 +
  doc/README.m52277evb                               |    2 +-
  doc/README.m5373evb                                |    2 +-
  doc/README.m54455evb                               |    2 +-
  doc/README.m5475evb                                |    2 +-
  doc/README.mpc8536ds                               |  127 +
  doc/README.sbc8548                                 |  213 ++-
  doc/README.standalone                              |    2 +-
  doc/feature-removal-schedule.txt                   |   19 -
  drivers/block/ata_piix.c                           |   10 +-
  drivers/block/ata_piix.h                           |   15 +-
  drivers/hwmon/ds1722.c                             |    3 +-
  drivers/i2c/fsl_i2c.c                              |  129 +-
  drivers/input/keyboard.c                           |    1 -
  drivers/input/pc_keyb.c                            |    1 -
  drivers/input/ps2mult.c                            |    1 -
  drivers/input/ps2ser.c                             |    1 -
  drivers/misc/fsl_law.c                             |  137 +-
  drivers/mmc/omap3_mmc.c                            |   48 +-
  drivers/mtd/nand/davinci_nand.c                    |    3 +-
  drivers/mtd/nand/mpc5121_nfc.c                     |    1 +
  drivers/mtd/nand/mxc_nand.c                        |    2 +-
  drivers/mtd/nand/ndfc.c                            |    4 +-
  drivers/net/4xx_enet.c                             |  136 +-
  drivers/net/Makefile                               |    1 -
  drivers/net/e1000.c                                |   12 +-
  drivers/net/natsemi.c                              |    3 +-
  drivers/net/sk98lin/skge.c                         |   12 +-
  drivers/net/sk98lin/skgesirq.c                     |    7 +-
  drivers/net/sk98lin/skrlmt.c                       |    3 +-
  drivers/net/sk98lin/skxmac2.c                      |   20 +-
  drivers/net/smc911x.c                              |   14 +-
  drivers/net/smc911x.h                              |    7 +-
  drivers/net/xilinx_emac.c                          |  464 ---
  drivers/net/xilinx_emaclite.c                      |   39 +-
  drivers/pci/fsl_pci_init.c                         |    2 +-
  drivers/pcmcia/ti_pci1410a.c                       |   62 +-
  drivers/qe/uccf.h                                  |    1 +
  drivers/qe/uec.h                                   |    4 +
  drivers/qe/uec_phy.c                               |   15 +-
  drivers/rtc/ds1337.c                               |    4 +
  examples/standalone/.gitignore                     |    1 +
  examples/standalone/Makefile                       |  162 +-
  examples/standalone/atmel_df_pow2.c                |  209 ++
  examples/standalone/stubs.c                        |    4 +-
  fs/ubifs/ubifs.c                                   |   68 +-
  fs/ubifs/ubifs.h                                   |   32 -
  include/asm-arm/arch-davinci/emac_defs.h           |    4 +-
  .../asm-arm/arch-davinci/gpio_defs.h               |   71 +-
  include/asm-arm/arch-davinci/hardware.h            |   11 +
  include/asm-arm/arch-davinci/nand_defs.h           |    2 +-
  include/asm-arm/arch-omap3/mmc.h                   |    7 +
  include/asm-arm/arch-omap3/omap3.h                 |    2 +
  include/asm-arm/arch-omap3/sys_proto.h             |    2 +-
  include/asm-arm/bitops.h                           |   81 +-
  include/asm-arm/mach-types.h                       | 2068 +++++++++++++-
  include/asm-blackfin/bitops.h                      |    9 +-
  include/asm-blackfin/config.h                      |   10 +-
  include/asm-blackfin/global_data.h                 |    2 +-
  include/asm-i386/bitops.h                          |    1 +
  include/asm-i386/errno.h                           |    1 +
  include/asm-i386/ic/sc520.h                        |  417 ++--
  include/asm-m68k/bitops.h                          |    1 +
  include/asm-microblaze/bitops.h                    |    2 +
  include/asm-mips/bitops.h                          |   12 +-
  include/asm-nios/bitops.h                          |    1 +
  include/asm-nios2/bitops.h                         |    1 +
  include/asm-ppc/bitops.h                           |    2 +
  include/asm-ppc/config.h                           |    6 +-
  include/asm-ppc/fsl_ddr_sdram.h                    |    1 -
  include/asm-ppc/fsl_law.h                          |   31 +
  include/asm-ppc/fsl_lbc.h                          |   12 +
  include/asm-ppc/fsl_pci.h                          |   17 +
  include/asm-ppc/immap_512x.h                       |    4 +
  include/asm-ppc/immap_85xx.h                       | 3118 
+++++++++++---------
  include/asm-ppc/mmu.h                              |   41 +-
  include/asm-ppc/mpc512x.h                          |    2 +-
  include/asm-ppc/ppc4xx-sdram.h                     |   86 +-
  include/asm-ppc/ppc4xx-uic.h                       |   80 +-
  include/asm-ppc/processor.h                        |   20 +
  include/asm-sh/bitops.h                            |    2 +
  include/common.h                                   |    4 +-
  include/compiler.h                                 |    3 +
  include/configs/CCM.h                              |    2 +
  include/configs/CPCI405.h                          |    3 +
  include/configs/CPCI4052.h                         |    3 +
  include/configs/CPCI405AB.h                        |    3 +
  include/configs/CPCI405DT.h                        |    3 +
  include/configs/ELPT860.h                          |    1 +
  include/configs/IDS8247.h                          |    2 -
  include/configs/IP860.h                            |    1 +
  include/configs/IVML24.h                           |    2 +
  include/configs/IVMS8.h                            |    2 +
  include/configs/MPC8260ADS.h                       |    2 +-
  include/configs/MPC8266ADS.h                       |    1 +
  include/configs/MPC8313ERDB.h                      |    4 +-
  include/configs/MPC8315ERDB.h                      |    3 +-
  include/configs/MPC8323ERDB.h                      |    3 +-
  include/configs/MPC832XEMDS.h                      |    3 +-
  include/configs/MPC8349EMDS.h                      |    3 +-
  include/configs/MPC8349ITX.h                       |    3 +-
  include/configs/MPC8360EMDS.h                      |    9 +-
  include/configs/MPC8360ERDK.h                      |    3 +-
  include/configs/MPC837XEMDS.h                      |    3 +-
  include/configs/MPC837XERDB.h                      |    3 +-
  include/configs/MPC8536DS.h                        |  257 ++-
  include/configs/MPC8560ADS.h                       |    1 +
  include/configs/MPC8572DS.h                        |    4 +
  include/configs/MVBC_P.h                           |   14 +-
  include/configs/MVBLM7.h                           |   17 +-
  include/configs/P1_P2_RDB.h                        |   13 +
  include/configs/P2020DS.h                          |   13 +
  include/configs/PMC405.h                           |    2 +
  include/configs/PMC405DE.h                         |    2 +
  include/configs/RPXsuper.h                         |    1 +
  include/configs/SBC8540.h                          |   20 +-
  include/configs/SIMPC8313.h                        |    5 +-
  include/configs/SPD823TS.h                         |    2 +
  include/configs/TQM834x.h                          |    3 +-
  include/configs/W7OLMC.h                           |    5 +-
  include/configs/W7OLMG.h                           |    5 +-
  include/configs/XPEDITE5170.h                      |    2 +-
  include/configs/XPEDITE5200.h                      |    2 +-
  include/configs/XPEDITE5370.h                      |    2 +-
  include/configs/acadia.h                           |    3 +-
  include/configs/amcc-common.h                      |    8 +-
  include/configs/aria.h                             |   22 +-
  include/configs/bf537-stamp.h                      |   29 +-
  include/configs/bfin_adi_common.h                  |   17 +-
  include/configs/cm-bf537u.h                        |  150 +
  include/configs/cogent_mpc8260.h                   |    1 +
  include/configs/cogent_mpc8xx.h                    |    1 +
  include/configs/cpu9260.h                          |  453 +++
  include/configs/cpuat91.h                          |  228 ++
  include/configs/davinci_dm355evm.h                 |   21 +-
  include/configs/davinci_dm365evm.h                 |    2 -
  include/configs/davinci_dvevm.h                    |    1 +
  include/configs/devkit8000.h                       |    1 +
  include/configs/digsy_mtc.h                        |    1 +
  include/configs/eNET.h                             |   25 +-
  include/configs/ep8248.h                           |   49 +-
  include/configs/galaxy5200.h                       |    8 +
  include/configs/{compactcenter.h => intip.h}       |   28 +-
  include/configs/keymile-common.h                   |    6 +-
  include/configs/kmeter1.h                          |    4 +-
  include/configs/linkstation.h                      |    2 -
  include/configs/lwmon.h                            |    5 +-
  include/configs/manroland/common.h                 |  141 +
  include/configs/manroland/mpc5200-common.h         |  230 ++
  include/configs/mecp5123.h                         |   21 +-
  include/configs/meesc.h                            |   25 +-
  include/configs/mgcoge.h                           |    3 +-
  include/configs/microblaze-generic.h               |   17 +-
  include/configs/mpc5121ads.h                       |   63 +-
  include/configs/mpc7448hpc2.h                      |    1 -
  include/configs/muas3001.h                         |    3 +-
  include/configs/mucmc52.h                          |  257 +--
  include/configs/omap3_beagle.h                     |    1 +
  include/configs/omap3_evm.h                        |    1 +
  include/configs/omap3_overo.h                      |   18 +-
  include/configs/omap3_pandora.h                    |    1 +
  include/configs/omap3_zoom1.h                      |    1 +
  include/configs/omap3_zoom2.h                      |    1 +
  include/configs/openrd_base.h                      |  220 ++
  include/configs/pcu_e.h                            |    3 +
  include/configs/r7780mp.h                          |    2 +-
  include/configs/sbc8349.h                          |   18 +-
  include/configs/sbc8548.h                          |  167 +-
  include/configs/sbc8560.h                          |   18 +-
  include/configs/sc3.h                              |    1 +
  include/configs/sc520_cdp.h                        |   24 +-
  include/configs/sc520_spunk.h                      |    2 +
  include/configs/stxgp3.h                           |    1 +
  include/configs/stxxtc.h                           |    1 -
  include/configs/suzaku.h                           |  110 -
  include/configs/uc101.h                            |  267 +--
  include/configs/vme8349.h                          |    3 +-
  .../suzaku/suzaku.c => include/ds1722.h            |   24 +-
  include/e500.h                                     |    6 +
  include/ide.h                                      |    3 +
  include/image.h                                    |   60 +-
  include/ks8721.h                                   |   78 +
  include/linux/bitops.h                             |   83 +
  include/malloc.h                                   |    8 +
  include/ppc405.h                                   |  397 +--
  include/ppc440.h                                   |  432 +--
  include/ppc4xx.h                                   |  106 +-
  .../suzaku/flash.c => include/u-boot/crc.h         |   39 +-
  include/ubi_uboot.h                                |    4 +-
  lib_arm/board.c                                    |   34 +-
  lib_arm/config.mk                                  |   10 +
  lib_avr32/board.c                                  |   41 +-
  lib_avr32/config.mk                                |    2 +
  lib_blackfin/board.c                               |   61 +-
  lib_blackfin/config.mk                             |    4 +-
  lib_generic/zlib.c                                 |    5 +-
  lib_i386/Makefile                                  |    4 +-
  lib_i386/board.c                                   |   21 -
  lib_i386/config.mk                                 |    2 +
  lib_i386/pcat_timer.c                              |    5 +
  lib_i386/pci.c                                     |    5 +-
  lib_i386/pci_type1.c                               |    5 -
  lib_i386/video_bios.c                              |   18 +-
  lib_m68k/board.c                                   |   41 +-
  lib_m68k/config.mk                                 |    3 +
  lib_microblaze/board.c                             |   40 +-
  lib_microblaze/config.mk                           |    2 +
  lib_mips/board.c                                   |   40 +-
  lib_mips/config.mk                                 |    2 +
  lib_nios/board.c                                   |   37 +-
  lib_nios/config.mk                                 |    2 +
  lib_nios2/board.c                                  |   37 +-
  lib_nios2/config.mk                                |    2 +
  lib_ppc/board.c                                    |   77 +-
  lib_ppc/config.mk                                  |    2 +
  lib_sh/board.c                                     |   31 +-
  lib_sh/config.mk                                   |    5 +
  lib_sparc/board.c                                  |   42 +-
  lib_sparc/config.mk                                |    2 +
  mkconfig                                           |    7 +
  nand_spl/board/amcc/bamboo/sdram.c                 |   30 +-
  nand_spl/board/freescale/mpc8536ds/Makefile        |  127 +
  nand_spl/board/freescale/mpc8536ds/nand_boot.c     |   83 +
  net/bootp.c                                        |    6 +-
  onenand_ipl/onenand_boot.c                         |    1 -
  onenand_ipl/onenand_ipl.h                          |    5 +-
  onenand_ipl/onenand_read.c                         |   46 +-
  post/cpu/ppc4xx/ether.c                            |   50 +-
  post/cpu/ppc4xx/uart.c                             |   22 +-
  tools/Makefile                                     |   70 +-
  tools/default_image.c                              |  149 +
  tools/fit_image.c                                  |  212 ++
  tools/kwbimage.c                                   |  405 +++
  tools/kwbimage.h                                   |  106 +
  tools/mkimage.c                                    |  554 ++--
  tools/mkimage.h                                    |  103 +-
  tools/netconsole                                   |   23 +-
  569 files changed, 20044 insertions(+), 12576 deletions(-)
  create mode 100644 board/Marvell/mv88f6281gtw_ge/kwbimage.cfg
  copy board/{gdsys/compactcenter => Marvell/openrd_base}/Makefile (69%)
  copy board/{AtmarkTechno/suzaku => Marvell/openrd_base}/config.mk (55%)
  create mode 100644 board/Marvell/openrd_base/kwbimage.cfg
  create mode 100644 board/Marvell/openrd_base/openrd_base.c
  create mode 100644 board/Marvell/openrd_base/openrd_base.h
  create mode 100644 board/Marvell/rd6281a/kwbimage.cfg
  create mode 100644 board/Marvell/sheevaplug/kwbimage.cfg
  copy board/{gdsys/compactcenter => cm-bf537u}/Makefile (77%)
  create mode 100644 board/cm-bf537u/cm-bf537u.c
  rename board/{AtmarkTechno/suzaku => cm-bf537u}/config.mk (65%)
  create mode 100644 board/cm-bf537u/flash.c
  create mode 100644 board/cm-bf537u/gpio_cfi_flash.c
  create mode 100644 board/cm-bf537u/gpio_cfi_flash.h
  create mode 100644 board/eNET/eNET_pci.c
  copy board/{gdsys/compactcenter => eukrea/cpu9260}/Makefile (69%)
  create mode 100644 board/eukrea/cpu9260/config.mk
  create mode 100644 board/eukrea/cpu9260/cpu9260.c
  create mode 100644 board/eukrea/cpu9260/led.c
  rename board/{AtmarkTechno/suzaku => eukrea/cpuat91}/Makefile (80%)
  create mode 100644 board/eukrea/cpuat91/config.mk
  create mode 100644 board/eukrea/cpuat91/cpuat91.c
  rename board/gdsys/{compactcenter => intip}/Makefile (100%)
  rename board/gdsys/{compactcenter => intip}/chip_config.c (100%)
  rename board/gdsys/{compactcenter => intip}/config.mk (100%)
  rename board/gdsys/{compactcenter => intip}/init.S (100%)
  rename board/gdsys/{compactcenter/compactcenter.c => intip/intip.c} (82%)
  copy board/gdsys/{compactcenter => intip}/u-boot.lds (98%)
  create mode 100644 board/sc520_cdp/sc520_cdp_pci.c
  create mode 100644 board/sc520_spunk/sc520_spunk_pci.c
  create mode 100644 cpu/arm920t/at91rm9200/ks8721.c
  create mode 100644 cpu/arm926ejs/davinci/dm646x.c
  create mode 100644 cpu/arm_cortexa8/omap3/cache.S
  delete mode 100644 cpu/arm_cortexa8/omap3/cache.c
  create mode 100644 cpu/mpc85xx/cpu_init_early.c
  create mode 100644 cpu/mpc85xx/cpu_init_nand.c
  create mode 100644 cpu/mpc85xx/fixed_ivor.S
  rename board/gdsys/compactcenter/u-boot.lds => 
cpu/mpc85xx/u-boot-nand.lds (80%)
  copy board/AtmarkTechno/suzaku/u-boot.lds => 
cpu/mpc85xx/u-boot-nand_spl.lds (51%)
  create mode 100644 cpu/mpc8xxx/fdt.c
  create mode 100644 cpu/mpc8xxx/pci_cfg.c
  create mode 100644 doc/README.kwbimage
  create mode 100644 doc/README.mpc8536ds
  delete mode 100644 drivers/net/xilinx_emac.c
  create mode 100644 examples/standalone/atmel_df_pow2.c
  rename board/AtmarkTechno/suzaku/u-boot.lds => 
include/asm-arm/arch-davinci/gpio_defs.h (53%)
  create mode 100644 include/asm-i386/errno.h
  create mode 100644 include/configs/cm-bf537u.h
  create mode 100644 include/configs/cpu9260.h
  create mode 100644 include/configs/cpuat91.h
  rename include/configs/{compactcenter.h => intip.h} (96%)
  create mode 100644 include/configs/manroland/common.h
  create mode 100644 include/configs/manroland/mpc5200-common.h
  create mode 100644 include/configs/openrd_base.h
  delete mode 100644 include/configs/suzaku.h
  rename board/AtmarkTechno/suzaku/suzaku.c => include/ds1722.h (66%)
  create mode 100644 include/ks8721.h
  rename board/AtmarkTechno/suzaku/flash.c => include/u-boot/crc.h (54%)
  create mode 100644 nand_spl/board/freescale/mpc8536ds/Makefile
  create mode 100644 nand_spl/board/freescale/mpc8536ds/nand_boot.c
  create mode 100644 tools/default_image.c
  create mode 100644 tools/fit_image.c
  create mode 100644 tools/kwbimage.c
  create mode 100644 tools/kwbimage.h

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06  9:18 ` Heiko Schocher
  2009-09-06 10:05   ` Heiko Schocher
@ 2009-09-07 21:20   ` Wolfgang Denk
  1 sibling, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-09-07 21:20 UTC (permalink / raw)
  To: u-boot

Dear Heiko Schocher,

In message <4AA37E48.5070504@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 9f23ca42b3ba19b24e66fade572f2b86d929b6e8:
>   Wolfgang Denk (1):
>         ARM: Update mach-types
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> Eric Millbrandt (1):
>       Reset i2c slave devices during init on mpc5xxx cpus
> 
> Timur Tabi (1):
>       fsl_i2c: increase I2C timeout values and make them configurable
> 
>  README                       |    7 ++++++
>  cpu/mpc5xxx/i2c.c            |   49 ++++++++++++++++++++++++++++++++++++++++++
>  drivers/i2c/fsl_i2c.c        |   24 +++++++++++++++++---
>  include/configs/galaxy5200.h |    1 +
>  4 files changed, 77 insertions(+), 4 deletions(-)

Applied, thanks.

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
There you go man, Keep as cool as you can. It riles them  to  believe
that you perceive the web they weave. Keep on being free!

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-05  1:36 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
  2009-09-05  5:37 ` Dirk Behme
  2009-09-06  9:18 ` Heiko Schocher
@ 2009-09-07 21:18 ` Wolfgang Denk
  2 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-09-07 21:18 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090905013643.GK30118@game.jcrosoft.org> you wrote:
> Hi,
> 
> Please pull
> The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
>   Wolfgang Denk (1):
>         Merge branch 'next' of ../next
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Albin Tonnerre (3):
>       at91sam9260/afeb9260: Fix SPI initialization
>       Add support for the Calao SBC35-A9G20 board
>       Support for the Calao TNY-A9260/TNY-A9G20 boards
> 
> Frederik Kriewitz (1):
>       Add support for the DevKit8000 board
> 
> Ilko Iliev (1):
>       DM9000 init for pm9261
> 
> Ilya Yanok (1):
>       imx27lite: add support for imx27lite board from LogicPD
> 
> Jean-Christophe PLAGNIOL-VILLARD (3):
>       omap: move TI's boards to board/ti/
>       arm: move Logicpd's boards to board/logicpd/
>       omap3: move the other boards to board/
> 
> Prafulla Wadaskar (1):
>       arm: Kirkwood: add SYSRSTn Duration Counter Support
> 
> Simon Kagstrom (1):
>       Remove duplicate set_cr
> 
>  MAINTAINERS                                        |   11 +
>  MAKEALL                                            |    5 +
>  Makefile                                           |   47 +++-
>  board/afeb9260/afeb9260.c                          |    2 +-
>  board/atmel/at91sam9260ek/at91sam9260ek.c          |    2 +-
>  .../{imx31_litekit => calao/sbc35_a9g20}/Makefile  |   16 +-
>  board/calao/sbc35_a9g20/config.mk                  |    1 +
>  board/calao/sbc35_a9g20/sbc35_a9g20.c              |  197 +++++++++++++
>  board/calao/sbc35_a9g20/spi.c                      |   57 ++++
>  board/{imx31_litekit => calao/tny_a9260}/Makefile  |   16 +-
>  board/calao/tny_a9260/config.mk                    |    1 +
>  .../zoom2/debug_board.c => calao/tny_a9260/spi.c}  |   53 ++--
>  board/calao/tny_a9260/tny_a9260.c                  |  110 +++++++
>  board/{omap5912osk => logicpd/imx27lite}/Makefile  |    6 +-
>  board/logicpd/imx27lite/config.mk                  |    1 +
>  board/logicpd/imx27lite/imx27lite.c                |   73 +++++
>  board/logicpd/imx27lite/lowlevel_init.S            |  170 +++++++++++
>  board/{ => logicpd}/imx31_litekit/Makefile         |    0
>  board/{ => logicpd}/imx31_litekit/config.mk        |    0
>  board/{ => logicpd}/imx31_litekit/imx31_litekit.c  |    0
>  board/{ => logicpd}/imx31_litekit/lowlevel_init.S  |    0
>  board/{omap3 => logicpd}/zoom1/Makefile            |    0
>  board/{omap3 => logicpd}/zoom1/config.mk           |    0
>  board/{omap3 => logicpd}/zoom1/zoom1.c             |    0
>  board/{omap3 => logicpd}/zoom1/zoom1.h             |    0
>  board/{omap3 => logicpd}/zoom2/Makefile            |    0
>  board/{omap3 => logicpd}/zoom2/config.mk           |    0
>  board/{omap3 => logicpd}/zoom2/debug_board.c       |    0
>  board/{omap3 => logicpd}/zoom2/led.c               |    0
>  board/{omap3 => logicpd}/zoom2/zoom2.c             |    0
>  board/{omap3 => logicpd}/zoom2/zoom2.h             |    0
>  board/{omap3 => logicpd}/zoom2/zoom2_serial.c      |    0
>  board/{omap3 => logicpd}/zoom2/zoom2_serial.h      |    0
>  board/{omap3 => }/overo/Makefile                   |    0
>  board/{omap3 => }/overo/config.mk                  |    0
>  board/{omap3 => }/overo/overo.c                    |    0
>  board/{omap3 => }/overo/overo.h                    |    0
>  board/{omap3 => }/pandora/Makefile                 |    0
>  board/{omap3 => }/pandora/config.mk                |    0
>  board/{omap3 => }/pandora/pandora.c                |    0
>  board/{omap3 => }/pandora/pandora.h                |    0
>  board/ronetix/pm9261/pm9261.c                      |    7 +
>  board/{omap3 => ti}/beagle/Makefile                |    0
>  board/{omap3 => ti}/beagle/beagle.c                |    0
>  board/{omap3 => ti}/beagle/beagle.h                |    0
>  board/{omap3 => ti}/beagle/config.mk               |    0
>  board/{omap3 => ti}/evm/Makefile                   |    0
>  board/{omap3 => ti}/evm/config.mk                  |    0
>  board/{omap3 => ti}/evm/evm.c                      |    0
>  board/{omap3 => ti}/evm/evm.h                      |    0
>  board/{ => ti}/omap1510inn/Makefile                |    0
>  board/{ => ti}/omap1510inn/config.mk               |    0
>  board/{ => ti}/omap1510inn/lowlevel_init.S         |    0
>  board/{ => ti}/omap1510inn/omap1510innovator.c     |    0
>  board/{ => ti}/omap1610inn/Makefile                |    0
>  board/{ => ti}/omap1610inn/config.mk               |    0
>  board/{ => ti}/omap1610inn/flash.c                 |    0
>  board/{ => ti}/omap1610inn/lowlevel_init.S         |    0
>  board/{ => ti}/omap1610inn/omap1610innovator.c     |    0
>  board/{ => ti}/omap2420h4/Makefile                 |    0
>  board/{ => ti}/omap2420h4/config.mk                |    0
>  board/{ => ti}/omap2420h4/lowlevel_init.S          |    0
>  board/{ => ti}/omap2420h4/mem.c                    |    0
>  board/{ => ti}/omap2420h4/omap2420h4.c             |    0
>  board/{ => ti}/omap2420h4/sys_info.c               |    0
>  board/{ => ti}/omap5912osk/Makefile                |    0
>  board/{ => ti}/omap5912osk/config.mk               |    0
>  board/{ => ti}/omap5912osk/lowlevel_init.S         |    0
>  board/{ => ti}/omap5912osk/omap5912osk.c           |    0
>  board/{ => ti}/omap730p2/Makefile                  |    0
>  board/{ => ti}/omap730p2/config.mk                 |    0
>  board/{ => ti}/omap730p2/flash.c                   |    0
>  board/{ => ti}/omap730p2/lowlevel_init.S           |    0
>  board/{ => ti}/omap730p2/omap730p2.c               |    0
>  board/{omap3/pandora => timll/devkit8000}/Makefile |    5 +-
>  board/{omap3/beagle => timll/devkit8000}/config.mk |    6 +-
>  .../beagle.c => timll/devkit8000/devkit8000.c}     |  118 ++++----
>  .../beagle.h => timll/devkit8000/devkit8000.h}     |  283 +++++++++----------
>  cpu/arm926ejs/at91/at91sam9260_devices.c           |    2 +-
>  cpu/arm926ejs/kirkwood/cpu.c                       |   75 +++++
>  cpu/arm926ejs/mx27/generic.c                       |   65 ++++
>  doc/README.timll                                   |   15 +
>  include/asm-arm/arch-kirkwood/cpu.h                |    2 +
>  include/asm-arm/arch-mx27/imx-regs.h               |   12 +
>  include/asm-arm/proc-armv/system.h                 |   30 --
>  include/configs/devkit8000.h                       |  307 ++++++++++++++++++++
>  include/configs/imx27lite.h                        |  252 ++++++++++++++++
>  include/configs/sbc35_a9g20.h                      |  194 ++++++++++++
>  include/configs/tny_a9260.h                        |  172 +++++++++++
>  89 files changed, 2007 insertions(+), 306 deletions(-)
>  copy board/{imx31_litekit => calao/sbc35_a9g20}/Makefile (78%)
>  create mode 100644 board/calao/sbc35_a9g20/config.mk
>  create mode 100644 board/calao/sbc35_a9g20/sbc35_a9g20.c
>  create mode 100644 board/calao/sbc35_a9g20/spi.c
>  copy board/{imx31_litekit => calao/tny_a9260}/Makefile (78%)
>  create mode 100644 board/calao/tny_a9260/config.mk
>  copy board/{omap3/zoom2/debug_board.c => calao/tny_a9260/spi.c} (50%)
>  create mode 100644 board/calao/tny_a9260/tny_a9260.c
>  copy board/{omap5912osk => logicpd/imx27lite}/Makefile (94%)
>  create mode 100644 board/logicpd/imx27lite/config.mk
>  create mode 100644 board/logicpd/imx27lite/imx27lite.c
>  create mode 100644 board/logicpd/imx27lite/lowlevel_init.S
>  rename board/{ => logicpd}/imx31_litekit/Makefile (100%)
>  rename board/{ => logicpd}/imx31_litekit/config.mk (100%)
>  rename board/{ => logicpd}/imx31_litekit/imx31_litekit.c (100%)
>  rename board/{ => logicpd}/imx31_litekit/lowlevel_init.S (100%)
>  rename board/{omap3 => logicpd}/zoom1/Makefile (100%)
>  rename board/{omap3 => logicpd}/zoom1/config.mk (100%)
>  rename board/{omap3 => logicpd}/zoom1/zoom1.c (100%)
>  rename board/{omap3 => logicpd}/zoom1/zoom1.h (100%)
>  rename board/{omap3 => logicpd}/zoom2/Makefile (100%)
>  rename board/{omap3 => logicpd}/zoom2/config.mk (100%)
>  rename board/{omap3 => logicpd}/zoom2/debug_board.c (100%)
>  rename board/{omap3 => logicpd}/zoom2/led.c (100%)
>  rename board/{omap3 => logicpd}/zoom2/zoom2.c (100%)
>  rename board/{omap3 => logicpd}/zoom2/zoom2.h (100%)
>  rename board/{omap3 => logicpd}/zoom2/zoom2_serial.c (100%)
>  rename board/{omap3 => logicpd}/zoom2/zoom2_serial.h (100%)
>  rename board/{omap3 => }/overo/Makefile (100%)
>  rename board/{omap3 => }/overo/config.mk (100%)
>  rename board/{omap3 => }/overo/overo.c (100%)
>  rename board/{omap3 => }/overo/overo.h (100%)
>  copy board/{omap3 => }/pandora/Makefile (100%)
>  rename board/{omap3 => }/pandora/config.mk (100%)
>  rename board/{omap3 => }/pandora/pandora.c (100%)
>  rename board/{omap3 => }/pandora/pandora.h (100%)
>  rename board/{omap3 => ti}/beagle/Makefile (100%)
>  copy board/{omap3 => ti}/beagle/beagle.c (100%)
>  copy board/{omap3 => ti}/beagle/beagle.h (100%)
>  copy board/{omap3 => ti}/beagle/config.mk (100%)
>  rename board/{omap3 => ti}/evm/Makefile (100%)
>  rename board/{omap3 => ti}/evm/config.mk (100%)
>  rename board/{omap3 => ti}/evm/evm.c (100%)
>  rename board/{omap3 => ti}/evm/evm.h (100%)
>  rename board/{ => ti}/omap1510inn/Makefile (100%)
>  rename board/{ => ti}/omap1510inn/config.mk (100%)
>  rename board/{ => ti}/omap1510inn/lowlevel_init.S (100%)
>  rename board/{ => ti}/omap1510inn/omap1510innovator.c (100%)
>  rename board/{ => ti}/omap1610inn/Makefile (100%)
>  rename board/{ => ti}/omap1610inn/config.mk (100%)
>  rename board/{ => ti}/omap1610inn/flash.c (100%)
>  rename board/{ => ti}/omap1610inn/lowlevel_init.S (100%)
>  rename board/{ => ti}/omap1610inn/omap1610innovator.c (100%)
>  rename board/{ => ti}/omap2420h4/Makefile (100%)
>  rename board/{ => ti}/omap2420h4/config.mk (100%)
>  rename board/{ => ti}/omap2420h4/lowlevel_init.S (100%)
>  rename board/{ => ti}/omap2420h4/mem.c (100%)
>  rename board/{ => ti}/omap2420h4/omap2420h4.c (100%)
>  rename board/{ => ti}/omap2420h4/sys_info.c (100%)
>  rename board/{ => ti}/omap5912osk/Makefile (100%)
>  rename board/{ => ti}/omap5912osk/config.mk (100%)
>  rename board/{ => ti}/omap5912osk/lowlevel_init.S (100%)
>  rename board/{ => ti}/omap5912osk/omap5912osk.c (100%)
>  rename board/{ => ti}/omap730p2/Makefile (100%)
>  rename board/{ => ti}/omap730p2/config.mk (100%)
>  rename board/{ => ti}/omap730p2/flash.c (100%)
>  rename board/{ => ti}/omap730p2/lowlevel_init.S (100%)
>  rename board/{ => ti}/omap730p2/omap730p2.c (100%)
>  rename board/{omap3/pandora => timll/devkit8000}/Makefile (93%)
>  rename board/{omap3/beagle => timll/devkit8000}/config.mk (90%)
>  rename board/{omap3/beagle/beagle.c => timll/devkit8000/devkit8000.c} (53%)
>  rename board/{omap3/beagle/beagle.h => timll/devkit8000/devkit8000.h} (62%)
>  create mode 100644 doc/README.timll
>  create mode 100644 include/configs/devkit8000.h
>  create mode 100644 include/configs/imx27lite.h
>  create mode 100644 include/configs/sbc35_a9g20.h
>  create mode 100644 include/configs/tny_a9260.h

Appleid, thanks.

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
Little known fact about Middle Earth:   The Hobbits had a very sophi-
sticated computer network!   It was a Tolkien Ring...

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06 20:21               ` Tom
  2009-09-06 21:18                 ` Wolfgang Denk
@ 2009-09-07 16:01                 ` Dirk Behme
  1 sibling, 0 replies; 162+ messages in thread
From: Dirk Behme @ 2009-09-07 16:01 UTC (permalink / raw)
  To: u-boot

Tom wrote:
> Dirk Behme wrote:
>> Peter Tyser wrote:
>>  
>>> On Sun, 2009-09-06 at 19:59 +0200, Dirk Behme wrote:
>>>    
>>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>>>      
>>>>> On 09:12 Sun 06 Sep     , Dirk Behme wrote:
>>>>>        
>>>>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>>>>>          
>>>>>>> On 07:37 Sat 05 Sep     , Dirk Behme wrote:
>>>>>>>            
>>>>>>>> Dear Jean-Christophe,
>>>>>>>>
>>>>>>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>>>>>>>              
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> Please pull
>>>>>>>>> The following changes since commit 
>>>>>>>>> 3aa8b68d80dbcb6829af60485c1e388b39af793d:
>>>>>>>>> Wolfgang Denk (1):
>>>>>>>>>       Merge branch 'next' of ../next
>>>>>>>>>
>>>>>>>>> are available in the git repository at:
>>>>>>>>>
>>>>>>>>> git://git.denx.de/u-boot-arm.git master
>>>>>>>>>
>>>>>>>>> Albin Tonnerre (3):
>>>>>>>>>     at91sam9260/afeb9260: Fix SPI initialization
>>>>>>>>>     Add support for the Calao SBC35-A9G20 board
>>>>>>>>>     Support for the Calao TNY-A9260/TNY-A9G20 boards
>>>>>>>>>
>>>>>>>>> Frederik Kriewitz (1):
>>>>>>>>>     Add support for the DevKit8000 board
>>>>>>>>>                 
>>>>>>>> I'd like to have the omap3_devkit8000.h version of that patch, 
>>>>>>>> instead.
>>>>>>>>               
>>>>>>> this one is fine no need not the omap3_devkit8000 version
>>>>>>>             
>>>>>> Jean-Christophe: In
>>>>>>
>>>>>> http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
>>>>>>
>>>>>> we agreed on omap3_devkit8000.
>>>>>>           
>>>>> in v4 the author prefer it devkit8000 so I respect it
>>>>>         
>>>> You missed v5 and v6, no?
>>>>       
>>> My vote is for keeping the board config file named devkit8000.h - that's
>>> U-Boot's current, standard naming convention and it matches up with the
>>> board name under board/.      
>>
>> And I vote (as agreed like mentioned above) for omap3_devkit8000.h as 
>> this is the current, standard OMAP3 config file naming convention 
>> which matches with all other OMAP3 configs.
>>
>> Best regards
>>
>> Dirk
>>
>>   
> I know i may be muddying this up but..
> The devkit8000 looks a lot like the beagle.
> Have you already thought of just rolling devkit8000 into beagle?
> 
> My opinion on naming is to keep omap3_ prefix consistent.
> People used to building with their favorite omap3_* config should continue.
> For now, new omap3 boards to use the omap3_ prefix.

I agree here, so we are at least 2 ;)

If you really want to change U-Boot's user build interface for OMAP3, 
please remember how many documentation you will break with this. And 
additionally, please remember how many user you will confuse with 
this. At least for BeagleBoard there are already some thousand boards 
out there.

Best regards

Dirk

> If we want to break the config names, we should do it after a release.
> A good time for that will be when the omap4 versions come in and we
> have to figure out how to put them in.
> 
> Tom
> 
>> _______________________________________________
>> U-Boot mailing list
>> U-Boot at lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot
>>   
> 
> 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06 21:18                 ` Wolfgang Denk
@ 2009-09-06 22:30                   ` Tom
  0 siblings, 0 replies; 162+ messages in thread
From: Tom @ 2009-09-06 22:30 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Tom,
>
> In message <4AA419D7.2010406@windriver.com> you wrote:
>   
>> I know i may be muddying this up but..
>> The devkit8000 looks a lot like the beagle.
>> Have you already thought of just rolling devkit8000 into beagle?
>>     
>
> That's actually a good idea, if possible.
>
>   
>> My opinion on naming is to keep omap3_ prefix consistent.
>> People used to building with their favorite omap3_* config should continue.
>> For now, new omap3 boards to use the omap3_ prefix.
>>     
>
> NAK. This violates the current naming scheme.
>
>   
>> If we want to break the config names, we should do it after a release.
>>     
>
> This what he have now: merge window time. Time for restructuring.
>
>   
>> A good time for that will be when the omap4 versions come in and we
>> have to figure out how to put them in.
>>     
>
> NAK. Rather do it immediately, before that grows even further.
>
> Best regards,
>
> Wolfgang Denk
>
>   
Ok
I will take care of making the changes if they don't already exist.
Tom

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06 20:21               ` Tom
@ 2009-09-06 21:18                 ` Wolfgang Denk
  2009-09-06 22:30                   ` Tom
  2009-09-07 16:01                 ` Dirk Behme
  1 sibling, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-09-06 21:18 UTC (permalink / raw)
  To: u-boot

Dear Tom,

In message <4AA419D7.2010406@windriver.com> you wrote:
>
> I know i may be muddying this up but..
> The devkit8000 looks a lot like the beagle.
> Have you already thought of just rolling devkit8000 into beagle?

That's actually a good idea, if possible.

> My opinion on naming is to keep omap3_ prefix consistent.
> People used to building with their favorite omap3_* config should continue.
> For now, new omap3 boards to use the omap3_ prefix.

NAK. This violates the current naming scheme.

> If we want to break the config names, we should do it after a release.

This what he have now: merge window time. Time for restructuring.

> A good time for that will be when the omap4 versions come in and we
> have to figure out how to put them in.

NAK. Rather do it immediately, before that grows even further.

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
A person who is more than casually interested in computers should  be
well  schooled in machine language, since it is a fundamental part of
a computer.                                           -- Donald Knuth

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06 18:40             ` Dirk Behme
  2009-09-06 19:09               ` Peter Tyser
  2009-09-06 20:21               ` Tom
@ 2009-09-06 21:16               ` Wolfgang Denk
  2 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-09-06 21:16 UTC (permalink / raw)
  To: u-boot

Dear Dirk Behme,

In message <4AA4020C.8080200@googlemail.com> you wrote:
>
> > My vote is for keeping the board config file named devkit8000.h - that's
> > U-Boot's current, standard naming convention and it matches up with the
> > board name under board/.  

ACK.

> And I vote (as agreed like mentioned above) for omap3_devkit8000.h as 
> this is the current, standard OMAP3 config file naming convention 
> which matches with all other OMAP3 configs.

I hear your vote, but in this case you are alone against eveybody
else. This "standard OMAP3 config file naming convention" is
something that needs to and will be cleaned up.

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
This all sounds complicated, but it mostly does excatly what you  ex-
pect. It's just difficult for us to explain what you expect...
                       - L. Wall & R. L. Schwartz, _Programming Perl_

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06 17:59         ` Dirk Behme
  2009-09-06 18:37           ` Peter Tyser
@ 2009-09-06 20:31           ` Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 0 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-09-06 20:31 UTC (permalink / raw)
  To: u-boot

> >>Jean-Christophe: In
> >>
> >>http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
> >>
> >>we agreed on omap3_devkit8000.
> >in v4 the author prefer it devkit8000 so I respect it
> 
> You missed v5 and v6, no?
no I did not as Frederik Kriewitz said this
'Oh yes, do we really need a v7? Or is v4 (with timll vendor directory) ok'

so I applied this one as the patch is ok
> 
> >for the l2_cache I'm fine to move to omap3 as it's really omap3 specific
> 
> Again, you confuse people. From your previous mail:
> 
> "as I said now more than 10 times on omap3 we can use the generic
> ARMV7 cache code"
> 
> >we clearly need to clean the omap3 and not force other soc to duplicate code
> 
> With
> 
> http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
???

> 
> we just try to do the opposite: Move the custom code away so that
> Samsung can use its own (generic?) implementation.
When I've said we do not need the custom code for omap3 either so omap3 and
Samsung can use the same code the generic one

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06 18:40             ` Dirk Behme
  2009-09-06 19:09               ` Peter Tyser
@ 2009-09-06 20:21               ` Tom
  2009-09-06 21:18                 ` Wolfgang Denk
  2009-09-07 16:01                 ` Dirk Behme
  2009-09-06 21:16               ` Wolfgang Denk
  2 siblings, 2 replies; 162+ messages in thread
From: Tom @ 2009-09-06 20:21 UTC (permalink / raw)
  To: u-boot

Dirk Behme wrote:
> Peter Tyser wrote:
>   
>> On Sun, 2009-09-06 at 19:59 +0200, Dirk Behme wrote:
>>     
>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>>       
>>>> On 09:12 Sun 06 Sep     , Dirk Behme wrote:
>>>>         
>>>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>>>>           
>>>>>> On 07:37 Sat 05 Sep     , Dirk Behme wrote:
>>>>>>             
>>>>>>> Dear Jean-Christophe,
>>>>>>>
>>>>>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>>>>>>               
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Please pull
>>>>>>>> The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
>>>>>>>> Wolfgang Denk (1):
>>>>>>>>       Merge branch 'next' of ../next
>>>>>>>>
>>>>>>>> are available in the git repository at:
>>>>>>>>
>>>>>>>> git://git.denx.de/u-boot-arm.git master
>>>>>>>>
>>>>>>>> Albin Tonnerre (3):
>>>>>>>>     at91sam9260/afeb9260: Fix SPI initialization
>>>>>>>>     Add support for the Calao SBC35-A9G20 board
>>>>>>>>     Support for the Calao TNY-A9260/TNY-A9G20 boards
>>>>>>>>
>>>>>>>> Frederik Kriewitz (1):
>>>>>>>>     Add support for the DevKit8000 board
>>>>>>>>                 
>>>>>>> I'd like to have the omap3_devkit8000.h version of that patch, instead.
>>>>>>>               
>>>>>> this one is fine no need not the omap3_devkit8000 version
>>>>>>             
>>>>> Jean-Christophe: In
>>>>>
>>>>> http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
>>>>>
>>>>> we agreed on omap3_devkit8000.
>>>>>           
>>>> in v4 the author prefer it devkit8000 so I respect it
>>>>         
>>> You missed v5 and v6, no?
>>>       
>> My vote is for keeping the board config file named devkit8000.h - that's
>> U-Boot's current, standard naming convention and it matches up with the
>> board name under board/.  
>>     
>
> And I vote (as agreed like mentioned above) for omap3_devkit8000.h as 
> this is the current, standard OMAP3 config file naming convention 
> which matches with all other OMAP3 configs.
>
> Best regards
>
> Dirk
>
>   
I know i may be muddying this up but..
The devkit8000 looks a lot like the beagle.
Have you already thought of just rolling devkit8000 into beagle?

My opinion on naming is to keep omap3_ prefix consistent.
People used to building with their favorite omap3_* config should continue.
For now, new omap3 boards to use the omap3_ prefix.

If we want to break the config names, we should do it after a release.
A good time for that will be when the omap4 versions come in and we
have to figure out how to put them in.

Tom

> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>   

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06 18:40             ` Dirk Behme
@ 2009-09-06 19:09               ` Peter Tyser
  2009-09-06 20:21               ` Tom
  2009-09-06 21:16               ` Wolfgang Denk
  2 siblings, 0 replies; 162+ messages in thread
From: Peter Tyser @ 2009-09-06 19:09 UTC (permalink / raw)
  To: u-boot

On Sun, 2009-09-06 at 20:40 +0200, Dirk Behme wrote:
> Peter Tyser wrote:
> > On Sun, 2009-09-06 at 19:59 +0200, Dirk Behme wrote:
> >> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >>> On 09:12 Sun 06 Sep     , Dirk Behme wrote:
> >>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >>>>> On 07:37 Sat 05 Sep     , Dirk Behme wrote:
> >>>>>> Dear Jean-Christophe,
> >>>>>>
> >>>>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >>>>>>> Hi,
> >>>>>>>
> >>>>>>> Please pull
> >>>>>>> The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
> >>>>>>> Wolfgang Denk (1):
> >>>>>>>       Merge branch 'next' of ../next
> >>>>>>>
> >>>>>>> are available in the git repository at:
> >>>>>>>
> >>>>>>> git://git.denx.de/u-boot-arm.git master
> >>>>>>>
> >>>>>>> Albin Tonnerre (3):
> >>>>>>>     at91sam9260/afeb9260: Fix SPI initialization
> >>>>>>>     Add support for the Calao SBC35-A9G20 board
> >>>>>>>     Support for the Calao TNY-A9260/TNY-A9G20 boards
> >>>>>>>
> >>>>>>> Frederik Kriewitz (1):
> >>>>>>>     Add support for the DevKit8000 board
> >>>>>> I'd like to have the omap3_devkit8000.h version of that patch, instead.
> >>>>> this one is fine no need not the omap3_devkit8000 version
> >>>> Jean-Christophe: In
> >>>>
> >>>> http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
> >>>>
> >>>> we agreed on omap3_devkit8000.
> >>> in v4 the author prefer it devkit8000 so I respect it
> >> You missed v5 and v6, no?
> > 
> > My vote is for keeping the board config file named devkit8000.h - that's
> > U-Boot's current, standard naming convention and it matches up with the
> > board name under board/.  
> 
> And I vote (as agreed like mentioned above) for omap3_devkit8000.h as 
> this is the current, standard OMAP3 config file naming convention 
> which matches with all other OMAP3 configs.

I consider the current board omap3_* config file names incorrect.
Naming the devkit8000 omap3_devkit8000 might be consistent with some
other misnamed boards, but its wrong in my opinion.  We should just get
rid of the omap3_ prefix on those few config files if we want to be
consistent.

eg rename:
omap3_beagle.h to beagle.h
omap3_evm.h to evm.h
...

This will be consistent with the board name in board/, as well as follow
the convention of every other board in U-Boot.

Best,
Peter

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06 18:37           ` Peter Tyser
@ 2009-09-06 18:40             ` Dirk Behme
  2009-09-06 19:09               ` Peter Tyser
                                 ` (2 more replies)
  0 siblings, 3 replies; 162+ messages in thread
From: Dirk Behme @ 2009-09-06 18:40 UTC (permalink / raw)
  To: u-boot

Peter Tyser wrote:
> On Sun, 2009-09-06 at 19:59 +0200, Dirk Behme wrote:
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>> On 09:12 Sun 06 Sep     , Dirk Behme wrote:
>>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>>>> On 07:37 Sat 05 Sep     , Dirk Behme wrote:
>>>>>> Dear Jean-Christophe,
>>>>>>
>>>>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> Please pull
>>>>>>> The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
>>>>>>> Wolfgang Denk (1):
>>>>>>>       Merge branch 'next' of ../next
>>>>>>>
>>>>>>> are available in the git repository at:
>>>>>>>
>>>>>>> git://git.denx.de/u-boot-arm.git master
>>>>>>>
>>>>>>> Albin Tonnerre (3):
>>>>>>>     at91sam9260/afeb9260: Fix SPI initialization
>>>>>>>     Add support for the Calao SBC35-A9G20 board
>>>>>>>     Support for the Calao TNY-A9260/TNY-A9G20 boards
>>>>>>>
>>>>>>> Frederik Kriewitz (1):
>>>>>>>     Add support for the DevKit8000 board
>>>>>> I'd like to have the omap3_devkit8000.h version of that patch, instead.
>>>>> this one is fine no need not the omap3_devkit8000 version
>>>> Jean-Christophe: In
>>>>
>>>> http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
>>>>
>>>> we agreed on omap3_devkit8000.
>>> in v4 the author prefer it devkit8000 so I respect it
>> You missed v5 and v6, no?
> 
> My vote is for keeping the board config file named devkit8000.h - that's
> U-Boot's current, standard naming convention and it matches up with the
> board name under board/.  

And I vote (as agreed like mentioned above) for omap3_devkit8000.h as 
this is the current, standard OMAP3 config file naming convention 
which matches with all other OMAP3 configs.

Best regards

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06 17:59         ` Dirk Behme
@ 2009-09-06 18:37           ` Peter Tyser
  2009-09-06 18:40             ` Dirk Behme
  2009-09-06 20:31           ` Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 1 reply; 162+ messages in thread
From: Peter Tyser @ 2009-09-06 18:37 UTC (permalink / raw)
  To: u-boot

On Sun, 2009-09-06 at 19:59 +0200, Dirk Behme wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> > On 09:12 Sun 06 Sep     , Dirk Behme wrote:
> >> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >>> On 07:37 Sat 05 Sep     , Dirk Behme wrote:
> >>>> Dear Jean-Christophe,
> >>>>
> >>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >>>>> Hi,
> >>>>>
> >>>>> Please pull
> >>>>> The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
> >>>>> Wolfgang Denk (1):
> >>>>>       Merge branch 'next' of ../next
> >>>>>
> >>>>> are available in the git repository at:
> >>>>>
> >>>>> git://git.denx.de/u-boot-arm.git master
> >>>>>
> >>>>> Albin Tonnerre (3):
> >>>>>     at91sam9260/afeb9260: Fix SPI initialization
> >>>>>     Add support for the Calao SBC35-A9G20 board
> >>>>>     Support for the Calao TNY-A9260/TNY-A9G20 boards
> >>>>>
> >>>>> Frederik Kriewitz (1):
> >>>>>     Add support for the DevKit8000 board
> >>>> I'd like to have the omap3_devkit8000.h version of that patch, instead.
> >>> this one is fine no need not the omap3_devkit8000 version
> >> Jean-Christophe: In
> >>
> >> http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
> >>
> >> we agreed on omap3_devkit8000.
> > in v4 the author prefer it devkit8000 so I respect it
> 
> You missed v5 and v6, no?

My vote is for keeping the board config file named devkit8000.h - that's
U-Boot's current, standard naming convention and it matches up with the
board name under board/.  This appears to be the patch version that
Jean-Christophe picked, and v6 was "dirty" (added the same file 2x) as
well.

Best,
Peter

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06 13:16       ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-09-06 17:59         ` Dirk Behme
  2009-09-06 18:37           ` Peter Tyser
  2009-09-06 20:31           ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 2 replies; 162+ messages in thread
From: Dirk Behme @ 2009-09-06 17:59 UTC (permalink / raw)
  To: u-boot

Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 09:12 Sun 06 Sep     , Dirk Behme wrote:
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>> On 07:37 Sat 05 Sep     , Dirk Behme wrote:
>>>> Dear Jean-Christophe,
>>>>
>>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>>>> Hi,
>>>>>
>>>>> Please pull
>>>>> The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
>>>>> Wolfgang Denk (1):
>>>>>       Merge branch 'next' of ../next
>>>>>
>>>>> are available in the git repository at:
>>>>>
>>>>> git://git.denx.de/u-boot-arm.git master
>>>>>
>>>>> Albin Tonnerre (3):
>>>>>     at91sam9260/afeb9260: Fix SPI initialization
>>>>>     Add support for the Calao SBC35-A9G20 board
>>>>>     Support for the Calao TNY-A9260/TNY-A9G20 boards
>>>>>
>>>>> Frederik Kriewitz (1):
>>>>>     Add support for the DevKit8000 board
>>>> I'd like to have the omap3_devkit8000.h version of that patch, instead.
>>> this one is fine no need not the omap3_devkit8000 version
>> Jean-Christophe: In
>>
>> http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
>>
>> we agreed on omap3_devkit8000.
> in v4 the author prefer it devkit8000 so I respect it

You missed v5 and v6, no?

> for the l2_cache I'm fine to move to omap3 as it's really omap3 specific

Again, you confuse people. From your previous mail:

"as I said now more than 10 times on omap3 we can use the generic 
ARMV7 cache code"

> we clearly need to clean the omap3 and not force other soc to duplicate code

With

http://lists.denx.de/pipermail/u-boot/2009-August/059087.html

we just try to do the opposite: Move the custom code away so that 
Samsung can use its own (generic?) implementation.

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06  7:12     ` Dirk Behme
@ 2009-09-06 13:16       ` Jean-Christophe PLAGNIOL-VILLARD
  2009-09-06 17:59         ` Dirk Behme
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-09-06 13:16 UTC (permalink / raw)
  To: u-boot

On 09:12 Sun 06 Sep     , Dirk Behme wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >On 07:37 Sat 05 Sep     , Dirk Behme wrote:
> >>Dear Jean-Christophe,
> >>
> >>Jean-Christophe PLAGNIOL-VILLARD wrote:
> >>>Hi,
> >>>
> >>>Please pull
> >>>The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
> >>> Wolfgang Denk (1):
> >>>       Merge branch 'next' of ../next
> >>>
> >>>are available in the git repository at:
> >>>
> >>> git://git.denx.de/u-boot-arm.git master
> >>>
> >>>Albin Tonnerre (3):
> >>>     at91sam9260/afeb9260: Fix SPI initialization
> >>>     Add support for the Calao SBC35-A9G20 board
> >>>     Support for the Calao TNY-A9260/TNY-A9G20 boards
> >>>
> >>>Frederik Kriewitz (1):
> >>>     Add support for the DevKit8000 board
> >>I'd like to have the omap3_devkit8000.h version of that patch, instead.
> >this one is fine no need not the omap3_devkit8000 version
> 
> Jean-Christophe: In
> 
> http://lists.denx.de/pipermail/u-boot/2009-August/059087.html
> 
> we agreed on omap3_devkit8000.
in v4 the author prefer it devkit8000 so I respect it

> >on omap3 we can use the generic ARMV7 cache
> >code as on Samsung
> 
> Jean-Christophe: Unfortunately, this is not the topic we are talking
> about here.
yes it's, as intead of fix the code we just move it
> 
> At the moment we are talking about
> 
> a) Moving the existing code to an OMAP3 specific directory so that
> others can go on. Not stalling them any longer.
> 
> b) By doing (a), making sure not changing/breaking any existing
> code/functionality
> 
> c)  http://lists.denx.de/pipermail/u-boot/2009-August/058543.html
> 
> And if you insist on your "we don't need this code", please re-read
> 
> http://lists.denx.de/pipermail/u-boot/2009-August/059026.html
Yes I insist to remove the code and use a generic code as much we can
for the l2_cache I'm fine to move to omap3 as it's really omap3 specific
but I do want to have the generic v7_flush_dcache_all use for omap3 too

> 
> 
> All: The main topic here is (a). So somebody with commit rights:
No the topic here is to do the right thing

move code which need to be re-write is incorrect
as Samsung will re-introduce the v7_flush_dcache_all for their soc
so where they will store it?

in cpu/arm_cortexa8/samsung/cache.S

and if we add a new soc which will need the code we will duplicate it agains
no

we clearly need to clean the omap3 and not force other soc to duplicate code
just because on soc

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-06  9:18 ` Heiko Schocher
@ 2009-09-06 10:05   ` Heiko Schocher
  2009-09-07 21:20   ` Wolfgang Denk
  1 sibling, 0 replies; 162+ messages in thread
From: Heiko Schocher @ 2009-09-06 10:05 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

Sorry, wrong subject ... should be

[U-Boot] i2c Pull Request ...

No idea, how this happend ... (seems, i digged actually to long in an
error on an arm plattform ;-)

Heiko Schocher wrote:
> Hello Wolfgang,
> 
> The following changes since commit 9f23ca42b3ba19b24e66fade572f2b86d929b6e8:
>   Wolfgang Denk (1):
>         ARM: Update mach-types
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> Eric Millbrandt (1):
>       Reset i2c slave devices during init on mpc5xxx cpus
> 
> Timur Tabi (1):
>       fsl_i2c: increase I2C timeout values and make them configurable
> 
>  README                       |    7 ++++++
>  cpu/mpc5xxx/i2c.c            |   49 ++++++++++++++++++++++++++++++++++++++++++
>  drivers/i2c/fsl_i2c.c        |   24 +++++++++++++++++---
>  include/configs/galaxy5200.h |    1 +
>  4 files changed, 77 insertions(+), 4 deletions(-)
> 
> 

bye
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-05  1:36 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
  2009-09-05  5:37 ` Dirk Behme
@ 2009-09-06  9:18 ` Heiko Schocher
  2009-09-06 10:05   ` Heiko Schocher
  2009-09-07 21:20   ` Wolfgang Denk
  2009-09-07 21:18 ` Wolfgang Denk
  2 siblings, 2 replies; 162+ messages in thread
From: Heiko Schocher @ 2009-09-06  9:18 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 9f23ca42b3ba19b24e66fade572f2b86d929b6e8:
  Wolfgang Denk (1):
        ARM: Update mach-types

are available in the git repository at:

  git://git.denx.de/u-boot-i2c.git master

Eric Millbrandt (1):
      Reset i2c slave devices during init on mpc5xxx cpus

Timur Tabi (1):
      fsl_i2c: increase I2C timeout values and make them configurable

 README                       |    7 ++++++
 cpu/mpc5xxx/i2c.c            |   49 ++++++++++++++++++++++++++++++++++++++++++
 drivers/i2c/fsl_i2c.c        |   24 +++++++++++++++++---
 include/configs/galaxy5200.h |    1 +
 4 files changed, 77 insertions(+), 4 deletions(-)


-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-05 15:37   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-09-06  7:12     ` Dirk Behme
  2009-09-06 13:16       ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 162+ messages in thread
From: Dirk Behme @ 2009-09-06  7:12 UTC (permalink / raw)
  To: u-boot

Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 07:37 Sat 05 Sep     , Dirk Behme wrote:
>> Dear Jean-Christophe,
>>
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>> Hi,
>>>
>>> Please pull
>>> The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
>>>  Wolfgang Denk (1):
>>>        Merge branch 'next' of ../next
>>>
>>> are available in the git repository at:
>>>
>>>  git://git.denx.de/u-boot-arm.git master
>>>
>>> Albin Tonnerre (3):
>>>      at91sam9260/afeb9260: Fix SPI initialization
>>>      Add support for the Calao SBC35-A9G20 board
>>>      Support for the Calao TNY-A9260/TNY-A9G20 boards
>>>
>>> Frederik Kriewitz (1):
>>>      Add support for the DevKit8000 board
>> I'd like to have the omap3_devkit8000.h version of that patch, instead.
> this one is fine no need not the omap3_devkit8000 version

Jean-Christophe: In

http://lists.denx.de/pipermail/u-boot/2009-August/059087.html

we agreed on omap3_devkit8000.

>> Additionally,
>>
>> http://lists.denx.de/pipermail/u-boot/2009-August/058492.html
> as I said now more than 10 times

Jean-Christophe: I doubt that you mentioned this more than 10 times ;)

> on omap3 we can use the generic ARMV7 cache
> code as on Samsung

Jean-Christophe: Unfortunately, this is not the topic we are talking 
about here.

At the moment we are talking about

a) Moving the existing code to an OMAP3 specific directory so that 
others can go on. Not stalling them any longer.

b) By doing (a), making sure not changing/breaking any existing 
code/functionality

c)  http://lists.denx.de/pipermail/u-boot/2009-August/058543.html

And if you insist on your "we don't need this code", please re-read

http://lists.denx.de/pipermail/u-boot/2009-August/059026.html


All: The main topic here is (a). So somebody with commit rights: 
Please apply

http://lists.denx.de/pipermail/u-boot/2009-August/058492.html

so that others, mainly Samsung, can go on and isn't stalled further.

OMAP3 specific discussion can go on in an other thread, then.

Many thanks and best regards

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-05  5:37 ` Dirk Behme
@ 2009-09-05 15:37   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-09-06  7:12     ` Dirk Behme
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-09-05 15:37 UTC (permalink / raw)
  To: u-boot

On 07:37 Sat 05 Sep     , Dirk Behme wrote:
> Dear Jean-Christophe,
> 
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> >Hi,
> >
> >Please pull
> >The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
> >  Wolfgang Denk (1):
> >        Merge branch 'next' of ../next
> >
> >are available in the git repository at:
> >
> >  git://git.denx.de/u-boot-arm.git master
> >
> >Albin Tonnerre (3):
> >      at91sam9260/afeb9260: Fix SPI initialization
> >      Add support for the Calao SBC35-A9G20 board
> >      Support for the Calao TNY-A9260/TNY-A9G20 boards
> >
> >Frederik Kriewitz (1):
> >      Add support for the DevKit8000 board
> 
> I'd like to have the omap3_devkit8000.h version of that patch, instead.
this one is fine no need not the omap3_devkit8000 version
> 
> Additionally,
> 
> http://lists.denx.de/pipermail/u-boot/2009-August/058492.html
as I said now more than 10 times on omap3 we can use the generic ARMV7 cache
code as on Samsung

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-09-05  1:36 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
@ 2009-09-05  5:37 ` Dirk Behme
  2009-09-05 15:37   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-09-06  9:18 ` Heiko Schocher
  2009-09-07 21:18 ` Wolfgang Denk
  2 siblings, 1 reply; 162+ messages in thread
From: Dirk Behme @ 2009-09-05  5:37 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe,

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Hi,
> 
> Please pull
> The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
>   Wolfgang Denk (1):
>         Merge branch 'next' of ../next
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Albin Tonnerre (3):
>       at91sam9260/afeb9260: Fix SPI initialization
>       Add support for the Calao SBC35-A9G20 board
>       Support for the Calao TNY-A9260/TNY-A9G20 boards
> 
> Frederik Kriewitz (1):
>       Add support for the DevKit8000 board

I'd like to have the omap3_devkit8000.h version of that patch, instead.

Additionally,

http://lists.denx.de/pipermail/u-boot/2009-August/058492.html

is missing so that the Samsung developers can go on.

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-09-05  1:36 Jean-Christophe PLAGNIOL-VILLARD
  2009-09-05  5:37 ` Dirk Behme
                   ` (2 more replies)
  0 siblings, 3 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-09-05  1:36 UTC (permalink / raw)
  To: u-boot

Hi,

Please pull
The following changes since commit 3aa8b68d80dbcb6829af60485c1e388b39af793d:
  Wolfgang Denk (1):
        Merge branch 'next' of ../next

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Albin Tonnerre (3):
      at91sam9260/afeb9260: Fix SPI initialization
      Add support for the Calao SBC35-A9G20 board
      Support for the Calao TNY-A9260/TNY-A9G20 boards

Frederik Kriewitz (1):
      Add support for the DevKit8000 board

Ilko Iliev (1):
      DM9000 init for pm9261

Ilya Yanok (1):
      imx27lite: add support for imx27lite board from LogicPD

Jean-Christophe PLAGNIOL-VILLARD (3):
      omap: move TI's boards to board/ti/
      arm: move Logicpd's boards to board/logicpd/
      omap3: move the other boards to board/

Prafulla Wadaskar (1):
      arm: Kirkwood: add SYSRSTn Duration Counter Support

Simon Kagstrom (1):
      Remove duplicate set_cr

 MAINTAINERS                                        |   11 +
 MAKEALL                                            |    5 +
 Makefile                                           |   47 +++-
 board/afeb9260/afeb9260.c                          |    2 +-
 board/atmel/at91sam9260ek/at91sam9260ek.c          |    2 +-
 .../{imx31_litekit => calao/sbc35_a9g20}/Makefile  |   16 +-
 board/calao/sbc35_a9g20/config.mk                  |    1 +
 board/calao/sbc35_a9g20/sbc35_a9g20.c              |  197 +++++++++++++
 board/calao/sbc35_a9g20/spi.c                      |   57 ++++
 board/{imx31_litekit => calao/tny_a9260}/Makefile  |   16 +-
 board/calao/tny_a9260/config.mk                    |    1 +
 .../zoom2/debug_board.c => calao/tny_a9260/spi.c}  |   53 ++--
 board/calao/tny_a9260/tny_a9260.c                  |  110 +++++++
 board/{omap5912osk => logicpd/imx27lite}/Makefile  |    6 +-
 board/logicpd/imx27lite/config.mk                  |    1 +
 board/logicpd/imx27lite/imx27lite.c                |   73 +++++
 board/logicpd/imx27lite/lowlevel_init.S            |  170 +++++++++++
 board/{ => logicpd}/imx31_litekit/Makefile         |    0
 board/{ => logicpd}/imx31_litekit/config.mk        |    0
 board/{ => logicpd}/imx31_litekit/imx31_litekit.c  |    0
 board/{ => logicpd}/imx31_litekit/lowlevel_init.S  |    0
 board/{omap3 => logicpd}/zoom1/Makefile            |    0
 board/{omap3 => logicpd}/zoom1/config.mk           |    0
 board/{omap3 => logicpd}/zoom1/zoom1.c             |    0
 board/{omap3 => logicpd}/zoom1/zoom1.h             |    0
 board/{omap3 => logicpd}/zoom2/Makefile            |    0
 board/{omap3 => logicpd}/zoom2/config.mk           |    0
 board/{omap3 => logicpd}/zoom2/debug_board.c       |    0
 board/{omap3 => logicpd}/zoom2/led.c               |    0
 board/{omap3 => logicpd}/zoom2/zoom2.c             |    0
 board/{omap3 => logicpd}/zoom2/zoom2.h             |    0
 board/{omap3 => logicpd}/zoom2/zoom2_serial.c      |    0
 board/{omap3 => logicpd}/zoom2/zoom2_serial.h      |    0
 board/{omap3 => }/overo/Makefile                   |    0
 board/{omap3 => }/overo/config.mk                  |    0
 board/{omap3 => }/overo/overo.c                    |    0
 board/{omap3 => }/overo/overo.h                    |    0
 board/{omap3 => }/pandora/Makefile                 |    0
 board/{omap3 => }/pandora/config.mk                |    0
 board/{omap3 => }/pandora/pandora.c                |    0
 board/{omap3 => }/pandora/pandora.h                |    0
 board/ronetix/pm9261/pm9261.c                      |    7 +
 board/{omap3 => ti}/beagle/Makefile                |    0
 board/{omap3 => ti}/beagle/beagle.c                |    0
 board/{omap3 => ti}/beagle/beagle.h                |    0
 board/{omap3 => ti}/beagle/config.mk               |    0
 board/{omap3 => ti}/evm/Makefile                   |    0
 board/{omap3 => ti}/evm/config.mk                  |    0
 board/{omap3 => ti}/evm/evm.c                      |    0
 board/{omap3 => ti}/evm/evm.h                      |    0
 board/{ => ti}/omap1510inn/Makefile                |    0
 board/{ => ti}/omap1510inn/config.mk               |    0
 board/{ => ti}/omap1510inn/lowlevel_init.S         |    0
 board/{ => ti}/omap1510inn/omap1510innovator.c     |    0
 board/{ => ti}/omap1610inn/Makefile                |    0
 board/{ => ti}/omap1610inn/config.mk               |    0
 board/{ => ti}/omap1610inn/flash.c                 |    0
 board/{ => ti}/omap1610inn/lowlevel_init.S         |    0
 board/{ => ti}/omap1610inn/omap1610innovator.c     |    0
 board/{ => ti}/omap2420h4/Makefile                 |    0
 board/{ => ti}/omap2420h4/config.mk                |    0
 board/{ => ti}/omap2420h4/lowlevel_init.S          |    0
 board/{ => ti}/omap2420h4/mem.c                    |    0
 board/{ => ti}/omap2420h4/omap2420h4.c             |    0
 board/{ => ti}/omap2420h4/sys_info.c               |    0
 board/{ => ti}/omap5912osk/Makefile                |    0
 board/{ => ti}/omap5912osk/config.mk               |    0
 board/{ => ti}/omap5912osk/lowlevel_init.S         |    0
 board/{ => ti}/omap5912osk/omap5912osk.c           |    0
 board/{ => ti}/omap730p2/Makefile                  |    0
 board/{ => ti}/omap730p2/config.mk                 |    0
 board/{ => ti}/omap730p2/flash.c                   |    0
 board/{ => ti}/omap730p2/lowlevel_init.S           |    0
 board/{ => ti}/omap730p2/omap730p2.c               |    0
 board/{omap3/pandora => timll/devkit8000}/Makefile |    5 +-
 board/{omap3/beagle => timll/devkit8000}/config.mk |    6 +-
 .../beagle.c => timll/devkit8000/devkit8000.c}     |  118 ++++----
 .../beagle.h => timll/devkit8000/devkit8000.h}     |  283 +++++++++----------
 cpu/arm926ejs/at91/at91sam9260_devices.c           |    2 +-
 cpu/arm926ejs/kirkwood/cpu.c                       |   75 +++++
 cpu/arm926ejs/mx27/generic.c                       |   65 ++++
 doc/README.timll                                   |   15 +
 include/asm-arm/arch-kirkwood/cpu.h                |    2 +
 include/asm-arm/arch-mx27/imx-regs.h               |   12 +
 include/asm-arm/proc-armv/system.h                 |   30 --
 include/configs/devkit8000.h                       |  307 ++++++++++++++++++++
 include/configs/imx27lite.h                        |  252 ++++++++++++++++
 include/configs/sbc35_a9g20.h                      |  194 ++++++++++++
 include/configs/tny_a9260.h                        |  172 +++++++++++
 89 files changed, 2007 insertions(+), 306 deletions(-)
 copy board/{imx31_litekit => calao/sbc35_a9g20}/Makefile (78%)
 create mode 100644 board/calao/sbc35_a9g20/config.mk
 create mode 100644 board/calao/sbc35_a9g20/sbc35_a9g20.c
 create mode 100644 board/calao/sbc35_a9g20/spi.c
 copy board/{imx31_litekit => calao/tny_a9260}/Makefile (78%)
 create mode 100644 board/calao/tny_a9260/config.mk
 copy board/{omap3/zoom2/debug_board.c => calao/tny_a9260/spi.c} (50%)
 create mode 100644 board/calao/tny_a9260/tny_a9260.c
 copy board/{omap5912osk => logicpd/imx27lite}/Makefile (94%)
 create mode 100644 board/logicpd/imx27lite/config.mk
 create mode 100644 board/logicpd/imx27lite/imx27lite.c
 create mode 100644 board/logicpd/imx27lite/lowlevel_init.S
 rename board/{ => logicpd}/imx31_litekit/Makefile (100%)
 rename board/{ => logicpd}/imx31_litekit/config.mk (100%)
 rename board/{ => logicpd}/imx31_litekit/imx31_litekit.c (100%)
 rename board/{ => logicpd}/imx31_litekit/lowlevel_init.S (100%)
 rename board/{omap3 => logicpd}/zoom1/Makefile (100%)
 rename board/{omap3 => logicpd}/zoom1/config.mk (100%)
 rename board/{omap3 => logicpd}/zoom1/zoom1.c (100%)
 rename board/{omap3 => logicpd}/zoom1/zoom1.h (100%)
 rename board/{omap3 => logicpd}/zoom2/Makefile (100%)
 rename board/{omap3 => logicpd}/zoom2/config.mk (100%)
 rename board/{omap3 => logicpd}/zoom2/debug_board.c (100%)
 rename board/{omap3 => logicpd}/zoom2/led.c (100%)
 rename board/{omap3 => logicpd}/zoom2/zoom2.c (100%)
 rename board/{omap3 => logicpd}/zoom2/zoom2.h (100%)
 rename board/{omap3 => logicpd}/zoom2/zoom2_serial.c (100%)
 rename board/{omap3 => logicpd}/zoom2/zoom2_serial.h (100%)
 rename board/{omap3 => }/overo/Makefile (100%)
 rename board/{omap3 => }/overo/config.mk (100%)
 rename board/{omap3 => }/overo/overo.c (100%)
 rename board/{omap3 => }/overo/overo.h (100%)
 copy board/{omap3 => }/pandora/Makefile (100%)
 rename board/{omap3 => }/pandora/config.mk (100%)
 rename board/{omap3 => }/pandora/pandora.c (100%)
 rename board/{omap3 => }/pandora/pandora.h (100%)
 rename board/{omap3 => ti}/beagle/Makefile (100%)
 copy board/{omap3 => ti}/beagle/beagle.c (100%)
 copy board/{omap3 => ti}/beagle/beagle.h (100%)
 copy board/{omap3 => ti}/beagle/config.mk (100%)
 rename board/{omap3 => ti}/evm/Makefile (100%)
 rename board/{omap3 => ti}/evm/config.mk (100%)
 rename board/{omap3 => ti}/evm/evm.c (100%)
 rename board/{omap3 => ti}/evm/evm.h (100%)
 rename board/{ => ti}/omap1510inn/Makefile (100%)
 rename board/{ => ti}/omap1510inn/config.mk (100%)
 rename board/{ => ti}/omap1510inn/lowlevel_init.S (100%)
 rename board/{ => ti}/omap1510inn/omap1510innovator.c (100%)
 rename board/{ => ti}/omap1610inn/Makefile (100%)
 rename board/{ => ti}/omap1610inn/config.mk (100%)
 rename board/{ => ti}/omap1610inn/flash.c (100%)
 rename board/{ => ti}/omap1610inn/lowlevel_init.S (100%)
 rename board/{ => ti}/omap1610inn/omap1610innovator.c (100%)
 rename board/{ => ti}/omap2420h4/Makefile (100%)
 rename board/{ => ti}/omap2420h4/config.mk (100%)
 rename board/{ => ti}/omap2420h4/lowlevel_init.S (100%)
 rename board/{ => ti}/omap2420h4/mem.c (100%)
 rename board/{ => ti}/omap2420h4/omap2420h4.c (100%)
 rename board/{ => ti}/omap2420h4/sys_info.c (100%)
 rename board/{ => ti}/omap5912osk/Makefile (100%)
 rename board/{ => ti}/omap5912osk/config.mk (100%)
 rename board/{ => ti}/omap5912osk/lowlevel_init.S (100%)
 rename board/{ => ti}/omap5912osk/omap5912osk.c (100%)
 rename board/{ => ti}/omap730p2/Makefile (100%)
 rename board/{ => ti}/omap730p2/config.mk (100%)
 rename board/{ => ti}/omap730p2/flash.c (100%)
 rename board/{ => ti}/omap730p2/lowlevel_init.S (100%)
 rename board/{ => ti}/omap730p2/omap730p2.c (100%)
 rename board/{omap3/pandora => timll/devkit8000}/Makefile (93%)
 rename board/{omap3/beagle => timll/devkit8000}/config.mk (90%)
 rename board/{omap3/beagle/beagle.c => timll/devkit8000/devkit8000.c} (53%)
 rename board/{omap3/beagle/beagle.h => timll/devkit8000/devkit8000.h} (62%)
 create mode 100644 doc/README.timll
 create mode 100644 include/configs/devkit8000.h
 create mode 100644 include/configs/imx27lite.h
 create mode 100644 include/configs/sbc35_a9g20.h
 create mode 100644 include/configs/tny_a9260.h

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-08-17 23:49 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-08-18 11:54 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-08-18 11:54 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090817234931.GE4309@game.jcrosoft.org> you wrote:
> Hi,
> 
> please pull
> The following changes since commit 7dedefdf749ff02c1086f7ddb8cb83a77b00d030:
>   John Schmoller (1):
>         flash: Fix CFI buffer size bug
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Albin Tonnerre (1):
>       Update the mtd driver name in bootargs for at91-based boards
> 
> Ben Goska (1):
>       omap3: Fixed a problem with hwecc

There was an "Acked-by: Dirk Behme <dirk.behme@googlemail.com>"
Why did you not include this?

> Wolfgang Denk (1):
>       Monahans: avoid floating point calculations

Thanks.

What about the other ARM related patches?

We are very close to the scheduled release date, and it would
definitely be a good thing to allow for a few days of testing.

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
Question: How does one get fresh air into a Russian church?
Answer:   One clicks on an icon, and a window opens!

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-08-17 23:49 Jean-Christophe PLAGNIOL-VILLARD
  2009-08-18 11:54 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-08-17 23:49 UTC (permalink / raw)
  To: u-boot

Hi,

please pull
The following changes since commit 7dedefdf749ff02c1086f7ddb8cb83a77b00d030:
  John Schmoller (1):
        flash: Fix CFI buffer size bug

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Albin Tonnerre (1):
      Update the mtd driver name in bootargs for at91-based boards

Ben Goska (1):
      omap3: Fixed a problem with hwecc

Wolfgang Denk (1):
      Monahans: avoid floating point calculations

 board/delta/nand.c                  |    8 +++++---
 board/zylonite/nand.c               |    8 +++++---
 include/asm-arm/arch-omap3/cpu.h    |    4 ++--
 include/asm-arm/arch-pxa/pxa-regs.h |    2 +-
 include/configs/at91cap9adk.h       |    4 ++--
 include/configs/at91sam9260ek.h     |    6 +++---
 include/configs/at91sam9261ek.h     |    6 +++---
 include/configs/at91sam9263ek.h     |    4 ++--
 include/configs/at91sam9m10g45ek.h  |    4 ++--
 include/configs/at91sam9rlek.h      |    4 ++--
 include/configs/pm9261.h            |    4 ++--
 include/configs/pm9263.h            |    4 ++--
 12 files changed, 31 insertions(+), 27 deletions(-)

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-08-08 10:24 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-08-09 21:49 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-08-09 21:49 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090808102447.GV13346@game.jcrosoft.org> you wrote:
> HI,
> 
> 
> The following changes since commit cb32ed1fc298875845f166d326a3f2704a0d5364:
>   Wolfgang Denk (1):
>         Merge branch 'next' of git://git.denx.de/u-boot-coldfire
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Albin Tonnerre (2):

Cherry-picked.

>       Support for the Calao TNY-A9260/TNY-A9G20 boards

This patch has been NAKed.


> Alessandro Rubini (1):
>       kirkwood/gpio.h: remove duplicate definition

Cherry-picked.

> Ilya Yanok (1):
>       mxc-mmc: sdhc host driver for MX2 and MX3 proccessor


> Jean-Christophe PLAGNIOL-VILLARD (1):
>       ARM: Don't include libgcc anymore

This patch has been NAKed.

> Prafulla Wadaskar (1):
>       arm: Sheevaplug: Fixed NAND specific warning

Cherry-picked.


Please do not add patches to your ARM custodian repo that have been
rejected. And please don't send pull requests for such patches either.

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
An age is called Dark not because  the  light  fails  to  shine,  but
because people refuse to see it.           -- James Michener, "Space"

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-08-08 10:24 Jean-Christophe PLAGNIOL-VILLARD
  2009-08-09 21:49 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-08-08 10:24 UTC (permalink / raw)
  To: u-boot

HI,


The following changes since commit cb32ed1fc298875845f166d326a3f2704a0d5364:
  Wolfgang Denk (1):
        Merge branch 'next' of git://git.denx.de/u-boot-coldfire

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Albin Tonnerre (2):
      Add driver for the ST M95xxx SPI EEPROM
      Support for the Calao TNY-A9260/TNY-A9G20 boards

Alessandro Rubini (1):
      kirkwood/gpio.h: remove duplicate definition

Ilya Yanok (1):
      mxc-mmc: sdhc host driver for MX2 and MX3 proccessor

Jean-Christophe PLAGNIOL-VILLARD (1):
      ARM: Don't include libgcc anymore

Prafulla Wadaskar (1):
      arm: Sheevaplug: Fixed NAND specific warning

 MAINTAINERS                              |    4 +
 MAKEALL                                  |    1 +
 Makefile                                 |   19 ++
 board/calao/tny_a9260/Makefile           |   55 ++++
 board/calao/tny_a9260/config.mk          |    1 +
 board/calao/tny_a9260/spi.c              |   50 +++
 board/calao/tny_a9260/tny_a9260.c        |  110 +++++++
 board/trab/u-boot.lds                    |    2 +-
 cpu/arm926ejs/at91/at91sam9260_devices.c |    2 +-
 cpu/arm926ejs/mx27/generic.c             |   16 +
 drivers/mmc/Makefile                     |    1 +
 drivers/mmc/mxcmmc.c                     |  523 ++++++++++++++++++++++++++++++
 drivers/mtd/spi/Makefile                 |    1 +
 drivers/mtd/spi/eeprom_m95xxx.c          |  117 +++++++
 include/asm-arm/arch-kirkwood/gpio.h     |    2 -
 include/asm-arm/arch-mx27/mxcmmc.h       |   25 ++
 include/asm-arm/assembler.h              |  112 +++++++
 include/asm-arm/linkage.h                |   11 +
 include/configs/sheevaplug.h             |    1 +
 include/configs/tny_a9260.h              |  164 ++++++++++
 include/linux/linkage.h                  |   95 ++++++
 lib_arm/Makefile                         |   19 +-
 lib_arm/_divsi3.S                        |  140 --------
 lib_arm/_modsi3.S                        |   99 ------
 lib_arm/_udivsi3.S                       |   77 -----
 lib_arm/_umodsi3.S                       |   88 -----
 lib_arm/{_ashldi3.S => ashldi3.S}        |    9 +-
 lib_arm/{_ashrdi3.S => ashrdi3.S}        |    9 +-
 lib_arm/config.mk                        |    2 +
 lib_arm/lib1funcs.S                      |  344 ++++++++++++++++++++
 lib_arm/{_ashrdi3.S => lshrdi3.S}        |   13 +-
 31 files changed, 1685 insertions(+), 427 deletions(-)
 create mode 100644 board/calao/tny_a9260/Makefile
 create mode 100644 board/calao/tny_a9260/config.mk
 create mode 100644 board/calao/tny_a9260/spi.c
 create mode 100644 board/calao/tny_a9260/tny_a9260.c
 create mode 100644 drivers/mmc/mxcmmc.c
 create mode 100644 drivers/mtd/spi/eeprom_m95xxx.c
 create mode 100644 include/asm-arm/arch-mx27/mxcmmc.h
 create mode 100644 include/asm-arm/assembler.h
 create mode 100644 include/asm-arm/linkage.h
 create mode 100644 include/configs/tny_a9260.h
 create mode 100644 include/linux/linkage.h
 delete mode 100644 lib_arm/_divsi3.S
 delete mode 100644 lib_arm/_modsi3.S
 delete mode 100644 lib_arm/_udivsi3.S
 delete mode 100644 lib_arm/_umodsi3.S
 rename lib_arm/{_ashldi3.S => ashldi3.S} (93%)
 copy lib_arm/{_ashrdi3.S => ashrdi3.S} (93%)
 create mode 100644 lib_arm/lib1funcs.S
 rename lib_arm/{_ashrdi3.S => lshrdi3.S} (90%)

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-29 22:31         ` Wolfgang Denk
@ 2009-08-07  6:48           ` Prafulla Wadaskar
  0 siblings, 0 replies; 162+ messages in thread
From: Prafulla Wadaskar @ 2009-08-07  6:48 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: Wolfgang Denk [mailto:wd at denx.de] 
> Sent: Thursday, July 30, 2009 4:02 AM
> To: Prafulla Wadaskar
> Cc: Jean-Christophe PLAGNIOL-VILLARD; U-Boot; Ben Warren; 
> Ashish Karkare; Prabhanjan Sarnaik
> Subject: Re: [U-Boot] ARM Pull Request
> 
> Dear Prafulla Wadaskar,
> 
> In message 
> <73173D32E9439E4ABB5151606C3E19E202DE13C5DD@SC-VEXCH1.marvell.
> com> you wrote:
> > 
> > Hopefully you might have received my new patch series 
> (posted 30 hours 
> > back) I know it's very busy time for you.
> 
> I received it, but did not have time for a thorough review yet. Sorry.
> 
> > But that's my wish to see this stuff in.
> > Please let me know your valued feedback so that I can help 
> to get this stuff IN this release.
> 
> That should work out well. We still have sufficient time.
Dear Wolfgang
Ping :-)
I do have some more updates for these patches,
I was waiting for your feedback so that I can reduce number of spins :-)

Regards..
Prafulla . .

> 
> > FYI: I tried to fulfill all points raised by you in earlier 
> feedback.
> > Also some code reused from image.c/h for kwbimage in clean 
> way Though 
> > the entire resulting code will look different since there are lot 
> > changes, I tired to maintain smaller patches for easy understanding 
> > and acceptance
> 
> Thanks.
> 
> 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 "...and the fully armed nuclear warheads, are, of  
> course,  merely  a courtesy detail."
> 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-08-03  7:29 Jean-Christophe PLAGNIOL-VILLARD
  2009-08-03  8:20 ` Dirk Behme
@ 2009-08-03  9:44 ` Wolfgang Denk
  1 sibling, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-08-03  9:44 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090803072945.GC15665@game.jcrosoft.org> you wrote:
> Hi,
> 
> Please pull
> The following changes since commit 56bdfa961242fc6acaeebc800640a12b28db3899:
>   Dirk Eibach (1):
>         ppc4xx: Remove check for PPC460EX from CompactCenter
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> David Brownell (1):
>       rm9200 lowevel_init: don't touch reserved/readonly registers
> 
> David Hunter (1):
>       pxa: Fix typo in GCDR(x)
> 
> Eric Benard (1):
>       Add AT91SAM9260 to at91's lowlevel_init.S
> 
>  cpu/arm920t/at91rm9200/lowlevel_init.S |   14 ++------------
>  cpu/arm926ejs/at91/lowlevel_init.S     |    2 +-
>  include/asm-arm/arch-pxa/pxa-regs.h    |    2 +-
>  include/configs/at91rm9200dk.h         |    5 -----
>  include/configs/at91rm9200ek.h         |    5 -----
>  include/configs/cmc_pu2.h              |    5 -----
>  include/configs/csb637.h               |    5 -----
>  include/configs/m501sk.h               |    5 -----
>  include/configs/mp2usb.h               |    5 -----
>  9 files changed, 4 insertions(+), 44 deletions(-)

Applied, thanks.

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
... The things love can drive a man to -- the  ecstasies,  the  mise-
ries,  the broken rules, the desperate chances, the glorious failures
and the glorious victories.
	-- McCoy, "Requiem for Methuselah", stardate 5843.7

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-08-03  7:29 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-08-03  8:20 ` Dirk Behme
  2009-08-03  9:44 ` Wolfgang Denk
  1 sibling, 0 replies; 162+ messages in thread
From: Dirk Behme @ 2009-08-03  8:20 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe,

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Hi,
> 
> Please pull
> The following changes since commit 56bdfa961242fc6acaeebc800640a12b28db3899:
>   Dirk Eibach (1):
>         ppc4xx: Remove check for PPC460EX from CompactCenter
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> David Brownell (1):
>       rm9200 lowevel_init: don't touch reserved/readonly registers
> 
> David Hunter (1):
>       pxa: Fix typo in GCDR(x)
> 
> Eric Benard (1):
>       Add AT91SAM9260 to at91's lowlevel_init.S

What's about

1. [PATCHv3 2-5/5] clean up omap3 configuration structs
http://lists.denx.de/pipermail/u-boot/2009-May/052943.html
http://lists.denx.de/pipermail/u-boot/2009-May/052945.html
http://lists.denx.de/pipermail/u-boot/2009-May/052944.html
http://lists.denx.de/pipermail/u-boot/2009-May/052946.html

-> Please see http://lists.denx.de/pipermail/u-boot/2009-July/057615.html

2. [PATCH 1-2/2] V2 remove omap3 compiler warning wrt v7_flush_dcache_all
http://lists.denx.de/pipermail/u-boot/2009-July/055543.html
http://lists.denx.de/pipermail/u-boot/2009-July/055544.html

-> Older patch applied, this is still expected to be applied:

http://lists.denx.de/pipermail/u-boot/2009-July/056859.html

3. PATCH: (Updated) Fix examples for OMAP3 boards...
http://lists.denx.de/pipermail/u-boot/2009-July/056270.html

4. [PATCH]omap3: bug fix for NOR boot support
http://lists.denx.de/pipermail/u-boot/2009-July/057819.html

?

Best regards

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-08-03  7:29 Jean-Christophe PLAGNIOL-VILLARD
  2009-08-03  8:20 ` Dirk Behme
  2009-08-03  9:44 ` Wolfgang Denk
  0 siblings, 2 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-08-03  7:29 UTC (permalink / raw)
  To: u-boot

Hi,

Please pull
The following changes since commit 56bdfa961242fc6acaeebc800640a12b28db3899:
  Dirk Eibach (1):
        ppc4xx: Remove check for PPC460EX from CompactCenter

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

David Brownell (1):
      rm9200 lowevel_init: don't touch reserved/readonly registers

David Hunter (1):
      pxa: Fix typo in GCDR(x)

Eric Benard (1):
      Add AT91SAM9260 to at91's lowlevel_init.S

 cpu/arm920t/at91rm9200/lowlevel_init.S |   14 ++------------
 cpu/arm926ejs/at91/lowlevel_init.S     |    2 +-
 include/asm-arm/arch-pxa/pxa-regs.h    |    2 +-
 include/configs/at91rm9200dk.h         |    5 -----
 include/configs/at91rm9200ek.h         |    5 -----
 include/configs/cmc_pu2.h              |    5 -----
 include/configs/csb637.h               |    5 -----
 include/configs/m501sk.h               |    5 -----
 include/configs/mp2usb.h               |    5 -----
 9 files changed, 4 insertions(+), 44 deletions(-)

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-29 17:45       ` Prafulla Wadaskar
@ 2009-07-29 22:31         ` Wolfgang Denk
  2009-08-07  6:48           ` Prafulla Wadaskar
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-07-29 22:31 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <73173D32E9439E4ABB5151606C3E19E202DE13C5DD@SC-VEXCH1.marvell.com> you wrote:
> 
> Hopefully you might have received my new patch series (posted 30 hours back)
> I know it's very busy time for you.

I received it, but did not have time for a thorough review yet. Sorry.

> But that's my wish to see this stuff in.
> Please let me know your valued feedback so that I can help to get this stuff IN this release.

That hould work out well. We still have sufficient time.

> FYI: I tried to fulfill all points raised by you in earlier feedback.
> Also some code reused from image.c/h for kwbimage in clean way
> Though the entire resulting code will look different since there are lot changes, I tired to maintain smaller patches for easy understanding and acceptance

Thanks.

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
"...and the fully armed nuclear warheads, are, of  course,  merely  a
courtesy detail."

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-23 17:18     ` Wolfgang Denk
  2009-07-24  4:34       ` Prafulla Wadaskar
@ 2009-07-29 17:45       ` Prafulla Wadaskar
  2009-07-29 22:31         ` Wolfgang Denk
  1 sibling, 1 reply; 162+ messages in thread
From: Prafulla Wadaskar @ 2009-07-29 17:45 UTC (permalink / raw)
  To: u-boot

 

> -----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 10:49 PM
> To: Jean-Christophe PLAGNIOL-VILLARD
> Cc: U-Boot; Ben Warren
> Subject: Re: [U-Boot] ARM Pull Request
> 
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20090722234335.GI19203@game.jcrosoft.org> you wrote:
> >
> > > Or do you have mnore stuff queued? If so, when will it be 
> ready for 
> > > pulling?
> > Ilya Yanok patch which need ack from Scoot and Ben
> > 
> > a at91rm9200 cleanup which cant wait a after rc1 as I want 
> to test it 
> > on rm9200ek this WE
> > 
> > and maybe few other fix patch we can be handle later
> 
> Um... nothing else? What about all the pending OMAP3 patches?
> 
> > but I would like we include Alessandro patch and Prafulla 
> kwimage for 
> > this release not necessarely before rc1
> 
> Please leave the kwimage patch for me; this is not ARM 
> related, but affects pretty much global code only.
Dear Wolfgang

Hopefully you might have received my new patch series (posted 30 hours back)
I know it's very busy time for you.
But that's my wish to see this stuff in.
Please let me know your valued feedback so that I can help to get this stuff IN this release.

FYI: I tried to fulfill all points raised by you in earlier feedback.
Also some code reused from image.c/h for kwbimage in clean way
Though the entire resulting code will look different since there are lot changes, I tired to maintain smaller patches for easy understanding and acceptance

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 A conservative is a man who believes that nothing 
> should be done for
> the first time.                                   - Alfred E. Wiggam
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-27 20:07         ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-07-28  7:31           ` Heiko Schocher
  0 siblings, 0 replies; 162+ messages in thread
From: Heiko Schocher @ 2009-07-28  7:31 UTC (permalink / raw)
  To: u-boot

Hello Jean-Christophe, Tom,

Jean-Christophe PLAGNIOL-VILLARD schrieb:
> On 10:16 Mon 27 Jul     , Heiko Schocher wrote:
>> Hello Jean-Christophe,
>>
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>> On 18:21 Thu 23 Jul     , Dirk Behme wrote:
>>>> Wolfgang Denk wrote:
>>>>> Dear Jean-Christophe PLAGNIOL-VILLARD,
>>>> ....
>>>>> 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 more stuff queued? If so, when will it be ready for
>>>>> pulling?
>>>> My list of pending OMAP3 patches:
>> [...]
>>>> 2. [PATCH 1-6/6]OMAP i2c and twl4030
>>>> http://lists.denx.de/pipermail/u-boot/2009-June/055072.html
>>>> http://lists.denx.de/pipermail/u-boot/2009-June/055073.html
>>>> http://lists.denx.de/pipermail/u-boot/2009-June/055074.html
>>>> http://lists.denx.de/pipermail/u-boot/2009-June/055075.html
>>>> http://lists.denx.de/pipermail/u-boot/2009-June/055076.html
>>>> http://lists.denx.de/pipermail/u-boot/2009-June/055077.html
>>> this will no go through arm but i2c tree
>> Hmm.. only patch one changes i2c relevant source code files.
>> The rest is more arm relevant ... see, also:
>>
>> http://lists.denx.de/pipermail/u-boot/2009-July/056947.html
>>
>> but if you give your Acked-by, I can pickup these patches.
> I've reply here
> http://lists.denx.de/pipermail/u-boot/2009-July/057285.html
> 
> Acked-by but please add a note about the OMAP2 test plan

Applied this patchset to u-boot-i2c.git

Thanks.

bye
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-27 19:56             ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-07-27 20:14               ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-07-27 20:14 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe,

In message <20090727195648.GB5259@game.jcrosoft.org> you wrote:
>
> > If you have a specific example, where you see existing or even likely
> > name conflicts, then please show it.  Otherwise  I  suggest  we  just
> > leave the code as is.
> yes I have as we prepapre a gpio generic api for our need, which we will push
> Mainline we must not make omap3 so generic
> we face the same problem with last stdio cleanup

Well, the simple rule is The early bird catches the worm.

You are referring to some code that nobody of us has ever seen yet,
and which therefor is of absolutely no relevance here. We don't even
know when it might be posted - next release? next year? - or if it
has any chances of being accepted for mainline.

On the other hand, we have a patch that has been posted while the
merge window was open, and that does not violate any of the rules we
normally apply when reviewing patches.

The argument that it might cause naming conflicts with a potential
patch that might be posted at some indeterminate future point of time
is definitely not a reason for rejecting the patch.


Please clearly separate your roles as a developer and a custodian: the
custodian Jean-Christophe is supposed to work based on real, existing
patches. The custodian Jean-Christophe knows about the work of the
developer Jean-Christophe only as much as anybody else - what has been
posted on the mailing list.


I understand your situation - it's a pain if you have to rework a
patch and if it's amount is growing, but that's the same fate any
other developer is facing who doesn't get his stuff ready for the
next merge window.


If this is your only concern about this patch I ask you to accept it.
The poster is not supposed to suffer from this situation.  Thanks.


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
A meeting is an event at which the minutes are kept and the hours are
lost.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-27  8:16       ` Heiko Schocher
@ 2009-07-27 20:07         ` Jean-Christophe PLAGNIOL-VILLARD
  2009-07-28  7:31           ` Heiko Schocher
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-27 20:07 UTC (permalink / raw)
  To: u-boot

On 10:16 Mon 27 Jul     , Heiko Schocher wrote:
> Hello Jean-Christophe,
> 
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> > On 18:21 Thu 23 Jul     , Dirk Behme wrote:
> >> Wolfgang Denk wrote:
> >>> Dear Jean-Christophe PLAGNIOL-VILLARD,
> >> ....
> >>> 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 more stuff queued? If so, when will it be ready for
> >>> pulling?
> >> My list of pending OMAP3 patches:
> [...]
> >> 2. [PATCH 1-6/6]OMAP i2c and twl4030
> >> http://lists.denx.de/pipermail/u-boot/2009-June/055072.html
> >> http://lists.denx.de/pipermail/u-boot/2009-June/055073.html
> >> http://lists.denx.de/pipermail/u-boot/2009-June/055074.html
> >> http://lists.denx.de/pipermail/u-boot/2009-June/055075.html
> >> http://lists.denx.de/pipermail/u-boot/2009-June/055076.html
> >> http://lists.denx.de/pipermail/u-boot/2009-June/055077.html
> > this will no go through arm but i2c tree
> 
> Hmm.. only patch one changes i2c relevant source code files.
> The rest is more arm relevant ... see, also:
> 
> http://lists.denx.de/pipermail/u-boot/2009-July/056947.html
> 
> but if you give your Acked-by, I can pickup these patches.
I've reply here
http://lists.denx.de/pipermail/u-boot/2009-July/057285.html

Acked-by but please add a note about the OMAP2 test plan

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-23 20:42           ` Wolfgang Denk
@ 2009-07-27 19:56             ` Jean-Christophe PLAGNIOL-VILLARD
  2009-07-27 20:14               ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-27 19:56 UTC (permalink / raw)
  To: u-boot

On 22:42 Thu 23 Jul     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20090723202252.GA9480@game.jcrosoft.org> you wrote:
> >
> > > Sorry if I have to ask, but I mostly lost track of the discussion. It
> > > seems you reject these patches just because you dislike the naming of
> > > some file-local data structures and variables?
> > not because I do not like it because there are not safe and must be omap3
> > specific and not generic for soc specific struct
> 
> We don't make any such restrictions in other, similar  header  files.
> Adding  (artifical)  prefixes like omap3_ as you requested just makes
> it more likely thatthe some declarations and code  will  be  repeated
> elsewhere, just with a different name.
> 
> If you have a specific example, where you see existing or even likely
> name conflicts, then please show it.  Otherwise  I  suggest  we  just
> leave the code as is.
yes I have as we prepapre a gpio generic api for our need, which we will push
Mainline we must not make omap3 so generic
we face the same problem with last stdio cleanup

so for this patch series is not an improvment but a regression

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-23 19:15     ` Jean-Christophe PLAGNIOL-VILLARD
  2009-07-23 20:14       ` Wolfgang Denk
@ 2009-07-27  8:16       ` Heiko Schocher
  2009-07-27 20:07         ` Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 1 reply; 162+ messages in thread
From: Heiko Schocher @ 2009-07-27  8:16 UTC (permalink / raw)
  To: u-boot

Hello Jean-Christophe,

Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 18:21 Thu 23 Jul     , Dirk Behme wrote:
>> Wolfgang Denk wrote:
>>> Dear Jean-Christophe PLAGNIOL-VILLARD,
>> ....
>>> 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 more stuff queued? If so, when will it be ready for
>>> pulling?
>> My list of pending OMAP3 patches:
[...]
>> 2. [PATCH 1-6/6]OMAP i2c and twl4030
>> http://lists.denx.de/pipermail/u-boot/2009-June/055072.html
>> http://lists.denx.de/pipermail/u-boot/2009-June/055073.html
>> http://lists.denx.de/pipermail/u-boot/2009-June/055074.html
>> http://lists.denx.de/pipermail/u-boot/2009-June/055075.html
>> http://lists.denx.de/pipermail/u-boot/2009-June/055076.html
>> http://lists.denx.de/pipermail/u-boot/2009-June/055077.html
> this will no go through arm but i2c tree

Hmm.. only patch one changes i2c relevant source code files.
The rest is more arm relevant ... see, also:

http://lists.denx.de/pipermail/u-boot/2009-July/056947.html

but if you give your Acked-by, I can pickup these patches.

bye
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-23 17:18     ` Wolfgang Denk
@ 2009-07-24  4:34       ` Prafulla Wadaskar
  2009-07-29 17:45       ` Prafulla Wadaskar
  1 sibling, 0 replies; 162+ messages in thread
From: Prafulla Wadaskar @ 2009-07-24  4:34 UTC (permalink / raw)
  To: u-boot

 

> -----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 10:49 PM
> To: Jean-Christophe PLAGNIOL-VILLARD
> Cc: U-Boot; Ben Warren
> Subject: Re: [U-Boot] ARM Pull Request
> 
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20090722234335.GI19203@game.jcrosoft.org> you wrote:
> >
> > > Or do you have mnore stuff queued? If so, when will it be 
> ready for 
> > > pulling?
> > Ilya Yanok patch which need ack from Scoot and Ben
> > 
> > a at91rm9200 cleanup which cant wait a after rc1 as I want 
> to test it 
> > on rm9200ek this WE
> > 
> > and maybe few other fix patch we can be handle later
> 
> Um... nothing else? What about all the pending OMAP3 patches?
> 
> > but I would like we include Alessandro patch and Prafulla 
> kwimage for 
> > this release not necessarely before rc1
> 
> Please leave the kwimage patch for me; this is not ARM 
> related, but affects pretty much global code only.
Dear Jean,
As suggested by wolfgang,
I am re-structuring mkimage for code cleanup and to use function pointers,
so that kwbimage and any other similar support can be added seamlessly.
Hopefully I will send patches early next week.

Thanks and 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 A conservative is a man who believes that nothing 
> should be done for
> the first time.                                   - Alfred E. Wiggam
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-23 20:22         ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-07-23 20:42           ` Wolfgang Denk
  2009-07-27 19:56             ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-07-23 20:42 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090723202252.GA9480@game.jcrosoft.org> you wrote:
>
> > Sorry if I have to ask, but I mostly lost track of the discussion. It
> > seems you reject these patches just because you dislike the naming of
> > some file-local data structures and variables?
> not because I do not like it because there are not safe and must be omap3
> specific and not generic for soc specific struct

We don't make any such restrictions in other, similar  header  files.
Adding  (artifical)  prefixes like omap3_ as you requested just makes
it more likely thatthe some declarations and code  will  be  repeated
elsewhere, just with a different name.

If you have a specific example, where you see existing or even likely
name conflicts, then please show it.  Otherwise  I  suggest  we  just
leave the code as is.

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
Every program has at least one bug and can be shortened by  at  least
one  instruction  --  from  which,  by induction, one can deduce that
every program can be reduced to one instruction which doesn't work.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-23 20:14       ` Wolfgang Denk
@ 2009-07-23 20:22         ` Jean-Christophe PLAGNIOL-VILLARD
  2009-07-23 20:42           ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-23 20:22 UTC (permalink / raw)
  To: u-boot

On 22:14 Thu 23 Jul     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20090723191505.GA9089@game.jcrosoft.org> you wrote:
> >
> > > My list of pending OMAP3 patches:
> > > 
> > > 1. [PATCHv3 2-5/5] clean up omap3 configuration structs
> > > http://lists.denx.de/pipermail/u-boot/2009-May/052943.html
> > > http://lists.denx.de/pipermail/u-boot/2009-May/052945.html
> > > http://lists.denx.de/pipermail/u-boot/2009-May/052944.html
> > > http://lists.denx.de/pipermail/u-boot/2009-May/052946.html
> > NACK I've already explain why I'll not change my mind
> 
> Sorry if I have to ask, but I mostly lost track of the discussion. It
> seems you reject these patches just because you dislike the naming of
> some file-local data structures and variables?
not because I do not like it because there are not safe and must be omap3
specific and not generic for soc specific struct

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-23 19:15     ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-07-23 20:14       ` Wolfgang Denk
  2009-07-23 20:22         ` Jean-Christophe PLAGNIOL-VILLARD
  2009-07-27  8:16       ` Heiko Schocher
  1 sibling, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-07-23 20:14 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090723191505.GA9089@game.jcrosoft.org> you wrote:
>
> > My list of pending OMAP3 patches:
> > 
> > 1. [PATCHv3 2-5/5] clean up omap3 configuration structs
> > http://lists.denx.de/pipermail/u-boot/2009-May/052943.html
> > http://lists.denx.de/pipermail/u-boot/2009-May/052945.html
> > http://lists.denx.de/pipermail/u-boot/2009-May/052944.html
> > http://lists.denx.de/pipermail/u-boot/2009-May/052946.html
> NACK I've already explain why I'll not change my mind

Sorry if I have to ask, but I mostly lost track of the discussion. It
seems you reject these patches just because you dislike the naming of
some file-local data structures and variables?

We don't have any such requirements on local names; I just re-read
"Chapter 4: Naming" of the "CodingStyle", and cannot find any such
restrictions or even hints either.

So if this is the only reason for your reject, I would like to ask
you to reconsider.


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
8 Catfish                                               = 1 Octo-puss

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-23 16:21   ` Dirk Behme
@ 2009-07-23 19:15     ` Jean-Christophe PLAGNIOL-VILLARD
  2009-07-23 20:14       ` Wolfgang Denk
  2009-07-27  8:16       ` Heiko Schocher
  0 siblings, 2 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-23 19:15 UTC (permalink / raw)
  To: u-boot

On 18:21 Thu 23 Jul     , Dirk Behme wrote:
> Wolfgang Denk wrote:
> >Dear Jean-Christophe PLAGNIOL-VILLARD,
> ....
> >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 more stuff queued? If so, when will it be ready for
> >pulling?
> 
> My list of pending OMAP3 patches:
> 
> 1. [PATCHv3 2-5/5] clean up omap3 configuration structs
> http://lists.denx.de/pipermail/u-boot/2009-May/052943.html
> http://lists.denx.de/pipermail/u-boot/2009-May/052945.html
> http://lists.denx.de/pipermail/u-boot/2009-May/052944.html
> http://lists.denx.de/pipermail/u-boot/2009-May/052946.html
NACK I've already explain why I'll not change my mind

> 
> 2. [PATCH 1-6/6]OMAP i2c and twl4030
> http://lists.denx.de/pipermail/u-boot/2009-June/055072.html
> http://lists.denx.de/pipermail/u-boot/2009-June/055073.html
> http://lists.denx.de/pipermail/u-boot/2009-June/055074.html
> http://lists.denx.de/pipermail/u-boot/2009-June/055075.html
> http://lists.denx.de/pipermail/u-boot/2009-June/055076.html
> http://lists.denx.de/pipermail/u-boot/2009-June/055077.html
this will no go through arm but i2c tree
> 
> 3. [PATCH 1-2/2] V2 remove omap3 compiler warning wrt v7_flush_dcache_all
> http://lists.denx.de/pipermail/u-boot/2009-July/055543.html
> http://lists.denx.de/pipermail/u-boot/2009-July/055544.html
change requested

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-22 23:43   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-07-23 17:18     ` Wolfgang Denk
  2009-07-24  4:34       ` Prafulla Wadaskar
  2009-07-29 17:45       ` Prafulla Wadaskar
  0 siblings, 2 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-07-23 17:18 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090722234335.GI19203@game.jcrosoft.org> you wrote:
>
> > Or do you have mnore stuff queued? If so, when will it be ready for
> > pulling?
> Ilya Yanok patch which need ack from Scoot and Ben
> 
> a at91rm9200 cleanup which cant wait a after rc1 as I want to test it on
> rm9200ek this WE
> 
> and maybe few other fix patch we can be handle later

Um... nothing else? What about all the pending OMAP3 patches?

> but I would like we include Alessandro patch and Prafulla kwimage for this
> release not necessarely before rc1

Please leave the kwimage patch for me; this is not ARM related, but
affects pretty much global code only.

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
A conservative is a man who believes that nothing should be done for
the first time.                                   - Alfred E. Wiggam

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-22 23:04 ` Wolfgang Denk
  2009-07-22 23:43   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-07-23  5:39   ` Prafulla Wadaskar
@ 2009-07-23 16:21   ` Dirk Behme
  2009-07-23 19:15     ` Jean-Christophe PLAGNIOL-VILLARD
  2 siblings, 1 reply; 162+ messages in thread
From: Dirk Behme @ 2009-07-23 16:21 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
....
> 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 more stuff queued? If so, when will it be ready for
> pulling?

My list of pending OMAP3 patches:

1. [PATCHv3 2-5/5] clean up omap3 configuration structs
http://lists.denx.de/pipermail/u-boot/2009-May/052943.html
http://lists.denx.de/pipermail/u-boot/2009-May/052945.html
http://lists.denx.de/pipermail/u-boot/2009-May/052944.html
http://lists.denx.de/pipermail/u-boot/2009-May/052946.html

2. [PATCH 1-6/6]OMAP i2c and twl4030
http://lists.denx.de/pipermail/u-boot/2009-June/055072.html
http://lists.denx.de/pipermail/u-boot/2009-June/055073.html
http://lists.denx.de/pipermail/u-boot/2009-June/055074.html
http://lists.denx.de/pipermail/u-boot/2009-June/055075.html
http://lists.denx.de/pipermail/u-boot/2009-June/055076.html
http://lists.denx.de/pipermail/u-boot/2009-June/055077.html

3. [PATCH 1-2/2] V2 remove omap3 compiler warning wrt v7_flush_dcache_all
http://lists.denx.de/pipermail/u-boot/2009-July/055543.html
http://lists.denx.de/pipermail/u-boot/2009-July/055544.html

-> Older patch applied, but this is still expected to be applied

4. PATCH: (Updated) Fix examples for OMAP3 boards...
http://lists.denx.de/pipermail/u-boot/2009-July/056270.html

Best regards

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-23  5:39   ` Prafulla Wadaskar
@ 2009-07-23  9:38     ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-07-23  9:38 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <73173D32E9439E4ABB5151606C3E19E202DE13BC56@SC-VEXCH1.marvell.com> you wrote:
> 
> 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

These have been rejected and will NOT make it into mainline.

I will post a different solution soon.

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
The optimum committee has no members.
                                                   - Norman Augustine

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-22 23:04 ` Wolfgang Denk
  2009-07-22 23:43   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-07-23  5:39   ` Prafulla Wadaskar
  2009-07-23  9:38     ` Wolfgang Denk
  2009-07-23 16:21   ` Dirk Behme
  2 siblings, 1 reply; 162+ messages in thread
From: Prafulla Wadaskar @ 2009-07-23  5:39 UTC (permalink / raw)
  To: u-boot

 

> -----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@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
> 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-22 23:04 ` Wolfgang Denk
@ 2009-07-22 23:43   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-07-23 17:18     ` Wolfgang Denk
  2009-07-23  5:39   ` Prafulla Wadaskar
  2009-07-23 16:21   ` Dirk Behme
  2 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-22 23:43 UTC (permalink / raw)
  To: u-boot

> 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?
Ilya Yanok patch which need ack from Scoot and Ben

a at91rm9200 cleanup which cant wait a after rc1 as I want to test it on
rm9200ek this WE

and maybe few other fix patch we can be handle later

but I would like we include Alessandro patch and Prafulla kwimage for this
release not necessarely before rc1

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-22 22:30 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-07-22 23:04 ` Wolfgang Denk
  2009-07-22 23:43   ` Jean-Christophe PLAGNIOL-VILLARD
                     ` (2 more replies)
  0 siblings, 3 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-07-22 23:04 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090722223039.GG19203@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?

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.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-07-22 22:30 Jean-Christophe PLAGNIOL-VILLARD
  2009-07-22 23:04 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-22 22:30 UTC (permalink / raw)
  To: u-boot

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

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-12 21:40 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-07-13 21:45 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-07-13 21:45 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090712214057.GF1686@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> please pull
> The following changes since commit 59869ca72df8bc4e4ffa9dd17cb6673bbe010272:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-video
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Daniel Mack (2):
>       pxa: add clock for system bus 2 arbiter
>       pxa: fix CKEN_B register bits
> 
> Grazvydas Ignotas (4):
>       OMAP3 pandora: pin mux cleanup
>       OMAP3 pandora: setup pin mux for pins used on rev3 boards
>       OMAP3 pandora: setup pulls for various GPIOs
>       OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh
> 
> Jean-Christophe PLAGNIOL-VILLARD (2):
>       versatile: specify the board type on the prompt
>       versatile: update config and merge to cfi flash driver
> 
> Prafulla Wadaskar (2):
>       nand: Add Marvell Kirkwood NAND driver
>       arm: Kirkwood: bugfix: UART1 bar correction
> 
> Sedji Gaouaou (2):
>       at91: Introduction of at91sam9g45 SOC.
>       at91: Introduction of at91sam9g10 SOC.
> 
>  MAINTAINERS                                     |    4 +
>  MAKEALL                                         |   38 +-
>  Makefile                                        |   41 ++-
>  board/armltd/versatile/Makefile                 |    2 +-
>  board/armltd/versatile/flash.c                  |  514 -----------------------
>  board/atmel/at91sam9261ek/at91sam9261ek.c       |   36 ++
>  board/atmel/at91sam9m10g45ek/Makefile           |   55 +++
>  board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c |  334 +++++++++++++++
>  board/atmel/at91sam9m10g45ek/config.mk          |    1 +
>  board/atmel/at91sam9m10g45ek/led.c              |   41 ++
>  board/omap3/pandora/pandora.h                   |   86 ++---
>  cpu/arm926ejs/at91/Makefile                     |    3 +
>  cpu/arm926ejs/at91/at91sam9m10g45_devices.c     |  175 ++++++++
>  cpu/arm926ejs/at91/clock.c                      |   12 +-
>  doc/README.at91                                 |   22 +-
>  drivers/mtd/nand/Makefile                       |    1 +
>  drivers/mtd/nand/kirkwood_nand.c                |   82 ++++
>  drivers/net/macb.c                              |    6 +-
>  include/asm-arm/arch-at91/at91_pmc.h            |    1 +
>  include/asm-arm/arch-at91/at91sam9_matrix.h     |    2 +
>  include/asm-arm/arch-at91/at91sam9g45.h         |  139 ++++++
>  include/asm-arm/arch-at91/at91sam9g45_matrix.h  |  153 +++++++
>  include/asm-arm/arch-at91/clk.h                 |    5 +
>  include/asm-arm/arch-at91/hardware.h            |    8 +-
>  include/asm-arm/arch-at91/memory-map.h          |    1 +
>  include/asm-arm/arch-kirkwood/kirkwood.h        |    2 +-
>  include/asm-arm/arch-pxa/pxa-regs.h             |   13 +-
>  include/configs/at91sam9261ek.h                 |   13 +-
>  include/configs/at91sam9m10g45ek.h              |  225 ++++++++++
>  include/configs/versatile.h                     |   77 +++-
>  30 files changed, 1474 insertions(+), 618 deletions(-)
>  delete mode 100644 board/armltd/versatile/flash.c
>  create mode 100644 board/atmel/at91sam9m10g45ek/Makefile
>  create mode 100644 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
>  create mode 100644 board/atmel/at91sam9m10g45ek/config.mk
>  create mode 100644 board/atmel/at91sam9m10g45ek/led.c
>  create mode 100644 cpu/arm926ejs/at91/at91sam9m10g45_devices.c
>  create mode 100644 drivers/mtd/nand/kirkwood_nand.c
>  create mode 100644 include/asm-arm/arch-at91/at91sam9g45.h
>  create mode 100644 include/asm-arm/arch-at91/at91sam9g45_matrix.h
>  create mode 100644 include/configs/at91sam9m10g45ek.h

Applied, thanks.

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
"Here's a fish hangs in the net like a poor man's right in  the  law.
'Twill hardly come out."     - Shakespeare, Pericles, Act II, Scene 1

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-07-12 21:40 Jean-Christophe PLAGNIOL-VILLARD
  2009-07-13 21:45 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-12 21:40 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull
The following changes since commit 59869ca72df8bc4e4ffa9dd17cb6673bbe010272:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-video

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Daniel Mack (2):
      pxa: add clock for system bus 2 arbiter
      pxa: fix CKEN_B register bits

Grazvydas Ignotas (4):
      OMAP3 pandora: pin mux cleanup
      OMAP3 pandora: setup pin mux for pins used on rev3 boards
      OMAP3 pandora: setup pulls for various GPIOs
      OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh

Jean-Christophe PLAGNIOL-VILLARD (2):
      versatile: specify the board type on the prompt
      versatile: update config and merge to cfi flash driver

Prafulla Wadaskar (2):
      nand: Add Marvell Kirkwood NAND driver
      arm: Kirkwood: bugfix: UART1 bar correction

Sedji Gaouaou (2):
      at91: Introduction of at91sam9g45 SOC.
      at91: Introduction of at91sam9g10 SOC.

 MAINTAINERS                                     |    4 +
 MAKEALL                                         |   38 +-
 Makefile                                        |   41 ++-
 board/armltd/versatile/Makefile                 |    2 +-
 board/armltd/versatile/flash.c                  |  514 -----------------------
 board/atmel/at91sam9261ek/at91sam9261ek.c       |   36 ++
 board/atmel/at91sam9m10g45ek/Makefile           |   55 +++
 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c |  334 +++++++++++++++
 board/atmel/at91sam9m10g45ek/config.mk          |    1 +
 board/atmel/at91sam9m10g45ek/led.c              |   41 ++
 board/omap3/pandora/pandora.h                   |   86 ++---
 cpu/arm926ejs/at91/Makefile                     |    3 +
 cpu/arm926ejs/at91/at91sam9m10g45_devices.c     |  175 ++++++++
 cpu/arm926ejs/at91/clock.c                      |   12 +-
 doc/README.at91                                 |   22 +-
 drivers/mtd/nand/Makefile                       |    1 +
 drivers/mtd/nand/kirkwood_nand.c                |   82 ++++
 drivers/net/macb.c                              |    6 +-
 include/asm-arm/arch-at91/at91_pmc.h            |    1 +
 include/asm-arm/arch-at91/at91sam9_matrix.h     |    2 +
 include/asm-arm/arch-at91/at91sam9g45.h         |  139 ++++++
 include/asm-arm/arch-at91/at91sam9g45_matrix.h  |  153 +++++++
 include/asm-arm/arch-at91/clk.h                 |    5 +
 include/asm-arm/arch-at91/hardware.h            |    8 +-
 include/asm-arm/arch-at91/memory-map.h          |    1 +
 include/asm-arm/arch-kirkwood/kirkwood.h        |    2 +-
 include/asm-arm/arch-pxa/pxa-regs.h             |   13 +-
 include/configs/at91sam9261ek.h                 |   13 +-
 include/configs/at91sam9m10g45ek.h              |  225 ++++++++++
 include/configs/versatile.h                     |   77 +++-
 30 files changed, 1474 insertions(+), 618 deletions(-)
 delete mode 100644 board/armltd/versatile/flash.c
 create mode 100644 board/atmel/at91sam9m10g45ek/Makefile
 create mode 100644 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
 create mode 100644 board/atmel/at91sam9m10g45ek/config.mk
 create mode 100644 board/atmel/at91sam9m10g45ek/led.c
 create mode 100644 cpu/arm926ejs/at91/at91sam9m10g45_devices.c
 create mode 100644 drivers/mtd/nand/kirkwood_nand.c
 create mode 100644 include/asm-arm/arch-at91/at91sam9g45.h
 create mode 100644 include/asm-arm/arch-at91/at91sam9g45_matrix.h
 create mode 100644 include/configs/at91sam9m10g45ek.h

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-07 21:42     ` Wolfgang Denk
@ 2009-07-07 21:48       ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-07 21:48 UTC (permalink / raw)
  To: u-boot

On 23:42 Tue 07 Jul     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20090707213126.GB30395@game.jcrosoft.org> you wrote:
> >
> > > >       at91: add support for the PM9261 board of Ronetix GmbH
> > > 
> > > Does this patch include and thus obsolete this one, too? 
> > > 
> > > 	Subject: [U-Boot] [PATCH 1/1] at91: add support for the PM9263 board of Ronetix
> > > 	From: RONETIX - Ilko Iliev <iliev@ronetix.at>
> > > 	Date: Tue, 31 Mar 2009 16:16:46 +0200
> > > 
> > > ???
> > the PM9263 is already Mainline for the precedent release
> 
> Ah. That's commit f0a2c7b4b6 ...
yes

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-07 21:31   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-07-07 21:42     ` Wolfgang Denk
  2009-07-07 21:48       ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-07-07 21:42 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090707213126.GB30395@game.jcrosoft.org> you wrote:
>
> > >       at91: add support for the PM9261 board of Ronetix GmbH
> > 
> > Does this patch include and thus obsolete this one, too? 
> > 
> > 	Subject: [U-Boot] [PATCH 1/1] at91: add support for the PM9263 board of Ronetix
> > 	From: RONETIX - Ilko Iliev <iliev@ronetix.at>
> > 	Date: Tue, 31 Mar 2009 16:16:46 +0200
> > 
> > ???
> the PM9263 is already Mainline for the precedent release

Ah. That's commit f0a2c7b4b6 ...

Thanks.

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
I program, therefore I am.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-07 20:20 ` Wolfgang Denk
@ 2009-07-07 21:31   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-07-07 21:42     ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-07 21:31 UTC (permalink / raw)
  To: u-boot

On 22:20 Tue 07 Jul     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20090706195551.GH30172@game.jcrosoft.org> you wrote:
> > 
> > Please pull
> > The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0:
> >   Mike Frysinger (1):
> >         Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-arm.git master
> > 
> > Alessandro Rubini (4):
> >       arm nomadik: rename board to nhk8815
> >       arm nomadik: cleanup reset
> >       arm nomadik: allow Nand and OneNand to coexists
> >       arm nomadik: use 1000 as HZ value and rewrite timer code
> > 
> > Daniel Gorsulowski (2):
> >       at91: Add CAN init function
> >       at91: Add esd gmbh MEESC board support
> > 
> > Ilko Iliev (1):
> >       at91: add support for the PM9261 board of Ronetix GmbH
> 
> 
> Does this patch include and thus obsolete this one, too? 
> 
> 	Subject: [U-Boot] [PATCH 1/1] at91: add support for the PM9263 board of Ronetix
> 	From: RONETIX - Ilko Iliev <iliev@ronetix.at>
> 	Date: Tue, 31 Mar 2009 16:16:46 +0200
> 
> ???
the PM9263 is already Mainline for the precedent release
and use a 9263 cpu module
the PM9261 is a new board which use a 9261 cpu module

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-07-06 19:55 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-07-07 20:20 ` Wolfgang Denk
  2009-07-07 21:31   ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-07-07 20:20 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090706195551.GH30172@game.jcrosoft.org> you wrote:
> 
> Please pull
> The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0:
>   Mike Frysinger (1):
>         Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Alessandro Rubini (4):
>       arm nomadik: rename board to nhk8815
>       arm nomadik: cleanup reset
>       arm nomadik: allow Nand and OneNand to coexists
>       arm nomadik: use 1000 as HZ value and rewrite timer code
> 
> Daniel Gorsulowski (2):
>       at91: Add CAN init function
>       at91: Add esd gmbh MEESC board support
> 
> Ilko Iliev (1):
>       at91: add support for the PM9261 board of Ronetix GmbH


Does this patch include and thus obsolete this one, too? 

	Subject: [U-Boot] [PATCH 1/1] at91: add support for the PM9263 board of Ronetix
	From: RONETIX - Ilko Iliev <iliev@ronetix.at>
	Date: Tue, 31 Mar 2009 16:16:46 +0200

???

> Ilya Yanok (3):
>       mx27: basic cpu support
>       serial_mx31: allow it to work with mx27 too and rename to serial_mxc
>       arm: add support for CONFIG_GENERIC_MMC
> 
> Jean-Christophe PLAGNIOL-VILLARD (17):
>       pm9263: lowlevel init update
>       pm9263: use macro instead of hardcode value for the lowlevel_init
>       at91sam9263ek: add nor flash support
>       at91: unify nor boot support
>       ARM: Add macros.h to be used in assembler file.
>       integratorap: split pci support
>       integratorap: split timer support
>       integratorcp: split timer support
>       integratorap/cp/versatile: remove non used functions
>       integratorap/cp: use cfi driver
>       integrator: merge integratorap and integratorcp
>       versatile: config coding style cleanup
>       arm920t/interrupts: Move conditional compilation to Makefile
>       dm355/pm9261: add missing CONFIG_NET_MULTI
>       S3C24x0: extract interrupts from timer
>       ARM: Update mach-types
>       nhk8815: fix MAKEALL
> 
> Kim, Heung Jun (1):
>       move L2 cache enable/disable function to cache.c in the omap3 SoC directory
> 
> Magnus Lilja (5):
>       ARM1136: Introduce CONFIG_PRELOADER macro.
>       MX31: Add NAND SPL for i.MX31.
>       i.MX31: Create a common device file.
>       MX31: Add basic support for Freescale i.MX31 PDK board.
>       MX31: Add NAND SPL boot support to i.MX31 PDK board.
> 
> Matthias Ludwig (1):
>       OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change
> 
> Minkyu Kang (1):
>       s3c64xx: move the reset_cpu function
> 
> Prafulla Wadaskar (5):
>       spi: Add Marvell Kirkwood SPI driver
>       arm: generic cache.h for ARM architectures
>       arm: Kirkwood: Basic SOCs support
>       net: merge bugfix: Marvell Kirkwood gigabit ethernet driver
>       arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support
> 
> Sedji Gaouaou (1):
>       at91sam9260/9263: add back up for the rst(reset controller).
> 
> Simon Kagstrom (1):
>       arm: Kirkwood: Correct header define
> 
> Stefano Babic (2):
>       xscale: fix USB initialization for Trizepsiv module
>       xscale: add support for the polaris board
> 
> Thomas Lange (1):
>       ARM DaVinci: EMIF settings
> 
>  MAINTAINERS                                        |   14 +
>  MAKEALL                                            |    9 +-
>  Makefile                                           |   47 +-
>  README                                             |    5 +
>  board/afeb9260/afeb9260.c                          |    6 +-
>  board/armltd/.gitignore                            |    2 -
>  board/armltd/{integratorap => integrator}/Makefile |   19 +-
>  .../armltd/{integratorap => integrator}/config.mk  |    0
>  board/armltd/integrator/integrator.c               |  135 ++
>  .../{integratorap => integrator}/lowlevel_init.S   |    0
>  .../integratorap.c => integrator/pci.c}            |  262 +---
>  board/armltd/integrator/split_by_variant.sh        |  235 +++
>  .../integratorcp.c => integrator/timer.c}          |  161 +--
>  board/armltd/integratorap/flash.c                  |  473 ------
>  board/armltd/integratorap/split_by_variant.sh      |  127 --
>  board/armltd/integratorcp/config.mk                |    5 -
>  board/armltd/integratorcp/flash.c                  |  564 -------
>  board/armltd/integratorcp/lowlevel_init.S          |  214 ---
>  board/armltd/integratorcp/split_by_variant.sh      |  110 --
>  board/armltd/versatile/versatile.c                 |    7 -
>  board/atmel/at91sam9260ek/at91sam9260ek.c          |    6 +-
>  board/atmel/at91sam9263ek/Makefile                 |    4 +-
>  board/atmel/at91sam9263ek/at91sam9263ek.c          |   25 +-
>  board/{armltd/integratorap => esd/meesc}/Makefile  |   18 +-
>  board/esd/meesc/config.mk                          |    1 +
>  board/esd/meesc/meesc.c                            |  198 +++
>  board/esd/meesc/partition.c                        |   37 +
>  .../integratorcp => freescale/mx31pdk}/Makefile    |    5 +-
>  board/freescale/mx31pdk/config.mk                  |    5 +
>  board/freescale/mx31pdk/lowlevel_init.S            |   93 ++
>  .../nmdk8815.c => freescale/mx31pdk/mx31pdk.c}     |   58 +-
>  board/omap3/evm/evm.c                              |   16 +-
>  .../integratorap => ronetix/pm9261}/Makefile       |   24 +-
>  board/ronetix/pm9261/config.mk                     |    1 +
>  board/ronetix/pm9261/led.c                         |   44 +
>  board/ronetix/pm9261/partition.c                   |   47 +
>  board/ronetix/pm9261/pm9261.c                      |  288 ++++
>  board/ronetix/pm9263/Makefile                      |    4 -
>  board/ronetix/pm9263/pm9263.c                      |   23 +-
>  board/st/{nmdk8815 => nhk8815}/Makefile            |    2 +-
>  board/st/{nmdk8815 => nhk8815}/config.mk           |    0
>  .../st/{nmdk8815/nmdk8815.c => nhk8815/nhk8815.c}  |    4 +
>  board/st/{nmdk8815 => nhk8815}/platform.S          |    0
>  board/trizepsiv/conxs.c                            |   27 +-
>  cpu/arm1136/mx31/Makefile                          |    1 +
>  cpu/arm1136/mx31/devices.c                         |   56 +
>  cpu/arm1136/start.S                                |   33 +-
>  cpu/arm1176/cpu.c                                  |   16 -
>  cpu/arm1176/s3c64xx/Makefile                       |    2 +
>  cpu/arm1176/s3c64xx/reset.S                        |   34 +
>  cpu/arm920t/Makefile                               |    8 +-
>  cpu/arm920t/interrupts.c                           |   10 +-
>  cpu/arm920t/s3c24x0/Makefile                       |   14 +-
>  cpu/arm920t/s3c24x0/interrupts.c                   |   46 +
>  cpu/arm920t/s3c24x0/timer.c                        |    9 -
>  cpu/arm926ejs/at91/Makefile                        |    8 +-
>  cpu/arm926ejs/at91/at91cap9_devices.c              |   15 +
>  cpu/arm926ejs/at91/at91sam9263_devices.c           |   15 +
>  .../pm9263 => cpu/arm926ejs/at91}/lowlevel_init.S  |   41 +-
>  .../arm926ejs/kirkwood}/Makefile                   |   34 +-
>  cpu/arm926ejs/kirkwood/cpu.c                       |  311 ++++
>  cpu/arm926ejs/kirkwood/dram.c                      |   58 +
>  cpu/arm926ejs/kirkwood/mpp.c                       |   80 +
>  cpu/arm926ejs/kirkwood/timer.c                     |  168 ++
>  .../integratorcp => cpu/arm926ejs/mx27}/Makefile   |   19 +-
>  cpu/arm926ejs/mx27/generic.c                       |  241 +++
>  cpu/arm926ejs/mx27/reset.c                         |   57 +
>  cpu/arm926ejs/mx27/timer.c                         |  191 +++
>  cpu/arm926ejs/nomadik/reset.S                      |   13 +-
>  cpu/arm926ejs/nomadik/timer.c                      |  166 +--
>  cpu/arm_cortexa8/cpu.c                             |   70 +-
>  cpu/arm_cortexa8/omap3/Makefile                    |    1 +
>  cpu/arm_cortexa8/omap3/board.c                     |    5 +-
>  cpu/arm_cortexa8/omap3/cache.c                     |   96 ++
>  doc/README.at91                                    |    5 +
>  doc/{README.nmdk8815 => README.nhk8815}            |   10 +
>  drivers/mtd/nand/davinci_nand.c                    |   12 +-
>  drivers/net/kirkwood_egiga.c                       |    1 +
>  drivers/serial/Makefile                            |    2 +-
>  drivers/serial/serial.c                            |    3 +
>  drivers/serial/{serial_mx31.c => serial_mxc.c}     |   21 +
>  drivers/spi/Makefile                               |    1 +
>  drivers/spi/kirkwood_spi.c                         |  185 +++
>  include/asm-arm/arch-at91/at91_common.h            |    1 +
>  include/asm-arm/arch-at91/at91_pmc.h               |    1 +
>  include/asm-arm/arch-at91/at91sam9_matrix.h        |   28 +
>  include/asm-arm/arch-kirkwood/cpu.h                |  167 ++
>  include/asm-arm/arch-kirkwood/kirkwood.h           |   70 +
>  include/asm-arm/arch-kirkwood/kw88f6192.h          |   37 +
>  include/asm-arm/arch-kirkwood/kw88f6281.h          |   37 +
>  include/asm-arm/arch-kirkwood/mpp.h                |  303 ++++
>  include/asm-arm/arch-kirkwood/spi.h                |   56 +
>  include/asm-arm/arch-mx27/asm-offsets.h            |   16 +
>  include/asm-arm/arch-mx27/clock.h                  |   39 +
>  include/asm-arm/arch-mx27/imx-regs.h               |  509 ++++++
>  include/asm-arm/arch-mx31/mx31-regs.h              |   61 +
>  include/asm-arm/arch-mx31/mx31.h                   |    3 +
>  include/asm-arm/arch-nomadik/mtu.h                 |   66 +
>  include/asm-arm/arch-omap3/cpu.h                   |    5 +-
>  include/asm-arm/cache.h                            |   45 +
>  include/asm-arm/mach-types.h                       | 1651 +++++++++++++++++++-
>  include/asm-arm/macro.h                            |   74 +
>  include/common.h                                   |    2 -
>  include/configs/at91sam9263ek.h                    |  142 ++-
>  include/configs/davinci_dm355evm.h                 |    1 +
>  include/configs/imx31_litekit.h                    |    2 +-
>  include/configs/imx31_phycore.h                    |    2 +-
>  include/configs/integratorap.h                     |    8 +-
>  include/configs/integratorcp.h                     |    4 +-
>  include/configs/meesc.h                            |  188 +++
>  include/configs/mx31ads.h                          |    2 +-
>  include/configs/mx31pdk.h                          |  199 +++
>  include/configs/{nmdk8815.h => nhk8815.h}          |   59 +-
>  include/configs/pm9261.h                           |  383 +++++
>  include/configs/pm9263.h                           |  113 +-
>  include/configs/qong.h                             |    2 +-
>  include/configs/trizepsiv.h                        |   25 +-
>  include/configs/versatile.h                        |  118 +-
>  include/fsl_nfc.h                                  |  109 ++
>  lib_arm/board.c                                    |    7 +
>  nand_spl/board/freescale/mx31pdk/Makefile          |   54 +
>  nand_spl/board/freescale/mx31pdk/config.mk         |    1 +
>  nand_spl/board/freescale/mx31pdk/u-boot.lds        |   36 +
>  nand_spl/nand_boot_fsl_nfc.c                       |  259 +++
>  onenand_ipl/board/apollon/Makefile                 |    4 +-
>  125 files changed, 7764 insertions(+), 2508 deletions(-)
>  delete mode 100644 board/armltd/.gitignore
>  copy board/armltd/{integratorap => integrator}/Makefile (79%)
>  rename board/armltd/{integratorap => integrator}/config.mk (100%)
>  create mode 100644 board/armltd/integrator/integrator.c
>  rename board/armltd/{integratorap => integrator}/lowlevel_init.S (100%)
>  rename board/armltd/{integratorap/integratorap.c => integrator/pci.c} (69%)
>  create mode 100755 board/armltd/integrator/split_by_variant.sh
>  rename board/armltd/{integratorcp/integratorcp.c => integrator/timer.c} (58%)
>  delete mode 100644 board/armltd/integratorap/flash.c
>  delete mode 100755 board/armltd/integratorap/split_by_variant.sh
>  delete mode 100644 board/armltd/integratorcp/config.mk
>  delete mode 100644 board/armltd/integratorcp/flash.c
>  delete mode 100644 board/armltd/integratorcp/lowlevel_init.S
>  delete mode 100755 board/armltd/integratorcp/split_by_variant.sh
>  copy board/{armltd/integratorap => esd/meesc}/Makefile (78%)
>  create mode 100644 board/esd/meesc/config.mk
>  create mode 100644 board/esd/meesc/meesc.c
>  create mode 100644 board/esd/meesc/partition.c
>  copy board/{armltd/integratorcp => freescale/mx31pdk}/Makefile (94%)
>  create mode 100644 board/freescale/mx31pdk/config.mk
>  create mode 100644 board/freescale/mx31pdk/lowlevel_init.S
>  copy board/{st/nmdk8815/nmdk8815.c => freescale/mx31pdk/mx31pdk.c} (52%)
>  rename board/{armltd/integratorap => ronetix/pm9261}/Makefile (71%)
>  create mode 100644 board/ronetix/pm9261/config.mk
>  create mode 100644 board/ronetix/pm9261/led.c
>  create mode 100644 board/ronetix/pm9261/partition.c
>  create mode 100644 board/ronetix/pm9261/pm9261.c
>  rename board/st/{nmdk8815 => nhk8815}/Makefile (98%)
>  rename board/st/{nmdk8815 => nhk8815}/config.mk (100%)
>  rename board/st/{nmdk8815/nmdk8815.c => nhk8815/nhk8815.c} (91%)
>  rename board/st/{nmdk8815 => nhk8815}/platform.S (100%)
>  create mode 100644 cpu/arm1136/mx31/devices.c
>  create mode 100644 cpu/arm1176/s3c64xx/reset.S
>  create mode 100644 cpu/arm920t/s3c24x0/interrupts.c
>  rename {board/ronetix/pm9263 => cpu/arm926ejs/at91}/lowlevel_init.S (91%)
>  copy {board/armltd/integratorcp => cpu/arm926ejs/kirkwood}/Makefile (60%)
>  create mode 100644 cpu/arm926ejs/kirkwood/cpu.c
>  create mode 100644 cpu/arm926ejs/kirkwood/dram.c
>  create mode 100644 cpu/arm926ejs/kirkwood/mpp.c
>  create mode 100644 cpu/arm926ejs/kirkwood/timer.c
>  rename {board/armltd/integratorcp => cpu/arm926ejs/mx27}/Makefile (78%)
>  create mode 100644 cpu/arm926ejs/mx27/generic.c
>  create mode 100644 cpu/arm926ejs/mx27/reset.c
>  create mode 100644 cpu/arm926ejs/mx27/timer.c
>  create mode 100644 cpu/arm_cortexa8/omap3/cache.c
>  rename doc/{README.nmdk8815 => README.nhk8815} (75%)
>  rename drivers/serial/{serial_mx31.c => serial_mxc.c} (94%)
>  create mode 100644 drivers/spi/kirkwood_spi.c
>  create mode 100644 include/asm-arm/arch-at91/at91sam9_matrix.h
>  create mode 100644 include/asm-arm/arch-kirkwood/cpu.h
>  create mode 100644 include/asm-arm/arch-kirkwood/kirkwood.h
>  create mode 100644 include/asm-arm/arch-kirkwood/kw88f6192.h
>  create mode 100644 include/asm-arm/arch-kirkwood/kw88f6281.h
>  create mode 100644 include/asm-arm/arch-kirkwood/mpp.h
>  create mode 100644 include/asm-arm/arch-kirkwood/spi.h
>  create mode 100644 include/asm-arm/arch-mx27/asm-offsets.h
>  create mode 100644 include/asm-arm/arch-mx27/clock.h
>  create mode 100644 include/asm-arm/arch-mx27/imx-regs.h
>  create mode 100644 include/asm-arm/arch-nomadik/mtu.h
>  create mode 100644 include/asm-arm/cache.h
>  create mode 100644 include/asm-arm/macro.h
>  create mode 100644 include/configs/meesc.h
>  create mode 100644 include/configs/mx31pdk.h
>  rename include/configs/{nmdk8815.h => nhk8815.h} (76%)
>  create mode 100644 include/configs/pm9261.h
>  create mode 100644 include/fsl_nfc.h
>  create mode 100644 nand_spl/board/freescale/mx31pdk/Makefile
>  create mode 100644 nand_spl/board/freescale/mx31pdk/config.mk
>  create mode 100644 nand_spl/board/freescale/mx31pdk/u-boot.lds
>  create mode 100644 nand_spl/nand_boot_fsl_nfc.c

Applied, thanks.

And please comment on my question above.

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
In C we had to code our own bugs, in C++ we can inherit them.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-07-06 19:55 Jean-Christophe PLAGNIOL-VILLARD
  2009-07-07 20:20 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-07-06 19:55 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull
The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0:
  Mike Frysinger (1):
        Blackfin: move ALL += u-boot.ldr to blackfin_config.mk

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Alessandro Rubini (4):
      arm nomadik: rename board to nhk8815
      arm nomadik: cleanup reset
      arm nomadik: allow Nand and OneNand to coexists
      arm nomadik: use 1000 as HZ value and rewrite timer code

Daniel Gorsulowski (2):
      at91: Add CAN init function
      at91: Add esd gmbh MEESC board support

Ilko Iliev (1):
      at91: add support for the PM9261 board of Ronetix GmbH

Ilya Yanok (3):
      mx27: basic cpu support
      serial_mx31: allow it to work with mx27 too and rename to serial_mxc
      arm: add support for CONFIG_GENERIC_MMC

Jean-Christophe PLAGNIOL-VILLARD (17):
      pm9263: lowlevel init update
      pm9263: use macro instead of hardcode value for the lowlevel_init
      at91sam9263ek: add nor flash support
      at91: unify nor boot support
      ARM: Add macros.h to be used in assembler file.
      integratorap: split pci support
      integratorap: split timer support
      integratorcp: split timer support
      integratorap/cp/versatile: remove non used functions
      integratorap/cp: use cfi driver
      integrator: merge integratorap and integratorcp
      versatile: config coding style cleanup
      arm920t/interrupts: Move conditional compilation to Makefile
      dm355/pm9261: add missing CONFIG_NET_MULTI
      S3C24x0: extract interrupts from timer
      ARM: Update mach-types
      nhk8815: fix MAKEALL

Kim, Heung Jun (1):
      move L2 cache enable/disable function to cache.c in the omap3 SoC directory

Magnus Lilja (5):
      ARM1136: Introduce CONFIG_PRELOADER macro.
      MX31: Add NAND SPL for i.MX31.
      i.MX31: Create a common device file.
      MX31: Add basic support for Freescale i.MX31 PDK board.
      MX31: Add NAND SPL boot support to i.MX31 PDK board.

Matthias Ludwig (1):
      OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change

Minkyu Kang (1):
      s3c64xx: move the reset_cpu function

Prafulla Wadaskar (5):
      spi: Add Marvell Kirkwood SPI driver
      arm: generic cache.h for ARM architectures
      arm: Kirkwood: Basic SOCs support
      net: merge bugfix: Marvell Kirkwood gigabit ethernet driver
      arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support

Sedji Gaouaou (1):
      at91sam9260/9263: add back up for the rst(reset controller).

Simon Kagstrom (1):
      arm: Kirkwood: Correct header define

Stefano Babic (2):
      xscale: fix USB initialization for Trizepsiv module
      xscale: add support for the polaris board

Thomas Lange (1):
      ARM DaVinci: EMIF settings

 MAINTAINERS                                        |   14 +
 MAKEALL                                            |    9 +-
 Makefile                                           |   47 +-
 README                                             |    5 +
 board/afeb9260/afeb9260.c                          |    6 +-
 board/armltd/.gitignore                            |    2 -
 board/armltd/{integratorap => integrator}/Makefile |   19 +-
 .../armltd/{integratorap => integrator}/config.mk  |    0
 board/armltd/integrator/integrator.c               |  135 ++
 .../{integratorap => integrator}/lowlevel_init.S   |    0
 .../integratorap.c => integrator/pci.c}            |  262 +---
 board/armltd/integrator/split_by_variant.sh        |  235 +++
 .../integratorcp.c => integrator/timer.c}          |  161 +--
 board/armltd/integratorap/flash.c                  |  473 ------
 board/armltd/integratorap/split_by_variant.sh      |  127 --
 board/armltd/integratorcp/config.mk                |    5 -
 board/armltd/integratorcp/flash.c                  |  564 -------
 board/armltd/integratorcp/lowlevel_init.S          |  214 ---
 board/armltd/integratorcp/split_by_variant.sh      |  110 --
 board/armltd/versatile/versatile.c                 |    7 -
 board/atmel/at91sam9260ek/at91sam9260ek.c          |    6 +-
 board/atmel/at91sam9263ek/Makefile                 |    4 +-
 board/atmel/at91sam9263ek/at91sam9263ek.c          |   25 +-
 board/{armltd/integratorap => esd/meesc}/Makefile  |   18 +-
 board/esd/meesc/config.mk                          |    1 +
 board/esd/meesc/meesc.c                            |  198 +++
 board/esd/meesc/partition.c                        |   37 +
 .../integratorcp => freescale/mx31pdk}/Makefile    |    5 +-
 board/freescale/mx31pdk/config.mk                  |    5 +
 board/freescale/mx31pdk/lowlevel_init.S            |   93 ++
 .../nmdk8815.c => freescale/mx31pdk/mx31pdk.c}     |   58 +-
 board/omap3/evm/evm.c                              |   16 +-
 .../integratorap => ronetix/pm9261}/Makefile       |   24 +-
 board/ronetix/pm9261/config.mk                     |    1 +
 board/ronetix/pm9261/led.c                         |   44 +
 board/ronetix/pm9261/partition.c                   |   47 +
 board/ronetix/pm9261/pm9261.c                      |  288 ++++
 board/ronetix/pm9263/Makefile                      |    4 -
 board/ronetix/pm9263/pm9263.c                      |   23 +-
 board/st/{nmdk8815 => nhk8815}/Makefile            |    2 +-
 board/st/{nmdk8815 => nhk8815}/config.mk           |    0
 .../st/{nmdk8815/nmdk8815.c => nhk8815/nhk8815.c}  |    4 +
 board/st/{nmdk8815 => nhk8815}/platform.S          |    0
 board/trizepsiv/conxs.c                            |   27 +-
 cpu/arm1136/mx31/Makefile                          |    1 +
 cpu/arm1136/mx31/devices.c                         |   56 +
 cpu/arm1136/start.S                                |   33 +-
 cpu/arm1176/cpu.c                                  |   16 -
 cpu/arm1176/s3c64xx/Makefile                       |    2 +
 cpu/arm1176/s3c64xx/reset.S                        |   34 +
 cpu/arm920t/Makefile                               |    8 +-
 cpu/arm920t/interrupts.c                           |   10 +-
 cpu/arm920t/s3c24x0/Makefile                       |   14 +-
 cpu/arm920t/s3c24x0/interrupts.c                   |   46 +
 cpu/arm920t/s3c24x0/timer.c                        |    9 -
 cpu/arm926ejs/at91/Makefile                        |    8 +-
 cpu/arm926ejs/at91/at91cap9_devices.c              |   15 +
 cpu/arm926ejs/at91/at91sam9263_devices.c           |   15 +
 .../pm9263 => cpu/arm926ejs/at91}/lowlevel_init.S  |   41 +-
 .../arm926ejs/kirkwood}/Makefile                   |   34 +-
 cpu/arm926ejs/kirkwood/cpu.c                       |  311 ++++
 cpu/arm926ejs/kirkwood/dram.c                      |   58 +
 cpu/arm926ejs/kirkwood/mpp.c                       |   80 +
 cpu/arm926ejs/kirkwood/timer.c                     |  168 ++
 .../integratorcp => cpu/arm926ejs/mx27}/Makefile   |   19 +-
 cpu/arm926ejs/mx27/generic.c                       |  241 +++
 cpu/arm926ejs/mx27/reset.c                         |   57 +
 cpu/arm926ejs/mx27/timer.c                         |  191 +++
 cpu/arm926ejs/nomadik/reset.S                      |   13 +-
 cpu/arm926ejs/nomadik/timer.c                      |  166 +--
 cpu/arm_cortexa8/cpu.c                             |   70 +-
 cpu/arm_cortexa8/omap3/Makefile                    |    1 +
 cpu/arm_cortexa8/omap3/board.c                     |    5 +-
 cpu/arm_cortexa8/omap3/cache.c                     |   96 ++
 doc/README.at91                                    |    5 +
 doc/{README.nmdk8815 => README.nhk8815}            |   10 +
 drivers/mtd/nand/davinci_nand.c                    |   12 +-
 drivers/net/kirkwood_egiga.c                       |    1 +
 drivers/serial/Makefile                            |    2 +-
 drivers/serial/serial.c                            |    3 +
 drivers/serial/{serial_mx31.c => serial_mxc.c}     |   21 +
 drivers/spi/Makefile                               |    1 +
 drivers/spi/kirkwood_spi.c                         |  185 +++
 include/asm-arm/arch-at91/at91_common.h            |    1 +
 include/asm-arm/arch-at91/at91_pmc.h               |    1 +
 include/asm-arm/arch-at91/at91sam9_matrix.h        |   28 +
 include/asm-arm/arch-kirkwood/cpu.h                |  167 ++
 include/asm-arm/arch-kirkwood/kirkwood.h           |   70 +
 include/asm-arm/arch-kirkwood/kw88f6192.h          |   37 +
 include/asm-arm/arch-kirkwood/kw88f6281.h          |   37 +
 include/asm-arm/arch-kirkwood/mpp.h                |  303 ++++
 include/asm-arm/arch-kirkwood/spi.h                |   56 +
 include/asm-arm/arch-mx27/asm-offsets.h            |   16 +
 include/asm-arm/arch-mx27/clock.h                  |   39 +
 include/asm-arm/arch-mx27/imx-regs.h               |  509 ++++++
 include/asm-arm/arch-mx31/mx31-regs.h              |   61 +
 include/asm-arm/arch-mx31/mx31.h                   |    3 +
 include/asm-arm/arch-nomadik/mtu.h                 |   66 +
 include/asm-arm/arch-omap3/cpu.h                   |    5 +-
 include/asm-arm/cache.h                            |   45 +
 include/asm-arm/mach-types.h                       | 1651 +++++++++++++++++++-
 include/asm-arm/macro.h                            |   74 +
 include/common.h                                   |    2 -
 include/configs/at91sam9263ek.h                    |  142 ++-
 include/configs/davinci_dm355evm.h                 |    1 +
 include/configs/imx31_litekit.h                    |    2 +-
 include/configs/imx31_phycore.h                    |    2 +-
 include/configs/integratorap.h                     |    8 +-
 include/configs/integratorcp.h                     |    4 +-
 include/configs/meesc.h                            |  188 +++
 include/configs/mx31ads.h                          |    2 +-
 include/configs/mx31pdk.h                          |  199 +++
 include/configs/{nmdk8815.h => nhk8815.h}          |   59 +-
 include/configs/pm9261.h                           |  383 +++++
 include/configs/pm9263.h                           |  113 +-
 include/configs/qong.h                             |    2 +-
 include/configs/trizepsiv.h                        |   25 +-
 include/configs/versatile.h                        |  118 +-
 include/fsl_nfc.h                                  |  109 ++
 lib_arm/board.c                                    |    7 +
 nand_spl/board/freescale/mx31pdk/Makefile          |   54 +
 nand_spl/board/freescale/mx31pdk/config.mk         |    1 +
 nand_spl/board/freescale/mx31pdk/u-boot.lds        |   36 +
 nand_spl/nand_boot_fsl_nfc.c                       |  259 +++
 onenand_ipl/board/apollon/Makefile                 |    4 +-
 125 files changed, 7764 insertions(+), 2508 deletions(-)
 delete mode 100644 board/armltd/.gitignore
 copy board/armltd/{integratorap => integrator}/Makefile (79%)
 rename board/armltd/{integratorap => integrator}/config.mk (100%)
 create mode 100644 board/armltd/integrator/integrator.c
 rename board/armltd/{integratorap => integrator}/lowlevel_init.S (100%)
 rename board/armltd/{integratorap/integratorap.c => integrator/pci.c} (69%)
 create mode 100755 board/armltd/integrator/split_by_variant.sh
 rename board/armltd/{integratorcp/integratorcp.c => integrator/timer.c} (58%)
 delete mode 100644 board/armltd/integratorap/flash.c
 delete mode 100755 board/armltd/integratorap/split_by_variant.sh
 delete mode 100644 board/armltd/integratorcp/config.mk
 delete mode 100644 board/armltd/integratorcp/flash.c
 delete mode 100644 board/armltd/integratorcp/lowlevel_init.S
 delete mode 100755 board/armltd/integratorcp/split_by_variant.sh
 copy board/{armltd/integratorap => esd/meesc}/Makefile (78%)
 create mode 100644 board/esd/meesc/config.mk
 create mode 100644 board/esd/meesc/meesc.c
 create mode 100644 board/esd/meesc/partition.c
 copy board/{armltd/integratorcp => freescale/mx31pdk}/Makefile (94%)
 create mode 100644 board/freescale/mx31pdk/config.mk
 create mode 100644 board/freescale/mx31pdk/lowlevel_init.S
 copy board/{st/nmdk8815/nmdk8815.c => freescale/mx31pdk/mx31pdk.c} (52%)
 rename board/{armltd/integratorap => ronetix/pm9261}/Makefile (71%)
 create mode 100644 board/ronetix/pm9261/config.mk
 create mode 100644 board/ronetix/pm9261/led.c
 create mode 100644 board/ronetix/pm9261/partition.c
 create mode 100644 board/ronetix/pm9261/pm9261.c
 rename board/st/{nmdk8815 => nhk8815}/Makefile (98%)
 rename board/st/{nmdk8815 => nhk8815}/config.mk (100%)
 rename board/st/{nmdk8815/nmdk8815.c => nhk8815/nhk8815.c} (91%)
 rename board/st/{nmdk8815 => nhk8815}/platform.S (100%)
 create mode 100644 cpu/arm1136/mx31/devices.c
 create mode 100644 cpu/arm1176/s3c64xx/reset.S
 create mode 100644 cpu/arm920t/s3c24x0/interrupts.c
 rename {board/ronetix/pm9263 => cpu/arm926ejs/at91}/lowlevel_init.S (91%)
 copy {board/armltd/integratorcp => cpu/arm926ejs/kirkwood}/Makefile (60%)
 create mode 100644 cpu/arm926ejs/kirkwood/cpu.c
 create mode 100644 cpu/arm926ejs/kirkwood/dram.c
 create mode 100644 cpu/arm926ejs/kirkwood/mpp.c
 create mode 100644 cpu/arm926ejs/kirkwood/timer.c
 rename {board/armltd/integratorcp => cpu/arm926ejs/mx27}/Makefile (78%)
 create mode 100644 cpu/arm926ejs/mx27/generic.c
 create mode 100644 cpu/arm926ejs/mx27/reset.c
 create mode 100644 cpu/arm926ejs/mx27/timer.c
 create mode 100644 cpu/arm_cortexa8/omap3/cache.c
 rename doc/{README.nmdk8815 => README.nhk8815} (75%)
 rename drivers/serial/{serial_mx31.c => serial_mxc.c} (94%)
 create mode 100644 drivers/spi/kirkwood_spi.c
 create mode 100644 include/asm-arm/arch-at91/at91sam9_matrix.h
 create mode 100644 include/asm-arm/arch-kirkwood/cpu.h
 create mode 100644 include/asm-arm/arch-kirkwood/kirkwood.h
 create mode 100644 include/asm-arm/arch-kirkwood/kw88f6192.h
 create mode 100644 include/asm-arm/arch-kirkwood/kw88f6281.h
 create mode 100644 include/asm-arm/arch-kirkwood/mpp.h
 create mode 100644 include/asm-arm/arch-kirkwood/spi.h
 create mode 100644 include/asm-arm/arch-mx27/asm-offsets.h
 create mode 100644 include/asm-arm/arch-mx27/clock.h
 create mode 100644 include/asm-arm/arch-mx27/imx-regs.h
 create mode 100644 include/asm-arm/arch-nomadik/mtu.h
 create mode 100644 include/asm-arm/cache.h
 create mode 100644 include/asm-arm/macro.h
 create mode 100644 include/configs/meesc.h
 create mode 100644 include/configs/mx31pdk.h
 rename include/configs/{nmdk8815.h => nhk8815.h} (76%)
 create mode 100644 include/configs/pm9261.h
 create mode 100644 include/fsl_nfc.h
 create mode 100644 nand_spl/board/freescale/mx31pdk/Makefile
 create mode 100644 nand_spl/board/freescale/mx31pdk/config.mk
 create mode 100644 nand_spl/board/freescale/mx31pdk/u-boot.lds
 create mode 100644 nand_spl/nand_boot_fsl_nfc.c

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-06-11  9:18       ` Prafulla Wadaskar
  2009-06-11 10:02         ` Magnus Lilja
@ 2009-06-11 15:02         ` Wolfgang Denk
  1 sibling, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-06-11 15:02 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <73173D32E9439E4ABB5151606C3E19E201D4A0E306@SC-VEXCH1.marvell.com> you wrote:
> 
> > master is for the upcoming (this Sunday, iuf everything goes 
> > OK) release; next is for the next release (August?).
> My pleasure is getting delayed by two months to see my stuff in :-(
> Any way I will wait and contribute... :-D

Thanks - but there is such a thing as a release cycle, and it's
publicly announced and documented. Submissions that fail to meet the
merge window have to wait for the next release. That should be fairly
easy to understand.

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
In the pitiful, multipage, connection-boxed form to which  the  flow-
chart  has  today  been  elaborated, it has proved to be useless as a
design tool -- programmers draw flowcharts after, not before, writing
the programs they describe.                        - Fred Brooks, Jr.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-06-11  9:18       ` Prafulla Wadaskar
@ 2009-06-11 10:02         ` Magnus Lilja
  2009-06-11 15:02         ` Wolfgang Denk
  1 sibling, 0 replies; 162+ messages in thread
From: Magnus Lilja @ 2009-06-11 10:02 UTC (permalink / raw)
  To: u-boot

>> master is for the upcoming (this Sunday, iuf everything goes
>> OK) release; next is for the next release (August?).
> My pleasure is getting delayed by two months to see my stuff in :-(
> Any way I will wait and contribute... :-D

Well, since it's already in arm-next it will go into u-boot once the
merge window opens some time next week (I guess).

/Magnus

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-06-11  8:00     ` Wolfgang Denk
@ 2009-06-11  9:18       ` Prafulla Wadaskar
  2009-06-11 10:02         ` Magnus Lilja
  2009-06-11 15:02         ` Wolfgang Denk
  0 siblings, 2 replies; 162+ messages in thread
From: Prafulla Wadaskar @ 2009-06-11  9:18 UTC (permalink / raw)
  To: u-boot

 

> -----Original Message-----
> From: Wolfgang Denk [mailto:wd at denx.de] 
> >
> > I don't see the kirkwood support patches (which are on arm/next) in 
> > the pull request
> >
> > Did you missed them?
> 
> It seems you missed the fact thatthis was a pull request for 
> the master branch only, not for next.
Oh..I got it.... 
> 
> master is for the upcoming (this Sunday, iuf everything goes 
> OK) release; next is for the next release (August?).
My pleasure is getting delayed by two months to see my stuff in :-(
Any way I will wait and contribute... :-D

Thanks..
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 "The bad reputation UNIX has gotten is totally 
> undeserved, laid on by people who don't understand, who have 
> not gotten in there  and  tried
> anything."          -- Jim Joyce, owner of Jim Joyce's UNIX Bookstore
> 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-06-11  5:22   ` Prafulla Wadaskar
@ 2009-06-11  8:00     ` Wolfgang Denk
  2009-06-11  9:18       ` Prafulla Wadaskar
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-06-11  8:00 UTC (permalink / raw)
  To: u-boot

Dear Prafulla Wadaskar,

In message <73173D32E9439E4ABB5151606C3E19E201D4A0E26B@SC-VEXCH1.marvell.com> you wrote:
>
> I don't see the kirkwood support patches (which are on arm/next) in the pull request
>
> Did you missed them?

It seems you missed the fact thatthis was a pull request for the
master branch only, not for next.

master is for the upcoming (this Sunday, iuf everything goes OK)
release; next is for the next release (August?).

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
"The bad reputation UNIX has gotten is totally undeserved, laid on by
people who don't understand, who have not gotten in there  and  tried
anything."          -- Jim Joyce, owner of Jim Joyce's UNIX Bookstore

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-06-10 21:54 ` Wolfgang Denk
@ 2009-06-11  5:22   ` Prafulla Wadaskar
  2009-06-11  8:00     ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Prafulla Wadaskar @ 2009-06-11  5:22 UTC (permalink / raw)
  To: u-boot

Hi Jean
I don't see the kirkwood support patches (which are on arm/next) in the pull request

Did you missed them?

Regards..
Prafulla . .

> -----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, June 11, 2009 3:25 AM
> To: Jean-Christophe PLAGNIOL-VILLARD
> Cc: U-Boot
> Subject: Re: [U-Boot] ARM Pull Request
> 
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20090609233126.GG7621@game.jcrosoft.org> you wrote:
> > Hi Wolfgang,
> > 
> > Please pull
> > The following changes since commit 
> 580611cb0932143fc2d7a735cfa9ce1ef34d6002:
> >   Wolfgang Denk (1):
> >         Prepare 2009.06-rc3
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-arm.git master
> > 
> > Jean-Christophe PLAGNIOL-VILLARD (1):
> >       at91/cpu.c: add missing Copyright & GPL header
> > 
> > Shinya Kuribayashi (1):
> >       apollon: Fix a OBJCFLAGS typo
> > 
> >  cpu/arm926ejs/at91/cpu.c           |   23 +++++++++++++++++++++++
> >  onenand_ipl/board/apollon/Makefile |    2 +-
> >  2 files changed, 24 insertions(+), 1 deletions(-)
> 
> Applied, thank.
> 
> 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 Where would we be without rhetorical questions?
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-06-09 23:31 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-06-10 21:54 ` Wolfgang Denk
  2009-06-11  5:22   ` Prafulla Wadaskar
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-06-10 21:54 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090609233126.GG7621@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pull
> The following changes since commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002:
>   Wolfgang Denk (1):
>         Prepare 2009.06-rc3
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (1):
>       at91/cpu.c: add missing Copyright & GPL header
> 
> Shinya Kuribayashi (1):
>       apollon: Fix a OBJCFLAGS typo
> 
>  cpu/arm926ejs/at91/cpu.c           |   23 +++++++++++++++++++++++
>  onenand_ipl/board/apollon/Makefile |    2 +-
>  2 files changed, 24 insertions(+), 1 deletions(-)

Applied, thank.

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
Where would we be without rhetorical questions?

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-06-09 23:31 Jean-Christophe PLAGNIOL-VILLARD
  2009-06-10 21:54 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-06-09 23:31 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull
The following changes since commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002:
  Wolfgang Denk (1):
        Prepare 2009.06-rc3

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Jean-Christophe PLAGNIOL-VILLARD (1):
      at91/cpu.c: add missing Copyright & GPL header

Shinya Kuribayashi (1):
      apollon: Fix a OBJCFLAGS typo

 cpu/arm926ejs/at91/cpu.c           |   23 +++++++++++++++++++++++
 onenand_ipl/board/apollon/Makefile |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull Request
  2009-05-15  9:03 [U-Boot] ARM pull Request Jean-Christophe PLAGNIOL-VILLARD
@ 2009-05-15 19:09 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-05-15 19:09 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090515090344.GF16288@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pull
> 
> The following changes since commit f8ddcd58221cab63dd25c2324dd2032487f748b1:
>   Graf Yang (1):
>         Blackfin: bf518f-ezbrd: reset ethernet PHY during init
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Detlev Zundel (1):
>       arm/imx31_phycore: Fix bi_arch_number
> 
> Sascha Hauer (1):
>       remove myself as phycore/litekit Maintainer
> 
> Sergey Lapin (1):
>       AFEB9260 network fix
> 
>  MAINTAINERS                           |    5 -----
>  board/afeb9260/afeb9260.c             |    2 +-
>  board/imx31_phycore/imx31_phycore.c   |    4 ++--
>  cpu/arm926ejs/at91/at91sam9260_macb.c |    2 +-
>  4 files changed, 4 insertions(+), 9 deletions(-)

Applied, thanks.

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
All he had was nothing, but that was something, and now it  had  been
taken away.                             - Terry Pratchett, _Sourcery_

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull Request
@ 2009-05-15  9:03 Jean-Christophe PLAGNIOL-VILLARD
  2009-05-15 19:09 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-05-15  9:03 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull

The following changes since commit f8ddcd58221cab63dd25c2324dd2032487f748b1:
  Graf Yang (1):
        Blackfin: bf518f-ezbrd: reset ethernet PHY during init

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Detlev Zundel (1):
      arm/imx31_phycore: Fix bi_arch_number

Sascha Hauer (1):
      remove myself as phycore/litekit Maintainer

Sergey Lapin (1):
      AFEB9260 network fix

 MAINTAINERS                           |    5 -----
 board/afeb9260/afeb9260.c             |    2 +-
 board/imx31_phycore/imx31_phycore.c   |    4 ++--
 cpu/arm926ejs/at91/at91sam9260_macb.c |    2 +-
 4 files changed, 4 insertions(+), 9 deletions(-)

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-04-30  7:10 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
@ 2009-04-30 21:05 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-04-30 21:05 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090430071035.GE31304@game.jcrosoft.org> you wrote:
> 
> Please pull 
> The following changes since commit 4277f4de065b4daea4dc27420fc1bc131701291d:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-net
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Daniel Gorsulowski (1):
>       at91: fixed plla calc when no USB support is active
> 
> David Brownell (1):
>       minor DaVinci clock cleanup
> 
> Dirk Behme (2):
>       OMAP3: Fix changed mmc init command
>       OMAP3: Remove legacy NAND defines
> 
> Ladislav Michl (1):
>       arm925t: Fix CONFIG_SYS_HZ to 1000
> 
> Minkyu Kang (1):
>       s3c64xx: remove unnecessary definition
> 
> Sanjeev Premi (3):
>       OMAP3: Use functions print_cpuinfo() and checkboard()
>       OMAP3: Remove unused board-types
>       OMAP3: Print correct silicon revision
> 
>  board/omap3/beagle/beagle.h            |    2 -
>  board/omap3/evm/evm.h                  |    2 -
>  board/omap3/overo/overo.h              |    2 -
>  board/omap3/pandora/pandora.h          |    2 -
>  board/omap3/zoom1/zoom1.h              |    2 -
>  cpu/arm925t/interrupts.c               |   88 +++++--------------
>  cpu/arm926ejs/at91/clock.c             |    2 +-
>  cpu/arm_cortexa8/cpu.c                 |    4 +-
>  cpu/arm_cortexa8/omap3/board.c         |   27 +++++-
>  cpu/arm_cortexa8/omap3/clock.c         |    5 +-
>  cpu/arm_cortexa8/omap3/sys_info.c      |  147 +++++++++++++++-----------------
>  include/asm-arm/arch-omap3/omap3.h     |   22 ++---
>  include/asm-arm/arch-omap3/sys_proto.h |    4 -
>  include/configs/SX1.h                  |    6 +-
>  include/configs/davinci_dvevm.h        |    3 +-
>  include/configs/davinci_schmoogie.h    |    3 +-
>  include/configs/davinci_sffsdr.h       |    3 +-
>  include/configs/davinci_sonata.h       |    3 +-
>  include/configs/netstar.h              |    6 +-
>  include/configs/omap1510inn.h          |    6 +-
>  include/configs/omap3_beagle.h         |   37 ++-------
>  include/configs/omap3_evm.h            |   38 ++-------
>  include/configs/omap3_overo.h          |   38 ++-------
>  include/configs/omap3_pandora.h        |   37 ++-------
>  include/configs/omap3_zoom1.h          |    8 ++-
>  include/configs/voiceblue.h            |    4 +-
>  include/s3c6400.h                      |    4 -
>  27 files changed, 181 insertions(+), 324 deletions(-)

Applied, thanks.

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
You humans have that emotional need  to  express  gratitude.  "You're
welcome," I believe, is the correct response.
	-- Spock, "Bread and Circuses", stardate 4041.2

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-04-30  7:10 Jean-Christophe PLAGNIOL-VILLARD
  2009-04-30 21:05 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-04-30  7:10 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull 
The following changes since commit 4277f4de065b4daea4dc27420fc1bc131701291d:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-net

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Daniel Gorsulowski (1):
      at91: fixed plla calc when no USB support is active

David Brownell (1):
      minor DaVinci clock cleanup

Dirk Behme (2):
      OMAP3: Fix changed mmc init command
      OMAP3: Remove legacy NAND defines

Ladislav Michl (1):
      arm925t: Fix CONFIG_SYS_HZ to 1000

Minkyu Kang (1):
      s3c64xx: remove unnecessary definition

Sanjeev Premi (3):
      OMAP3: Use functions print_cpuinfo() and checkboard()
      OMAP3: Remove unused board-types
      OMAP3: Print correct silicon revision

 board/omap3/beagle/beagle.h            |    2 -
 board/omap3/evm/evm.h                  |    2 -
 board/omap3/overo/overo.h              |    2 -
 board/omap3/pandora/pandora.h          |    2 -
 board/omap3/zoom1/zoom1.h              |    2 -
 cpu/arm925t/interrupts.c               |   88 +++++--------------
 cpu/arm926ejs/at91/clock.c             |    2 +-
 cpu/arm_cortexa8/cpu.c                 |    4 +-
 cpu/arm_cortexa8/omap3/board.c         |   27 +++++-
 cpu/arm_cortexa8/omap3/clock.c         |    5 +-
 cpu/arm_cortexa8/omap3/sys_info.c      |  147 +++++++++++++++-----------------
 include/asm-arm/arch-omap3/omap3.h     |   22 ++---
 include/asm-arm/arch-omap3/sys_proto.h |    4 -
 include/configs/SX1.h                  |    6 +-
 include/configs/davinci_dvevm.h        |    3 +-
 include/configs/davinci_schmoogie.h    |    3 +-
 include/configs/davinci_sffsdr.h       |    3 +-
 include/configs/davinci_sonata.h       |    3 +-
 include/configs/netstar.h              |    6 +-
 include/configs/omap1510inn.h          |    6 +-
 include/configs/omap3_beagle.h         |   37 ++-------
 include/configs/omap3_evm.h            |   38 ++-------
 include/configs/omap3_overo.h          |   38 ++-------
 include/configs/omap3_pandora.h        |   37 ++-------
 include/configs/omap3_zoom1.h          |    8 ++-
 include/configs/voiceblue.h            |    4 +-
 include/s3c6400.h                      |    4 -
 27 files changed, 181 insertions(+), 324 deletions(-)
Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-04-05 12:14 ` Dirk Behme
@ 2009-04-07 19:51   ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-04-07 19:51 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe,

In message <49D8A0AB.7020504@googlemail.com> Dirk Behme wrote:
> 
> > Please pull
> > The following changes since commit 23e4af49e066a53cd3e3659b68ef90572d88de84:
> >   Guennadi Liakhovetski (1):
> >         ARM: add the imx31_phycore_eet target to MAINTAINERS
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-arm.git master
> > 
> > Dirk Behme (1):
> >       OMAP3: Update Overo pin mux for new expansion board
> 
> What's about
> 
> http://lists.denx.de/pipermail/u-boot/2009-April/050170.html
> 
> (see http://lists.denx.de/pipermail/u-boot/2009-April/050137.html too)
> 
> ?

Could you please comment?

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
I often quote myself; it adds spice to my conversation.  - G. B. Shaw

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-04-05 10:56 Jean-Christophe PLAGNIOL-VILLARD
  2009-04-05 12:14 ` Dirk Behme
@ 2009-04-05 21:06 ` Wolfgang Denk
  1 sibling, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-04-05 21:06 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090405105630.GA11028@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pull
> The following changes since commit 23e4af49e066a53cd3e3659b68ef90572d88de84:
>   Guennadi Liakhovetski (1):
>         ARM: add the imx31_phycore_eet target to MAINTAINERS
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Dirk Behme (1):
>       OMAP3: Update Overo pin mux for new expansion board
> 
> Jean-Christophe PLAGNIOL-VILLARD (4):
>       arm: update co-processor 15 access
>       arm: clean cache management
>       arm: unify reset command
>       integratorap: fix PCI support
> 
> Kyungmin Park (1):
>       Move machine specific code to board at s3c64xx (v2)
> 
> Minkyu Kang (1):
>       s3c64xx: fix the wrong gpio offset
> 
> Sanjeev Premi (1):
>       OMAP: Fix compile issue
> 
> Tom Rix (2):
>       OMAP3 Fix multiline formatting in board init files.
>       ZOOM1 Remove legacy NAND defines
> 
>  board/armltd/integratorap/split_by_variant.sh |   18 +++-
>  board/omap3/beagle/beagle.c                   |   20 ++--
>  board/omap3/evm/evm.c                         |   16 ++--
>  board/omap3/overo/overo.c                     |   12 +-
>  board/omap3/overo/overo.h                     |    9 +-
>  board/omap3/pandora/pandora.c                 |   12 +-
>  board/omap3/zoom1/zoom1.c                     |   12 +-
>  board/samsung/smdk6400/lowlevel_init.S        |    7 ++
>  cpu/arm1136/cpu.c                             |   90 ++----------------
>  cpu/arm1176/cpu.c                             |  103 +--------------------
>  cpu/arm1176/s3c64xx/cpu_init.S                |    7 --
>  cpu/arm720t/cpu.c                             |  120 +++---------------------
>  cpu/arm920t/cpu.c                             |  124 ++----------------------
>  cpu/arm925t/cpu.c                             |   96 ++-----------------
>  cpu/arm926ejs/cpu.c                           |  125 ++----------------------
>  cpu/arm946es/cpu.c                            |  101 ++------------------
>  cpu/arm_cortexa8/cpu.c                        |   82 +----------------
>  cpu/arm_cortexa8/omap3/board.c                |    2 +-
>  cpu/arm_intcm/cpu.c                           |   25 -----
>  cpu/ixp/cpu.c                                 |   83 ++--------------
>  cpu/lh7a40x/cpu.c                             |  121 ++----------------------
>  cpu/pxa/cpu.c                                 |   81 ++--------------
>  cpu/s3c44b0/cpu.c                             |    9 --
>  cpu/sa1100/cpu.c                              |   81 ++--------------
>  include/asm-arm/system.h                      |   84 +++++++++++++++++
>  include/configs/B2.h                          |    1 +
>  include/configs/assabet.h                     |    2 +
>  include/configs/cerf250.h                     |    3 +
>  include/configs/cradle.h                      |    3 +
>  include/configs/csb226.h                      |    4 +
>  include/configs/delta.h                       |    3 +
>  include/configs/dnp1110.h                     |    2 +
>  include/configs/evb4510.h                     |    1 +
>  include/configs/gcplus.h                      |    2 +
>  include/configs/innokom.h                     |    4 +
>  include/configs/integratorap.h                |    4 +-
>  include/configs/lart.h                        |    2 +
>  include/configs/logodl.h                      |    4 +
>  include/configs/lubbock.h                     |    3 +
>  include/configs/omap3_zoom1.h                 |   17 ----
>  include/configs/pleb2.h                       |    3 +
>  include/configs/pxa255_idp.h                  |    3 +
>  include/configs/shannon.h                     |    2 +
>  include/configs/trizepsiv.h                   |    3 +
>  include/configs/wepep250.h                    |    2 +
>  include/configs/xaeniax.h                     |    3 +
>  include/configs/xm250.h                       |    3 +
>  include/configs/xsengine.h                    |    3 +
>  include/configs/zylonite.h                    |    3 +
>  include/s3c6400.h                             |   11 ++-
>  lib_arm/Makefile                              |    4 +
>  lib_arm/cache-cp15.c                          |  120 ++++++++++++++++++++++++
>  lib_arm/reset.c                               |   53 +++++++++++
>  53 files changed, 501 insertions(+), 1207 deletions(-)
>  create mode 100644 include/asm-arm/system.h
>  create mode 100644 lib_arm/cache-cp15.c
>  create mode 100644 lib_arm/reset.c

Applied, thanks.

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
If at first you don't succeed, you are running about average.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-04-05 10:56 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-04-05 12:14 ` Dirk Behme
  2009-04-07 19:51   ` Wolfgang Denk
  2009-04-05 21:06 ` Wolfgang Denk
  1 sibling, 1 reply; 162+ messages in thread
From: Dirk Behme @ 2009-04-05 12:14 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe,

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Hi Wolfgang,
> 
> Please pull
> The following changes since commit 23e4af49e066a53cd3e3659b68ef90572d88de84:
>   Guennadi Liakhovetski (1):
>         ARM: add the imx31_phycore_eet target to MAINTAINERS
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Dirk Behme (1):
>       OMAP3: Update Overo pin mux for new expansion board

What's about

http://lists.denx.de/pipermail/u-boot/2009-April/050170.html

(see http://lists.denx.de/pipermail/u-boot/2009-April/050137.html too)

?

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-04-05 10:56 Jean-Christophe PLAGNIOL-VILLARD
  2009-04-05 12:14 ` Dirk Behme
  2009-04-05 21:06 ` Wolfgang Denk
  0 siblings, 2 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-04-05 10:56 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull
The following changes since commit 23e4af49e066a53cd3e3659b68ef90572d88de84:
  Guennadi Liakhovetski (1):
        ARM: add the imx31_phycore_eet target to MAINTAINERS

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Dirk Behme (1):
      OMAP3: Update Overo pin mux for new expansion board

Jean-Christophe PLAGNIOL-VILLARD (4):
      arm: update co-processor 15 access
      arm: clean cache management
      arm: unify reset command
      integratorap: fix PCI support

Kyungmin Park (1):
      Move machine specific code to board at s3c64xx (v2)

Minkyu Kang (1):
      s3c64xx: fix the wrong gpio offset

Sanjeev Premi (1):
      OMAP: Fix compile issue

Tom Rix (2):
      OMAP3 Fix multiline formatting in board init files.
      ZOOM1 Remove legacy NAND defines

 board/armltd/integratorap/split_by_variant.sh |   18 +++-
 board/omap3/beagle/beagle.c                   |   20 ++--
 board/omap3/evm/evm.c                         |   16 ++--
 board/omap3/overo/overo.c                     |   12 +-
 board/omap3/overo/overo.h                     |    9 +-
 board/omap3/pandora/pandora.c                 |   12 +-
 board/omap3/zoom1/zoom1.c                     |   12 +-
 board/samsung/smdk6400/lowlevel_init.S        |    7 ++
 cpu/arm1136/cpu.c                             |   90 ++----------------
 cpu/arm1176/cpu.c                             |  103 +--------------------
 cpu/arm1176/s3c64xx/cpu_init.S                |    7 --
 cpu/arm720t/cpu.c                             |  120 +++---------------------
 cpu/arm920t/cpu.c                             |  124 ++----------------------
 cpu/arm925t/cpu.c                             |   96 ++-----------------
 cpu/arm926ejs/cpu.c                           |  125 ++----------------------
 cpu/arm946es/cpu.c                            |  101 ++------------------
 cpu/arm_cortexa8/cpu.c                        |   82 +----------------
 cpu/arm_cortexa8/omap3/board.c                |    2 +-
 cpu/arm_intcm/cpu.c                           |   25 -----
 cpu/ixp/cpu.c                                 |   83 ++--------------
 cpu/lh7a40x/cpu.c                             |  121 ++----------------------
 cpu/pxa/cpu.c                                 |   81 ++--------------
 cpu/s3c44b0/cpu.c                             |    9 --
 cpu/sa1100/cpu.c                              |   81 ++--------------
 include/asm-arm/system.h                      |   84 +++++++++++++++++
 include/configs/B2.h                          |    1 +
 include/configs/assabet.h                     |    2 +
 include/configs/cerf250.h                     |    3 +
 include/configs/cradle.h                      |    3 +
 include/configs/csb226.h                      |    4 +
 include/configs/delta.h                       |    3 +
 include/configs/dnp1110.h                     |    2 +
 include/configs/evb4510.h                     |    1 +
 include/configs/gcplus.h                      |    2 +
 include/configs/innokom.h                     |    4 +
 include/configs/integratorap.h                |    4 +-
 include/configs/lart.h                        |    2 +
 include/configs/logodl.h                      |    4 +
 include/configs/lubbock.h                     |    3 +
 include/configs/omap3_zoom1.h                 |   17 ----
 include/configs/pleb2.h                       |    3 +
 include/configs/pxa255_idp.h                  |    3 +
 include/configs/shannon.h                     |    2 +
 include/configs/trizepsiv.h                   |    3 +
 include/configs/wepep250.h                    |    2 +
 include/configs/xaeniax.h                     |    3 +
 include/configs/xm250.h                       |    3 +
 include/configs/xsengine.h                    |    3 +
 include/configs/zylonite.h                    |    3 +
 include/s3c6400.h                             |   11 ++-
 lib_arm/Makefile                              |    4 +
 lib_arm/cache-cp15.c                          |  120 ++++++++++++++++++++++++
 lib_arm/reset.c                               |   53 +++++++++++
 53 files changed, 501 insertions(+), 1207 deletions(-)
 create mode 100644 include/asm-arm/system.h
 create mode 100644 lib_arm/cache-cp15.c
 create mode 100644 lib_arm/reset.c

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-30 16:47 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-04-01 22:25   ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-04-01 22:25 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090330164713.GD23828@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> The OMAP3 patch has been dropped
> 
> Please Pull
> The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
>   Wolfgang Denk (1):
>         VCMA9: fix compile errors
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (18):
>       s3c4510b: move specific code to soc directory
>       s3c44b0: move i2c driver to drivers/i2c
>       s3c44b0: move rtc driver to drivers/rtc
>       s3c44b0: move serial driver to drivers/serial
>       s3c44b0: extract cache from cpu.c
>       sa1100: move serial driver to drivers/serial
>       netarm: move serial driver to drivers/serial
>       imx31: move serial driver to drivers/serial
>       s3c64xx: move usb driver to drivers/usb
>       ks8695: move serial driver to drivers/serial
>       lpc2292: move serial driver to drivers/serial
>       arm720t/clps7111: move serial driver to drivers/serial
>       imx: move serial driver to drivers/serial
>       davinci: move nand driver to drivers/mtd/nand
>       davinci: move i2c driver to drivers/i2c
>       s3c24x0: move serial driver to drivers/serial
>       s3c24x0: move i2c driver to drivers/i2c
>       s3c2410: move nand driver to drivers/mtd/nand
> 
> Ladislav Michl (7):
>       Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
>       NetStar: update crcit utility
>       NetStar: use generic flash driver
>       NetStar: add RTC support
>       OMAP: reindent timer code
>       OMAP: rename timer divisor
>       OMAP: use {read,write}l to access timer registers
> 
>  Makefile                                           |    2 +-
>  board/netstar/Makefile                             |    2 +-
>  board/netstar/crcit.c                              |   14 +-
>  board/netstar/flash.c                              |  343 ----------------
>  board/netstar/netstar.c                            |   20 +
>  cpu/arm1136/mx31/Makefile                          |    2 +-
>  cpu/arm1136/omap24xx/interrupts.c                  |    2 +-
>  cpu/arm1176/s3c64xx/Makefile                       |    1 -
>  cpu/arm720t/Makefile                               |    2 +-
>  cpu/arm720t/cpu.c                                  |   62 ---
>  cpu/arm720t/s3c4510b/Makefile                      |   46 ++
>  cpu/arm720t/s3c4510b/cache.c                       |   86 ++++
>  cpu/arm720t/serial.c                               |  202 ---------
>  cpu/arm920t/imx/Makefile                           |    2 +-
>  cpu/arm920t/ks8695/Makefile                        |    2 +-
>  cpu/arm920t/s3c24x0/Makefile                       |    3 +-
>  cpu/arm925t/interrupts.c                           |   40 +-
>  cpu/arm926ejs/davinci/Makefile                     |    2 +-
>  cpu/arm926ejs/omap/timer.c                         |    2 +-
>  cpu/arm_cortexa8/omap3/interrupts.c                |    2 +-
>  cpu/s3c44b0/Makefile                               |    2 +-
>  cpu/s3c44b0/cache.c                                |   91 ++++
>  cpu/s3c44b0/cpu.c                                  |  430 --------------------
>  cpu/sa1100/Makefile                                |    2 +-
>  drivers/i2c/Makefile                               |    3 +
>  .../davinci/i2c.c => drivers/i2c/davinci_i2c.c     |    5 -
>  .../s3c24x0/i2c.c => drivers/i2c/s3c24x0_i2c.c     |    5 -
>  drivers/i2c/s3c44b0_i2c.c                          |  315 ++++++++++++++
>  drivers/mtd/nand/Makefile                          |    2 +
>  .../nand.c => drivers/mtd/nand/davinci_nand.c      |    9 -
>  .../nand.c => drivers/mtd/nand/s3c2410_nand.c      |    8 -
>  drivers/rtc/Makefile                               |    1 +
>  drivers/rtc/s3c44b0_rtc.c                          |  102 +++++
>  drivers/serial/Makefile                            |    9 +
>  .../serial.c => drivers/serial/serial_clps7111.c   |   97 ++---
>  .../imx/serial.c => drivers/serial/serial_imx.c    |    6 -
>  .../serial.c => drivers/serial/serial_ks8695.c     |    0
>  drivers/serial/serial_lpc2292.c                    |  105 +++++
>  .../mx31/serial.c => drivers/serial/serial_mx31.c  |    6 -
>  {cpu/arm720t => drivers/serial}/serial_netarm.c    |    5 -
>  .../serial.c => drivers/serial/serial_s3c24x0.c    |    4 -
>  .../serial.c => drivers/serial/serial_s3c44b0.c    |    0
>  .../serial.c => drivers/serial/serial_sa1100.c     |    0
>  drivers/usb/Makefile                               |    1 +
>  .../s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c     |    0
>  include/asm-arm/arch-arm720t/hardware.h            |    4 +-
>  .../s3c4510b.h => arch-s3c4510b/hardware.h}        |    0
>  include/configs/ADNPESC1.h                         |    1 -
>  include/configs/B2.h                               |    6 +-
>  include/configs/DK1C20.h                           |    1 -
>  include/configs/DK1S10.h                           |    1 -
>  include/configs/EXBITGEN.h                         |    2 -
>  include/configs/SMN42.h                            |    3 +-
>  include/configs/SX1.h                              |    8 +-
>  include/configs/VCMA9.h                            |    4 +-
>  include/configs/W7OLMC.h                           |    2 -
>  include/configs/W7OLMG.h                           |    2 -
>  include/configs/actux1.h                           |    2 -
>  include/configs/actux2.h                           |    2 -
>  include/configs/actux3.h                           |    2 -
>  include/configs/actux4.h                           |    2 -
>  include/configs/apollon.h                          |    7 +-
>  include/configs/armadillo.h                        |    3 +-
>  include/configs/assabet.h                          |    3 +-
>  include/configs/cerf250.h                          |    2 -
>  include/configs/cm4008.h                           |    3 +-
>  include/configs/cm41xx.h                           |    3 +-
>  include/configs/cradle.h                           |    2 -
>  include/configs/csb226.h                           |    2 -
>  include/configs/csb272.h                           |    1 -
>  include/configs/csb472.h                           |    1 -
>  include/configs/davinci_dvevm.h                    |    1 +
>  include/configs/davinci_schmoogie.h                |    1 +
>  include/configs/davinci_sffsdr.h                   |    1 +
>  include/configs/davinci_sonata.h                   |    1 +
>  include/configs/delta.h                            |    2 -
>  include/configs/dnp1110.h                          |    3 +-
>  include/configs/eNET.h                             |    2 -
>  include/configs/ep7312.h                           |    3 +-
>  include/configs/evb4510.h                          |    2 -
>  include/configs/gcplus.h                           |    3 +-
>  include/configs/hymod.h                            |    2 -
>  include/configs/impa7.h                            |    3 +-
>  include/configs/innokom.h                          |    2 -
>  include/configs/integratorap.h                     |    1 -
>  include/configs/integratorcp.h                     |    1 -
>  include/configs/ixdp425.h                          |    2 -
>  include/configs/ixdpg425.h                         |    1 -
>  include/configs/lart.h                             |    3 +-
>  include/configs/logodl.h                           |    2 -
>  include/configs/lpc2292sodimm.h                    |    3 +-
>  include/configs/lpd7a400.h                         |    2 -
>  include/configs/lpd7a404.h                         |    2 -
>  include/configs/lubbock.h                          |    2 -
>  include/configs/modnet50.h                         |    3 +-
>  include/configs/mx1ads.h                           |    2 +-
>  include/configs/mx1fs2.h                           |    5 +-
>  include/configs/netstar.h                          |   35 +-
>  include/configs/nmdk8815.h                         |    1 -
>  include/configs/ns9750dev.h                        |    2 -
>  include/configs/omap1510inn.h                      |    8 +-
>  include/configs/omap1610h2.h                       |    6 +-
>  include/configs/omap1610inn.h                      |    6 +-
>  include/configs/omap2420h4.h                       |   12 +-
>  include/configs/omap3_beagle.h                     |    8 +-
>  include/configs/omap3_evm.h                        |    9 +-
>  include/configs/omap3_overo.h                      |    9 +-
>  include/configs/omap3_pandora.h                    |    9 +-
>  include/configs/omap3_zoom1.h                      |    8 +-
>  include/configs/omap5912osk.h                      |    6 +-
>  include/configs/omap730p2.h                        |    9 +-
>  include/configs/pdnb3.h                            |    1 -
>  include/configs/pleb2.h                            |    2 -
>  include/configs/pxa255_idp.h                       |    2 -
>  include/configs/sbc2410x.h                         |    4 +-
>  include/configs/sc520_cdp.h                        |    2 -
>  include/configs/sc520_spunk.h                      |    2 -
>  include/configs/scb9328.h                          |    3 +-
>  include/configs/shannon.h                          |    3 +-
>  include/configs/smdk2400.h                         |    3 +-
>  include/configs/smdk2410.h                         |    3 +-
>  include/configs/smdk6400.h                         |    1 +
>  include/configs/trab.h                             |    3 +-
>  include/configs/trizepsiv.h                        |    2 -
>  include/configs/versatile.h                        |    1 -
>  include/configs/voiceblue.h                        |    8 +-
>  include/configs/wepep250.h                         |    2 -
>  include/configs/xaeniax.h                          |    2 -
>  include/configs/xm250.h                            |    2 -
>  include/configs/xsengine.h                         |    1 -
>  include/configs/zylonite.h                         |    2 -
>  131 files changed, 936 insertions(+), 1410 deletions(-)
>  delete mode 100644 board/netstar/flash.c
>  create mode 100644 cpu/arm720t/s3c4510b/Makefile
>  create mode 100644 cpu/arm720t/s3c4510b/cache.c
>  delete mode 100644 cpu/arm720t/serial.c
>  create mode 100644 cpu/s3c44b0/cache.c
>  rename cpu/arm926ejs/davinci/i2c.c => drivers/i2c/davinci_i2c.c (98%)
>  rename cpu/arm920t/s3c24x0/i2c.c => drivers/i2c/s3c24x0_i2c.c (99%)
>  create mode 100644 drivers/i2c/s3c44b0_i2c.c
>  rename cpu/arm926ejs/davinci/nand.c => drivers/mtd/nand/davinci_nand.c (98%)
>  rename cpu/arm920t/s3c24x0/nand.c => drivers/mtd/nand/s3c2410_nand.c (96%)
>  create mode 100644 drivers/rtc/s3c44b0_rtc.c
>  copy cpu/sa1100/serial.c => drivers/serial/serial_clps7111.c (56%)
>  rename cpu/arm920t/imx/serial.c => drivers/serial/serial_imx.c (97%)
>  rename cpu/arm920t/ks8695/serial.c => drivers/serial/serial_ks8695.c (100%)
>  create mode 100644 drivers/serial/serial_lpc2292.c
>  rename cpu/arm1136/mx31/serial.c => drivers/serial/serial_mx31.c (99%)
>  rename {cpu/arm720t => drivers/serial}/serial_netarm.c (99%)
>  rename cpu/arm920t/s3c24x0/serial.c => drivers/serial/serial_s3c24x0.c (97%)
>  rename cpu/s3c44b0/serial.c => drivers/serial/serial_s3c44b0.c (100%)
>  rename cpu/sa1100/serial.c => drivers/serial/serial_sa1100.c (100%)
>  rename cpu/arm1176/s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c (100%)
>  rename include/asm-arm/{arch-arm720t/s3c4510b.h => arch-s3c4510b/hardware.h} (100%)

Applied, thanks.

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
If I have seen further it is by standing on the shoulders of  giants.
              - Isaac Newton, Letter to Robert Hooke, 5 February 1676

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-30 20:28         ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-03-31 15:44           ` Dirk Behme
  0 siblings, 0 replies; 162+ messages in thread
From: Dirk Behme @ 2009-03-31 15:44 UTC (permalink / raw)
  To: u-boot

Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 21:49 Mon 30 Mar     , Wolfgang Denk wrote:
>> Dear Dirk Behme,
>>
>> In message <49D11E7D.5030701@googlemail.com> you wrote:
>>>>> http://lists.denx.de/pipermail/u-boot/2009-March/049762.html
>>>>>
>>>>> Please remove it from the pull request until everybody agreed
>>>> this duplicated code 
>>> It would be nice if you could give the exact file in which you found 
>>> the other/original version of this code. As already mentioned I'd like 
>>> to compare/review it.
>>>
>>>> so I'll remove it anyway I do not want duplicated code
>>> It would be nice if we could agree on a common way how to improve 
>>> (remove?) this code. And not just "I'll remove it anyway". Sorry if I 
>>> misunderstood this, but it could be understood as "I will remove it 
>>> independent of what other people think and do".
>> I have to admit that I, too, hesitated what that statement was
>> supposed to mean. Jean-Christophe, it would really be nice to raise
>> your complaints on the mailing list, and without too long delays, so
>> we can discuss things.
> It's simple I really hate duplicated that's all
> so when I find copy&paste I remote it

It would be nice if you could give the exact file in which you found 
the other/original version of this code. As already mentioned I'd like 
to compare/review it.

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-30 19:49       ` Wolfgang Denk
@ 2009-03-30 20:28         ` Jean-Christophe PLAGNIOL-VILLARD
  2009-03-31 15:44           ` Dirk Behme
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-30 20:28 UTC (permalink / raw)
  To: u-boot

On 21:49 Mon 30 Mar     , Wolfgang Denk wrote:
> Dear Dirk Behme,
> 
> In message <49D11E7D.5030701@googlemail.com> you wrote:
> > 
> > >> http://lists.denx.de/pipermail/u-boot/2009-March/049762.html
> > >>
> > >> Please remove it from the pull request until everybody agreed
> > > this duplicated code 
> > 
> > It would be nice if you could give the exact file in which you found 
> > the other/original version of this code. As already mentioned I'd like 
> > to compare/review it.
> > 
> > > so I'll remove it anyway I do not want duplicated code
> > 
> > It would be nice if we could agree on a common way how to improve 
> > (remove?) this code. And not just "I'll remove it anyway". Sorry if I 
> > misunderstood this, but it could be understood as "I will remove it 
> > independent of what other people think and do".
> 
> I have to admit that I, too, hesitated what that statement was
> supposed to mean. Jean-Christophe, it would really be nice to raise
> your complaints on the mailing list, and without too long delays, so
> we can discuss things.
It's simple I really hate duplicated that's all
so when I find copy&paste I remote it
> 
> > > I'm not statisfy about this one I'm looking on an other implementation
> > > so this patch will wait a few more days
> > 
> > It would be nice if you could share your ideas/doubts/findings so that 
> > we can work together on improving this code.
> 
> Again, I agree 100%. Jean-Christophe, please share your concerns on
> the mailing list, and without so long delays after the postings. It
> is not your job as a custodian to fix everything yourself. It is
> sufficient (and actually usualy much better, think for example about
> the long-term educational aspect) just to raise your concerns and ask
> the original poster to change things (or maybe he has good reasons
> for doing it this way, which you didn't see). But please keep such
> discussion on the mailing list, and without big delays.  Thanks.
I need to time to study a way to clean it up. Without necessarely implement it
I'm just bored by reading duplicated code everytime as the timer
implementations.

So I need few days to study it

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-30 19:33     ` Dirk Behme
@ 2009-03-30 19:49       ` Wolfgang Denk
  2009-03-30 20:28         ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-03-30 19:49 UTC (permalink / raw)
  To: u-boot

Dear Dirk Behme,

In message <49D11E7D.5030701@googlemail.com> you wrote:
> 
> >> http://lists.denx.de/pipermail/u-boot/2009-March/049762.html
> >>
> >> Please remove it from the pull request until everybody agreed
> > this duplicated code 
> 
> It would be nice if you could give the exact file in which you found 
> the other/original version of this code. As already mentioned I'd like 
> to compare/review it.
> 
> > so I'll remove it anyway I do not want duplicated code
> 
> It would be nice if we could agree on a common way how to improve 
> (remove?) this code. And not just "I'll remove it anyway". Sorry if I 
> misunderstood this, but it could be understood as "I will remove it 
> independent of what other people think and do".

I have to admit that I, too, hesitated what that statement was
supposed to mean. Jean-Christophe, it would really be nice to raise
your complaints on the mailing list, and without too long delays, so
we can discuss things.

> > I'm not statisfy about this one I'm looking on an other implementation
> > so this patch will wait a few more days
> 
> It would be nice if you could share your ideas/doubts/findings so that 
> we can work together on improving this code.

Again, I agree 100%. Jean-Christophe, please share your concerns on
the mailing list, and without so long delays after the postings. It
is not your job as a custodian to fix everything yourself. It is
sufficient (and actually usualy much better, think for example about
the long-term educational aspect) just to raise your concerns and ask
the original poster to change things (or maybe he has good reasons
for doing it this way, which you didn't see). But please keep such
discussion on the mailing list, and without big delays.  Thanks.

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
The biggest difference between time and space is that you can't reuse
time.                                                 - Merrick Furst

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-30 15:08   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2009-03-30 19:33     ` Dirk Behme
  2009-03-30 19:49       ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Dirk Behme @ 2009-03-30 19:33 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe,

Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 15:33 Mon 30 Mar     , Dirk Behme wrote:
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>> Hi Wolfgang,
>>>
>>> Please pull
>>> The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
>>>   Wolfgang Denk (1):
>>>         VCMA9: fix compile errors
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.denx.de/u-boot-arm.git master
>>>
>>> Jean-Christophe PLAGNIOL-VILLARD (19):
>>>       s3c4510b: move specific code to soc directory
>>>       s3c44b0: move i2c driver to drivers/i2c
>>>       s3c44b0: move rtc driver to drivers/rtc
>>>       s3c44b0: move serial driver to drivers/serial
>>>       s3c44b0: extract cache from cpu.c
>>>       sa1100: move serial driver to drivers/serial
>>>       netarm: move serial driver to drivers/serial
>>>       imx31: move serial driver to drivers/serial
>>>       s3c64xx: move usb driver to drivers/usb
>>>       ks8695: move serial driver to drivers/serial
>>>       lpc2292: move serial driver to drivers/serial
>>>       arm720t/clps7111: move serial driver to drivers/serial
>>>       omap3: remove duplicate interrupts code
>> This patch isn't finally reviewed
>>
>> http://lists.denx.de/pipermail/u-boot/2009-March/049762.html
>>
>> Please remove it from the pull request until everybody agreed
> this duplicated code 

It would be nice if you could give the exact file in which you found 
the other/original version of this code. As already mentioned I'd like 
to compare/review it.

> so I'll remove it anyway I do not want duplicated code

It would be nice if we could agree on a common way how to improve 
(remove?) this code. And not just "I'll remove it anyway". Sorry if I 
misunderstood this, but it could be understood as "I will remove it 
independent of what other people think and do".

>>>       imx: move serial driver to drivers/serial
>>>       davinci: move nand driver to drivers/mtd/nand
>>>       davinci: move i2c driver to drivers/i2c
>>>       s3c24x0: move serial driver to drivers/serial
>>>       s3c24x0: move i2c driver to drivers/i2c
>>>       s3c2410: move nand driver to drivers/mtd/nand
>> It seems to me that
>>
>> http://lists.denx.de/pipermail/u-boot/2009-March/049662.html
> This one is NACK

? This link just links to a mail with two questions, not a patch ?

>> is unanswered. Therefore again:
>>
>> What's about
>>
>> http://lists.denx.de/pipermail/u-boot/2009-March/049146.html
>>
>> ?
> I'm not statisfy about this one I'm looking on an other implementation
> so this patch will wait a few more days

It would be nice if you could share your ideas/doubts/findings so that 
we can work together on improving this code.

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-30 16:42 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-03-30 16:47 ` Jean-Christophe PLAGNIOL-VILLARD
  2009-04-01 22:25   ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-30 16:47 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

The OMAP3 patch has been dropped

Please Pull
The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
  Wolfgang Denk (1):
        VCMA9: fix compile errors

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Jean-Christophe PLAGNIOL-VILLARD (18):
      s3c4510b: move specific code to soc directory
      s3c44b0: move i2c driver to drivers/i2c
      s3c44b0: move rtc driver to drivers/rtc
      s3c44b0: move serial driver to drivers/serial
      s3c44b0: extract cache from cpu.c
      sa1100: move serial driver to drivers/serial
      netarm: move serial driver to drivers/serial
      imx31: move serial driver to drivers/serial
      s3c64xx: move usb driver to drivers/usb
      ks8695: move serial driver to drivers/serial
      lpc2292: move serial driver to drivers/serial
      arm720t/clps7111: move serial driver to drivers/serial
      imx: move serial driver to drivers/serial
      davinci: move nand driver to drivers/mtd/nand
      davinci: move i2c driver to drivers/i2c
      s3c24x0: move serial driver to drivers/serial
      s3c24x0: move i2c driver to drivers/i2c
      s3c2410: move nand driver to drivers/mtd/nand

Ladislav Michl (7):
      Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
      NetStar: update crcit utility
      NetStar: use generic flash driver
      NetStar: add RTC support
      OMAP: reindent timer code
      OMAP: rename timer divisor
      OMAP: use {read,write}l to access timer registers

 Makefile                                           |    2 +-
 board/netstar/Makefile                             |    2 +-
 board/netstar/crcit.c                              |   14 +-
 board/netstar/flash.c                              |  343 ----------------
 board/netstar/netstar.c                            |   20 +
 cpu/arm1136/mx31/Makefile                          |    2 +-
 cpu/arm1136/omap24xx/interrupts.c                  |    2 +-
 cpu/arm1176/s3c64xx/Makefile                       |    1 -
 cpu/arm720t/Makefile                               |    2 +-
 cpu/arm720t/cpu.c                                  |   62 ---
 cpu/arm720t/s3c4510b/Makefile                      |   46 ++
 cpu/arm720t/s3c4510b/cache.c                       |   86 ++++
 cpu/arm720t/serial.c                               |  202 ---------
 cpu/arm920t/imx/Makefile                           |    2 +-
 cpu/arm920t/ks8695/Makefile                        |    2 +-
 cpu/arm920t/s3c24x0/Makefile                       |    3 +-
 cpu/arm925t/interrupts.c                           |   40 +-
 cpu/arm926ejs/davinci/Makefile                     |    2 +-
 cpu/arm926ejs/omap/timer.c                         |    2 +-
 cpu/arm_cortexa8/omap3/interrupts.c                |    2 +-
 cpu/s3c44b0/Makefile                               |    2 +-
 cpu/s3c44b0/cache.c                                |   91 ++++
 cpu/s3c44b0/cpu.c                                  |  430 --------------------
 cpu/sa1100/Makefile                                |    2 +-
 drivers/i2c/Makefile                               |    3 +
 .../davinci/i2c.c => drivers/i2c/davinci_i2c.c     |    5 -
 .../s3c24x0/i2c.c => drivers/i2c/s3c24x0_i2c.c     |    5 -
 drivers/i2c/s3c44b0_i2c.c                          |  315 ++++++++++++++
 drivers/mtd/nand/Makefile                          |    2 +
 .../nand.c => drivers/mtd/nand/davinci_nand.c      |    9 -
 .../nand.c => drivers/mtd/nand/s3c2410_nand.c      |    8 -
 drivers/rtc/Makefile                               |    1 +
 drivers/rtc/s3c44b0_rtc.c                          |  102 +++++
 drivers/serial/Makefile                            |    9 +
 .../serial.c => drivers/serial/serial_clps7111.c   |   97 ++---
 .../imx/serial.c => drivers/serial/serial_imx.c    |    6 -
 .../serial.c => drivers/serial/serial_ks8695.c     |    0
 drivers/serial/serial_lpc2292.c                    |  105 +++++
 .../mx31/serial.c => drivers/serial/serial_mx31.c  |    6 -
 {cpu/arm720t => drivers/serial}/serial_netarm.c    |    5 -
 .../serial.c => drivers/serial/serial_s3c24x0.c    |    4 -
 .../serial.c => drivers/serial/serial_s3c44b0.c    |    0
 .../serial.c => drivers/serial/serial_sa1100.c     |    0
 drivers/usb/Makefile                               |    1 +
 .../s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c     |    0
 include/asm-arm/arch-arm720t/hardware.h            |    4 +-
 .../s3c4510b.h => arch-s3c4510b/hardware.h}        |    0
 include/configs/ADNPESC1.h                         |    1 -
 include/configs/B2.h                               |    6 +-
 include/configs/DK1C20.h                           |    1 -
 include/configs/DK1S10.h                           |    1 -
 include/configs/EXBITGEN.h                         |    2 -
 include/configs/SMN42.h                            |    3 +-
 include/configs/SX1.h                              |    8 +-
 include/configs/VCMA9.h                            |    4 +-
 include/configs/W7OLMC.h                           |    2 -
 include/configs/W7OLMG.h                           |    2 -
 include/configs/actux1.h                           |    2 -
 include/configs/actux2.h                           |    2 -
 include/configs/actux3.h                           |    2 -
 include/configs/actux4.h                           |    2 -
 include/configs/apollon.h                          |    7 +-
 include/configs/armadillo.h                        |    3 +-
 include/configs/assabet.h                          |    3 +-
 include/configs/cerf250.h                          |    2 -
 include/configs/cm4008.h                           |    3 +-
 include/configs/cm41xx.h                           |    3 +-
 include/configs/cradle.h                           |    2 -
 include/configs/csb226.h                           |    2 -
 include/configs/csb272.h                           |    1 -
 include/configs/csb472.h                           |    1 -
 include/configs/davinci_dvevm.h                    |    1 +
 include/configs/davinci_schmoogie.h                |    1 +
 include/configs/davinci_sffsdr.h                   |    1 +
 include/configs/davinci_sonata.h                   |    1 +
 include/configs/delta.h                            |    2 -
 include/configs/dnp1110.h                          |    3 +-
 include/configs/eNET.h                             |    2 -
 include/configs/ep7312.h                           |    3 +-
 include/configs/evb4510.h                          |    2 -
 include/configs/gcplus.h                           |    3 +-
 include/configs/hymod.h                            |    2 -
 include/configs/impa7.h                            |    3 +-
 include/configs/innokom.h                          |    2 -
 include/configs/integratorap.h                     |    1 -
 include/configs/integratorcp.h                     |    1 -
 include/configs/ixdp425.h                          |    2 -
 include/configs/ixdpg425.h                         |    1 -
 include/configs/lart.h                             |    3 +-
 include/configs/logodl.h                           |    2 -
 include/configs/lpc2292sodimm.h                    |    3 +-
 include/configs/lpd7a400.h                         |    2 -
 include/configs/lpd7a404.h                         |    2 -
 include/configs/lubbock.h                          |    2 -
 include/configs/modnet50.h                         |    3 +-
 include/configs/mx1ads.h                           |    2 +-
 include/configs/mx1fs2.h                           |    5 +-
 include/configs/netstar.h                          |   35 +-
 include/configs/nmdk8815.h                         |    1 -
 include/configs/ns9750dev.h                        |    2 -
 include/configs/omap1510inn.h                      |    8 +-
 include/configs/omap1610h2.h                       |    6 +-
 include/configs/omap1610inn.h                      |    6 +-
 include/configs/omap2420h4.h                       |   12 +-
 include/configs/omap3_beagle.h                     |    8 +-
 include/configs/omap3_evm.h                        |    9 +-
 include/configs/omap3_overo.h                      |    9 +-
 include/configs/omap3_pandora.h                    |    9 +-
 include/configs/omap3_zoom1.h                      |    8 +-
 include/configs/omap5912osk.h                      |    6 +-
 include/configs/omap730p2.h                        |    9 +-
 include/configs/pdnb3.h                            |    1 -
 include/configs/pleb2.h                            |    2 -
 include/configs/pxa255_idp.h                       |    2 -
 include/configs/sbc2410x.h                         |    4 +-
 include/configs/sc520_cdp.h                        |    2 -
 include/configs/sc520_spunk.h                      |    2 -
 include/configs/scb9328.h                          |    3 +-
 include/configs/shannon.h                          |    3 +-
 include/configs/smdk2400.h                         |    3 +-
 include/configs/smdk2410.h                         |    3 +-
 include/configs/smdk6400.h                         |    1 +
 include/configs/trab.h                             |    3 +-
 include/configs/trizepsiv.h                        |    2 -
 include/configs/versatile.h                        |    1 -
 include/configs/voiceblue.h                        |    8 +-
 include/configs/wepep250.h                         |    2 -
 include/configs/xaeniax.h                          |    2 -
 include/configs/xm250.h                            |    2 -
 include/configs/xsengine.h                         |    1 -
 include/configs/zylonite.h                         |    2 -
 131 files changed, 936 insertions(+), 1410 deletions(-)
 delete mode 100644 board/netstar/flash.c
 create mode 100644 cpu/arm720t/s3c4510b/Makefile
 create mode 100644 cpu/arm720t/s3c4510b/cache.c
 delete mode 100644 cpu/arm720t/serial.c
 create mode 100644 cpu/s3c44b0/cache.c
 rename cpu/arm926ejs/davinci/i2c.c => drivers/i2c/davinci_i2c.c (98%)
 rename cpu/arm920t/s3c24x0/i2c.c => drivers/i2c/s3c24x0_i2c.c (99%)
 create mode 100644 drivers/i2c/s3c44b0_i2c.c
 rename cpu/arm926ejs/davinci/nand.c => drivers/mtd/nand/davinci_nand.c (98%)
 rename cpu/arm920t/s3c24x0/nand.c => drivers/mtd/nand/s3c2410_nand.c (96%)
 create mode 100644 drivers/rtc/s3c44b0_rtc.c
 copy cpu/sa1100/serial.c => drivers/serial/serial_clps7111.c (56%)
 rename cpu/arm920t/imx/serial.c => drivers/serial/serial_imx.c (97%)
 rename cpu/arm920t/ks8695/serial.c => drivers/serial/serial_ks8695.c (100%)
 create mode 100644 drivers/serial/serial_lpc2292.c
 rename cpu/arm1136/mx31/serial.c => drivers/serial/serial_mx31.c (99%)
 rename {cpu/arm720t => drivers/serial}/serial_netarm.c (99%)
 rename cpu/arm920t/s3c24x0/serial.c => drivers/serial/serial_s3c24x0.c (97%)
 rename cpu/s3c44b0/serial.c => drivers/serial/serial_s3c44b0.c (100%)
 rename cpu/sa1100/serial.c => drivers/serial/serial_sa1100.c (100%)
 rename cpu/arm1176/s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c (100%)
 rename include/asm-arm/{arch-arm720t/s3c4510b.h => arch-s3c4510b/hardware.h} (100%)

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-03-30 16:42 Jean-Christophe PLAGNIOL-VILLARD
  2009-03-30 16:47 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-30 16:42 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

The OMAP3 patch has been dropped

Please Pull

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-30 13:33 ` Dirk Behme
@ 2009-03-30 15:08   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-03-30 19:33     ` Dirk Behme
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-30 15:08 UTC (permalink / raw)
  To: u-boot

On 15:33 Mon 30 Mar     , Dirk Behme wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
>> Hi Wolfgang,
>>
>> Please pull
>> The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
>>   Wolfgang Denk (1):
>>         VCMA9: fix compile errors
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-arm.git master
>>
>> Jean-Christophe PLAGNIOL-VILLARD (19):
>>       s3c4510b: move specific code to soc directory
>>       s3c44b0: move i2c driver to drivers/i2c
>>       s3c44b0: move rtc driver to drivers/rtc
>>       s3c44b0: move serial driver to drivers/serial
>>       s3c44b0: extract cache from cpu.c
>>       sa1100: move serial driver to drivers/serial
>>       netarm: move serial driver to drivers/serial
>>       imx31: move serial driver to drivers/serial
>>       s3c64xx: move usb driver to drivers/usb
>>       ks8695: move serial driver to drivers/serial
>>       lpc2292: move serial driver to drivers/serial
>>       arm720t/clps7111: move serial driver to drivers/serial
>>       omap3: remove duplicate interrupts code
>
> This patch isn't finally reviewed
>
> http://lists.denx.de/pipermail/u-boot/2009-March/049762.html
>
> Please remove it from the pull request until everybody agreed
this duplicated code so I'll remove it anyway I do not want duplicated code
>
>>       imx: move serial driver to drivers/serial
>>       davinci: move nand driver to drivers/mtd/nand
>>       davinci: move i2c driver to drivers/i2c
>>       s3c24x0: move serial driver to drivers/serial
>>       s3c24x0: move i2c driver to drivers/i2c
>>       s3c2410: move nand driver to drivers/mtd/nand
>
> It seems to me that
>
> http://lists.denx.de/pipermail/u-boot/2009-March/049662.html
This one is NACK 
>
> is unanswered. Therefore again:
>
> What's about
>
> http://lists.denx.de/pipermail/u-boot/2009-March/049146.html
>
> ?
I'm not statisfy about this one I'm looking on an other implementation
so this patch will wait a few more days

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-29 21:09 Jean-Christophe PLAGNIOL-VILLARD
  2009-03-29 21:31 ` Wolfgang Denk
@ 2009-03-30 13:33 ` Dirk Behme
  2009-03-30 15:08   ` Jean-Christophe PLAGNIOL-VILLARD
  1 sibling, 1 reply; 162+ messages in thread
From: Dirk Behme @ 2009-03-30 13:33 UTC (permalink / raw)
  To: u-boot

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Hi Wolfgang,
> 
> Please pull
> The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
>   Wolfgang Denk (1):
>         VCMA9: fix compile errors
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (19):
>       s3c4510b: move specific code to soc directory
>       s3c44b0: move i2c driver to drivers/i2c
>       s3c44b0: move rtc driver to drivers/rtc
>       s3c44b0: move serial driver to drivers/serial
>       s3c44b0: extract cache from cpu.c
>       sa1100: move serial driver to drivers/serial
>       netarm: move serial driver to drivers/serial
>       imx31: move serial driver to drivers/serial
>       s3c64xx: move usb driver to drivers/usb
>       ks8695: move serial driver to drivers/serial
>       lpc2292: move serial driver to drivers/serial
>       arm720t/clps7111: move serial driver to drivers/serial
>       omap3: remove duplicate interrupts code

This patch isn't finally reviewed

http://lists.denx.de/pipermail/u-boot/2009-March/049762.html

Please remove it from the pull request until everybody agreed.

>       imx: move serial driver to drivers/serial
>       davinci: move nand driver to drivers/mtd/nand
>       davinci: move i2c driver to drivers/i2c
>       s3c24x0: move serial driver to drivers/serial
>       s3c24x0: move i2c driver to drivers/i2c
>       s3c2410: move nand driver to drivers/mtd/nand

It seems to me that

http://lists.denx.de/pipermail/u-boot/2009-March/049662.html

is unanswered. Therefore again:

What's about

http://lists.denx.de/pipermail/u-boot/2009-March/049146.html

?

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-29 21:09 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-03-29 21:31 ` Wolfgang Denk
  2009-03-29 21:16   ` Jean-Christophe PLAGNIOL-VILLARD
  2009-03-30 13:33 ` Dirk Behme
  1 sibling, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2009-03-29 21:31 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090329210943.GF19724@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pull
> The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
>   Wolfgang Denk (1):
>         VCMA9: fix compile errors
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Jean-Christophe PLAGNIOL-VILLARD (19):
>       s3c4510b: move specific code to soc directory
>       s3c44b0: move i2c driver to drivers/i2c
>       s3c44b0: move rtc driver to drivers/rtc
>       s3c44b0: move serial driver to drivers/serial
>       s3c44b0: extract cache from cpu.c
>       sa1100: move serial driver to drivers/serial
>       netarm: move serial driver to drivers/serial
>       imx31: move serial driver to drivers/serial
>       s3c64xx: move usb driver to drivers/usb
>       ks8695: move serial driver to drivers/serial
>       lpc2292: move serial driver to drivers/serial
>       arm720t/clps7111: move serial driver to drivers/serial
>       omap3: remove duplicate interrupts code
>       imx: move serial driver to drivers/serial
>       davinci: move nand driver to drivers/mtd/nand
>       davinci: move i2c driver to drivers/i2c
>       s3c24x0: move serial driver to drivers/serial
>       s3c24x0: move i2c driver to drivers/i2c
>       s3c2410: move nand driver to drivers/mtd/nand

Ummm... don't you think it would be appropriate to allow at least for
2...3 days of review?

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
In a business, marketroids, salespukes, and  lawyers  have  different
goals from those who actually do work and produce something. Usually,
is  is the former who triumph over the latter, due to the simple rule
that those who print the money make the rules.
         -- Tom Christiansen in <5jdcls$b04$2@csnews.cs.colorado.edu>

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-29 21:31 ` Wolfgang Denk
@ 2009-03-29 21:16   ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-29 21:16 UTC (permalink / raw)
  To: u-boot

On 23:31 Sun 29 Mar     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20090329210943.GF19724@game.jcrosoft.org> you wrote:
> > Hi Wolfgang,
> > 
> > Please pull
> > The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
> >   Wolfgang Denk (1):
> >         VCMA9: fix compile errors
> > 
> > are available in the git repository at:
> > 
> >   git://git.denx.de/u-boot-arm.git master
> > 
> > Jean-Christophe PLAGNIOL-VILLARD (19):
> >       s3c4510b: move specific code to soc directory
> >       s3c44b0: move i2c driver to drivers/i2c
> >       s3c44b0: move rtc driver to drivers/rtc
> >       s3c44b0: move serial driver to drivers/serial
> >       s3c44b0: extract cache from cpu.c
> >       sa1100: move serial driver to drivers/serial
> >       netarm: move serial driver to drivers/serial
> >       imx31: move serial driver to drivers/serial
> >       s3c64xx: move usb driver to drivers/usb
> >       ks8695: move serial driver to drivers/serial
> >       lpc2292: move serial driver to drivers/serial
> >       arm720t/clps7111: move serial driver to drivers/serial
> >       omap3: remove duplicate interrupts code
> >       imx: move serial driver to drivers/serial
> >       davinci: move nand driver to drivers/mtd/nand
> >       davinci: move i2c driver to drivers/i2c
> >       s3c24x0: move serial driver to drivers/serial
> >       s3c24x0: move i2c driver to drivers/i2c
> >       s3c2410: move nand driver to drivers/mtd/nand
> 
> Ummm... don't you think it would be appropriate to allow at least for
> 2...3 days of review?
The 14 first patches are already send 4 days agao
the 6 last are just code move

but if you prefer to wait 2 or 3 days ok

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-03-29 21:09 Jean-Christophe PLAGNIOL-VILLARD
  2009-03-29 21:31 ` Wolfgang Denk
  2009-03-30 13:33 ` Dirk Behme
  0 siblings, 2 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-29 21:09 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull
The following changes since commit 88685b5f62274167ad2ba8a58e108d89ff71955b:
  Wolfgang Denk (1):
        VCMA9: fix compile errors

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Jean-Christophe PLAGNIOL-VILLARD (19):
      s3c4510b: move specific code to soc directory
      s3c44b0: move i2c driver to drivers/i2c
      s3c44b0: move rtc driver to drivers/rtc
      s3c44b0: move serial driver to drivers/serial
      s3c44b0: extract cache from cpu.c
      sa1100: move serial driver to drivers/serial
      netarm: move serial driver to drivers/serial
      imx31: move serial driver to drivers/serial
      s3c64xx: move usb driver to drivers/usb
      ks8695: move serial driver to drivers/serial
      lpc2292: move serial driver to drivers/serial
      arm720t/clps7111: move serial driver to drivers/serial
      omap3: remove duplicate interrupts code
      imx: move serial driver to drivers/serial
      davinci: move nand driver to drivers/mtd/nand
      davinci: move i2c driver to drivers/i2c
      s3c24x0: move serial driver to drivers/serial
      s3c24x0: move i2c driver to drivers/i2c
      s3c2410: move nand driver to drivers/mtd/nand

Ladislav Michl (7):
      Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
      NetStar: update crcit utility
      NetStar: use generic flash driver
      NetStar: add RTC support
      OMAP: reindent timer code
      OMAP: rename timer divisor
      OMAP: use {read,write}l to access timer registers

 Makefile                                           |    2 +-
 board/netstar/Makefile                             |    2 +-
 board/netstar/crcit.c                              |   14 +-
 board/netstar/flash.c                              |  343 ----------------
 board/netstar/netstar.c                            |   20 +
 cpu/arm1136/mx31/Makefile                          |    2 +-
 cpu/arm1136/omap24xx/interrupts.c                  |    2 +-
 cpu/arm1176/s3c64xx/Makefile                       |    1 -
 cpu/arm720t/Makefile                               |    2 +-
 cpu/arm720t/cpu.c                                  |   62 ---
 cpu/arm720t/s3c4510b/Makefile                      |   46 ++
 cpu/arm720t/s3c4510b/cache.c                       |   86 ++++
 cpu/arm720t/serial.c                               |  202 ---------
 cpu/arm920t/imx/Makefile                           |    2 +-
 cpu/arm920t/ks8695/Makefile                        |    2 +-
 cpu/arm920t/s3c24x0/Makefile                       |    3 +-
 cpu/arm925t/interrupts.c                           |   40 +-
 cpu/arm926ejs/davinci/Makefile                     |    2 +-
 cpu/arm926ejs/omap/timer.c                         |    2 +-
 cpu/arm_cortexa8/omap3/interrupts.c                |  130 +------
 cpu/s3c44b0/Makefile                               |    2 +-
 cpu/s3c44b0/cache.c                                |   91 ++++
 cpu/s3c44b0/cpu.c                                  |  430 --------------------
 cpu/sa1100/Makefile                                |    2 +-
 drivers/i2c/Makefile                               |    3 +
 .../davinci/i2c.c => drivers/i2c/davinci_i2c.c     |    5 -
 .../s3c24x0/i2c.c => drivers/i2c/s3c24x0_i2c.c     |    5 -
 drivers/i2c/s3c44b0_i2c.c                          |  315 ++++++++++++++
 drivers/mtd/nand/Makefile                          |    2 +
 .../nand.c => drivers/mtd/nand/davinci_nand.c      |    9 -
 .../nand.c => drivers/mtd/nand/s3c2410_nand.c      |    8 -
 drivers/rtc/Makefile                               |    1 +
 drivers/rtc/s3c44b0_rtc.c                          |  102 +++++
 drivers/serial/Makefile                            |    9 +
 .../serial.c => drivers/serial/serial_clps7111.c   |   97 ++---
 .../imx/serial.c => drivers/serial/serial_imx.c    |    6 -
 .../serial.c => drivers/serial/serial_ks8695.c     |    0
 drivers/serial/serial_lpc2292.c                    |  105 +++++
 .../mx31/serial.c => drivers/serial/serial_mx31.c  |    6 -
 {cpu/arm720t => drivers/serial}/serial_netarm.c    |    5 -
 .../serial.c => drivers/serial/serial_s3c24x0.c    |    4 -
 .../serial.c => drivers/serial/serial_s3c44b0.c    |    0
 .../serial.c => drivers/serial/serial_sa1100.c     |    0
 drivers/usb/Makefile                               |    1 +
 .../s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c     |    0
 include/asm-arm/arch-arm720t/hardware.h            |    4 +-
 .../s3c4510b.h => arch-s3c4510b/hardware.h}        |    0
 include/configs/ADNPESC1.h                         |    1 -
 include/configs/B2.h                               |    6 +-
 include/configs/DK1C20.h                           |    1 -
 include/configs/DK1S10.h                           |    1 -
 include/configs/EXBITGEN.h                         |    2 -
 include/configs/SMN42.h                            |    3 +-
 include/configs/SX1.h                              |    8 +-
 include/configs/VCMA9.h                            |    4 +-
 include/configs/W7OLMC.h                           |    2 -
 include/configs/W7OLMG.h                           |    2 -
 include/configs/actux1.h                           |    2 -
 include/configs/actux2.h                           |    2 -
 include/configs/actux3.h                           |    2 -
 include/configs/actux4.h                           |    2 -
 include/configs/apollon.h                          |    7 +-
 include/configs/armadillo.h                        |    3 +-
 include/configs/assabet.h                          |    3 +-
 include/configs/cerf250.h                          |    2 -
 include/configs/cm4008.h                           |    3 +-
 include/configs/cm41xx.h                           |    3 +-
 include/configs/cradle.h                           |    2 -
 include/configs/csb226.h                           |    2 -
 include/configs/csb272.h                           |    1 -
 include/configs/csb472.h                           |    1 -
 include/configs/davinci_dvevm.h                    |    1 +
 include/configs/davinci_schmoogie.h                |    1 +
 include/configs/davinci_sffsdr.h                   |    1 +
 include/configs/davinci_sonata.h                   |    1 +
 include/configs/delta.h                            |    2 -
 include/configs/dnp1110.h                          |    3 +-
 include/configs/eNET.h                             |    2 -
 include/configs/ep7312.h                           |    3 +-
 include/configs/evb4510.h                          |    2 -
 include/configs/gcplus.h                           |    3 +-
 include/configs/hymod.h                            |    2 -
 include/configs/impa7.h                            |    3 +-
 include/configs/innokom.h                          |    2 -
 include/configs/integratorap.h                     |    1 -
 include/configs/integratorcp.h                     |    1 -
 include/configs/ixdp425.h                          |    2 -
 include/configs/ixdpg425.h                         |    1 -
 include/configs/lart.h                             |    3 +-
 include/configs/logodl.h                           |    2 -
 include/configs/lpc2292sodimm.h                    |    3 +-
 include/configs/lpd7a400.h                         |    2 -
 include/configs/lpd7a404.h                         |    2 -
 include/configs/lubbock.h                          |    2 -
 include/configs/modnet50.h                         |    3 +-
 include/configs/mx1ads.h                           |    2 +-
 include/configs/mx1fs2.h                           |    5 +-
 include/configs/netstar.h                          |   35 +-
 include/configs/nmdk8815.h                         |    1 -
 include/configs/ns9750dev.h                        |    2 -
 include/configs/omap1510inn.h                      |    8 +-
 include/configs/omap1610h2.h                       |    6 +-
 include/configs/omap1610inn.h                      |    6 +-
 include/configs/omap2420h4.h                       |   12 +-
 include/configs/omap3_beagle.h                     |    8 +-
 include/configs/omap3_evm.h                        |    9 +-
 include/configs/omap3_overo.h                      |    9 +-
 include/configs/omap3_pandora.h                    |    9 +-
 include/configs/omap3_zoom1.h                      |    8 +-
 include/configs/omap5912osk.h                      |    6 +-
 include/configs/omap730p2.h                        |    9 +-
 include/configs/pdnb3.h                            |    1 -
 include/configs/pleb2.h                            |    2 -
 include/configs/pxa255_idp.h                       |    2 -
 include/configs/sbc2410x.h                         |    4 +-
 include/configs/sc520_cdp.h                        |    2 -
 include/configs/sc520_spunk.h                      |    2 -
 include/configs/scb9328.h                          |    3 +-
 include/configs/shannon.h                          |    3 +-
 include/configs/smdk2400.h                         |    3 +-
 include/configs/smdk2410.h                         |    3 +-
 include/configs/smdk6400.h                         |    1 +
 include/configs/trab.h                             |    3 +-
 include/configs/trizepsiv.h                        |    2 -
 include/configs/versatile.h                        |    1 -
 include/configs/voiceblue.h                        |    8 +-
 include/configs/wepep250.h                         |    2 -
 include/configs/xaeniax.h                          |    2 -
 include/configs/xm250.h                            |    2 -
 include/configs/xsengine.h                         |    1 -
 include/configs/zylonite.h                         |    2 -
 131 files changed, 936 insertions(+), 1538 deletions(-)
 delete mode 100644 board/netstar/flash.c
 create mode 100644 cpu/arm720t/s3c4510b/Makefile
 create mode 100644 cpu/arm720t/s3c4510b/cache.c
 delete mode 100644 cpu/arm720t/serial.c
 create mode 100644 cpu/s3c44b0/cache.c
 rename cpu/arm926ejs/davinci/i2c.c => drivers/i2c/davinci_i2c.c (98%)
 rename cpu/arm920t/s3c24x0/i2c.c => drivers/i2c/s3c24x0_i2c.c (99%)
 create mode 100644 drivers/i2c/s3c44b0_i2c.c
 rename cpu/arm926ejs/davinci/nand.c => drivers/mtd/nand/davinci_nand.c (98%)
 rename cpu/arm920t/s3c24x0/nand.c => drivers/mtd/nand/s3c2410_nand.c (96%)
 create mode 100644 drivers/rtc/s3c44b0_rtc.c
 copy cpu/sa1100/serial.c => drivers/serial/serial_clps7111.c (56%)
 rename cpu/arm920t/imx/serial.c => drivers/serial/serial_imx.c (97%)
 rename cpu/arm920t/ks8695/serial.c => drivers/serial/serial_ks8695.c (100%)
 create mode 100644 drivers/serial/serial_lpc2292.c
 rename cpu/arm1136/mx31/serial.c => drivers/serial/serial_mx31.c (99%)
 rename {cpu/arm720t => drivers/serial}/serial_netarm.c (99%)
 rename cpu/arm920t/s3c24x0/serial.c => drivers/serial/serial_s3c24x0.c (97%)
 rename cpu/s3c44b0/serial.c => drivers/serial/serial_s3c44b0.c (100%)
 rename cpu/sa1100/serial.c => drivers/serial/serial_sa1100.c (100%)
 rename cpu/arm1176/s3c64xx/usb.c => drivers/usb/s3c64xx_usb.c (100%)
 rename include/asm-arm/{arch-arm720t/s3c4510b.h => arch-s3c4510b/hardware.h} (100%)

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-25 21:26 Jean-Christophe PLAGNIOL-VILLARD
  2009-03-26 21:22 ` Wolfgang Denk
@ 2009-03-26 23:24 ` Dirk Behme
  1 sibling, 0 replies; 162+ messages in thread
From: Dirk Behme @ 2009-03-26 23:24 UTC (permalink / raw)
  To: u-boot

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Hi Wolfgang,
> 
> Please pull The following changes since commit 4ace2823bc1fcc96874069a9a8c0821ff4f95f5d:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-avr32
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Guennadi Liakhovetski (1):
>       ARM: Add the imx31_phycore_eet board to MAKEALL
> 
> Nishanth Menon (1):
>       OMAP3:Beagle: Enable mtdparts

What's about the two OMAP3 fixes

http://lists.denx.de/pipermail/u-boot/2009-March/049119.html

(Overo pin mux fix)

and

http://lists.denx.de/pipermail/u-boot/2009-March/049146.html

(Timer fix)

?

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-25 21:26 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-03-26 21:22 ` Wolfgang Denk
  2009-03-26 23:24 ` Dirk Behme
  1 sibling, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-03-26 21:22 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090325212639.GA18991@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pull The following changes since commit 4ace2823bc1fcc96874069a9a8c0821ff4f95f5d:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-avr32
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Guennadi Liakhovetski (1):
>       ARM: Add the imx31_phycore_eet board to MAKEALL
> 
> Nishanth Menon (1):
>       OMAP3:Beagle: Enable mtdparts
> 
>  MAKEALL                        |   19 ++++++++++---------
>  include/configs/omap3_beagle.h |    5 +++++
>  2 files changed, 15 insertions(+), 9 deletions(-)

Applied, thanks.

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
A well-written program is its own heaven; a poorly-written program is
its own hell.             -- Geoffrey James, "The Tao of Programming"

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-03-25 21:26 Jean-Christophe PLAGNIOL-VILLARD
  2009-03-26 21:22 ` Wolfgang Denk
  2009-03-26 23:24 ` Dirk Behme
  0 siblings, 2 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-25 21:26 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull The following changes since commit 4ace2823bc1fcc96874069a9a8c0821ff4f95f5d:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-avr32

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Guennadi Liakhovetski (1):
      ARM: Add the imx31_phycore_eet board to MAKEALL

Nishanth Menon (1):
      OMAP3:Beagle: Enable mtdparts

 MAKEALL                        |   19 ++++++++++---------
 include/configs/omap3_beagle.h |    5 +++++
 2 files changed, 15 insertions(+), 9 deletions(-)

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-03-13 22:20 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-03-15 21:10 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-03-15 21:10 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090313222021.GG31657@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pull The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Dirk Behme (1):
>       OMAP3: Add support for OMAP3 die ID
> 
>  board/omap3/beagle/beagle.c            |    2 ++
>  board/omap3/evm/evm.c                  |    2 ++
>  board/omap3/overo/overo.c              |    2 ++
>  board/omap3/pandora/pandora.c          |    2 ++
>  board/omap3/zoom1/zoom1.c              |    1 +
>  cpu/arm_cortexa8/omap3/sys_info.c      |   26 ++++++++++++++++++++++++++
>  include/asm-arm/arch-omap3/cpu.h       |   13 +++++++++++++
>  include/asm-arm/arch-omap3/omap3.h     |    1 +
>  include/asm-arm/arch-omap3/sys_proto.h |    1 +
>  9 files changed, 50 insertions(+), 0 deletions(-)

Applied, thanks.



But: is this *all* that's coming for ARM? Remember, we're at -rc2
already!

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
All your people must learn before you can reach for the stars.
	-- Kirk, "The Gamesters of Triskelion", stardate 3259.2

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-03-13 22:20 Jean-Christophe PLAGNIOL-VILLARD
  2009-03-15 21:10 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-03-13 22:20 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull The following changes since commit 3c92217732edfc0016c3cbdc828471d013d23a36:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Dirk Behme (1):
      OMAP3: Add support for OMAP3 die ID

 board/omap3/beagle/beagle.c            |    2 ++
 board/omap3/evm/evm.c                  |    2 ++
 board/omap3/overo/overo.c              |    2 ++
 board/omap3/pandora/pandora.c          |    2 ++
 board/omap3/zoom1/zoom1.c              |    1 +
 cpu/arm_cortexa8/omap3/sys_info.c      |   26 ++++++++++++++++++++++++++
 include/asm-arm/arch-omap3/cpu.h       |   13 +++++++++++++
 include/asm-arm/arch-omap3/omap3.h     |    1 +
 include/asm-arm/arch-omap3/sys_proto.h |    1 +
 9 files changed, 50 insertions(+), 0 deletions(-)

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-02-22 17:49 ` Dirk Behme
@ 2009-02-22 23:30   ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-02-22 23:30 UTC (permalink / raw)
  To: u-boot

Dear Dirk,

In message <49A19017.9080409@googlemail.com> you wrote:
> 
> Any hint or idea when we will get a mach-types update?

It will be included with the v2009.03-rc1  release  which  will  come
into existence in ... less than one hour.

Keep your fingers crossed.


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
"I used to think that the brain was the most wonderful  organ  in  my
body. Then I realized who was telling me this."        - Emo Phillips

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-02-22 17:33 Jean-Christophe PLAGNIOL-VILLARD
  2009-02-22 17:49 ` Dirk Behme
@ 2009-02-22 21:59 ` Wolfgang Denk
  1 sibling, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-02-22 21:59 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090222173300.GA7417@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> Please pull The following changes since commit 09fee8e8677a6265e89144ccc163bf00e321769e:
>   Wolfgang Denk (1):
>         Coding Style cleanup; update CHANGELOG
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Alessandro Rubini (3):
>       Added nomadik.h header
>       Nand driver for Nomadik SoC
>       Enable Ethernet for Nomadik 8815 Evaluation Kit
> 
> Dirk Behme (5):
>       OMAP3: Overo: Clean up pin mux and GPIO configuration
>       OMAP3: Beagle: Add board revision detection
>       OMAP3: Add OMAP3 auto detection
>       OMAP3: Pandora: Update pin mux
>       OMAP3: Clean up MMC code
> 
> Hugo Villeneuve (1):
>       ARM DaVinci: Add common peripherals and modules enable functions.
> 
> Jean-Christophe PLAGNIOL-VILLARD (4):
>       arm: add uart dcc support
>       davinci: fix implicit declaration of function 'davinci_errata_workarounds'
>       nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
>       nmdk8815: fix onenand support
> 
>  board/davinci/common/psc.c                |   65 ++++++++
>  board/davinci/common/psc.h                |    4 +
>  board/davinci/dvevm/dvevm.c               |   35 +----
>  board/davinci/schmoogie/schmoogie.c       |   37 ++----
>  board/davinci/sffsdr/sffsdr.c             |   31 +----
>  board/davinci/sonata/sonata.c             |   35 +----
>  board/omap3/beagle/beagle.c               |   41 +++++
>  board/omap3/beagle/beagle.h               |    3 +-
>  board/omap3/evm/evm.h                     |    1 -
>  board/omap3/overo/Makefile                |    1 +
>  board/omap3/overo/overo.c                 |   13 --
>  board/omap3/overo/overo.h                 |   19 ++-
>  board/omap3/pandora/pandora.h             |   13 +-
>  board/omap3/zoom1/zoom1.h                 |    1 -
>  board/st/nmdk8815/nmdk8815.c              |    5 +-
>  common/devices.c                          |    3 +
>  cpu/arm_cortexa8/omap3/sys_info.c         |   31 ++++-
>  drivers/mmc/omap3_mmc.c                   |  137 +++++++++---------
>  drivers/mtd/nand/Makefile                 |    1 +
>  drivers/mtd/nand/nomadik.c                |  221 ++++++++++++++++++++++++++++
>  drivers/serial/Makefile                   |    1 +
>  drivers/serial/arm_dcc.c                  |  226 +++++++++++++++++++++++++++++
>  include/asm-arm/arch-omap3/cpu.h          |   20 +++
>  include/asm-arm/arch-omap3/mmc_host_def.h |   64 +++++---
>  include/asm-arm/arch-omap3/omap3.h        |    6 +-
>  include/asm-arm/arch-omap3/sys_proto.h    |    1 -
>  include/configs/nmdk8815.h                |   48 ++-----
>  include/devices.h                         |    3 +
>  include/nomadik.h                         |   39 +++++
>  lib_arm/board.c                           |    3 +
>  30 files changed, 842 insertions(+), 266 deletions(-)
>  create mode 100644 drivers/mtd/nand/nomadik.c
>  create mode 100644 drivers/serial/arm_dcc.c
>  create mode 100644 include/nomadik.h

Applied, thanks.

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
Quotation, n. The act of repeating erroneously the words of  another.
The  words  erroneously  repeated.
                            - Ambrose Bierce _The Devil's Dictionary_

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-02-22 17:33 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-02-22 17:49 ` Dirk Behme
  2009-02-22 23:30   ` Wolfgang Denk
  2009-02-22 21:59 ` Wolfgang Denk
  1 sibling, 1 reply; 162+ messages in thread
From: Dirk Behme @ 2009-02-22 17:49 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe,

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Hi Wolfgang,
> 
> Please pull The following changes since commit 09fee8e8677a6265e89144ccc163bf00e321769e:
>   Wolfgang Denk (1):
>         Coding Style cleanup; update CHANGELOG
> 
> are available in the git repository at:

Any hint or idea when we will get a mach-types update?

Dirk

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-02-22 17:33 Jean-Christophe PLAGNIOL-VILLARD
  2009-02-22 17:49 ` Dirk Behme
  2009-02-22 21:59 ` Wolfgang Denk
  0 siblings, 2 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-02-22 17:33 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

Please pull The following changes since commit 09fee8e8677a6265e89144ccc163bf00e321769e:
  Wolfgang Denk (1):
        Coding Style cleanup; update CHANGELOG

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Alessandro Rubini (3):
      Added nomadik.h header
      Nand driver for Nomadik SoC
      Enable Ethernet for Nomadik 8815 Evaluation Kit

Dirk Behme (5):
      OMAP3: Overo: Clean up pin mux and GPIO configuration
      OMAP3: Beagle: Add board revision detection
      OMAP3: Add OMAP3 auto detection
      OMAP3: Pandora: Update pin mux
      OMAP3: Clean up MMC code

Hugo Villeneuve (1):
      ARM DaVinci: Add common peripherals and modules enable functions.

Jean-Christophe PLAGNIOL-VILLARD (4):
      arm: add uart dcc support
      davinci: fix implicit declaration of function 'davinci_errata_workarounds'
      nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
      nmdk8815: fix onenand support

 board/davinci/common/psc.c                |   65 ++++++++
 board/davinci/common/psc.h                |    4 +
 board/davinci/dvevm/dvevm.c               |   35 +----
 board/davinci/schmoogie/schmoogie.c       |   37 ++----
 board/davinci/sffsdr/sffsdr.c             |   31 +----
 board/davinci/sonata/sonata.c             |   35 +----
 board/omap3/beagle/beagle.c               |   41 +++++
 board/omap3/beagle/beagle.h               |    3 +-
 board/omap3/evm/evm.h                     |    1 -
 board/omap3/overo/Makefile                |    1 +
 board/omap3/overo/overo.c                 |   13 --
 board/omap3/overo/overo.h                 |   19 ++-
 board/omap3/pandora/pandora.h             |   13 +-
 board/omap3/zoom1/zoom1.h                 |    1 -
 board/st/nmdk8815/nmdk8815.c              |    5 +-
 common/devices.c                          |    3 +
 cpu/arm_cortexa8/omap3/sys_info.c         |   31 ++++-
 drivers/mmc/omap3_mmc.c                   |  137 +++++++++---------
 drivers/mtd/nand/Makefile                 |    1 +
 drivers/mtd/nand/nomadik.c                |  221 ++++++++++++++++++++++++++++
 drivers/serial/Makefile                   |    1 +
 drivers/serial/arm_dcc.c                  |  226 +++++++++++++++++++++++++++++
 include/asm-arm/arch-omap3/cpu.h          |   20 +++
 include/asm-arm/arch-omap3/mmc_host_def.h |   64 +++++---
 include/asm-arm/arch-omap3/omap3.h        |    6 +-
 include/asm-arm/arch-omap3/sys_proto.h    |    1 -
 include/configs/nmdk8815.h                |   48 ++-----
 include/devices.h                         |    3 +
 include/nomadik.h                         |   39 +++++
 lib_arm/board.c                           |    3 +
 30 files changed, 842 insertions(+), 266 deletions(-)
 create mode 100644 drivers/mtd/nand/nomadik.c
 create mode 100644 drivers/serial/arm_dcc.c
 create mode 100644 include/nomadik.h

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-02-18  3:26 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-02-18 23:49 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-02-18 23:49 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090218032638.GE7712@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> 	Please pull The following changes since commit 9d8811c5bd2b7dd6307742cf22fbdb7953b6f816:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-usb
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Guennadi Liakhovetski (1):
>       ARM: remove unused variable
> 
> Ilya Yanok (4):
>       mx31: add GPIO registers definitions
>       dnet: driver for Dave DNET ethernet controller
>       qong: support for Dave/DENX QongEVB-LITE board
>       qong: changes to Dave/DENX Qong configuration
> 
> Nishanth Menon (1):
>       ARM:OMAP3:Zoom1: Add nand unlock option
> 
>  MAINTAINERS                           |    3 +
>  MAKEALL                               |    1 +
>  Makefile                              |    4 +
>  board/davedenx/qong/Makefile          |   53 +++++
>  board/davedenx/qong/config.mk         |    1 +
>  board/davedenx/qong/lowlevel_init.S   |  172 ++++++++++++++
>  board/davedenx/qong/qong.c            |  168 ++++++++++++++
>  board/davedenx/qong/qong_fpga.h       |   41 ++++
>  board/davedenx/qong/u-boot.lds        |   58 +++++
>  drivers/net/Makefile                  |    1 +
>  drivers/net/dnet.c                    |  396 +++++++++++++++++++++++++++++++++
>  drivers/net/dnet.h                    |  166 ++++++++++++++
>  include/asm-arm/arch-mx31/mx31-regs.h |   10 +
>  include/configs/omap3_zoom1.h         |    1 +
>  include/configs/qong.h                |  221 ++++++++++++++++++
>  include/netdev.h                      |    1 +
>  lib_arm/board.c                       |   10 +-
>  17 files changed, 1300 insertions(+), 7 deletions(-)
>  create mode 100644 board/davedenx/qong/Makefile
>  create mode 100644 board/davedenx/qong/config.mk
>  create mode 100644 board/davedenx/qong/lowlevel_init.S
>  create mode 100644 board/davedenx/qong/qong.c
>  create mode 100644 board/davedenx/qong/qong_fpga.h
>  create mode 100644 board/davedenx/qong/u-boot.lds
>  create mode 100644 drivers/net/dnet.c
>  create mode 100644 drivers/net/dnet.h
>  create mode 100644 include/configs/qong.h

Applied, thanks.

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
Perl already has an IDE.  It's called Unix.
                      -- Tom Christiansen in 375bd509 at cs.colorado.edu

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-02-18  3:26 Jean-Christophe PLAGNIOL-VILLARD
  2009-02-18 23:49 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-02-18  3:26 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

	Please pull The following changes since commit 9d8811c5bd2b7dd6307742cf22fbdb7953b6f816:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-usb

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Guennadi Liakhovetski (1):
      ARM: remove unused variable

Ilya Yanok (4):
      mx31: add GPIO registers definitions
      dnet: driver for Dave DNET ethernet controller
      qong: support for Dave/DENX QongEVB-LITE board
      qong: changes to Dave/DENX Qong configuration

Nishanth Menon (1):
      ARM:OMAP3:Zoom1: Add nand unlock option

 MAINTAINERS                           |    3 +
 MAKEALL                               |    1 +
 Makefile                              |    4 +
 board/davedenx/qong/Makefile          |   53 +++++
 board/davedenx/qong/config.mk         |    1 +
 board/davedenx/qong/lowlevel_init.S   |  172 ++++++++++++++
 board/davedenx/qong/qong.c            |  168 ++++++++++++++
 board/davedenx/qong/qong_fpga.h       |   41 ++++
 board/davedenx/qong/u-boot.lds        |   58 +++++
 drivers/net/Makefile                  |    1 +
 drivers/net/dnet.c                    |  396 +++++++++++++++++++++++++++++++++
 drivers/net/dnet.h                    |  166 ++++++++++++++
 include/asm-arm/arch-mx31/mx31-regs.h |   10 +
 include/configs/omap3_zoom1.h         |    1 +
 include/configs/qong.h                |  221 ++++++++++++++++++
 include/netdev.h                      |    1 +
 lib_arm/board.c                       |   10 +-
 17 files changed, 1300 insertions(+), 7 deletions(-)
 create mode 100644 board/davedenx/qong/Makefile
 create mode 100644 board/davedenx/qong/config.mk
 create mode 100644 board/davedenx/qong/lowlevel_init.S
 create mode 100644 board/davedenx/qong/qong.c
 create mode 100644 board/davedenx/qong/qong_fpga.h
 create mode 100644 board/davedenx/qong/u-boot.lds
 create mode 100644 drivers/net/dnet.c
 create mode 100644 drivers/net/dnet.h
 create mode 100644 include/configs/qong.h

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2009-02-01 13:32 Jean-Christophe PLAGNIOL-VILLARD
@ 2009-02-01 20:39 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2009-02-01 20:39 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20090201133209.GG9067@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> 
> 	Please pull The following changes since commit 8f86a3636ef88427f880610638e80991adc41896:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Alessandro Rubini (1):
>       Initial support for Nomadik 8815 development board
> 
> Dirk Behme (13):
>       OMAP3: Add pin mux, clock and cpu headers
>       OMAP3: Add OMAP3, memory and function prototype headers
>       OMAP3: Add common cpu and start code
>       OMAP3: Add common clock, memory and low level code
>       OMAP3: Add common board, interrupt and system info
>       OMAP3: Add NAND support
>       OMAP3: Add MMC support
>       OMAP3: Add I2C support
>       OMAP3: Add common power code, README, and BeagleBoard
>       OMAP3: Add Overo board
>       OMAP3: Add EVM board
>       OMAP3: Add Pandora support
>       OMAP3: Add Zoom1 board support
> 
> Jean-Christophe PLAGNIOL-VILLARD (5):
>       move ARM Ltd. to vendor dir
>       move Samsung's board to board/samsung
>       SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
>       SX1: Fix second flash mapping
>       SX1: add hardware V2 support
> 
> Maxim Artamonov (1):
>       bugfix for i.mx31 CCM_UPCTL reg
> 
>  MAINTAINERS                                        |   25 +
>  MAKEALL                                            |   33 +-
>  Makefile                                           |   54 ++-
>  board/armltd/.gitignore                            |    2 +
>  board/{ => armltd}/integratorap/Makefile           |    0 
>  board/{ => armltd}/integratorap/config.mk          |    0 
>  board/{ => armltd}/integratorap/flash.c            |    0 
>  board/{ => armltd}/integratorap/integratorap.c     |    0 
>  board/{ => armltd}/integratorap/lowlevel_init.S    |    0 
>  .../{ => armltd}/integratorap/split_by_variant.sh  |    6 +-
>  .../{ => armltd}/integratorap/u-boot.lds.template  |    0 
>  board/{ => armltd}/integratorcp/Makefile           |    0 
>  board/{ => armltd}/integratorcp/config.mk          |    0 
>  board/{ => armltd}/integratorcp/flash.c            |    0 
>  board/{ => armltd}/integratorcp/integratorcp.c     |    0 
>  board/{ => armltd}/integratorcp/lowlevel_init.S    |    0 
>  .../{ => armltd}/integratorcp/split_by_variant.sh  |    6 +-
>  .../{ => armltd}/integratorcp/u-boot.lds.template  |    0 
>  board/{ => armltd}/versatile/Makefile              |    0 
>  board/{ => armltd}/versatile/config.mk             |    0 
>  board/{ => armltd}/versatile/flash.c               |    0 
>  board/{ => armltd}/versatile/lowlevel_init.S       |    0 
>  board/{ => armltd}/versatile/split_by_variant.sh   |    2 +-
>  board/{ => armltd}/versatile/u-boot.lds            |    0 
>  board/{ => armltd}/versatile/versatile.c           |    0 
>  board/{smdk2400 => omap3/beagle}/Makefile          |   14 +-
>  board/omap3/beagle/beagle.c                        |   90 ++++
>  board/omap3/beagle/beagle.h                        |  376 +++++++++++++
>  .../{smdk2400/Makefile => omap3/beagle/config.mk}  |   44 +--
>  .../beagle/u-boot.lds}                             |   18 +-
>  board/{versatile => omap3/common}/Makefile         |   30 +-
>  board/omap3/common/power.c                         |   74 +++
>  board/{smdk2400 => omap3/evm}/Makefile             |   15 +-
>  board/{smdk2400/Makefile => omap3/evm/config.mk}   |   44 +--
>  board/omap3/evm/evm.c                              |  122 +++++
>  board/omap3/evm/evm.h                              |  396 ++++++++++++++
>  .../u-boot.lds.template => omap3/evm/u-boot.lds}   |   18 +-
>  board/{smdk2400 => omap3/overo}/Makefile           |   15 +-
>  board/{smdk2410/Makefile => omap3/overo/config.mk} |   40 +--
>  board/omap3/overo/overo.c                          |   88 +++
>  board/omap3/overo/overo.h                          |  381 +++++++++++++
>  .../u-boot.lds.template => omap3/overo/u-boot.lds} |   18 +-
>  board/{smdk2400 => omap3/pandora}/Makefile         |   14 +-
>  .../{smdk2400/Makefile => omap3/pandora/config.mk} |   44 +--
>  board/omap3/pandora/pandora.c                      |   92 ++++
>  board/omap3/pandora/pandora.h                      |  420 +++++++++++++++
>  .../pandora/u-boot.lds}                            |   18 +-
>  board/{smdk2400 => omap3/zoom1}/Makefile           |   16 +-
>  board/omap3/zoom1/config.mk                        |   33 ++
>  .../u-boot.lds.template => omap3/zoom1/u-boot.lds} |   20 +-
>  board/omap3/zoom1/zoom1.c                          |   77 +++
>  board/omap3/zoom1/zoom1.h                          |  135 +++++
>  board/{ => samsung}/smdk2400/Makefile              |    0 
>  board/{ => samsung}/smdk2400/config.mk             |    0 
>  board/{ => samsung}/smdk2400/flash.c               |    0 
>  board/{ => samsung}/smdk2400/lowlevel_init.S       |    0 
>  board/{ => samsung}/smdk2400/smdk2400.c            |    0 
>  board/{ => samsung}/smdk2400/u-boot.lds            |    0 
>  board/{ => samsung}/smdk2410/Makefile              |    0 
>  board/{ => samsung}/smdk2410/config.mk             |    0 
>  board/{ => samsung}/smdk2410/flash.c               |    0 
>  board/{ => samsung}/smdk2410/lowlevel_init.S       |    0 
>  board/{ => samsung}/smdk2410/smdk2410.c            |    0 
>  board/{ => samsung}/smdk2410/u-boot.lds            |    0 
>  board/{integratorap => st/nmdk8815}/Makefile       |    8 +-
>  board/st/nmdk8815/config.mk                        |   26 +
>  board/st/nmdk8815/nmdk8815.c                       |   72 +++
>  board/st/nmdk8815/platform.S                       |  340 ++++++++++++
>  board/{versatile => st/nmdk8815}/u-boot.lds        |    6 +-
>  {board/smdk2400 => cpu/arm926ejs/nomadik}/Makefile |   19 +-
>  cpu/arm926ejs/nomadik/reset.S                      |   25 +
>  cpu/arm926ejs/nomadik/timer.c                      |  183 +++++++
>  {board/smdk2400 => cpu/arm_cortexa8}/Makefile      |   24 +-
>  .../Makefile => cpu/arm_cortexa8/config.mk         |   45 +-
>  cpu/arm_cortexa8/cpu.c                             |  241 +++++++++
>  .../smdk2400 => cpu/arm_cortexa8/omap3}/Makefile   |   19 +-
>  cpu/arm_cortexa8/omap3/board.c                     |  344 ++++++++++++
>  cpu/arm_cortexa8/omap3/clock.c                     |  381 +++++++++++++
>  .../Makefile => cpu/arm_cortexa8/omap3/config.mk   |   45 +-
>  cpu/arm_cortexa8/omap3/interrupts.c                |  297 +++++++++++
>  cpu/arm_cortexa8/omap3/lowlevel_init.S             |  361 +++++++++++++
>  cpu/arm_cortexa8/omap3/mem.c                       |  284 ++++++++++
>  cpu/arm_cortexa8/omap3/sys_info.c                  |  254 +++++++++
>  cpu/arm_cortexa8/omap3/syslib.c                    |   72 +++
>  cpu/arm_cortexa8/start.S                           |  516 ++++++++++++++++++
>  doc/README.nmdk8815                                |   22 +
>  doc/README.omap3                                   |  116 ++++
>  drivers/i2c/Makefile                               |    1 +
>  drivers/i2c/omap24xx_i2c.c                         |   23 +
>  drivers/mmc/Makefile                               |    1 +
>  drivers/mmc/omap3_mmc.c                            |  558 ++++++++++++++++++++
>  drivers/mtd/nand/Makefile                          |    1 +
>  drivers/mtd/nand/omap_gpmc.c                       |  353 +++++++++++++
>  examples/Makefile                                  |    4 +
>  include/asm-arm/arch-mx31/mx31-regs.h              |    2 +-
>  include/asm-arm/arch-omap3/clocks.h                |   62 +++
>  include/asm-arm/arch-omap3/clocks_omap3.h          |  285 ++++++++++
>  include/asm-arm/arch-omap3/cpu.h                   |  402 ++++++++++++++
>  include/asm-arm/arch-omap3/i2c.h                   |  128 +++++
>  include/asm-arm/arch-omap3/mem.h                   |  227 ++++++++
>  include/asm-arm/arch-omap3/mmc.h                   |  235 ++++++++
>  include/asm-arm/arch-omap3/mmc_host_def.h          |  166 ++++++
>  include/asm-arm/arch-omap3/mux.h                   |  412 +++++++++++++++
>  include/asm-arm/arch-omap3/omap3.h                 |  218 ++++++++
>  include/asm-arm/arch-omap3/omap_gpmc.h             |   84 +++
>  include/asm-arm/arch-omap3/sys_proto.h             |   71 +++
>  include/configs/SX1.h                              |   12 +-
>  include/configs/nmdk8815.h                         |  188 +++++++
>  include/configs/omap3_beagle.h                     |  325 ++++++++++++
>  include/configs/omap3_evm.h                        |  345 ++++++++++++
>  include/configs/omap3_overo.h                      |  318 +++++++++++
>  include/configs/omap3_pandora.h                    |  320 +++++++++++
>  include/configs/omap3_zoom1.h                      |  326 ++++++++++++
>  113 files changed, 11212 insertions(+), 335 deletions(-)
>  create mode 100644 board/armltd/.gitignore
>  copy board/{ => armltd}/integratorap/Makefile (100%)
>  rename board/{ => armltd}/integratorap/config.mk (100%)
>  rename board/{ => armltd}/integratorap/flash.c (100%)
>  rename board/{ => armltd}/integratorap/integratorap.c (100%)
>  rename board/{ => armltd}/integratorap/lowlevel_init.S (100%)
>  rename board/{ => armltd}/integratorap/split_by_variant.sh (92%)
>  copy board/{ => armltd}/integratorap/u-boot.lds.template (100%)
>  rename board/{ => armltd}/integratorcp/Makefile (100%)
>  rename board/{ => armltd}/integratorcp/config.mk (100%)
>  rename board/{ => armltd}/integratorcp/flash.c (100%)
>  rename board/{ => armltd}/integratorcp/integratorcp.c (100%)
>  rename board/{ => armltd}/integratorcp/lowlevel_init.S (100%)
>  rename board/{ => armltd}/integratorcp/split_by_variant.sh (92%)
>  rename board/{ => armltd}/integratorcp/u-boot.lds.template (100%)
>  copy board/{ => armltd}/versatile/Makefile (100%)
>  rename board/{ => armltd}/versatile/config.mk (100%)
>  rename board/{ => armltd}/versatile/flash.c (100%)
>  rename board/{ => armltd}/versatile/lowlevel_init.S (100%)
>  rename board/{ => armltd}/versatile/split_by_variant.sh (94%)
>  copy board/{ => armltd}/versatile/u-boot.lds (100%)
>  rename board/{ => armltd}/versatile/versatile.c (100%)
>  copy board/{smdk2400 => omap3/beagle}/Makefile (82%)
>  create mode 100644 board/omap3/beagle/beagle.c
>  create mode 100644 board/omap3/beagle/beagle.h
>  copy board/{smdk2400/Makefile => omap3/beagle/config.mk} (52%)
>  copy board/{integratorap/u-boot.lds.template => omap3/beagle/u-boot.lds} (81%)
>  rename board/{versatile => omap3/common}/Makefile (69%)
>  create mode 100644 board/omap3/common/power.c
>  copy board/{smdk2400 => omap3/evm}/Makefile (77%)
>  copy board/{smdk2400/Makefile => omap3/evm/config.mk} (52%)
>  create mode 100644 board/omap3/evm/evm.c
>  create mode 100644 board/omap3/evm/evm.h
>  copy board/{integratorap/u-boot.lds.template => omap3/evm/u-boot.lds} (81%)
>  copy board/{smdk2400 => omap3/overo}/Makefile (77%)
>  copy board/{smdk2410/Makefile => omap3/overo/config.mk} (52%)
>  create mode 100644 board/omap3/overo/overo.c
>  create mode 100644 board/omap3/overo/overo.h
>  copy board/{integratorap/u-boot.lds.template => omap3/overo/u-boot.lds} (81%)
>  copy board/{smdk2400 => omap3/pandora}/Makefile (82%)
>  copy board/{smdk2400/Makefile => omap3/pandora/config.mk} (52%)
>  create mode 100644 board/omap3/pandora/pandora.c
>  create mode 100644 board/omap3/pandora/pandora.h
>  copy board/{integratorap/u-boot.lds.template => omap3/pandora/u-boot.lds} (81%)
>  copy board/{smdk2400 => omap3/zoom1}/Makefile (78%)
>  create mode 100644 board/omap3/zoom1/config.mk
>  rename board/{integratorap/u-boot.lds.template => omap3/zoom1/u-boot.lds} (77%)
>  create mode 100644 board/omap3/zoom1/zoom1.c
>  create mode 100644 board/omap3/zoom1/zoom1.h
>  copy board/{ => samsung}/smdk2400/Makefile (100%)
>  rename board/{ => samsung}/smdk2400/config.mk (100%)
>  rename board/{ => samsung}/smdk2400/flash.c (100%)
>  rename board/{ => samsung}/smdk2400/lowlevel_init.S (100%)
>  rename board/{ => samsung}/smdk2400/smdk2400.c (100%)
>  rename board/{ => samsung}/smdk2400/u-boot.lds (100%)
>  rename board/{ => samsung}/smdk2410/Makefile (100%)
>  rename board/{ => samsung}/smdk2410/config.mk (100%)
>  rename board/{ => samsung}/smdk2410/flash.c (100%)
>  rename board/{ => samsung}/smdk2410/lowlevel_init.S (100%)
>  rename board/{ => samsung}/smdk2410/smdk2410.c (100%)
>  rename board/{ => samsung}/smdk2410/u-boot.lds (100%)
>  rename board/{integratorap => st/nmdk8815}/Makefile (92%)
>  create mode 100644 board/st/nmdk8815/config.mk
>  create mode 100644 board/st/nmdk8815/nmdk8815.c
>  create mode 100644 board/st/nmdk8815/platform.S
>  rename board/{versatile => st/nmdk8815}/u-boot.lds (95%)
>  copy {board/smdk2400 => cpu/arm926ejs/nomadik}/Makefile (78%)
>  create mode 100644 cpu/arm926ejs/nomadik/reset.S
>  create mode 100644 cpu/arm926ejs/nomadik/timer.c
>  copy {board/smdk2400 => cpu/arm_cortexa8}/Makefile (76%)
>  copy board/smdk2400/Makefile => cpu/arm_cortexa8/config.mk (52%)
>  create mode 100644 cpu/arm_cortexa8/cpu.c
>  copy {board/smdk2400 => cpu/arm_cortexa8/omap3}/Makefile (78%)
>  create mode 100644 cpu/arm_cortexa8/omap3/board.c
>  create mode 100644 cpu/arm_cortexa8/omap3/clock.c
>  rename board/smdk2400/Makefile => cpu/arm_cortexa8/omap3/config.mk (52%)
>  create mode 100644 cpu/arm_cortexa8/omap3/interrupts.c
>  create mode 100644 cpu/arm_cortexa8/omap3/lowlevel_init.S
>  create mode 100644 cpu/arm_cortexa8/omap3/mem.c
>  create mode 100644 cpu/arm_cortexa8/omap3/sys_info.c
>  create mode 100644 cpu/arm_cortexa8/omap3/syslib.c
>  create mode 100644 cpu/arm_cortexa8/start.S
>  create mode 100644 doc/README.nmdk8815
>  create mode 100644 doc/README.omap3
>  create mode 100644 drivers/mmc/omap3_mmc.c
>  create mode 100644 drivers/mtd/nand/omap_gpmc.c
>  create mode 100644 include/asm-arm/arch-omap3/clocks.h
>  create mode 100644 include/asm-arm/arch-omap3/clocks_omap3.h
>  create mode 100644 include/asm-arm/arch-omap3/cpu.h
>  create mode 100644 include/asm-arm/arch-omap3/i2c.h
>  create mode 100644 include/asm-arm/arch-omap3/mem.h
>  create mode 100644 include/asm-arm/arch-omap3/mmc.h
>  create mode 100644 include/asm-arm/arch-omap3/mmc_host_def.h
>  create mode 100644 include/asm-arm/arch-omap3/mux.h
>  create mode 100644 include/asm-arm/arch-omap3/omap3.h
>  create mode 100644 include/asm-arm/arch-omap3/omap_gpmc.h
>  create mode 100644 include/asm-arm/arch-omap3/sys_proto.h
>  create mode 100644 include/configs/nmdk8815.h
>  create mode 100644 include/configs/omap3_beagle.h
>  create mode 100644 include/configs/omap3_evm.h
>  create mode 100644 include/configs/omap3_overo.h
>  create mode 100644 include/configs/omap3_pandora.h
>  create mode 100644 include/configs/omap3_zoom1.h

Applied, thanks.

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
Death, when unnecessary, is a tragic thing.
	-- Flint, "Requiem for Methuselah", stardate 5843.7

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2009-02-01 13:32 Jean-Christophe PLAGNIOL-VILLARD
  2009-02-01 20:39 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-02-01 13:32 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

	Please pull The following changes since commit 8f86a3636ef88427f880610638e80991adc41896:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Alessandro Rubini (1):
      Initial support for Nomadik 8815 development board

Dirk Behme (13):
      OMAP3: Add pin mux, clock and cpu headers
      OMAP3: Add OMAP3, memory and function prototype headers
      OMAP3: Add common cpu and start code
      OMAP3: Add common clock, memory and low level code
      OMAP3: Add common board, interrupt and system info
      OMAP3: Add NAND support
      OMAP3: Add MMC support
      OMAP3: Add I2C support
      OMAP3: Add common power code, README, and BeagleBoard
      OMAP3: Add Overo board
      OMAP3: Add EVM board
      OMAP3: Add Pandora support
      OMAP3: Add Zoom1 board support

Jean-Christophe PLAGNIOL-VILLARD (5):
      move ARM Ltd. to vendor dir
      move Samsung's board to board/samsung
      SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
      SX1: Fix second flash mapping
      SX1: add hardware V2 support

Maxim Artamonov (1):
      bugfix for i.mx31 CCM_UPCTL reg

 MAINTAINERS                                        |   25 +
 MAKEALL                                            |   33 +-
 Makefile                                           |   54 ++-
 board/armltd/.gitignore                            |    2 +
 board/{ => armltd}/integratorap/Makefile           |    0 
 board/{ => armltd}/integratorap/config.mk          |    0 
 board/{ => armltd}/integratorap/flash.c            |    0 
 board/{ => armltd}/integratorap/integratorap.c     |    0 
 board/{ => armltd}/integratorap/lowlevel_init.S    |    0 
 .../{ => armltd}/integratorap/split_by_variant.sh  |    6 +-
 .../{ => armltd}/integratorap/u-boot.lds.template  |    0 
 board/{ => armltd}/integratorcp/Makefile           |    0 
 board/{ => armltd}/integratorcp/config.mk          |    0 
 board/{ => armltd}/integratorcp/flash.c            |    0 
 board/{ => armltd}/integratorcp/integratorcp.c     |    0 
 board/{ => armltd}/integratorcp/lowlevel_init.S    |    0 
 .../{ => armltd}/integratorcp/split_by_variant.sh  |    6 +-
 .../{ => armltd}/integratorcp/u-boot.lds.template  |    0 
 board/{ => armltd}/versatile/Makefile              |    0 
 board/{ => armltd}/versatile/config.mk             |    0 
 board/{ => armltd}/versatile/flash.c               |    0 
 board/{ => armltd}/versatile/lowlevel_init.S       |    0 
 board/{ => armltd}/versatile/split_by_variant.sh   |    2 +-
 board/{ => armltd}/versatile/u-boot.lds            |    0 
 board/{ => armltd}/versatile/versatile.c           |    0 
 board/{smdk2400 => omap3/beagle}/Makefile          |   14 +-
 board/omap3/beagle/beagle.c                        |   90 ++++
 board/omap3/beagle/beagle.h                        |  376 +++++++++++++
 .../{smdk2400/Makefile => omap3/beagle/config.mk}  |   44 +--
 .../beagle/u-boot.lds}                             |   18 +-
 board/{versatile => omap3/common}/Makefile         |   30 +-
 board/omap3/common/power.c                         |   74 +++
 board/{smdk2400 => omap3/evm}/Makefile             |   15 +-
 board/{smdk2400/Makefile => omap3/evm/config.mk}   |   44 +--
 board/omap3/evm/evm.c                              |  122 +++++
 board/omap3/evm/evm.h                              |  396 ++++++++++++++
 .../u-boot.lds.template => omap3/evm/u-boot.lds}   |   18 +-
 board/{smdk2400 => omap3/overo}/Makefile           |   15 +-
 board/{smdk2410/Makefile => omap3/overo/config.mk} |   40 +--
 board/omap3/overo/overo.c                          |   88 +++
 board/omap3/overo/overo.h                          |  381 +++++++++++++
 .../u-boot.lds.template => omap3/overo/u-boot.lds} |   18 +-
 board/{smdk2400 => omap3/pandora}/Makefile         |   14 +-
 .../{smdk2400/Makefile => omap3/pandora/config.mk} |   44 +--
 board/omap3/pandora/pandora.c                      |   92 ++++
 board/omap3/pandora/pandora.h                      |  420 +++++++++++++++
 .../pandora/u-boot.lds}                            |   18 +-
 board/{smdk2400 => omap3/zoom1}/Makefile           |   16 +-
 board/omap3/zoom1/config.mk                        |   33 ++
 .../u-boot.lds.template => omap3/zoom1/u-boot.lds} |   20 +-
 board/omap3/zoom1/zoom1.c                          |   77 +++
 board/omap3/zoom1/zoom1.h                          |  135 +++++
 board/{ => samsung}/smdk2400/Makefile              |    0 
 board/{ => samsung}/smdk2400/config.mk             |    0 
 board/{ => samsung}/smdk2400/flash.c               |    0 
 board/{ => samsung}/smdk2400/lowlevel_init.S       |    0 
 board/{ => samsung}/smdk2400/smdk2400.c            |    0 
 board/{ => samsung}/smdk2400/u-boot.lds            |    0 
 board/{ => samsung}/smdk2410/Makefile              |    0 
 board/{ => samsung}/smdk2410/config.mk             |    0 
 board/{ => samsung}/smdk2410/flash.c               |    0 
 board/{ => samsung}/smdk2410/lowlevel_init.S       |    0 
 board/{ => samsung}/smdk2410/smdk2410.c            |    0 
 board/{ => samsung}/smdk2410/u-boot.lds            |    0 
 board/{integratorap => st/nmdk8815}/Makefile       |    8 +-
 board/st/nmdk8815/config.mk                        |   26 +
 board/st/nmdk8815/nmdk8815.c                       |   72 +++
 board/st/nmdk8815/platform.S                       |  340 ++++++++++++
 board/{versatile => st/nmdk8815}/u-boot.lds        |    6 +-
 {board/smdk2400 => cpu/arm926ejs/nomadik}/Makefile |   19 +-
 cpu/arm926ejs/nomadik/reset.S                      |   25 +
 cpu/arm926ejs/nomadik/timer.c                      |  183 +++++++
 {board/smdk2400 => cpu/arm_cortexa8}/Makefile      |   24 +-
 .../Makefile => cpu/arm_cortexa8/config.mk         |   45 +-
 cpu/arm_cortexa8/cpu.c                             |  241 +++++++++
 .../smdk2400 => cpu/arm_cortexa8/omap3}/Makefile   |   19 +-
 cpu/arm_cortexa8/omap3/board.c                     |  344 ++++++++++++
 cpu/arm_cortexa8/omap3/clock.c                     |  381 +++++++++++++
 .../Makefile => cpu/arm_cortexa8/omap3/config.mk   |   45 +-
 cpu/arm_cortexa8/omap3/interrupts.c                |  297 +++++++++++
 cpu/arm_cortexa8/omap3/lowlevel_init.S             |  361 +++++++++++++
 cpu/arm_cortexa8/omap3/mem.c                       |  284 ++++++++++
 cpu/arm_cortexa8/omap3/sys_info.c                  |  254 +++++++++
 cpu/arm_cortexa8/omap3/syslib.c                    |   72 +++
 cpu/arm_cortexa8/start.S                           |  516 ++++++++++++++++++
 doc/README.nmdk8815                                |   22 +
 doc/README.omap3                                   |  116 ++++
 drivers/i2c/Makefile                               |    1 +
 drivers/i2c/omap24xx_i2c.c                         |   23 +
 drivers/mmc/Makefile                               |    1 +
 drivers/mmc/omap3_mmc.c                            |  558 ++++++++++++++++++++
 drivers/mtd/nand/Makefile                          |    1 +
 drivers/mtd/nand/omap_gpmc.c                       |  353 +++++++++++++
 examples/Makefile                                  |    4 +
 include/asm-arm/arch-mx31/mx31-regs.h              |    2 +-
 include/asm-arm/arch-omap3/clocks.h                |   62 +++
 include/asm-arm/arch-omap3/clocks_omap3.h          |  285 ++++++++++
 include/asm-arm/arch-omap3/cpu.h                   |  402 ++++++++++++++
 include/asm-arm/arch-omap3/i2c.h                   |  128 +++++
 include/asm-arm/arch-omap3/mem.h                   |  227 ++++++++
 include/asm-arm/arch-omap3/mmc.h                   |  235 ++++++++
 include/asm-arm/arch-omap3/mmc_host_def.h          |  166 ++++++
 include/asm-arm/arch-omap3/mux.h                   |  412 +++++++++++++++
 include/asm-arm/arch-omap3/omap3.h                 |  218 ++++++++
 include/asm-arm/arch-omap3/omap_gpmc.h             |   84 +++
 include/asm-arm/arch-omap3/sys_proto.h             |   71 +++
 include/configs/SX1.h                              |   12 +-
 include/configs/nmdk8815.h                         |  188 +++++++
 include/configs/omap3_beagle.h                     |  325 ++++++++++++
 include/configs/omap3_evm.h                        |  345 ++++++++++++
 include/configs/omap3_overo.h                      |  318 +++++++++++
 include/configs/omap3_pandora.h                    |  320 +++++++++++
 include/configs/omap3_zoom1.h                      |  326 ++++++++++++
 113 files changed, 11212 insertions(+), 335 deletions(-)
 create mode 100644 board/armltd/.gitignore
 copy board/{ => armltd}/integratorap/Makefile (100%)
 rename board/{ => armltd}/integratorap/config.mk (100%)
 rename board/{ => armltd}/integratorap/flash.c (100%)
 rename board/{ => armltd}/integratorap/integratorap.c (100%)
 rename board/{ => armltd}/integratorap/lowlevel_init.S (100%)
 rename board/{ => armltd}/integratorap/split_by_variant.sh (92%)
 copy board/{ => armltd}/integratorap/u-boot.lds.template (100%)
 rename board/{ => armltd}/integratorcp/Makefile (100%)
 rename board/{ => armltd}/integratorcp/config.mk (100%)
 rename board/{ => armltd}/integratorcp/flash.c (100%)
 rename board/{ => armltd}/integratorcp/integratorcp.c (100%)
 rename board/{ => armltd}/integratorcp/lowlevel_init.S (100%)
 rename board/{ => armltd}/integratorcp/split_by_variant.sh (92%)
 rename board/{ => armltd}/integratorcp/u-boot.lds.template (100%)
 copy board/{ => armltd}/versatile/Makefile (100%)
 rename board/{ => armltd}/versatile/config.mk (100%)
 rename board/{ => armltd}/versatile/flash.c (100%)
 rename board/{ => armltd}/versatile/lowlevel_init.S (100%)
 rename board/{ => armltd}/versatile/split_by_variant.sh (94%)
 copy board/{ => armltd}/versatile/u-boot.lds (100%)
 rename board/{ => armltd}/versatile/versatile.c (100%)
 copy board/{smdk2400 => omap3/beagle}/Makefile (82%)
 create mode 100644 board/omap3/beagle/beagle.c
 create mode 100644 board/omap3/beagle/beagle.h
 copy board/{smdk2400/Makefile => omap3/beagle/config.mk} (52%)
 copy board/{integratorap/u-boot.lds.template => omap3/beagle/u-boot.lds} (81%)
 rename board/{versatile => omap3/common}/Makefile (69%)
 create mode 100644 board/omap3/common/power.c
 copy board/{smdk2400 => omap3/evm}/Makefile (77%)
 copy board/{smdk2400/Makefile => omap3/evm/config.mk} (52%)
 create mode 100644 board/omap3/evm/evm.c
 create mode 100644 board/omap3/evm/evm.h
 copy board/{integratorap/u-boot.lds.template => omap3/evm/u-boot.lds} (81%)
 copy board/{smdk2400 => omap3/overo}/Makefile (77%)
 copy board/{smdk2410/Makefile => omap3/overo/config.mk} (52%)
 create mode 100644 board/omap3/overo/overo.c
 create mode 100644 board/omap3/overo/overo.h
 copy board/{integratorap/u-boot.lds.template => omap3/overo/u-boot.lds} (81%)
 copy board/{smdk2400 => omap3/pandora}/Makefile (82%)
 copy board/{smdk2400/Makefile => omap3/pandora/config.mk} (52%)
 create mode 100644 board/omap3/pandora/pandora.c
 create mode 100644 board/omap3/pandora/pandora.h
 copy board/{integratorap/u-boot.lds.template => omap3/pandora/u-boot.lds} (81%)
 copy board/{smdk2400 => omap3/zoom1}/Makefile (78%)
 create mode 100644 board/omap3/zoom1/config.mk
 rename board/{integratorap/u-boot.lds.template => omap3/zoom1/u-boot.lds} (77%)
 create mode 100644 board/omap3/zoom1/zoom1.c
 create mode 100644 board/omap3/zoom1/zoom1.h
 copy board/{ => samsung}/smdk2400/Makefile (100%)
 rename board/{ => samsung}/smdk2400/config.mk (100%)
 rename board/{ => samsung}/smdk2400/flash.c (100%)
 rename board/{ => samsung}/smdk2400/lowlevel_init.S (100%)
 rename board/{ => samsung}/smdk2400/smdk2400.c (100%)
 rename board/{ => samsung}/smdk2400/u-boot.lds (100%)
 rename board/{ => samsung}/smdk2410/Makefile (100%)
 rename board/{ => samsung}/smdk2410/config.mk (100%)
 rename board/{ => samsung}/smdk2410/flash.c (100%)
 rename board/{ => samsung}/smdk2410/lowlevel_init.S (100%)
 rename board/{ => samsung}/smdk2410/smdk2410.c (100%)
 rename board/{ => samsung}/smdk2410/u-boot.lds (100%)
 rename board/{integratorap => st/nmdk8815}/Makefile (92%)
 create mode 100644 board/st/nmdk8815/config.mk
 create mode 100644 board/st/nmdk8815/nmdk8815.c
 create mode 100644 board/st/nmdk8815/platform.S
 rename board/{versatile => st/nmdk8815}/u-boot.lds (95%)
 copy {board/smdk2400 => cpu/arm926ejs/nomadik}/Makefile (78%)
 create mode 100644 cpu/arm926ejs/nomadik/reset.S
 create mode 100644 cpu/arm926ejs/nomadik/timer.c
 copy {board/smdk2400 => cpu/arm_cortexa8}/Makefile (76%)
 copy board/smdk2400/Makefile => cpu/arm_cortexa8/config.mk (52%)
 create mode 100644 cpu/arm_cortexa8/cpu.c
 copy {board/smdk2400 => cpu/arm_cortexa8/omap3}/Makefile (78%)
 create mode 100644 cpu/arm_cortexa8/omap3/board.c
 create mode 100644 cpu/arm_cortexa8/omap3/clock.c
 rename board/smdk2400/Makefile => cpu/arm_cortexa8/omap3/config.mk (52%)
 create mode 100644 cpu/arm_cortexa8/omap3/interrupts.c
 create mode 100644 cpu/arm_cortexa8/omap3/lowlevel_init.S
 create mode 100644 cpu/arm_cortexa8/omap3/mem.c
 create mode 100644 cpu/arm_cortexa8/omap3/sys_info.c
 create mode 100644 cpu/arm_cortexa8/omap3/syslib.c
 create mode 100644 cpu/arm_cortexa8/start.S
 create mode 100644 doc/README.nmdk8815
 create mode 100644 doc/README.omap3
 create mode 100644 drivers/mmc/omap3_mmc.c
 create mode 100644 drivers/mtd/nand/omap_gpmc.c
 create mode 100644 include/asm-arm/arch-omap3/clocks.h
 create mode 100644 include/asm-arm/arch-omap3/clocks_omap3.h
 create mode 100644 include/asm-arm/arch-omap3/cpu.h
 create mode 100644 include/asm-arm/arch-omap3/i2c.h
 create mode 100644 include/asm-arm/arch-omap3/mem.h
 create mode 100644 include/asm-arm/arch-omap3/mmc.h
 create mode 100644 include/asm-arm/arch-omap3/mmc_host_def.h
 create mode 100644 include/asm-arm/arch-omap3/mux.h
 create mode 100644 include/asm-arm/arch-omap3/omap3.h
 create mode 100644 include/asm-arm/arch-omap3/omap_gpmc.h
 create mode 100644 include/asm-arm/arch-omap3/sys_proto.h
 create mode 100644 include/configs/nmdk8815.h
 create mode 100644 include/configs/omap3_beagle.h
 create mode 100644 include/configs/omap3_evm.h
 create mode 100644 include/configs/omap3_overo.h
 create mode 100644 include/configs/omap3_pandora.h
 create mode 100644 include/configs/omap3_zoom1.h

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2008-11-21  0:46 [U-Boot] ARM pull request Jean-Christophe PLAGNIOL-VILLARD
  2008-11-23 12:59 ` Dirk Behme
@ 2008-11-25 11:05 ` Wolfgang Denk
  1 sibling, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2008-11-25 11:05 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20081121004629.GG10892@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> please pull
> The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1:
>   Selvamuthukumar (1):
>         Align end of bss by 4 bytes
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Dirk Behme (1):
>       ARM: OMAP: Convert IO macros
> 
> Ilko Iliev (1):
>       lib_arm: do_bootm_linux() - correct a small mistake
> 
>  drivers/i2c/omap24xx_i2c.c |  131 +++++++++++++++++++++----------------------
>  lib_arm/bootm.c            |    2 +-
>  2 files changed, 65 insertions(+), 68 deletions(-)

Applied, thanks.

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
                  Nail here --X-- for new monitor.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
  2008-11-21  0:46 [U-Boot] ARM pull request Jean-Christophe PLAGNIOL-VILLARD
@ 2008-11-23 12:59 ` Dirk Behme
  2008-11-25 11:05 ` Wolfgang Denk
  1 sibling, 0 replies; 162+ messages in thread
From: Dirk Behme @ 2008-11-23 12:59 UTC (permalink / raw)
  To: u-boot

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Hi Wolfgang,
> please pull
> The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1:
>   Selvamuthukumar (1):
>         Align end of bss by 4 bytes
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Dirk Behme (1):
>       ARM: OMAP: Convert IO macros
> 
> Ilko Iliev (1):
>       lib_arm: do_bootm_linux() - correct a small mistake
> 
>  drivers/i2c/omap24xx_i2c.c |  131 +++++++++++++++++++++----------------------
>  lib_arm/bootm.c            |    2 +-
>  2 files changed, 65 insertions(+), 68 deletions(-)

Acked-by: Dirk Behme <dirk.behme@googlemail.com>

Jean-Christophe: Once Wolfgang merged this into mainline, do you like 
to update u-boot-arm/master and u-boot-arm/omap3 against mainline? I 
then could update OMAP3's omap24xx_i2c.c changes against this. If you 
get omap24xx_i2c.c merge conflicts, drop me a note and I will fix 
them, too.

Thanks

Dirk

Btw: mach-types update missing in this pull request?

http://lists.denx.de/pipermail/u-boot/2008-November/043433.html

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM pull request
@ 2008-11-21  0:46 Jean-Christophe PLAGNIOL-VILLARD
  2008-11-23 12:59 ` Dirk Behme
  2008-11-25 11:05 ` Wolfgang Denk
  0 siblings, 2 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-11-21  0:46 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,
please pull
The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1:
  Selvamuthukumar (1):
        Align end of bss by 4 bytes

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Dirk Behme (1):
      ARM: OMAP: Convert IO macros

Ilko Iliev (1):
      lib_arm: do_bootm_linux() - correct a small mistake

 drivers/i2c/omap24xx_i2c.c |  131 +++++++++++++++++++++----------------------
 lib_arm/bootm.c            |    2 +-
 2 files changed, 65 insertions(+), 68 deletions(-)

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull request
  2008-11-02 16:12 [U-Boot] ARM Pull request Jean-Christophe PLAGNIOL-VILLARD
  2008-11-08 23:33 ` Wolfgang Denk
@ 2008-11-09 20:22 ` Alessandro Rubini
  1 sibling, 0 replies; 162+ messages in thread
From: Alessandro Rubini @ 2008-11-09 20:22 UTC (permalink / raw)
  To: u-boot

Any feedback about the nomadik 8815 patch? It's not in the pull request

thanks
/alessandro

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull request
  2008-11-02 16:12 [U-Boot] ARM Pull request Jean-Christophe PLAGNIOL-VILLARD
@ 2008-11-08 23:33 ` Wolfgang Denk
  2008-11-09 20:22 ` Alessandro Rubini
  1 sibling, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2008-11-08 23:33 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20081102161200.GB22112@game.jcrosoft.org> you wrote:
> 
> 	please pull he following changes since commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c:
>   Bartlomiej Sieka (1):
>         Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master

I will merge your tree, but I'm not happy about it.

> Jean-Christophe PLAGNIOL-VILLARD (4):
>       move README.nios_CONFIG_SYS_NIOS_CPU to doc
>       FPGA: move fpga drivers to drivers/fpga
>       common/Makefile: create others group for non core, environment and command files
>       Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs

None of these patches should be present in the ARM repository.

Makefile/at91sam9 should be in the AT91 repo.

The other patches were not your responsibility. You should not have
applied these at all.

Please do NOT do this again.

> Roman Mashak (2):
>       ARM/Versatile port: Removed unused functions
>       ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
> 
> Sergey Lapin (1):
>       Custom AFEB9260 board support
> 
> Tomohiro Masubuchi (1):
>       Change to use "do_div" macro
> 
>  MAINTAINERS                                        |    4 +
>  MAKEALL                                            |    1 +
>  Makefile                                           |   22 +-
>  board/afeb9260/Makefile                            |   56 +++++
>  board/afeb9260/afeb9260.c                          |  243 ++++++++++++++++++++
>  board/afeb9260/config.mk                           |    1 +
>  board/afeb9260/nand.c                              |   78 +++++++
>  board/afeb9260/partition.c                         |   37 +++
>  board/versatile/versatile.c                        |   22 --
>  common/Makefile                                    |   18 +-
>  cpu/arm1136/mx31/interrupts.c                      |   58 ++++-
>  cpu/arm926ejs/Makefile                             |    2 +-
>  cpu/arm926ejs/omap/Makefile                        |    2 +-
>  cpu/arm926ejs/{ => omap}/cpuinfo.c                 |    0 
>  .../README.nios_CONFIG_SYS_NIOS_CPU                |    0 
>  {common => drivers/fpga}/ACEX1K.c                  |    0 
>  drivers/fpga/Makefile                              |   58 +++++
>  {common => drivers/fpga}/altera.c                  |    0 
>  {common => drivers/fpga}/cyclon2.c                 |    0 
>  {common => drivers/fpga}/fpga.c                    |    0 
>  {common => drivers/fpga}/spartan2.c                |    0 
>  {common => drivers/fpga}/spartan3.c                |    0 
>  {common => drivers/fpga}/stratixII.c               |    0 
>  {common => drivers/fpga}/virtex2.c                 |    0 
>  {common => drivers/fpga}/xilinx.c                  |    0 
>  include/configs/afeb9260.h                         |  169 ++++++++++++++
>  26 files changed, 712 insertions(+), 59 deletions(-)
>  create mode 100644 board/afeb9260/Makefile
>  create mode 100644 board/afeb9260/afeb9260.c
>  create mode 100644 board/afeb9260/config.mk
>  create mode 100644 board/afeb9260/nand.c
>  create mode 100644 board/afeb9260/partition.c
>  rename cpu/arm926ejs/{ => omap}/cpuinfo.c (100%)
>  rename README.nios_CONFIG_SYS_NIOS_CPU => doc/README.nios_CONFIG_SYS_NIOS_CPU (100%)
>  rename {common => drivers/fpga}/ACEX1K.c (100%)
>  create mode 100644 drivers/fpga/Makefile
>  rename {common => drivers/fpga}/altera.c (100%)
>  rename {common => drivers/fpga}/cyclon2.c (100%)
>  rename {common => drivers/fpga}/fpga.c (100%)
>  rename {common => drivers/fpga}/spartan2.c (100%)
>  rename {common => drivers/fpga}/spartan3.c (100%)
>  rename {common => drivers/fpga}/stratixII.c (100%)
>  rename {common => drivers/fpga}/virtex2.c (100%)
>  rename {common => drivers/fpga}/xilinx.c (100%)
>  create mode 100644 include/configs/afeb9260.h

Applied, thanks.

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
In a business, marketroids, salespukes, and  lawyers  have  different
goals from those who actually do work and produce something. Usually,
is  is the former who triumph over the latter, due to the simple rule
that those who print the money make the rules.
         -- Tom Christiansen in <5jdcls$b04$2@csnews.cs.colorado.edu>

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull request
@ 2008-11-02 16:12 Jean-Christophe PLAGNIOL-VILLARD
  2008-11-08 23:33 ` Wolfgang Denk
  2008-11-09 20:22 ` Alessandro Rubini
  0 siblings, 2 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-11-02 16:12 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

	please pull he following changes since commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c:
  Bartlomiej Sieka (1):
        Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Jean-Christophe PLAGNIOL-VILLARD (4):
      move README.nios_CONFIG_SYS_NIOS_CPU to doc
      FPGA: move fpga drivers to drivers/fpga
      common/Makefile: create others group for non core, environment and command files
      Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs

Roman Mashak (2):
      ARM/Versatile port: Removed unused functions
      ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory

Sergey Lapin (1):
      Custom AFEB9260 board support

Tomohiro Masubuchi (1):
      Change to use "do_div" macro

 MAINTAINERS                                        |    4 +
 MAKEALL                                            |    1 +
 Makefile                                           |   22 +-
 board/afeb9260/Makefile                            |   56 +++++
 board/afeb9260/afeb9260.c                          |  243 ++++++++++++++++++++
 board/afeb9260/config.mk                           |    1 +
 board/afeb9260/nand.c                              |   78 +++++++
 board/afeb9260/partition.c                         |   37 +++
 board/versatile/versatile.c                        |   22 --
 common/Makefile                                    |   18 +-
 cpu/arm1136/mx31/interrupts.c                      |   58 ++++-
 cpu/arm926ejs/Makefile                             |    2 +-
 cpu/arm926ejs/omap/Makefile                        |    2 +-
 cpu/arm926ejs/{ => omap}/cpuinfo.c                 |    0 
 .../README.nios_CONFIG_SYS_NIOS_CPU                |    0 
 {common => drivers/fpga}/ACEX1K.c                  |    0 
 drivers/fpga/Makefile                              |   58 +++++
 {common => drivers/fpga}/altera.c                  |    0 
 {common => drivers/fpga}/cyclon2.c                 |    0 
 {common => drivers/fpga}/fpga.c                    |    0 
 {common => drivers/fpga}/spartan2.c                |    0 
 {common => drivers/fpga}/spartan3.c                |    0 
 {common => drivers/fpga}/stratixII.c               |    0 
 {common => drivers/fpga}/virtex2.c                 |    0 
 {common => drivers/fpga}/xilinx.c                  |    0 
 include/configs/afeb9260.h                         |  169 ++++++++++++++
 26 files changed, 712 insertions(+), 59 deletions(-)
 create mode 100644 board/afeb9260/Makefile
 create mode 100644 board/afeb9260/afeb9260.c
 create mode 100644 board/afeb9260/config.mk
 create mode 100644 board/afeb9260/nand.c
 create mode 100644 board/afeb9260/partition.c
 rename cpu/arm926ejs/{ => omap}/cpuinfo.c (100%)
 rename README.nios_CONFIG_SYS_NIOS_CPU => doc/README.nios_CONFIG_SYS_NIOS_CPU (100%)
 rename {common => drivers/fpga}/ACEX1K.c (100%)
 create mode 100644 drivers/fpga/Makefile
 rename {common => drivers/fpga}/altera.c (100%)
 rename {common => drivers/fpga}/cyclon2.c (100%)
 rename {common => drivers/fpga}/fpga.c (100%)
 rename {common => drivers/fpga}/spartan2.c (100%)
 rename {common => drivers/fpga}/spartan3.c (100%)
 rename {common => drivers/fpga}/stratixII.c (100%)
 rename {common => drivers/fpga}/virtex2.c (100%)
 rename {common => drivers/fpga}/xilinx.c (100%)
 create mode 100644 include/configs/afeb9260.h

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2008-10-08 17:09 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
@ 2008-10-12 21:57 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2008-10-12 21:57 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20081008170901.GA16790@game.jcrosoft.org> you wrote:
> Hi Wolfgang
> Please pulli The following changes since commit 8fd4166c467a46773f80208bda1ec3b4757747bc:
>   Stefan Roese (1):
>         ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Guennadi Liakhovetski (1):
>       i.MX31: switch to CFG_HZ=1000
> 
> Jean-Christophe PLAGNIOL-VILLARD (3):
>       Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
>       move README.imx31 to doc/ and merge with README.mx31
>       update uImage FIT multi documentation
> 
> gnusercn (1):
>       Fix bug: in arch-arm, env_get_char dose not work fine
> 
>  README.imx31                    |   13 ------
>  cpu/arm1136/mx31/interrupts.c   |   79 ++++++++++++++++++++++++--------------
>  doc/README.imx31                |   29 ++++++++++++++
>  doc/README.mx31                 |   17 --------
>  doc/uImage.FIT/multi.its        |    2 +
>  include/configs/imx31_litekit.h |    4 +-
>  include/configs/imx31_phycore.h |    2 +-
>  include/configs/mx31ads.h       |    4 +-
>  lib_arm/board.c                 |   19 +--------
>  9 files changed, 86 insertions(+), 83 deletions(-)
>  delete mode 100644 README.imx31
>  create mode 100644 doc/README.imx31
>  delete mode 100644 doc/README.mx31 

Applied, thanks.

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
Harrison's Postulate:
	For every action, there is an equal and opposite criticism.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2008-10-08 17:09 Jean-Christophe PLAGNIOL-VILLARD
  2008-10-12 21:57 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-10-08 17:09 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang
Please pulli The following changes since commit 8fd4166c467a46773f80208bda1ec3b4757747bc:
  Stefan Roese (1):
        ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Guennadi Liakhovetski (1):
      i.MX31: switch to CFG_HZ=1000

Jean-Christophe PLAGNIOL-VILLARD (3):
      Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
      move README.imx31 to doc/ and merge with README.mx31
      update uImage FIT multi documentation

gnusercn (1):
      Fix bug: in arch-arm, env_get_char dose not work fine

 README.imx31                    |   13 ------
 cpu/arm1136/mx31/interrupts.c   |   79 ++++++++++++++++++++++++--------------
 doc/README.imx31                |   29 ++++++++++++++
 doc/README.mx31                 |   17 --------
 doc/uImage.FIT/multi.its        |    2 +
 include/configs/imx31_litekit.h |    4 +-
 include/configs/imx31_phycore.h |    2 +-
 include/configs/mx31ads.h       |    4 +-
 lib_arm/board.c                 |   19 +--------
 9 files changed, 86 insertions(+), 83 deletions(-)
 delete mode 100644 README.imx31
 create mode 100644 doc/README.imx31
 delete mode 100644 doc/README.mx31 

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] Arm Pull request
@ 2008-10-06 12:29 Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-10-06 12:29 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,
Please pull The following changes since commit 8fd4166c467a46773f80208bda1ec3b4757747bc:
  Stefan Roese (1):
        ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git Master

Guennadi Liakhovetski (1):
      i.MX31: switch to CFG_HZ=1000

Jean-Christophe PLAGNIOL-VILLARD (4):
      Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
      ARM: set GD_FLG_RELOC at board init
      move README.imx31 to doc/ and merge with README.mx31
      update uImage FIT multi documentation

 README.imx31                    |   13 ------
 cpu/arm1136/mx31/interrupts.c   |   79 ++++++++++++++++++++++++--------------
 doc/README.imx31                |   29 ++++++++++++++
 doc/README.mx31                 |   17 --------
 doc/uImage.FIT/multi.its        |    2 +
 include/configs/imx31_litekit.h |    4 +-
 include/configs/imx31_phycore.h |    2 +-
 include/configs/mx31ads.h       |    4 +-
 lib_arm/board.c                 |   19 +--------
 9 files changed, 86 insertions(+), 83 deletions(-)
 delete mode 100644 README.imx31
 create mode 100644 doc/README.imx31
 delete mode 100644 doc/README.mx31

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2008-09-16  8:14   ` Jean-Christophe PLAGNIOL-VILLARD
@ 2008-09-16 10:24     ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2008-09-16 10:24 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20080916081427.GC13136@game.jcrosoft.org> you wrote:
>
> > > Jean-Christophe PLAGNIOL-VILLARD (2):
> > >       Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
> This one not but discuss on the ML in order to apply this 
> > >       ARM: set GD_FLG_RELOC at board init
> This one yes with an other subjet
> > 
> > Have these patches been posted to the ML? I cannot find them.  And  I
> > will normally not merge patches that haven't been reviewed before.

Please do not do this. Please do NOT rename the subjects because this
makes it impossible to match the git history to the diuscussions on
the mailing list.

Can you please fix this, and check in the patch with the original
subject?

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
Blast medicine anyway!  We've learned to tie into every organ in the
human body but one.  The brain!  The brain is what life is all about.
	-- McCoy, "The Menagerie", stardate 3012.4

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2008-09-15 22:11 ` Wolfgang Denk
@ 2008-09-16  8:14   ` Jean-Christophe PLAGNIOL-VILLARD
  2008-09-16 10:24     ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-09-16  8:14 UTC (permalink / raw)
  To: u-boot

On 00:11 Tue 16 Sep     , Wolfgang Denk wrote:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20080915191655.GB13136@game.jcrosoft.org> you wrote:
> >
> > Please pull, into your master and u-boot-next,
> 
> Umm....
> 
> > Jean-Christophe PLAGNIOL-VILLARD (2):
> >       Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
This one not but discuss on the ML in order to apply this 
> >       ARM: set GD_FLG_RELOC at board init
This one yes with an other subjet
> 
> Have these patches been posted to the ML? I cannot find them.  And  I
> will normally not merge patches that haven't been reviewed before.
> 
> 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
> "If a computer can't directly address all the RAM you can  use,  it's
> just a toy."         - anonymous comp.sys.amiga posting, non-sequitir

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2008-09-15 19:16 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
@ 2008-09-15 22:11 ` Wolfgang Denk
  2008-09-16  8:14   ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2008-09-15 22:11 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20080915191655.GB13136@game.jcrosoft.org> you wrote:
>
> Please pull, into your master and u-boot-next,

Umm....

> Jean-Christophe PLAGNIOL-VILLARD (2):
>       Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
>       ARM: set GD_FLG_RELOC at board init

Have these patches been posted to the ML? I cannot find them.  And  I
will normally not merge patches that haven't been reviewed before.

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
"If a computer can't directly address all the RAM you can  use,  it's
just a toy."         - anonymous comp.sys.amiga posting, non-sequitir

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2008-09-15 19:16 Jean-Christophe PLAGNIOL-VILLARD
  2008-09-15 22:11 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-09-15 19:16 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,
Please pull, into your master and u-boot-next,
The following changes since commit c0d2f87d6c450128b88e73eea715fa3654f65b6c:
  Wolfgang Denk (1):
        Prepare v2008.10-rc2

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Guennadi Liakhovetski (1):
      i.MX31: switch to CFG_HZ=1000

Jean-Christophe PLAGNIOL-VILLARD (2):
      Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
      ARM: set GD_FLG_RELOC at board init

 cpu/arm1136/mx31/interrupts.c   |   79 ++++++++++++++++++++++++--------------
 include/configs/imx31_litekit.h |    4 +-
 include/configs/imx31_phycore.h |    2 +-
 include/configs/mx31ads.h       |    4 +-
 lib_arm/board.c                 |   19 +--------
 5 files changed, 55 insertions(+), 53 deletions(-)

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
  2008-09-11 23:29 Jean-Christophe PLAGNIOL-VILLARD
@ 2008-09-12 13:22 ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2008-09-12 13:22 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20080911232959.GA19187@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> Please pull
> The following changes since commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836:
>   Heiko Schocher (1):
>         muas3001: update BR4 settings
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Adrian Filipi (1):
>       Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
> 
> Andrew Dyer (3):
>       arm920t fix constant error in start.S
>       i.MX use u-boot baud rate and don't assume UART master clock
>       i.mx change get_timer(base) to return time since base
> 
> Claudio Scordino (1):
>       Fix MACH_TYPE for the AT91RM9200DK board.
> 
> Guennadi Liakhovetski (1):
>       i.MX31: document timer precision option
> 
> Gururaja Hebbar K R (1):
>       ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
> 
> Hugo Villeneuve (1):
>       ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
> 
> Jean-Christophe PLAGNIOL-VILLARD (1):
>       ARM: synchronize mach-types.h with linux 2.6.27-rc6
> 
> Jens Scharsig (1):
>       at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
> 
> Magnus Lilja (2):
>       i.MX31: Add reset_timer() and modify get_timer_masked().
>       i.MX31: Make the SPI bus and chip select configurable for MC13783
> 
> Shinya Kuribayashi (1):
>       make: Remove redundant __ARM__ addition when cross-compiling on *BSD
> 
>  README.imx31                            |   13 +
>  board/atmel/at91rm9200dk/at91rm9200dk.c |    2 +-
>  config.mk                               |    9 -
>  cpu/arm1136/mx31/interrupts.c           |   24 +-
>  cpu/arm920t/at91rm9200/i2c.c            |   10 +
>  cpu/arm920t/imx/interrupts.c            |    2 +-
>  cpu/arm920t/imx/serial.c                |   56 +-
>  cpu/arm920t/start.S                     |    6 +-
>  cpu/arm926ejs/davinci/dp83848.c         |   27 +-
>  cpu/pxa/mmc.c                           |    4 +-
>  doc/README.mx31                         |   19 +
>  drivers/rtc/mc13783-rtc.c               |    6 +-
>  include/asm-arm/mach-types.h            | 3645 +++++++++++++++++++++++++++++--
>  include/configs/imx31_litekit.h         |    3 +
>  include/configs/mx31ads.h               |    3 +
>  include/configs/omap1510.h              |    2 +-
>  include/configs/omap730.h               |    2 +-
>  17 files changed, 3648 insertions(+), 185 deletions(-)
>  create mode 100644 README.imx31
>  create mode 100644 doc/README.mx31
>  mode change 100644 => 100755 include/configs/omap1510.h
>  mode change 100644 => 100755 include/configs/omap730.h
> 
> Best Regards,

Applied, thanks.

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
A star captain's most solemn oath is that he will give his life, even
his entire crew, rather than violate the Prime Directive.
	-- Kirk, "The Omega Glory", stardate unknown

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull Request
@ 2008-09-11 23:29 Jean-Christophe PLAGNIOL-VILLARD
  2008-09-12 13:22 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-09-11 23:29 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,
Please pull
The following changes since commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836:
  Heiko Schocher (1):
        muas3001: update BR4 settings

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Adrian Filipi (1):
      Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.

Andrew Dyer (3):
      arm920t fix constant error in start.S
      i.MX use u-boot baud rate and don't assume UART master clock
      i.mx change get_timer(base) to return time since base

Claudio Scordino (1):
      Fix MACH_TYPE for the AT91RM9200DK board.

Guennadi Liakhovetski (1):
      i.MX31: document timer precision option

Gururaja Hebbar K R (1):
      ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h

Hugo Villeneuve (1):
      ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c

Jean-Christophe PLAGNIOL-VILLARD (1):
      ARM: synchronize mach-types.h with linux 2.6.27-rc6

Jens Scharsig (1):
      at91rm9200: fix errors with CONFIG_CMD_I2C_TREE

Magnus Lilja (2):
      i.MX31: Add reset_timer() and modify get_timer_masked().
      i.MX31: Make the SPI bus and chip select configurable for MC13783

Shinya Kuribayashi (1):
      make: Remove redundant __ARM__ addition when cross-compiling on *BSD

 README.imx31                            |   13 +
 board/atmel/at91rm9200dk/at91rm9200dk.c |    2 +-
 config.mk                               |    9 -
 cpu/arm1136/mx31/interrupts.c           |   24 +-
 cpu/arm920t/at91rm9200/i2c.c            |   10 +
 cpu/arm920t/imx/interrupts.c            |    2 +-
 cpu/arm920t/imx/serial.c                |   56 +-
 cpu/arm920t/start.S                     |    6 +-
 cpu/arm926ejs/davinci/dp83848.c         |   27 +-
 cpu/pxa/mmc.c                           |    4 +-
 doc/README.mx31                         |   19 +
 drivers/rtc/mc13783-rtc.c               |    6 +-
 include/asm-arm/mach-types.h            | 3645 +++++++++++++++++++++++++++++--
 include/configs/imx31_litekit.h         |    3 +
 include/configs/mx31ads.h               |    3 +
 include/configs/omap1510.h              |    2 +-
 include/configs/omap730.h               |    2 +-
 17 files changed, 3648 insertions(+), 185 deletions(-)
 create mode 100644 README.imx31
 create mode 100644 doc/README.mx31
 mode change 100644 => 100755 include/configs/omap1510.h
 mode change 100644 => 100755 include/configs/omap730.h

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull request
  2008-08-26  5:59   ` Jens Gehrlein
@ 2008-08-26 21:19     ` Wolfgang Denk
  0 siblings, 0 replies; 162+ messages in thread
From: Wolfgang Denk @ 2008-08-26 21:19 UTC (permalink / raw)
  To: u-boot

Dear Jens Gehrlein,

In message <48B39BA9.7050109@tqs.de> you wrote:
>
> > Hm... this looks strange to me - is there any special reason that you
> > select and apply patch 02/10 from Jens'  series,  but  omit  all  the
> > other 9 patches?
> 
> There are still issues with the other patches (some comments from the 
> ML). I have to rework them as soon as there is time. Additionally, 
> Magnus submitted patches, which overlap my patches. I first have to rebase.
> But the patch above applies applies independently.

Thanks. So I drop the other 9 patches from my watch list.

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
Imitation is the sincerest form of plagarism.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull request
  2008-08-25 21:46 ` Wolfgang Denk
@ 2008-08-26  5:59   ` Jens Gehrlein
  2008-08-26 21:19     ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jens Gehrlein @ 2008-08-26  5:59 UTC (permalink / raw)
  To: u-boot

Wolfgang Denk schrieb:
> Dear Jean-Christophe PLAGNIOL-VILLARD,
> 
> In message <20080825210455.GA9643@game.jcrosoft.org> you wrote:
>> Hi Wolfgang,
>> please pull
>> The following changes since commit afe3848b79a7ff351e9fbf3a7c162d2de002279b:
>>   Wolfgang Denk (1):
>>         Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
>>
>> are available in the git repository at:
>>
>>   git://git.denx.de/u-boot-arm.git master
>>
>> Gururaja Hebbar K R (2):
>>       Add ARM AMBA PL031 RTC Support
>>       Correct ARM Versatile Timer Initialization
>>
>> Hugo Villeneuve (2):
>>       ARM DaVinci: Fix compilation error with new MTD code.
>>       ARM DaVinci: Removed redundant NAND initialization code.
>>
>> Jens Gehrlein (1):
>>       MX31: fix bit masks in function mx31_decode_pll()
> 
> Hm... this looks strange to me - is there any special reason that you
> select and apply patch 02/10 from Jens'  series,  but  omit  all  the
> other 9 patches?

There are still issues with the other patches (some comments from the 
ML). I have to rework them as soon as there is time. Additionally, 
Magnus submitted patches, which overlap my patches. I first have to rebase.
But the patch above applies applies independently.
Thank you Jean-Christophe for picking up.

Kind regards,
Jens

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull request
  2008-08-25 21:04 [U-Boot] ARM Pull request Jean-Christophe PLAGNIOL-VILLARD
@ 2008-08-25 21:46 ` Wolfgang Denk
  2008-08-26  5:59   ` Jens Gehrlein
  0 siblings, 1 reply; 162+ messages in thread
From: Wolfgang Denk @ 2008-08-25 21:46 UTC (permalink / raw)
  To: u-boot

Dear Jean-Christophe PLAGNIOL-VILLARD,

In message <20080825210455.GA9643@game.jcrosoft.org> you wrote:
> Hi Wolfgang,
> please pull
> The following changes since commit afe3848b79a7ff351e9fbf3a7c162d2de002279b:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-arm.git master
> 
> Gururaja Hebbar K R (2):
>       Add ARM AMBA PL031 RTC Support
>       Correct ARM Versatile Timer Initialization
> 
> Hugo Villeneuve (2):
>       ARM DaVinci: Fix compilation error with new MTD code.
>       ARM DaVinci: Removed redundant NAND initialization code.
> 
> Jens Gehrlein (1):
>       MX31: fix bit masks in function mx31_decode_pll()

Hm... this looks strange to me - is there any special reason that you
select and apply patch 02/10 from Jens'  series,  but  omit  all  the
other 9 patches?

>  cpu/arm1136/mx31/generic.c      |    4 +-
>  cpu/arm926ejs/davinci/nand.c    |    5 +-
>  cpu/arm926ejs/versatile/timer.c |   39 +++++++++++-
>  drivers/rtc/Makefile            |    1 +
>  drivers/rtc/pl031.c             |  123 +++++++++++++++++++++++++++++++++++++++
>  5 files changed, 162 insertions(+), 10 deletions(-)
>  mode change 100644 => 100755 cpu/arm926ejs/versatile/timer.c
>  create mode 100755 drivers/rtc/pl031.c

Applied, thanks.

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
Microsoft Multitasking:
                     several applications can crash at the same time.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] ARM Pull request
@ 2008-08-25 21:04 Jean-Christophe PLAGNIOL-VILLARD
  2008-08-25 21:46 ` Wolfgang Denk
  0 siblings, 1 reply; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-08-25 21:04 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,
please pull
The following changes since commit afe3848b79a7ff351e9fbf3a7c162d2de002279b:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Gururaja Hebbar K R (2):
      Add ARM AMBA PL031 RTC Support
      Correct ARM Versatile Timer Initialization

Hugo Villeneuve (2):
      ARM DaVinci: Fix compilation error with new MTD code.
      ARM DaVinci: Removed redundant NAND initialization code.

Jens Gehrlein (1):
      MX31: fix bit masks in function mx31_decode_pll()

 cpu/arm1136/mx31/generic.c      |    4 +-
 cpu/arm926ejs/davinci/nand.c    |    5 +-
 cpu/arm926ejs/versatile/timer.c |   39 +++++++++++-
 drivers/rtc/Makefile            |    1 +
 drivers/rtc/pl031.c             |  123 +++++++++++++++++++++++++++++++++++++++
 5 files changed, 162 insertions(+), 10 deletions(-)
 mode change 100644 => 100755 cpu/arm926ejs/versatile/timer.c
 create mode 100755 drivers/rtc/pl031.c

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

* [U-Boot] arm pull request
@ 2008-08-11 23:41 Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 0 replies; 162+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-08-11 23:41 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,
please pull
The following changes since commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c:
  Jean-Christophe PLAGNIOL-VILLARD (1):
        drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros

are available in the git repository at:

  git://git.denx.de/u-boot-arm.git master

Magnus Lilja (2):
      i.MX31: Fix IOMUX related typos
      i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.

 board/imx31_litekit/imx31_litekit.c   |   16 ++++++++--------
 board/imx31_phycore/imx31_phycore.c   |    4 ++--
 board/mx31ads/mx31ads.c               |   16 ++++++++--------
 cpu/arm1136/mx31/generic.c            |    4 ++--
 include/asm-arm/arch-mx31/mx31-regs.h |   33 ++++++++++++++++++++++++---------
 5 files changed, 44 insertions(+), 29 deletions(-)

Best Regards,
J.

^ permalink raw reply	[flat|nested] 162+ messages in thread

end of thread, other threads:[~2011-06-23 17:36 UTC | newest]

Thread overview: 162+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-24 15:19 [U-Boot] ARM pull request Tom
2009-11-24 22:23 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2011-06-23  6:34 Albert ARIBAUD
2011-06-23 13:40 ` Wolfgang Denk
2011-06-23 17:36   ` Albert ARIBAUD
2010-05-30 13:52 Tom Rix
2010-05-30 19:43 ` Wolfgang Denk
2010-05-31  4:43 ` Hiremath, Vaibhav
2010-05-31 19:05 ` Marek Vasut
2010-06-07 12:58   ` Tom Rix
2010-05-01 21:50 Tom Rix
2010-05-04 20:56 ` Wolfgang Denk
2010-04-05 12:55 Tom
2010-04-07 22:12 ` Wolfgang Denk
2010-03-22 21:46 Tom
2010-03-22 22:09 ` Wolfgang Denk
2010-03-08 13:55 [U-Boot] Arm " Tom
2010-03-09 14:29 ` Wolfgang Denk
2010-03-07 22:01 [U-Boot] ARM " Tom
2010-03-07 20:37 Tom
2010-02-12 20:06 Tom
2010-02-17 21:29 ` Wolfgang Denk
2010-01-23 15:18 Tom
2010-01-23 16:47 ` Wolfgang Denk
2010-01-23 16:57   ` Tom
2010-01-23 20:51     ` Wolfgang Denk
2010-01-28  5:58   ` Prafulla Wadaskar
2010-01-28  9:41     ` Wolfgang Denk
2010-01-06 18:51 Tom
2010-01-12 22:47 ` Wolfgang Denk
2009-11-30  1:05 Tom
2009-12-01 11:13 ` Wolfgang Denk
2009-12-01 14:34   ` Tom
2009-11-04 19:41 [U-Boot] status several (bugfix) patches Remy Bohmer
2009-11-04 19:47 ` Tom
2009-11-04 19:56   ` Remy Bohmer
2009-11-07 23:21     ` [U-Boot] ARM pull request Tom
2009-11-09 21:46       ` Wolfgang Denk
2009-11-04  0:00 [U-Boot] ARM LED weak symbols Tom Rix
2009-11-04  0:00 ` [U-Boot] [PATCH 1/2] ARM Conditionally compile board LED functions Tom Rix
2009-11-04  0:00   ` [U-Boot] [PATCH 2/2] ARM: fix build error with gcc-4.4.2 about inline function declared weak Tom Rix
2009-11-05 20:19     ` Wolfgang Denk
2009-11-05 20:39       ` Tom
2009-11-05 22:38         ` Wolfgang Denk
2009-11-10 19:34           ` Tom
2009-11-10 22:45             ` Wolfgang Denk
2009-11-12  0:43               ` [U-Boot] ARM pull request Tom
2009-11-15 21:39                 ` Wolfgang Denk
2009-10-18  2:42 Tom
2009-10-18  7:02 ` Dirk Behme
2009-10-18  7:12   ` Dirk Behme
2009-10-18 12:51     ` Minkyu Kang
2009-10-18 15:20       ` Tom
2009-10-18 19:56 ` Wolfgang Denk
2009-10-18 20:21   ` Tom
2009-10-18 20:28     ` Wolfgang Denk
2009-10-19  0:29       ` Paulraj, Sandeep
2009-10-19  8:29         ` Wolfgang Denk
2009-10-13  2:02 Tom Rix
2009-10-13  2:01 Tom
2009-09-05  1:36 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-09-05  5:37 ` Dirk Behme
2009-09-05 15:37   ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06  7:12     ` Dirk Behme
2009-09-06 13:16       ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06 17:59         ` Dirk Behme
2009-09-06 18:37           ` Peter Tyser
2009-09-06 18:40             ` Dirk Behme
2009-09-06 19:09               ` Peter Tyser
2009-09-06 20:21               ` Tom
2009-09-06 21:18                 ` Wolfgang Denk
2009-09-06 22:30                   ` Tom
2009-09-07 16:01                 ` Dirk Behme
2009-09-06 21:16               ` Wolfgang Denk
2009-09-06 20:31           ` Jean-Christophe PLAGNIOL-VILLARD
2009-09-06  9:18 ` Heiko Schocher
2009-09-06 10:05   ` Heiko Schocher
2009-09-07 21:20   ` Wolfgang Denk
2009-09-07 21:18 ` Wolfgang Denk
2009-08-17 23:49 Jean-Christophe PLAGNIOL-VILLARD
2009-08-18 11:54 ` Wolfgang Denk
2009-08-08 10:24 Jean-Christophe PLAGNIOL-VILLARD
2009-08-09 21:49 ` Wolfgang Denk
2009-08-03  7:29 Jean-Christophe PLAGNIOL-VILLARD
2009-08-03  8:20 ` Dirk Behme
2009-08-03  9:44 ` Wolfgang Denk
2009-07-22 22:30 Jean-Christophe PLAGNIOL-VILLARD
2009-07-22 23:04 ` Wolfgang Denk
2009-07-22 23:43   ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 17:18     ` Wolfgang Denk
2009-07-24  4:34       ` Prafulla Wadaskar
2009-07-29 17:45       ` Prafulla Wadaskar
2009-07-29 22:31         ` Wolfgang Denk
2009-08-07  6:48           ` Prafulla Wadaskar
2009-07-23  5:39   ` Prafulla Wadaskar
2009-07-23  9:38     ` Wolfgang Denk
2009-07-23 16:21   ` Dirk Behme
2009-07-23 19:15     ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 20:14       ` Wolfgang Denk
2009-07-23 20:22         ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-23 20:42           ` Wolfgang Denk
2009-07-27 19:56             ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-27 20:14               ` Wolfgang Denk
2009-07-27  8:16       ` Heiko Schocher
2009-07-27 20:07         ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-28  7:31           ` Heiko Schocher
2009-07-12 21:40 Jean-Christophe PLAGNIOL-VILLARD
2009-07-13 21:45 ` Wolfgang Denk
2009-07-06 19:55 Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 20:20 ` Wolfgang Denk
2009-07-07 21:31   ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 21:42     ` Wolfgang Denk
2009-07-07 21:48       ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-09 23:31 Jean-Christophe PLAGNIOL-VILLARD
2009-06-10 21:54 ` Wolfgang Denk
2009-06-11  5:22   ` Prafulla Wadaskar
2009-06-11  8:00     ` Wolfgang Denk
2009-06-11  9:18       ` Prafulla Wadaskar
2009-06-11 10:02         ` Magnus Lilja
2009-06-11 15:02         ` Wolfgang Denk
2009-05-15  9:03 [U-Boot] ARM pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-05-15 19:09 ` Wolfgang Denk
2009-04-30  7:10 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2009-04-30 21:05 ` Wolfgang Denk
2009-04-05 10:56 Jean-Christophe PLAGNIOL-VILLARD
2009-04-05 12:14 ` Dirk Behme
2009-04-07 19:51   ` Wolfgang Denk
2009-04-05 21:06 ` Wolfgang Denk
2009-03-30 16:42 Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 16:47 ` Jean-Christophe PLAGNIOL-VILLARD
2009-04-01 22:25   ` Wolfgang Denk
2009-03-29 21:09 Jean-Christophe PLAGNIOL-VILLARD
2009-03-29 21:31 ` Wolfgang Denk
2009-03-29 21:16   ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 13:33 ` Dirk Behme
2009-03-30 15:08   ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-30 19:33     ` Dirk Behme
2009-03-30 19:49       ` Wolfgang Denk
2009-03-30 20:28         ` Jean-Christophe PLAGNIOL-VILLARD
2009-03-31 15:44           ` Dirk Behme
2009-03-25 21:26 Jean-Christophe PLAGNIOL-VILLARD
2009-03-26 21:22 ` Wolfgang Denk
2009-03-26 23:24 ` Dirk Behme
2009-03-13 22:20 Jean-Christophe PLAGNIOL-VILLARD
2009-03-15 21:10 ` Wolfgang Denk
2009-02-22 17:33 Jean-Christophe PLAGNIOL-VILLARD
2009-02-22 17:49 ` Dirk Behme
2009-02-22 23:30   ` Wolfgang Denk
2009-02-22 21:59 ` Wolfgang Denk
2009-02-18  3:26 Jean-Christophe PLAGNIOL-VILLARD
2009-02-18 23:49 ` Wolfgang Denk
2009-02-01 13:32 Jean-Christophe PLAGNIOL-VILLARD
2009-02-01 20:39 ` Wolfgang Denk
2008-11-21  0:46 [U-Boot] ARM pull request Jean-Christophe PLAGNIOL-VILLARD
2008-11-23 12:59 ` Dirk Behme
2008-11-25 11:05 ` Wolfgang Denk
2008-11-02 16:12 [U-Boot] ARM Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-11-08 23:33 ` Wolfgang Denk
2008-11-09 20:22 ` Alessandro Rubini
2008-10-08 17:09 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-10-12 21:57 ` Wolfgang Denk
2008-10-06 12:29 [U-Boot] Arm Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-09-15 19:16 [U-Boot] ARM Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-09-15 22:11 ` Wolfgang Denk
2008-09-16  8:14   ` Jean-Christophe PLAGNIOL-VILLARD
2008-09-16 10:24     ` Wolfgang Denk
2008-09-11 23:29 Jean-Christophe PLAGNIOL-VILLARD
2008-09-12 13:22 ` Wolfgang Denk
2008-08-25 21:04 [U-Boot] ARM Pull request Jean-Christophe PLAGNIOL-VILLARD
2008-08-25 21:46 ` Wolfgang Denk
2008-08-26  5:59   ` Jens Gehrlein
2008-08-26 21:19     ` Wolfgang Denk
2008-08-11 23:41 [U-Boot] arm pull request Jean-Christophe PLAGNIOL-VILLARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.