public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PULL] U-Boot-pxa pull request
@ 2010-08-20  9:58 Marek Vasut
  2010-09-07 21:17 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: Marek Vasut @ 2010-08-20  9:58 UTC (permalink / raw)
  To: u-boot

Hi, please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your -
master branch. Thanks

The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854:

  Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-08-18 
21:16:35 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-pxa.git for-wd-master

Marek Vasut (8):
      PXA: pxafb: Add ACX517AKN support
      common: Enable serial for PXA250
      PXA: Palm Tungsten|C Support
      PXA: pxafb: Add support for Sharp LQ038J7DH53
      PXA: Add initial Palm LifeDrive support
      PXA: Voipac270 improvements
      PXA: Balloon3 board support
      PXA: Add missing MAINTAINERS entries

 MAINTAINERS                    |    9 ++
 MAKEALL                        |    6 +-
 Makefile                       |    7 +-
 arch/arm/cpu/pxa/pxafb.c       |   68 ++++++++++
 board/balloon3/Makefile        |   49 +++++++
 board/balloon3/balloon3.c      |  224 ++++++++++++++++++++++++++++++++
 board/balloon3/config.mk       |    1 +
 board/balloon3/lowlevel_init.S |   36 ++++++
 board/balloon3/u-boot.lds      |   55 ++++++++
 board/palmld/Makefile          |   49 +++++++
 board/palmld/config.mk         |    1 +
 board/palmld/lowlevel_init.S   |   45 +++++++
 board/palmld/palmld.c          |   68 ++++++++++
 board/palmld/u-boot.lds        |   56 ++++++++
 board/palmtc/Makefile          |   49 +++++++
 board/palmtc/config.mk         |    1 +
 board/palmtc/lowlevel_init.S   |   39 ++++++
 board/palmtc/palmtc.c          |   58 +++++++++
 board/palmtc/u-boot.lds        |   56 ++++++++
 board/vpac270/Makefile         |    7 +-
 board/vpac270/lowlevel_init.S  |    1 -                                                                                                                                                                                                            
 board/vpac270/vpac270.c        |   41 +++----                                                                                                                                                                                                      
 boards.cfg                     |    3 +                                                                                                                                                                                                            
 common/serial.c                |    2 +-                                                                                                                                                                                                           
 include/configs/balloon3.h     |  269 +++++++++++++++++++++++++++++++++++++++                                                                                                                                                                      
 include/configs/palmld.h       |  273 ++++++++++++++++++++++++++++++++++++++++                                                                                                                                                                     
 include/configs/palmtc.h       |  247 ++++++++++++++++++++++++++++++++++++                                                                                                                                                                         
 include/configs/vpac270.h      |  106 +++++++++-------                                                                                                                                                                                             
 28 files changed, 1746 insertions(+), 80 deletions(-)                                                                                                                                                                                              
 create mode 100644 board/balloon3/Makefile                                                                                                                                                                                                         
 create mode 100644 board/balloon3/balloon3.c                                                                                                                                                                                                       
 create mode 100644 board/balloon3/config.mk                                                                                                                                                                                                        
 create mode 100644 board/balloon3/lowlevel_init.S                                                                                                                                                                                                  
 create mode 100644 board/balloon3/u-boot.lds                                                                                                                                                                                                       
 create mode 100644 board/palmld/Makefile                                                                                                                                                                                                           
 create mode 100644 board/palmld/config.mk                                                                                                                                                                                                          
 create mode 100644 board/palmld/lowlevel_init.S                                                                                                                                                                                                    
 create mode 100644 board/palmld/palmld.c                                                                                                                                                                                                           
 create mode 100644 board/palmld/u-boot.lds                                                                                                                                                                                                         
 create mode 100644 board/palmtc/Makefile                                                                                                                                                                                                           
 create mode 100644 board/palmtc/config.mk                                                                                                                                                                                                          
 create mode 100644 board/palmtc/lowlevel_init.S                                                                                                                                                                                                    
 create mode 100644 board/palmtc/palmtc.c                                                                                                                                                                                                           
 create mode 100644 board/palmtc/u-boot.lds
 create mode 100644 include/configs/balloon3.h
 create mode 100644 include/configs/palmld.h
 create mode 100644 include/configs/palmtc.h

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

* [U-Boot] [PULL] U-Boot-pxa pull request
  2010-08-20  9:58 Marek Vasut
@ 2010-09-07 21:17 ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2010-09-07 21:17 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,

In message <201008201158.10826.marek.vasut@gmail.com> you wrote:
> Hi, please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your -
> master branch. Thanks
> 
> The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854:
> 
>   Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-08-18 
> 21:16:35 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-pxa.git for-wd-master
> 
> Marek Vasut (8):
>       PXA: pxafb: Add ACX517AKN support

You probably should have asked for Anatolij's ACK for this patch.

>       common: Enable serial for PXA250
>       PXA: Palm Tungsten|C Support
>       PXA: pxafb: Add support for Sharp LQ038J7DH53

And for this one, too.

>       PXA: Add initial Palm LifeDrive support
>       PXA: Voipac270 improvements

I have some issues with this commit.

>       PXA: Balloon3 board support

And with this one.

>       PXA: Add missing MAINTAINERS entries


Waiting for feedback, not pulled.

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
News is what a chap who doesn't care much  about  anything  wants  to
read. And it's only news until he's read it. After that it's dead.
                           - Evelyn Waugh _Scoop_ (1938) bk. 1, ch. 5

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

* [U-Boot] [PULL] U-Boot-pxa pull request
@ 2010-10-19 20:28 Marek Vasut
  2010-10-19 20:41 ` Wolfgang Denk
  2010-10-19 22:07 ` Wolfgang Denk
  0 siblings, 2 replies; 11+ messages in thread
