All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marek.vasut@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] U-Boot-pxa pull request
Date: Fri, 20 Aug 2010 11:58:10 +0200	[thread overview]
Message-ID: <201008201158.10826.marek.vasut@gmail.com> (raw)

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

             reply	other threads:[~2010-08-20  9:58 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201008201158.10826.marek.vasut@gmail.com \
    --to=marek.vasut@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.