public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PULL] U-Boot-pxa
@ 2010-07-14 21:41 Marek Vasut
  2010-07-15 20:56 ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2010-07-14 21:41 UTC (permalink / raw)
  To: u-boot

Please merge into -master.

The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0:

  Merge branch 'next' of git://git.denx.de/u-boot-nios (2010-07-14 22:07:41 
+0200)

are available in the git repository at:

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

Marek Vasut (9):
      Enable PXAFB for PXA27X and PXA3XX
      PXA: Add hardware init helper macros
      PXA: Add PWM2 and PWM3 regs to pxa-regs.h
      PXA: Add OneNAND booting support to start.S
      Voipac PXA270 LCD Support
      PXA: Add support for LMS285GF05 into pxafb
      PXA: Voipac PXA270 Support
      PXA: Toradex Colibri PXA270 support
      PXA: ZipitZ2 support

 MAKEALL                                      |    4 +
 Makefile                                     |    9 +
 arch/arm/cpu/pxa/pxafb.c                     |   76 ++++++-
 arch/arm/cpu/pxa/start.S                     |   48 ++++-
 arch/arm/include/asm/arch-pxa/macro.h        |  324 ++++++++++++++++++++++++++
 arch/arm/include/asm/arch-pxa/pxa-regs.h     |   10 +-
 board/colibri_pxa270/Makefile                |   45 ++++
 board/colibri_pxa270/colibri_pxa270.c        |  118 ++++++++++
 board/colibri_pxa270/config.mk               |    1 +
 board/colibri_pxa270/lowlevel_init.S         |   36 +++
 board/vpac270/Makefile                       |   48 ++++
 board/vpac270/config.mk                      |    1 +
 board/vpac270/lowlevel_init.S                |   40 ++++
 board/vpac270/u-boot.lds                     |   55 +++++
 board/vpac270/vpac270.c                      |  127 ++++++++++
 board/zipitz2/Makefile                       |   54 +++++
 board/zipitz2/config.mk                      |    1 +
 board/zipitz2/lowlevel_init.S                |   40 ++++
 board/zipitz2/u-boot.lds                     |   56 +++++
 board/zipitz2/zipitz2.c                      |  213 +++++++++++++++++
 boards.cfg                                   |    2 +
 common/lcd.c                                 |   12 +-
 include/configs/colibri_pxa270.h             |  278 ++++++++++++++++++++++
 include/configs/vpac270.h                    |  323 +++++++++++++++++++++++++
 include/configs/zipitz2.h                    |  259 ++++++++++++++++++++
 include/lcd.h                                |    2 +-
 onenand_ipl/board/vpac270/Makefile           |   83 +++++++
 onenand_ipl/board/vpac270/config.mk          |    1 +
 onenand_ipl/board/vpac270/lowlevel_init.S    |   34 +++
 onenand_ipl/board/vpac270/u-boot.onenand.lds |   51 ++++
 onenand_ipl/board/vpac270/vpac270.c          |   42 ++++
 31 files changed, 2379 insertions(+), 14 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-pxa/macro.h
 create mode 100644 board/colibri_pxa270/Makefile
 create mode 100644 board/colibri_pxa270/colibri_pxa270.c
 create mode 100644 board/colibri_pxa270/config.mk
 create mode 100644 board/colibri_pxa270/lowlevel_init.S
 create mode 100644 board/vpac270/Makefile
 create mode 100644 board/vpac270/config.mk
 create mode 100644 board/vpac270/lowlevel_init.S
 create mode 100644 board/vpac270/u-boot.lds
 create mode 100644 board/vpac270/vpac270.c
 create mode 100644 board/zipitz2/Makefile
 create mode 100644 board/zipitz2/config.mk
 create mode 100644 board/zipitz2/lowlevel_init.S
 create mode 100644 board/zipitz2/u-boot.lds
 create mode 100644 board/zipitz2/zipitz2.c
 create mode 100644 include/configs/colibri_pxa270.h
 create mode 100644 include/configs/vpac270.h
 create mode 100644 include/configs/zipitz2.h
 create mode 100644 onenand_ipl/board/vpac270/Makefile
 create mode 100644 onenand_ipl/board/vpac270/config.mk
 create mode 100644 onenand_ipl/board/vpac270/lowlevel_init.S
 create mode 100644 onenand_ipl/board/vpac270/u-boot.onenand.lds
 create mode 100644 onenand_ipl/board/vpac270/vpac270.c

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

* [U-Boot] [PULL] U-Boot-pxa
  2010-07-14 21:41 [U-Boot] [PULL] U-Boot-pxa Marek Vasut
@ 2010-07-15 20:56 ` Wolfgang Denk
  2010-07-15 21:07   ` Paulraj, Sandeep
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Denk @ 2010-07-15 20:56 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,

In message <201007142341.38179.marek.vasut@gmail.com> you wrote:
> Please merge into -master.
> 
> The following changes since commit d6f324d03d7829a1da1dee8b60f91b173a3976f0:
> 
>   Merge branch 'next' of git://git.denx.de/u-boot-nios (2010-07-14 22:07:41 
> +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-pxa.git master
> 
> Marek Vasut (9):
>       Enable PXAFB for PXA27X and PXA3XX
>       PXA: Add hardware init helper macros
>       PXA: Add PWM2 and PWM3 regs to pxa-regs.h
>       PXA: Add OneNAND booting support to start.S
>       Voipac PXA270 LCD Support
>       PXA: Add support for LMS285GF05 into pxafb
>       PXA: Voipac PXA270 Support
>       PXA: Toradex Colibri PXA270 support
>       PXA: ZipitZ2 support
> 
>  MAKEALL                                      |    4 +
>  Makefile                                     |    9 +
>  arch/arm/cpu/pxa/pxafb.c                     |   76 ++++++-
>  arch/arm/cpu/pxa/start.S                     |   48 ++++-
>  arch/arm/include/asm/arch-pxa/macro.h        |  324 ++++++++++++++++++++++++++
>  arch/arm/include/asm/arch-pxa/pxa-regs.h     |   10 +-
>  board/colibri_pxa270/Makefile                |   45 ++++
>  board/colibri_pxa270/colibri_pxa270.c        |  118 ++++++++++
>  board/colibri_pxa270/config.mk               |    1 +
>  board/colibri_pxa270/lowlevel_init.S         |   36 +++
>  board/vpac270/Makefile                       |   48 ++++
>  board/vpac270/config.mk                      |    1 +
>  board/vpac270/lowlevel_init.S                |   40 ++++
>  board/vpac270/u-boot.lds                     |   55 +++++
>  board/vpac270/vpac270.c                      |  127 ++++++++++
>  board/zipitz2/Makefile                       |   54 +++++
>  board/zipitz2/config.mk                      |    1 +
>  board/zipitz2/lowlevel_init.S                |   40 ++++
>  board/zipitz2/u-boot.lds                     |   56 +++++
>  board/zipitz2/zipitz2.c                      |  213 +++++++++++++++++
>  boards.cfg                                   |    2 +
>  common/lcd.c                                 |   12 +-
>  include/configs/colibri_pxa270.h             |  278 ++++++++++++++++++++++
>  include/configs/vpac270.h                    |  323 +++++++++++++++++++++++++
>  include/configs/zipitz2.h                    |  259 ++++++++++++++++++++
>  include/lcd.h                                |    2 +-
>  onenand_ipl/board/vpac270/Makefile           |   83 +++++++
>  onenand_ipl/board/vpac270/config.mk          |    1 +
>  onenand_ipl/board/vpac270/lowlevel_init.S    |   34 +++
>  onenand_ipl/board/vpac270/u-boot.onenand.lds |   51 ++++
>  onenand_ipl/board/vpac270/vpac270.c          |   42 ++++
>  31 files changed, 2379 insertions(+), 14 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-pxa/macro.h
>  create mode 100644 board/colibri_pxa270/Makefile
>  create mode 100644 board/colibri_pxa270/colibri_pxa270.c
>  create mode 100644 board/colibri_pxa270/config.mk
>  create mode 100644 board/colibri_pxa270/lowlevel_init.S
>  create mode 100644 board/vpac270/Makefile
>  create mode 100644 board/vpac270/config.mk
>  create mode 100644 board/vpac270/lowlevel_init.S
>  create mode 100644 board/vpac270/u-boot.lds
>  create mode 100644 board/vpac270/vpac270.c
>  create mode 100644 board/zipitz2/Makefile
>  create mode 100644 board/zipitz2/config.mk
>  create mode 100644 board/zipitz2/lowlevel_init.S
>  create mode 100644 board/zipitz2/u-boot.lds
>  create mode 100644 board/zipitz2/zipitz2.c
>  create mode 100644 include/configs/colibri_pxa270.h
>  create mode 100644 include/configs/vpac270.h
>  create mode 100644 include/configs/zipitz2.h
>  create mode 100644 onenand_ipl/board/vpac270/Makefile
>  create mode 100644 onenand_ipl/board/vpac270/config.mk
>  create mode 100644 onenand_ipl/board/vpac270/lowlevel_init.S
>  create mode 100644 onenand_ipl/board/vpac270/u-boot.onenand.lds
>  create mode 100644 onenand_ipl/board/vpac270/vpac270.c

Pulled into u-boot-arm #master. 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 Ada exception is when a routine gets in trouble and says
'Beam me up, Scotty'.

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

* [U-Boot] [PULL] U-Boot-pxa
  2010-07-15 20:56 ` Wolfgang Denk
@ 2010-07-15 21:07   ` Paulraj, Sandeep
  2010-07-15 22:15     ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: Paulraj, Sandeep @ 2010-07-15 21:07 UTC (permalink / raw)
  To: u-boot



> Dear Marek Vasut,
> 
> In message <201007142341.38179.marek.vasut@gmail.com> you wrote:
> > Please merge into -master.
> >
> > The following changes since commit
> d6f324d03d7829a1da1dee8b60f91b173a3976f0:
> >
> >   Merge branch 'next' of git://git.denx.de/u-boot-nios (2010-07-14
> 22:07:41
> > +0200)
> >
> > are available in the git repository at:
> >
> >   git://git.denx.de/u-boot-pxa.git master
> >
> > Marek Vasut (9):
> >       Enable PXAFB for PXA27X and PXA3XX
> >       PXA: Add hardware init helper macros
> >       PXA: Add PWM2 and PWM3 regs to pxa-regs.h
> >       PXA: Add OneNAND booting support to start.S
> >       Voipac PXA270 LCD Support
> >       PXA: Add support for LMS285GF05 into pxafb
> >       PXA: Voipac PXA270 Support
> >       PXA: Toradex Colibri PXA270 support
> >       PXA: ZipitZ2 support
> >
> 
> Pulled into u-boot-arm #master. Thanks
> 
> Best regards,
> 
> Wolfgang Denk


Just curious to know

Who will send the ARM pull request?

Regards,
Sandeep

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

* [U-Boot] [PULL] U-Boot-pxa
  2010-07-15 21:07   ` Paulraj, Sandeep
@ 2010-07-15 22:15     ` Wolfgang Denk
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2010-07-15 22:15 UTC (permalink / raw)
  To: u-boot

Dear "Paulraj, Sandeep",

In message <0554BEF07D437848AF01B9C9B5F0BC5D9F3E6A36@dlee01.ent.ti.com> you wrote:
> 
> Just curious to know
> 
> Who will send the ARM pull request?

The officiating ARM custodian,of course :-)

[i. e. me]

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
"Morality is one thing.  Ratings are everything."
- A Network 23 executive on "Max Headroom"

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

* [U-Boot] [PULL] U-Boot-pxa
@ 2010-07-22 15:01 Marek Vasut
  2010-07-29  1:14 ` Marek Vasut
  2010-08-03 21:17 ` Wolfgang Denk
  0 siblings, 2 replies; 8+ messages in thread
From: Marek Vasut @ 2010-07-22 15:01 UTC (permalink / raw)
  To: u-boot

Hi, please merge my "for-wd-master" branch into u-boot.git "master" branch. 
Thanks

The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2010-07-17 20:49:59 
+0200)

are available in the git repository at:

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

Marek Vasut (8):
      ARM: Define __raw_readX and __raw_writeX
      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
      Merge branch 'palm' into for-wd-master
      PXA: Vpac270 config fixes

 arch/arm/cpu/pxa/pxafb.c     |   68 +++++++++++
 arch/arm/include/asm/io.h    |   46 ++++++-
 board/palmld/Makefile        |   54 ++++++++
 board/palmld/config.mk       |    1 +
 board/palmld/lowlevel_init.S |   46 +++++++
 board/palmld/palmld.c        |   81 ++++++++++++
 board/palmld/u-boot.lds      |   56 +++++++++
 board/palmtc/Makefile        |   54 ++++++++
 board/palmtc/config.mk       |    3 +
 board/palmtc/lowlevel_init.S |   40 ++++++
 board/palmtc/palmtc.c        |   77 ++++++++++++
 board/palmtc/u-boot.lds      |   56 +++++++++
 boards.cfg                   |    2 +
 common/serial.c              |    2 +-
 include/configs/palmld.h     |  275 ++++++++++++++++++++++++++++++++++++++++++
 include/configs/palmtc.h     |  250 ++++++++++++++++++++++++++++++++++++++
 include/configs/vpac270.h    |   12 ++-
 17 files changed, 1115 insertions(+), 8 deletions(-)
 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/palmld.h
 create mode 100644 include/configs/palmtc.h

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

* [U-Boot] [PULL] U-Boot-pxa
  2010-07-22 15:01 Marek Vasut