From: Marek Vasut @ 2010-10-19 20:28 UTC (permalink / raw)
  To: u-boot

Hi,
please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u-
boot-testing/Makefile-cleanup branch. Thanks

The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac:

  Makefile: move all Power Architecture boards into boards.cfg (2010-10-17 
01:34:08 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git for-wd-testing

Marek Vasut (19):
      PXA: pxafb: Fix indent problems
      PXA: pxa-regs.h cleanup
      PXA: pxafb: Add ACX517AKN support
      PXA: pxafb: Add support for Sharp LQ038J7DH53
      PXA: pxafb: Marvell Littleton LCD definition
      common: Enable serial for PXA250
      PXA: Palm Tungsten|C Support
      PXA: Add initial Palm LifeDrive support
      PXA: Voipac270 improvements
      PXA: Balloon3 board support
      PXA: Add missing MAINTAINERS entries
      PXA: Add necessary information for RELOC
      PXA: Fix reloc, Push lowlevel init into C code
      PXA: Fix vpac270 for Reloc
      PXA: Fix ZipitZ2 for Reloc
      PXA: Fix Balloon3 for Reloc
      PXA: Fix vpac270 OneNAND booter
      Build: PXA: Fix Vpac270 build variants
      Build: PXA: Fix TrizepsIV build variants

Mikhail Kshevetskiy (4):
      PXA: remove unused u-boot.lds from board/vpac270
      PXA: cleanup vpac270 config and set CONFIG_SYS_HZ to 1000
      PXA: fix environment sector size, kernel and environment location for 
vpac270
      PXA: fix MDREFR[APD] bit setting

 MAINTAINERS                               |    9 +
 MAKEALL                                   |    7 +-
 Makefile                                  |   17 -
 arch/arm/cpu/pxa/cpu.c                    |  255 +++-
 arch/arm/cpu/pxa/i2c.c                    |   69 +-
 arch/arm/cpu/pxa/pxafb.c                  |  365 +++--
 arch/arm/cpu/pxa/start.S                  |  346 ++---
 arch/arm/cpu/pxa/timer.c                  |    7 +-
 arch/arm/cpu/pxa/usb.c                    |   61 +-
 arch/arm/include/asm/arch-pxa/hardware.h  |   61 +-
 arch/arm/include/asm/arch-pxa/macro.h     |   20 +-
 arch/arm/include/asm/arch-pxa/pxa-regs.h  | 2688 +++++++++++++++--------------
 board/balloon3/Makefile                   |   47 +
 board/balloon3/balloon3.c                 |  238 +++
 board/colibri_pxa270/colibri_pxa270.c     |   33 +-
 board/cradle/cradle.c                     |    5 +-
 board/cradle/lowlevel_init.S              |    4 +-
 board/csb226/csb226.c                     |   13 +-
 board/delta/delta.c                       |   37 +-
 board/delta/nand.c                        |  110 +-
 board/innokom/innokom.c                   |   14 +-
 board/palmld/Makefile                     |   49 +
 board/palmld/config.mk                    |    1 +
 board/{zipitz2 => palmld}/lowlevel_init.S |    9 +-
 board/palmld/palmld.c                     |   69 +
 board/{vpac270 => palmld}/u-boot.lds      |    7 +-
 board/palmtc/Makefile                     |   49 +
 board/palmtc/config.mk                    |    1 +
 board/{vpac270 => palmtc}/lowlevel_init.S |    3 +-
 board/palmtc/palmtc.c                     |   59 +
 board/{vpac270 => palmtc}/u-boot.lds      |    7 +-
 board/pxa255_idp/pxa_idp.c                |   27 +-
 board/trizepsiv/conxs.c                   |   35 +-
 board/vpac270/Makefile                    |   17 +-
 board/vpac270/config.mk                   |    1 -
 board/vpac270/vpac270.c                   |   92 +-
 board/wepep250/wepep250.c                 |   11 +-
 board/zipitz2/Makefile                    |   10 +-
 board/zipitz2/config.mk                   |    1 -
 board/zipitz2/zipitz2.c                   |   57 +-
 board/zylonite/nand.c                     |  110 +-
 boards.cfg                                |    8 +
 common/serial.c                           |    2 +-
 drivers/mmc/pxa_mmc.c                     |   98 +-
 drivers/serial/serial_pxa.c               |   94 +-
 include/configs/balloon3.h                |  274 +++
 include/configs/cerf250.h                 |    3 +
 include/configs/colibri_pxa270.h          |    3 +
 include/configs/cradle.h                  |    5 +-
 include/configs/csb226.h                  |    3 +
 include/configs/delta.h                   |    4 +
 include/configs/innokom.h                 |    3 +
 include/configs/lubbock.h                 |    3 +
 include/configs/palmld.h                  |  276 +++
 include/configs/palmtc.h                  |  248 +++
 include/configs/pleb2.h                   |    3 +
 include/configs/pxa255_idp.h              |    3 +
 include/configs/trizepsiv.h               |    3 +
 include/configs/vpac270.h                 |  138 +-
 include/configs/wepep250.h                |    4 +
 include/configs/xaeniax.h                 |    3 +
 include/configs/xm250.h                   |    3 +
 include/configs/xsengine.h                |    3 +
 include/configs/zipitz2.h                 |   10 +-
 include/configs/zylonite.h                |    3 +
 onenand_ipl/board/vpac270/Makefile        |    5 +-
 66 files changed, 4017 insertions(+), 2206 deletions(-)
 create mode 100644 board/balloon3/Makefile
 create mode 100644 board/balloon3/balloon3.c
 create mode 100644 board/palmld/Makefile
 create mode 100644 board/palmld/config.mk
 rename board/{zipitz2 => palmld}/lowlevel_init.S (90%)
 create mode 100644 board/palmld/palmld.c
 copy board/{vpac270 => palmld}/u-boot.lds (90%)
 create mode 100644 board/palmtc/Makefile
 create mode 100644 board/palmtc/config.mk
 rename board/{vpac270 => palmtc}/lowlevel_init.S (95%)
 create mode 100644 board/palmtc/palmtc.c
 rename board/{vpac270 => palmtc}/u-boot.lds (90%)
 delete mode 100644 board/vpac270/config.mk
 delete mode 100644 board/zipitz2/config.mk
 create mode 100644 include/configs/balloon3.h
 create mode 100644 include/configs/palmld.h
 create mode 100644 include/configs/palmtc.h

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

* [U-Boot] [PULL] U-Boot-pxa pull request
  2010-10-19 20:28 [U-Boot] [PULL] U-Boot-pxa pull request Marek Vasut
@ 2010-10-19 20:41 ` Wolfgang Denk
  2010-10-19 22:07 ` Wolfgang Denk
  1 sibling, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2010-10-19 20:41 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,

In message <201010192228.34814.marek.vasut@gmail.com> you wrote:
> Hi,
> please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u-
> boot-testing/Makefile-cleanup branch. Thanks
> 
> The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac:
> 
>   Makefile: move all Power Architecture boards into boards.cfg (2010-10-17 
> 01:34:08 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-pxa.git for-wd-testing

I send you the result of the pull off list.

You really need to reabse your tree:

-> cd u-boot-arm/
-> git remote update
...
-> git pull u-boot-pxa.git for-wd-testing

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

* [U-Boot] [PULL] U-Boot-pxa pull request
  2010-10-19 20:28 [U-Boot] [PULL] U-Boot-pxa pull request Marek Vasut
  2010-10-19 20:41 ` Wolfgang Denk
@ 2010-10-19 22:07 ` Wolfgang Denk
  1 sibling, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2010-10-19 22:07 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,

In message <201010192228.34814.marek.vasut@gmail.com> you wrote:
> Hi,
> please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u-
> boot-testing/Makefile-cleanup branch. Thanks
> 
> The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac:
> 
>   Makefile: move all Power Architecture boards into boards.cfg (2010-10-17 
> 01:34:08 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-pxa.git for-wd-testing
> 
> Marek Vasut (19):
>       PXA: pxafb: Fix indent problems
>       PXA: pxa-regs.h cleanup
>       PXA: pxafb: Add ACX517AKN support
>       PXA: pxafb: Add support for Sharp LQ038J7DH53
>       PXA: pxafb: Marvell Littleton LCD definition
>       common: Enable serial for PXA250
>       PXA: Palm Tungsten|C Support
>       PXA: Add initial Palm LifeDrive support
>       PXA: Voipac270 improvements
>       PXA: Balloon3 board support
>       PXA: Add missing MAINTAINERS entries
>       PXA: Add necessary information for RELOC
>       PXA: Fix reloc, Push lowlevel init into C code
>       PXA: Fix vpac270 for Reloc
>       PXA: Fix ZipitZ2 for Reloc
>       PXA: Fix Balloon3 for Reloc
>       PXA: Fix vpac270 OneNAND booter
>       Build: PXA: Fix Vpac270 build variants
>       Build: PXA: Fix TrizepsIV build variants
> 
> Mikhail Kshevetskiy (4):
>       PXA: remove unused u-boot.lds from board/vpac270
>       PXA: cleanup vpac270 config and set CONFIG_SYS_HZ to 1000
>       PXA: fix environment sector size, kernel and environment location for 
> vpac270
>       PXA: fix MDREFR[APD] bit setting
> 
>  MAINTAINERS                               |    9 +
>  MAKEALL                                   |    7 +-
>  Makefile                                  |   17 -
>  arch/arm/cpu/pxa/cpu.c                    |  255 +++-
>  arch/arm/cpu/pxa/i2c.c                    |   69 +-
>  arch/arm/cpu/pxa/pxafb.c                  |  365 +++--
>  arch/arm/cpu/pxa/start.S                  |  346 ++---
>  arch/arm/cpu/pxa/timer.c                  |    7 +-
>  arch/arm/cpu/pxa/usb.c                    |   61 +-
>  arch/arm/include/asm/arch-pxa/hardware.h  |   61 +-
>  arch/arm/include/asm/arch-pxa/macro.h     |   20 +-
>  arch/arm/include/asm/arch-pxa/pxa-regs.h  | 2688 +++++++++++++++--------------
>  board/balloon3/Makefile                   |   47 +
>  board/balloon3/balloon3.c                 |  238 +++
>  board/colibri_pxa270/colibri_pxa270.c     |   33 +-
>  board/cradle/cradle.c                     |    5 +-
>  board/cradle/lowlevel_init.S              |    4 +-
>  board/csb226/csb226.c                     |   13 +-
>  board/delta/delta.c                       |   37 +-
>  board/delta/nand.c                        |  110 +-
>  board/innokom/innokom.c                   |   14 +-
>  board/palmld/Makefile                     |   49 +
>  board/palmld/config.mk                    |    1 +
>  board/{zipitz2 => palmld}/lowlevel_init.S |    9 +-
>  board/palmld/palmld.c                     |   69 +
>  board/{vpac270 => palmld}/u-boot.lds      |    7 +-
>  board/palmtc/Makefile                     |   49 +
>  board/palmtc/config.mk                    |    1 +
>  board/{vpac270 => palmtc}/lowlevel_init.S |    3 +-
>  board/palmtc/palmtc.c                     |   59 +
>  board/{vpac270 => palmtc}/u-boot.lds      |    7 +-
>  board/pxa255_idp/pxa_idp.c                |   27 +-
>  board/trizepsiv/conxs.c                   |   35 +-
>  board/vpac270/Makefile                    |   17 +-
>  board/vpac270/config.mk                   |    1 -
>  board/vpac270/vpac270.c                   |   92 +-
>  board/wepep250/wepep250.c                 |   11 +-
>  board/zipitz2/Makefile                    |   10 +-
>  board/zipitz2/config.mk                   |    1 -
>  board/zipitz2/zipitz2.c                   |   57 +-
>  board/zylonite/nand.c                     |  110 +-
>  boards.cfg                                |    8 +
>  common/serial.c                           |    2 +-
>  drivers/mmc/pxa_mmc.c                     |   98 +-
>  drivers/serial/serial_pxa.c               |   94 +-
>  include/configs/balloon3.h                |  274 +++
>  include/configs/cerf250.h                 |    3 +
>  include/configs/colibri_pxa270.h          |    3 +
>  include/configs/cradle.h                  |    5 +-
>  include/configs/csb226.h                  |    3 +
>  include/configs/delta.h                   |    4 +
>  include/configs/innokom.h                 |    3 +
>  include/configs/lubbock.h                 |    3 +
>  include/configs/palmld.h                  |  276 +++
>  include/configs/palmtc.h                  |  248 +++
>  include/configs/pleb2.h                   |    3 +
>  include/configs/pxa255_idp.h              |    3 +
>  include/configs/trizepsiv.h               |    3 +
>  include/configs/vpac270.h                 |  138 +-
>  include/configs/wepep250.h                |    4 +
>  include/configs/xaeniax.h                 |    3 +
>  include/configs/xm250.h                   |    3 +
>  include/configs/xsengine.h                |    3 +
>  include/configs/zipitz2.h                 |   10 +-
>  include/configs/zylonite.h                |    3 +
>  onenand_ipl/board/vpac270/Makefile        |    5 +-
>  66 files changed, 4017 insertions(+), 2206 deletions(-)
>  create mode 100644 board/balloon3/Makefile
>  create mode 100644 board/balloon3/balloon3.c
>  create mode 100644 board/palmld/Makefile
>  create mode 100644 board/palmld/config.mk
>  rename board/{zipitz2 => palmld}/lowlevel_init.S (90%)
>  create mode 100644 board/palmld/palmld.c
>  copy board/{vpac270 => palmld}/u-boot.lds (90%)
>  create mode 100644 board/palmtc/Makefile
>  create mode 100644 board/palmtc/config.mk
>  rename board/{vpac270 => palmtc}/lowlevel_init.S (95%)
>  create mode 100644 board/palmtc/palmtc.c
>  rename board/{vpac270 => palmtc}/u-boot.lds (90%)
>  delete mode 100644 board/vpac270/config.mk
>  delete mode 100644 board/zipitz2/config.mk
>  create mode 100644 include/configs/balloon3.h
>  create mode 100644 include/configs/palmld.h
>  create mode 100644 include/configs/palmtc.h

Dunno what was wrong with your tree.

Cherry-picked the commits one by one.

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
So we follow our wandering paths, and the very darkness acts  as  our
guide and our doubts serve to reassure us. - Jean-Pierre de Caussade,
eighteenth-century Jesuit priest

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

* [U-Boot] [PULL] U-Boot-pxa pull request
@ 2010-10-21 23:41 Marek Vasut
  2010-10-23 20:08 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: Marek Vasut @ 2010-10-21 23:41 UTC (permalink / raw)
  To: u-boot

Hi,
please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your u-
boot/master branch. Thanks

The following changes since commit fff6ec382c139eb242bd85356e66a0bc43becb63:

  Fix building for 83xx boards with USB support (2010-10-21 20:00:41 +0200)

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

Marek Vasut (20):
      PXA: Implement ELF relocation
      PXA: Use pxa-regs.h register definitions in start.S
      PXA: cerf250: Fix for reloc
      PXA: colibri_pxa270: Fix for reloc
      PXA: cradle: Fix for reloc
      PXA: csb226: Fix for reloc
      PXA: innokom: Fix for reloc
      PXA: lubbock: Fix for reloc
      PXA: palmld: Fix for reloc
      PXA: palmtc: Fix for reloc
      PXA: pleb2: Fix for reloc
      PXA: pxa255_idp: Fix for reloc
      PXA: trizepsiv: Fix for reloc
      PXA: xaeniax: Fix for reloc
      PXA: xm250: Fix for reloc
      PXA: vpac270: Add missing CONFIG_SYS_TEXT_BASE
      PXA: zipitz2: Add missing CONFIG_SYS_TEXT_BASE
      PXA: Remove "delta" board
      PXA: Remove "wepep250" board
      PXA: Remove "xsengine" board

 arch/arm/cpu/pxa/start.S              |  149 +++++-----
 arch/arm/cpu/pxa/u-boot.lds           |   19 +-
 board/cerf250/Makefile                |   10 +-
 board/cerf250/cerf250.c               |   22 +-
 board/cerf250/config.mk               |    5 -
 board/cerf250/lowlevel_init.S         |  411 ------------------------
 board/colibri_pxa270/Makefile         |   10 +-
 board/colibri_pxa270/colibri_pxa270.c |   18 +-
 board/colibri_pxa270/config.mk        |    1 -
 board/colibri_pxa270/lowlevel_init.S  |   36 ---
 board/cradle/Makefile                 |   10 +-
 board/cradle/config.mk                |    2 -
 board/cradle/cradle.c                 |   30 +-
 board/cradle/lowlevel_init.S          |  515 ------------------------------
 board/csb226/Makefile                 |   10 +-
 board/csb226/config.mk                |   15 -
 board/csb226/csb226.c                 |   22 +-
 board/csb226/lowlevel_init.S          |  437 --------------------------
 board/delta/Makefile                  |   52 ---
 board/delta/config.mk                 |    1 -
 board/delta/delta.c                   |  378 ----------------------
 board/delta/lowlevel_init.S           |  146 ---------
 board/delta/nand.c                    |  558 ---------------------------------
 board/innokom/Makefile                |   10 +-
 board/innokom/config.mk               |   15 -
 board/innokom/innokom.c               |   23 +-
 board/innokom/lowlevel_init.S         |  437 --------------------------
 board/lubbock/Makefile                |   10 +-
 board/lubbock/config.mk               |    3 -
 board/lubbock/lowlevel_init.S         |  411 ------------------------
 board/lubbock/lubbock.c               |   22 +-
 board/palmld/Makefile                 |   10 +-
 board/palmld/config.mk                |    1 -
 board/palmld/lowlevel_init.S          |   45 ---
 board/palmld/palmld.c                 |   16 +-
 board/palmld/u-boot.lds               |   56 ----
 board/palmtc/Makefile                 |    9 +-
 board/palmtc/config.mk                |    1 -
 board/palmtc/lowlevel_init.S          |   39 ---
 board/palmtc/palmtc.c                 |   13 +-
 board/palmtc/u-boot.lds               |   56 ----
 board/pleb2/Makefile                  |   10 +-
 board/pleb2/config.mk                 |    3 -
 board/pleb2/lowlevel_init.S           |  488 ----------------------------
 board/pleb2/pleb2.c                   |   22 +-
 board/pxa255_idp/Makefile             |   10 +-
 board/pxa255_idp/config.mk            |    3 -
 board/pxa255_idp/lowlevel_init.S      |  496 -----------------------------
 board/pxa255_idp/pxa_idp.c            |   23 +-
 board/trizepsiv/Makefile              |   10 +-
 board/trizepsiv/config.mk             |    3 -
 board/trizepsiv/conxs.c               |   23 +-
 board/trizepsiv/lowlevel_init.S       |  503 -----------------------------
 board/trizepsiv/pxavoltage.S          |   29 --
 board/wepep250/Makefile               |   51 ---
 board/wepep250/config.mk              |   11 -
 board/wepep250/flash.c                |  324 -------------------
 board/wepep250/intel.h                |   99 ------
 board/wepep250/lowlevel_init.S        |  145 ---------
 board/wepep250/wepep250.c             |   68 ----
 board/xaeniax/Makefile                |   10 +-
 board/xaeniax/config.mk               |    2 -
 board/xaeniax/lowlevel_init.S         |  424 -------------------------
 board/xaeniax/xaeniax.c               |   22 +-
 board/xm250/Makefile                  |   10 +-
 board/xm250/config.mk                 |   35 --
 board/xm250/lowlevel_init.S           |  519 ------------------------------
 board/xm250/xm250.c                   |   27 +-
 board/xsengine/Makefile               |   51 ---
 board/xsengine/config.mk              |    1 -
 board/xsengine/flash.c                |  470 ---------------------------
 board/xsengine/lowlevel_init.S        |  221 -------------
 board/xsengine/xsengine.c             |   75 -----
 boards.cfg                            |    3 -
 include/configs/cerf250.h             |   14 +-
 include/configs/colibri_pxa270.h      |    2 +-
 include/configs/cradle.h              |   18 +-
 include/configs/csb226.h              |    7 +-
 include/configs/delta.h               |  267 ----------------
 include/configs/innokom.h             |    8 +
 include/configs/lubbock.h             |    8 +-
 include/configs/palmld.h              |    1 +
 include/configs/palmtc.h              |    1 +
 include/configs/pleb2.h               |   18 +-
 include/configs/pxa255_idp.h          |    8 +-
 include/configs/trizepsiv.h           |    1 +
 include/configs/vpac270.h             |    1 +
 include/configs/wepep250.h            |  199 ------------
 include/configs/xaeniax.h             |    9 +-
 include/configs/xm250.h               |    9 +-
 include/configs/xsengine.h            |  216 -------------
 include/configs/zipitz2.h             |    1 +
 92 files changed, 355 insertions(+), 8658 deletions(-)
 delete mode 100644 board/cerf250/config.mk
 delete mode 100644 board/cerf250/lowlevel_init.S
 delete mode 100644 board/colibri_pxa270/config.mk
 delete mode 100644 board/colibri_pxa270/lowlevel_init.S
 delete mode 100644 board/cradle/config.mk
 delete mode 100644 board/cradle/lowlevel_init.S
 delete mode 100644 board/csb226/config.mk
 delete mode 100644 board/csb226/lowlevel_init.S
 delete mode 100644 board/delta/Makefile
 delete mode 100644 board/delta/config.mk
 delete mode 100644 board/delta/delta.c
 delete mode 100644 board/delta/lowlevel_init.S
 delete mode 100644 board/delta/nand.c
 delete mode 100644 board/innokom/config.mk
 delete mode 100644 board/innokom/lowlevel_init.S
 delete mode 100644 board/lubbock/config.mk
 delete mode 100644 board/lubbock/lowlevel_init.S
 delete mode 100644 board/palmld/config.mk
 delete mode 100644 board/palmld/lowlevel_init.S
 delete mode 100644 board/palmld/u-boot.lds
 delete mode 100644 board/palmtc/config.mk
 delete mode 100644 board/palmtc/lowlevel_init.S
 delete mode 100644 board/palmtc/u-boot.lds
 delete mode 100644 board/pleb2/config.mk
 delete mode 100644 board/pleb2/lowlevel_init.S
 delete mode 100644 board/pxa255_idp/config.mk
 delete mode 100644 board/pxa255_idp/lowlevel_init.S
 delete mode 100644 board/trizepsiv/config.mk
 delete mode 100644 board/trizepsiv/lowlevel_init.S
 delete mode 100644 board/trizepsiv/pxavoltage.S
 delete mode 100644 board/wepep250/Makefile
 delete mode 100644 board/wepep250/config.mk
 delete mode 100644 board/wepep250/flash.c
 delete mode 100644 board/wepep250/intel.h
 delete mode 100644 board/wepep250/lowlevel_init.S
 delete mode 100644 board/wepep250/wepep250.c
 delete mode 100644 board/xaeniax/config.mk
 delete mode 100644 board/xaeniax/lowlevel_init.S
 delete mode 100644 board/xm250/config.mk
 delete mode 100644 board/xm250/lowlevel_init.S
 delete mode 100644 board/xsengine/Makefile
 delete mode 100644 board/xsengine/config.mk
 delete mode 100644 board/xsengine/flash.c
 delete mode 100644 board/xsengine/lowlevel_init.S
 delete mode 100644 board/xsengine/xsengine.c
 delete mode 100644 include/configs/delta.h
 delete mode 100644 include/configs/wepep250.h
 delete mode 100644 include/configs/xsengine.h

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

* [U-Boot] [PULL] U-Boot-pxa pull request
  2010-10-21 23:41 Marek Vasut
@ 2010-10-23 20:08 ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2010-10-23 20:08 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,

In message <201010220141.33121.marek.vasut@gmail.com> you wrote:
> Hi,
> please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your u-
> boot/master branch. Thanks
> 
> The following changes since commit fff6ec382c139eb242bd85356e66a0bc43becb63:
> 
>   Fix building for 83xx boards with USB support (2010-10-21 20:00:41 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-pxa.git for-wd-master
> 
> Marek Vasut (20):
>       PXA: Implement ELF relocation
>       PXA: Use pxa-regs.h register definitions in start.S
>       PXA: cerf250: Fix for reloc
>       PXA: colibri_pxa270: Fix for reloc
>       PXA: cradle: Fix for reloc
>       PXA: csb226: Fix for reloc
>       PXA: innokom: Fix for reloc
>       PXA: lubbock: Fix for reloc
>       PXA: palmld: Fix for reloc
>       PXA: palmtc: Fix for reloc
>       PXA: pleb2: Fix for reloc
>       PXA: pxa255_idp: Fix for reloc
>       PXA: trizepsiv: Fix for reloc
>       PXA: xaeniax: Fix for reloc
>       PXA: xm250: Fix for reloc
>       PXA: vpac270: Add missing CONFIG_SYS_TEXT_BASE
>       PXA: zipitz2: Add missing CONFIG_SYS_TEXT_BASE
>       PXA: Remove "delta" board
>       PXA: Remove "wepep250" board
>       PXA: Remove "xsengine" board
> 
>  arch/arm/cpu/pxa/start.S              |  149 +++++-----
>  arch/arm/cpu/pxa/u-boot.lds           |   19 +-
>  board/cerf250/Makefile                |   10 +-
>  board/cerf250/cerf250.c               |   22 +-
>  board/cerf250/config.mk               |    5 -
>  board/cerf250/lowlevel_init.S         |  411 ------------------------
>  board/colibri_pxa270/Makefile         |   10 +-
>  board/colibri_pxa270/colibri_pxa270.c |   18 +-
>  board/colibri_pxa270/config.mk        |    1 -
>  board/colibri_pxa270/lowlevel_init.S  |   36 ---
>  board/cradle/Makefile                 |   10 +-
>  board/cradle/config.mk                |    2 -
>  board/cradle/cradle.c                 |   30 +-
>  board/cradle/lowlevel_init.S          |  515 ------------------------------
>  board/csb226/Makefile                 |   10 +-
>  board/csb226/config.mk                |   15 -
>  board/csb226/csb226.c                 |   22 +-
>  board/csb226/lowlevel_init.S          |  437 --------------------------
>  board/delta/Makefile                  |   52 ---
>  board/delta/config.mk                 |    1 -
>  board/delta/delta.c                   |  378 ----------------------
>  board/delta/lowlevel_init.S           |  146 ---------
>  board/delta/nand.c                    |  558 ---------------------------------
>  board/innokom/Makefile                |   10 +-
>  board/innokom/config.mk               |   15 -
>  board/innokom/innokom.c               |   23 +-
>  board/innokom/lowlevel_init.S         |  437 --------------------------
>  board/lubbock/Makefile                |   10 +-
>  board/lubbock/config.mk               |    3 -
>  board/lubbock/lowlevel_init.S         |  411 ------------------------
>  board/lubbock/lubbock.c               |   22 +-
>  board/palmld/Makefile                 |   10 +-
>  board/palmld/config.mk                |    1 -
>  board/palmld/lowlevel_init.S          |   45 ---
>  board/palmld/palmld.c                 |   16 +-
>  board/palmld/u-boot.lds               |   56 ----
>  board/palmtc/Makefile                 |    9 +-
>  board/palmtc/config.mk                |    1 -
>  board/palmtc/lowlevel_init.S          |   39 ---
>  board/palmtc/palmtc.c                 |   13 +-
>  board/palmtc/u-boot.lds               |   56 ----
>  board/pleb2/Makefile                  |   10 +-
>  board/pleb2/config.mk                 |    3 -
>  board/pleb2/lowlevel_init.S           |  488 ----------------------------
>  board/pleb2/pleb2.c                   |   22 +-
>  board/pxa255_idp/Makefile             |   10 +-
>  board/pxa255_idp/config.mk            |    3 -
>  board/pxa255_idp/lowlevel_init.S      |  496 -----------------------------
>  board/pxa255_idp/pxa_idp.c            |   23 +-
>  board/trizepsiv/Makefile              |   10 +-
>  board/trizepsiv/config.mk             |    3 -
>  board/trizepsiv/conxs.c               |   23 +-
>  board/trizepsiv/lowlevel_init.S       |  503 -----------------------------
>  board/trizepsiv/pxavoltage.S          |   29 --
>  board/wepep250/Makefile               |   51 ---
>  board/wepep250/config.mk              |   11 -
>  board/wepep250/flash.c                |  324 -------------------
>  board/wepep250/intel.h                |   99 ------
>  board/wepep250/lowlevel_init.S        |  145 ---------
>  board/wepep250/wepep250.c             |   68 ----
>  board/xaeniax/Makefile                |   10 +-
>  board/xaeniax/config.mk               |    2 -
>  board/xaeniax/lowlevel_init.S         |  424 -------------------------
>  board/xaeniax/xaeniax.c               |   22 +-
>  board/xm250/Makefile                  |   10 +-
>  board/xm250/config.mk                 |   35 --
>  board/xm250/lowlevel_init.S           |  519 ------------------------------
>  board/xm250/xm250.c                   |   27 +-
>  board/xsengine/Makefile               |   51 ---
>  board/xsengine/config.mk              |    1 -
>  board/xsengine/flash.c                |  470 ---------------------------
>  board/xsengine/lowlevel_init.S        |  221 -------------
>  board/xsengine/xsengine.c             |   75 -----
>  boards.cfg                            |    3 -
>  include/configs/cerf250.h             |   14 +-
>  include/configs/colibri_pxa270.h      |    2 +-
>  include/configs/cradle.h              |   18 +-
>  include/configs/csb226.h              |    7 +-
>  include/configs/delta.h               |  267 ----------------
>  include/configs/innokom.h             |    8 +
>  include/configs/lubbock.h             |    8 +-
>  include/configs/palmld.h              |    1 +
>  include/configs/palmtc.h              |    1 +
>  include/configs/pleb2.h               |   18 +-
>  include/configs/pxa255_idp.h          |    8 +-
>  include/configs/trizepsiv.h           |    1 +
>  include/configs/vpac270.h             |    1 +
>  include/configs/wepep250.h            |  199 ------------
>  include/configs/xaeniax.h             |    9 +-
>  include/configs/xm250.h               |    9 +-
>  include/configs/xsengine.h            |  216 -------------
>  include/configs/zipitz2.h             |    1 +
>  92 files changed, 355 insertions(+), 8658 deletions(-)
>  delete mode 100644 board/cerf250/config.mk
>  delete mode 100644 board/cerf250/lowlevel_init.S
>  delete mode 100644 board/colibri_pxa270/config.mk
>  delete mode 100644 board/colibri_pxa270/lowlevel_init.S
>  delete mode 100644 board/cradle/config.mk
>  delete mode 100644 board/cradle/lowlevel_init.S
>  delete mode 100644 board/csb226/config.mk
>  delete mode 100644 board/csb226/lowlevel_init.S
>  delete mode 100644 board/delta/Makefile
>  delete mode 100644 board/delta/config.mk
>  delete mode 100644 board/delta/delta.c
>  delete mode 100644 board/delta/lowlevel_init.S
>  delete mode 100644 board/delta/nand.c
>  delete mode 100644 board/innokom/config.mk
>  delete mode 100644 board/innokom/lowlevel_init.S
>  delete mode 100644 board/lubbock/config.mk
>  delete mode 100644 board/lubbock/lowlevel_init.S
>  delete mode 100644 board/palmld/config.mk
>  delete mode 100644 board/palmld/lowlevel_init.S
>  delete mode 100644 board/palmld/u-boot.lds
>  delete mode 100644 board/palmtc/config.mk
>  delete mode 100644 board/palmtc/lowlevel_init.S
>  delete mode 100644 board/palmtc/u-boot.lds
>  delete mode 100644 board/pleb2/config.mk
>  delete mode 100644 board/pleb2/lowlevel_init.S
>  delete mode 100644 board/pxa255_idp/config.mk
>  delete mode 100644 board/pxa255_idp/lowlevel_init.S
>  delete mode 100644 board/trizepsiv/config.mk
>  delete mode 100644 board/trizepsiv/lowlevel_init.S
>  delete mode 100644 board/trizepsiv/pxavoltage.S
>  delete mode 100644 board/wepep250/Makefile
>  delete mode 100644 board/wepep250/config.mk
>  delete mode 100644 board/wepep250/flash.c
>  delete mode 100644 board/wepep250/intel.h
>  delete mode 100644 board/wepep250/lowlevel_init.S
>  delete mode 100644 board/wepep250/wepep250.c
>  delete mode 100644 board/xaeniax/config.mk
>  delete mode 100644 board/xaeniax/lowlevel_init.S
>  delete mode 100644 board/xm250/config.mk
>  delete mode 100644 board/xm250/lowlevel_init.S
>  delete mode 100644 board/xsengine/Makefile
>  delete mode 100644 board/xsengine/config.mk
>  delete mode 100644 board/xsengine/flash.c
>  delete mode 100644 board/xsengine/lowlevel_init.S
>  delete mode 100644 board/xsengine/xsengine.c
>  delete mode 100644 include/configs/delta.h
>  delete mode 100644 include/configs/wepep250.h
>  delete mode 100644 include/configs/xsengine.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
A Chairman was as necessary to a Board planet  as  the  zero  was  in
mathematics, but being a zero had big disadvantages...
                         - Terry Pratchett, _The Dark Side of the Sun_

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

* [U-Boot] [PULL] U-Boot-pxa pull request
@ 2010-10-27 22:05 Marek Vasut
  2010-10-29 19:45 ` Wolfgang Denk
  0 siblings, 1 reply; 11+ messages in thread
From: Marek Vasut @ 2010-10-27 22:05 UTC (permalink / raw)
  To: u-boot

Hi,
please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your u-
boot/master branch. Thanks

The following changes since commit 908614f20f7f0f5df736eed21b88e81ebbf14e86:

  Prepare v2010.12-rc1 (2010-10-27 22:49:13 +0200)

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

Mikhail Kshevetskiy (1):
      arm/pxa: remove unused arch-pxa/macro.h

 arch/arm/cpu/pxa/start.S                  |    1 -
 arch/arm/include/asm/arch-pxa/macro.h     |  328 -----------------------------
 onenand_ipl/board/vpac270/Makefile        |    5 -
 onenand_ipl/board/vpac270/lowlevel_init.S |   34 ---
 4 files changed, 0 insertions(+), 368 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-pxa/macro.h
 delete mode 100644 onenand_ipl/board/vpac270/lowlevel_init.S

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

* [U-Boot] [PULL] U-Boot-pxa pull request
  2010-10-27 22:05 Marek Vasut
@ 2010-10-29 19:45 ` Wolfgang Denk
  0 siblings, 0 replies; 11+ messages in thread
From: Wolfgang Denk @ 2010-10-29 19:45 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,

In message <201010280005.26816.marek.vasut@gmail.com> you wrote:
> Hi,
> please pull my git://git.denx.de/u-boot-pxa for-wd-master branch into your u-
> boot/master branch. Thanks
> 
> The following changes since commit 908614f20f7f0f5df736eed21b88e81ebbf14e86:
> 
>   Prepare v2010.12-rc1 (2010-10-27 22:49:13 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-pxa.git for-wd-master
> 
> Mikhail Kshevetskiy (1):
>       arm/pxa: remove unused arch-pxa/macro.h
> 
>  arch/arm/cpu/pxa/start.S                  |    1 -
>  arch/arm/include/asm/arch-pxa/macro.h     |  328 -----------------------------
>  onenand_ipl/board/vpac270/Makefile        |    5 -
>  onenand_ipl/board/vpac270/lowlevel_init.S |   34 ---
>  4 files changed, 0 insertions(+), 368 deletions(-)
>  delete mode 100644 arch/arm/include/asm/arch-pxa/macro.h
>  delete mode 100644 onenand_ipl/board/vpac270/lowlevel_init.S

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 impractical for  the  standard  to  attempt  to  constrain  the
behavior  of code that does not obey the constraints of the standard.
                                                          - Doug Gwyn

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

* [U-Boot] [PULL] U-Boot-pxa pull request
@ 2011-05-27 14:56 Marek Vasut
  2011-06-23  6:27 ` Albert ARIBAUD
  0 siblings, 1 reply; 11+ messages in thread
From: Marek Vasut @ 2011-05-27 14:56 UTC (permalink / raw)
  To: u-boot

Hi,
please pull my git://git.denx.de/u-boot-pxa ixp branch into your u-
boot/master branch. Thanks

These are mostly the IXP changes + I added the fix I promissed you half a year 
ago ... damn the time runs fast :-/

Cheers

The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3:

  .gitignore: update list of u-boot.* files and add *.bin (2011-05-22 23:46:26 
+0200)

are available in the git repository at:
  git://git.denx.de/u-boot-pxa.git ixp

Marek Vasut (1):
      Move wepep250,delta,xsengine to scrapyard

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                               |   49 ++--
 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 +-
 doc/README.scrapyard                      |    3 +
 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 +-
 47 files changed, 1692 insertions(+), 1588 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

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

* [U-Boot] [PULL] U-Boot-pxa pull request
  2011-05-27 14:56 Marek Vasut
@ 2011-06-23  6:27 ` Albert ARIBAUD
  0 siblings, 0 replies; 11+ messages in thread
From: Albert ARIBAUD @ 2011-06-23  6:27 UTC (permalink / raw)
  To: u-boot

Le 27/05/2011 16:56, Marek Vasut a ?crit :
> Hi,
> please pull my git://git.denx.de/u-boot-pxa ixp branch into your u-
> boot/master branch. Thanks
>
> These are mostly the IXP changes + I added the fix I promissed you half a year
> ago ... damn the time runs fast :-/
>
> Cheers
>
> The following changes since commit 5d1ee00b1fe1180503f6dfc10e87a6c6e74778f3:
>
>    .gitignore: update list of u-boot.* files and add *.bin (2011-05-22 23:46:26
> +0200)
>
> are available in the git repository at:
>    git://git.denx.de/u-boot-pxa.git ixp
>
> Marek Vasut (1):
>        Move wepep250,delta,xsengine to scrapyard
>
> 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                               |   49 ++--
>   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 +-
>   doc/README.scrapyard                      |    3 +
>   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 +-
>   47 files changed, 1692 insertions(+), 1588 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 (with a trivial merge on boards.cfg), thanks, and apologies for 
missing this!

Amicalement,
-- 
Albert.

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

end of thread, other threads:[~2011-06-23  6:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 20:28 [U-Boot] [PULL] U-Boot-pxa pull request Marek Vasut
2010-10-19 20:41 ` Wolfgang Denk
2010-10-19 22:07 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2011-05-27 14:56 Marek Vasut
2011-06-23  6:27 ` Albert ARIBAUD
2010-10-27 22:05 Marek Vasut
2010-10-29 19:45 ` Wolfgang Denk
2010-10-21 23:41 Marek Vasut
2010-10-23 20:08 ` Wolfgang Denk
2010-08-20  9:58 Marek Vasut
2010-09-07 21:17 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox