All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kim Phillips <kim.phillips@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-mpc83xx.git
Date: Sat, 26 Sep 2009 21:23:20 -0500	[thread overview]
Message-ID: <20090926212320.6a29616b.kim.phillips@freescale.com> (raw)
In-Reply-To: <20090925183946.1a30eefe.kim.phillips@freescale.com>

On Fri, 25 Sep 2009 18:39:46 -0500
Kim Phillips <kim.phillips@freescale.com> wrote:

> I might just ask you to pull the "retain POR values" patch, but it's
> too close to the window, and I want to give the opportunity for a good
> review cycle on it.

At least Heiko commented on it, and I fixed and tested it ok, so please
now pull:

The following changes since commit 984f10baac8ef6032df52f135943d6b0bc96f724:
  Wolfgang Denk (1):
        mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]

are available in the git repository at:

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

Anton Vorontsov (5):
      net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
      net: uec: Fix uccf.h and uec.h headers to include headers they depend on
      mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
      mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 2.1 CPUs
      mpc83xx: mpc8360emds: Add QE USB device tree fixups

Kim Phillips (1):
      mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields

Paul Gortmaker (1):
      sbc8349: tidy up Makefile to use new configuration script.

 Makefile                                  |   15 +--
 board/freescale/mpc8360emds/mpc8360emds.c |   73 ++++++++-
 cpu/mpc83xx/cpu_init.c                    |  261 +++++++++++++++++------------
 drivers/qe/uccf.h                         |    1 +
 drivers/qe/uec.h                          |    4 +
 drivers/qe/uec_phy.c                      |   15 ++-
 include/configs/MPC8313ERDB.h             |    3 +-
 include/configs/MPC8315ERDB.h             |    3 +-
 include/configs/MPC8323ERDB.h             |    3 +-
 include/configs/MPC832XEMDS.h             |    3 +-
 include/configs/MPC8349EMDS.h             |    3 +-
 include/configs/MPC8349ITX.h              |    3 +-
 include/configs/MPC8360EMDS.h             |    9 +-
 include/configs/MPC8360ERDK.h             |    3 +-
 include/configs/MPC837XEMDS.h             |    3 +-
 include/configs/MPC837XERDB.h             |    3 +-
 include/configs/MVBLM7.h                  |    3 +-
 include/configs/SIMPC8313.h               |    4 +-
 include/configs/TQM834x.h                 |    3 +-
 include/configs/kmeter1.h                 |    4 +-
 include/configs/sbc8349.h                 |   18 ++-
 include/configs/vme8349.h                 |    3 +-
 22 files changed, 292 insertions(+), 148 deletions(-)

Thanks,

Kim

  reply	other threads:[~2009-09-27  2:23 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-25 23:39 [U-Boot] Please pull u-boot-mpc83xx.git Kim Phillips
2009-09-27  2:23 ` Kim Phillips [this message]
2009-09-30 21:22   ` Wolfgang Denk
2009-09-30 21:21 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2010-04-27 21:17 Kim Phillips
2010-04-27 22:10 ` Wolfgang Denk
2009-10-16 22:33 Kim Phillips
2009-10-18 19:25 ` Wolfgang Denk
2009-10-22 15:29   ` Kim Phillips
2009-10-24 20:19     ` Wolfgang Denk
2009-10-24 20:20 ` Wolfgang Denk
2009-08-27  2:35 Kim Phillips
2009-08-27 22:22 ` Wolfgang Denk
2009-07-19  1:09 Kim Phillips
2009-07-20 20:52 ` Wolfgang Denk
2009-07-14 22:15 Kim Phillips
2009-07-16 20:12 ` Wolfgang Denk
2009-04-24 20:23 Kim Phillips
2009-04-27 21:41 ` Wolfgang Denk
2009-04-01 22:11 Kim Phillips
2009-04-01 22:04 ` Wolfgang Denk
2009-03-14 23:04 Kim Phillips
2009-03-15 21:12 ` Wolfgang Denk
2009-03-06  0:53 Kim Phillips
2009-03-08 23:39 ` Wolfgang Denk
2009-03-09 23:38   ` Kim Phillips
2009-03-09 23:45     ` Wolfgang Denk
2009-03-10  0:32       ` Kim Phillips
2009-02-23 22:54 Kim Phillips
2009-02-24 21:54 ` Wolfgang Denk
2008-10-21 23:56 Kim Phillips
2008-10-22  7:28 ` Wolfgang Denk
2008-09-03 21:11 Kim Phillips
2008-09-03 21:46 ` Wolfgang Denk
2008-08-25 22:38 Kim Phillips
2008-08-26 21:19 ` 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=20090926212320.6a29616b.kim.phillips@freescale.com \
    --to=kim.phillips@freescale.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.