@ 2010-07-29  1:14 ` Marek Vasut
  2010-08-03 21:39   ` Wolfgang Denk
  2010-08-03 21:17 ` Wolfgang Denk
  1 sibling, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2010-07-29  1:14 UTC (permalink / raw)
  To: u-boot

Dne ?t 22. ?ervence 2010 17:01:37 Marek Vasut napsal(a):
> Hi, please merge my "for-wd-master" branch into u-boot.git "master" branch.
> Thanks

Hi Wolfgang,

I added two more patches. Here's a revised pull request, please merge my "for-
wd-master" branch into u-boot.git "master" branch.

Thanks!

The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2010-07-17 20:49:59 
+0200)

are available in the git repository at:

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

Marek Vasut (9):
      ARM: Define __raw_readX and __raw_writeX
      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: Vpac270 config fixes
      PXA: Balloon3 board support
      PXA: Voipac270 128MB module support

 MAKEALL                        |    3 +-
 Makefile                       |    7 +-
 arch/arm/cpu/pxa/pxafb.c       |   68 +++++++++
 arch/arm/include/asm/io.h      |   46 ++++++-
 board/balloon3/Makefile        |   48 +++++++
 board/balloon3/balloon3.c      |  244 ++++++++++++++++++++++++++++++++
 board/balloon3/config.mk       |    1 +
 board/balloon3/lowlevel_init.S |   40 ++++++
 board/balloon3/u-boot.lds      |   55 +++++++
 board/palmld/Makefile          |   54 +++++++
 board/palmld/config.mk         |    1 +
 board/palmld/lowlevel_init.S   |   46 ++++++
 board/palmld/palmld.c          |   81 +++++++++++
 board/palmld/u-boot.lds        |   56 ++++++++
 board/palmtc/Makefile          |   54 +++++++
 board/palmtc/config.mk         |    3 +
 board/palmtc/lowlevel_init.S   |   40 ++++++
 board/palmtc/palmtc.c          |   77 ++++++++++
 board/palmtc/u-boot.lds        |   56 ++++++++
 board/vpac270/vpac270.c        |    7 +-
 boards.cfg                     |    3 +
 common/serial.c                |    2 +-
 include/configs/balloon3.h     |  303 ++++++++++++++++++++++++++++++++++++++++
 include/configs/palmld.h       |  275 ++++++++++++++++++++++++++++++++++++
 include/configs/palmtc.h       |  250 +++++++++++++++++++++++++++++++++
 include/configs/vpac270.h      |   32 ++++-
 26 files changed, 1839 insertions(+), 13 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] 8+ messages in thread

* [U-Boot] [PULL] U-Boot-pxa
  2010-07-22 15:01 Marek Vasut
  2010-07-29  1:14 ` Marek Vasut
@ 2010-08-03 21:17 ` Wolfgang Denk
  1 sibling, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2010-08-03 21:17 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,

In message <201007221701.37914.marek.vasut@gmail.com> you wrote:
> Hi, please merge my "for-wd-master" branch into u-boot.git "master" branch. 
> Thanks
> 
> The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-video (2010-07-17 20:49:59 
> +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-pxa.git for-wd-master
> 
> Marek Vasut (8):
>       ARM: Define __raw_readX and __raw_writeX
>       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
>       Merge branch 'palm' into for-wd-master
>       PXA: Vpac270 config fixes

Sorry. Please do not send the pull request at the same time (or
actually _before_) the patches. Please allow for a couple of days of
review time.

Some patches need rework, not pulled because of that.

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] 8+ messages in thread

* [U-Boot] [PULL] U-Boot-pxa
  2010-07-29  1:14 ` Marek Vasut
@ 2010-08-03 21:39   ` Wolfgang Denk
  0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2010-08-03 21:39 UTC (permalink / raw)
  To: u-boot

Dear Marek Vasut,

In message <201007290314.39806.marek.vasut@gmail.com> you wrote:
>
> I added two more patches. Here's a revised pull request, please merge my "for-
> wd-master" branch into u-boot.git "master" branch.

I don't see any trace of these patches on the mailing list.


I will not pull any such stuff.

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 is a theory which states that if ever anyone discovers  exactly
what  the  Universe is for and why it is here, it will instantly dis-
appear and be replaced by something even more  bizarre  and  inexpli-
cable.  There  is  another  theory which states that this has already
happened.    -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"

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

end of thread, other threads:[~2010-08-03 21:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-14 21:41 [U-Boot] [PULL] U-Boot-pxa Marek Vasut
2010-07-15 20:56 ` Wolfgang Denk
2010-07-15 21:07   ` Paulraj, Sandeep
2010-07-15 22:15     ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2010-07-22 15:01 Marek Vasut
2010-07-29  1:14 ` Marek Vasut
2010-08-03 21:39   ` Wolfgang Denk
2010-08-03 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