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: Wed, 14 Jul 2010 23:41:37 +0200	[thread overview]
Message-ID: <201007142341.38179.marek.vasut@gmail.com> (raw)

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

             reply	other threads:[~2010-07-14 21:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-14 21:41 Marek Vasut [this message]
2010-07-15 20:56 ` [U-Boot] [PULL] U-Boot-pxa 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

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