public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-staging/sr@denx.de
Date: Wed, 05 Dec 2012 18:28:37 +0100	[thread overview]
Message-ID: <50BF8445.6090106@denx.de> (raw)

Hi Tom,

I have collected my powerpc/mpc5200 SPL patch series in my
staging branch for you to pull. After rebasing it on top of
latest master. This series has been sitting on the list for
quite some time now. And I have some patches pending relying
on this patchset.

Thanks,
Stefan


The following changes since commit ce12a8c1a94a2b3d585feff387497f724b98e3ce:

  Merge branch 'master' of git://git.denx.de/u-boot-x86 (2012-12-03 06:47:05 -0700)

are available in the git repository at:


  git://www.denx.de/git/u-boot-staging.git sr at denx.de

for you to fetch changes up to fb3d2b8a3fc26ffb0127fd0fed90ff5f074e67d7:

  Makefile: Add target for combined spl/u-boot.bin & u-boot.img (2012-12-05 17:31:30 +0100)

----------------------------------------------------------------
Stefan Roese (7):
      powerpc: Extract EPAPR_MAGIC constants into processor.h
      SPL: Port SPL framework to powerpc
      env: Enable getenv_f() for SPL_BUILD
      mpc5200: Add SPL support
      mpc5200: Add a3m071 board support
      Makefile: Add possibility to set entry-point for u-boot.img
      Makefile: Add target for combined spl/u-boot.bin & u-boot.img

 MAINTAINERS                             |   2 +
 Makefile                                |  14 +-
 arch/powerpc/cpu/mpc5xxx/Makefile       |   4 +
 arch/powerpc/cpu/mpc5xxx/spl_boot.c     |  79 +++++++
 arch/powerpc/cpu/mpc5xxx/start.S        |  22 ++
 arch/powerpc/cpu/mpc5xxx/u-boot-spl.lds |  57 +++++
 arch/powerpc/cpu/mpc85xx/release.S      |   1 -
 arch/powerpc/include/asm/processor.h    |   6 +
 arch/powerpc/include/asm/spl.h          |  31 +++
 arch/powerpc/lib/Makefile               |  12 +
 arch/powerpc/lib/bootm.c                |   6 -
 arch/powerpc/lib/spl.c                  |  42 ++++
 board/a3m071/Makefile                   |  36 +++
 board/a3m071/README                     |  80 +++++++
 board/a3m071/a3m071.c                   | 335 ++++++++++++++++++++++++++++
 board/a3m071/mt46v16m16-75.h            |  32 +++
 boards.cfg                              |   1 +
 common/Makefile                         |   3 +
 common/spl/spl.c                        |  16 ++
 include/configs/a3m071.h                | 380 ++++++++++++++++++++++++++++++++
 20 files changed, 1151 insertions(+), 8 deletions(-)
 create mode 100644 arch/powerpc/cpu/mpc5xxx/spl_boot.c
 create mode 100644 arch/powerpc/cpu/mpc5xxx/u-boot-spl.lds
 create mode 100644 arch/powerpc/include/asm/spl.h
 create mode 100644 arch/powerpc/lib/spl.c
 create mode 100644 board/a3m071/Makefile
 create mode 100644 board/a3m071/README
 create mode 100644 board/a3m071/a3m071.c
 create mode 100644 board/a3m071/mt46v16m16-75.h
 create mode 100644 include/configs/a3m071.h

             reply	other threads:[~2012-12-05 17:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-05 17:28 Stefan Roese [this message]
2012-12-05 19:12 ` [U-Boot] Please pull u-boot-staging/sr@denx.de Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2012-01-12  7:45 Stefan Roese
2011-12-01  9:00 Stefan Roese
2011-12-01  9:03 ` Stefan Roese
2011-12-01 23:06   ` 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=50BF8445.6090106@denx.de \
    --to=sr@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox