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
Date: Thu, 22 Jul 2010 17:01:37 +0200	[thread overview]
Message-ID: <201007221701.37914.marek.vasut@gmail.com> (raw)

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

             reply	other threads:[~2010-07-22 15:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-22 15:01 Marek Vasut [this message]
2010-07-29  1:14 ` [U-Boot] [PULL] U-Boot-pxa Marek Vasut
2010-08-03 21:39   ` Wolfgang Denk
2010-08-03 21:17 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2010-07-14 21:41 Marek Vasut
2010-07-15 20:56 ` Wolfgang Denk
2010-07-15 21:07   ` Paulraj, Sandeep
2010-07-15 22:15     ` Wolfgang Denk

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=201007221701.37914.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.