All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-mpc85xx master
Date: Tue, 4 Feb 2014 17:05:10 -0500	[thread overview]
Message-ID: <20140204220510.GI7049@bill-the-cat> (raw)
In-Reply-To: <52EFCC2A.9030908@freescale.com>

On Mon, Feb 03, 2014 at 09:04:42AM -0800, York Sun wrote:

> Tom,
> 
> The following changes since commit 07e2822d158940a0e8ba45b6ab0344ffa1011a07:
> 
>   board: nios2: Check if flash is configured before calling
> early_flash_cmd_reset() (2014-01-29 16:44:18 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 1b4175d6fa12b8012c119889ad5cc1e65c3cf6ba:
> 
>   driver/ifc:Change accessor function to take care of endianness (2014-02-03
> 08:38:51 -0800)
> 
> ----------------------------------------------------------------
> Nikhil Badola (1):
>       powerpc/usb: Enable dual phy for T1040
> 
> Prabhakar Kushwaha (6):
>       driver/fsl_pci:Update print to display PCIe generation
>       powerpc/mpc85xx:Fix README to show correct flash memory map
>       powerpc/mpc85xx: Update serdes protocols for T1040
>       boards/t1040qds: Adds ethernet support for T1040
>       powerpc/t104xrdb: Update T1042RDB.h in config folder
>       driver/ifc:Change accessor function to take care of endianness
> 
> Priyanka Jain (2):
>       powerpc/t104xrdb: Update T1040RDB.h in config folder
>       powerpc/t104xrdb: Add basic ethernet support
> 
> Rainer Boschung (2):
>       kmp204x: support for QRIO1 bootcounter
>       kmp204x: I2C deblocking support
> 
> Valentin Longchamp (7):
>       kmp204x: introduce QRIO GPIO functions
>       kmp204x: implement workaround for A-006559
>       kmp204x: add support for the kmcoge4 board
>       kmp204x: update I2C field of RCW
>       KM: add the KM_UBI_PART_BOOT_OPTS #define
>       kmp204x: enable support for SPANSION SPI NOR
>       kmp204x: initial support for PCIe FPGA configuration
> 
> poonam aggrwal (1):
>       powerpc/mpc85xx: Update LIODNs for T1040
> 
>  README                                         |    6 +
>  arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c |    2 +
>  arch/powerpc/cpu/mpc85xx/t1040_ids.c           |   36 --
>  arch/powerpc/cpu/mpc85xx/t1040_serdes.c        |   63 ++-
>  arch/powerpc/include/asm/config_mpc85xx.h      |    6 +-
>  arch/powerpc/include/asm/fsl_serdes.h          |    8 +-
>  arch/powerpc/include/asm/immap_85xx.h          |   11 +
>  board/freescale/t1040qds/Makefile              |    1 +
>  board/freescale/t1040qds/README                |    6 +-
>  board/freescale/t1040qds/eth.c                 |  492 ++++++++++++++++++++++++
>  board/freescale/t1040qds/t1040qds.c            |    1 +
>  board/freescale/t104xrdb/Makefile              |    1 +
>  board/freescale/t104xrdb/README                |    6 +-
>  board/freescale/t104xrdb/eth.c                 |   72 ++++
>  board/keymile/kmp204x/Makefile                 |    2 +-
>  board/keymile/kmp204x/kmp204x.c                |  128 +++---
>  board/keymile/kmp204x/kmp204x.h                |   10 +
>  board/keymile/kmp204x/pbi.cfg                  |   10 +
>  board/keymile/kmp204x/pci.c                    |   85 ++++
>  board/keymile/kmp204x/qrio.c                   |  146 +++++++
>  board/keymile/kmp204x/rcw_kmp204x.cfg          |    2 +-
>  boards.cfg                                     |    1 +
>  doc/README.b4860qds                            |    4 +-
>  drivers/mtd/nand/fsl_ifc_nand.c                |  243 ++++++------
>  drivers/mtd/nand/fsl_ifc_spl.c                 |   60 +--
>  drivers/net/fm/t1040.c                         |   56 +++
>  drivers/pci/fsl_pci_init.c                     |    4 +-
>  include/configs/T1040QDS.h                     |    5 +-
>  include/configs/T1040RDB.h                     |   24 +-
>  include/configs/T1042RDB_PI.h                  |   20 +-
>  include/configs/km/keymile-common.h            |   10 +-
>  include/configs/km/kmp204x-common.h            |   21 +-
>  include/configs/kmp204x.h                      |    7 +-
>  include/fsl_ifc.h                              |   42 +-
>  34 files changed, 1230 insertions(+), 361 deletions(-)
>  create mode 100644 board/freescale/t1040qds/eth.c
>  create mode 100644 board/freescale/t104xrdb/eth.c
>  create mode 100644 board/keymile/kmp204x/qrio.c

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140204/db9fd4b6/attachment.pgp>

  reply	other threads:[~2014-02-04 22:05 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-03 17:04 [U-Boot] Please pull u-boot-mpc85xx master York Sun
2014-02-04 22:05 ` Tom Rini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-01-24 16:25 York Sun
2019-01-25 15:16 ` Tom Rini
2018-10-30 19:21 York Sun
2018-10-31 14:44 ` Tom Rini
2018-09-28 15:35 York Sun
2018-09-30  2:27 ` Tom Rini
2018-07-31 17:25 York Sun
2018-08-01 15:05 ` Tom Rini
2018-07-31 17:12 York Sun
2018-07-31 17:16 ` York Sun
2017-12-08 16:59 York Sun
2017-12-09  1:35 ` Tom Rini
2017-06-13 17:02 York Sun
2017-06-15 13:01 ` Tom Rini
2017-02-01 16:19 york sun
2017-02-02  3:20 ` Tom Rini
2017-01-25  5:26 york sun
2017-01-26  3:00 ` Tom Rini
2016-12-20 17:15 york sun
2016-12-22  2:30 ` Tom Rini
2016-12-04 17:02 york sun
2016-12-04 23:00 ` Tom Rini
2016-11-29 22:18 york sun
2016-11-30 14:12 ` Tom Rini
2016-10-15 17:02 york sun
2016-10-18  0:08 ` Tom Rini
2016-07-22  0:17 york sun
2016-07-23  0:09 ` Tom Rini
2016-07-25 18:52 ` Scott Wood
2016-07-25 19:02   ` york sun
2016-06-04 16:03 York Sun
2016-06-06 11:16 ` Tom Rini
2016-05-25  3:37 York Sun
2016-05-26 15:49 ` Tom Rini
2016-04-08 22:45 York Sun
2016-04-11 15:00 ` Tom Rini
2016-02-26 18:51 york sun
2016-02-26 19:09 ` Tom Rini
2016-01-25 20:49 york sun
2016-01-26 22:44 ` Tom Rini
     [not found] <568BFBF0.3040605@freescale.com>
2016-01-05 18:21 ` York Sun
     [not found] <563A9399.80500@freescale.com>
2015-11-04 23:45 ` Tom Rini
2015-11-02 21:06 York Sun
2015-11-02 23:17 ` Tom Rini
2015-09-02 15:26 York Sun
2015-09-02 21:58 ` Tom Rini
2015-07-31 16:00 York Sun
2015-08-01 14:47 ` Tom Rini
2015-05-05 16:55 York Sun
2015-05-05 23:59 ` Tom Rini
2015-04-20 21:05 York Sun
2015-04-22 15:52 ` Tom Rini
2015-03-05 20:20 York Sun
2015-03-06 15:43 ` Tom Rini
2015-01-23  0:49 York Sun
2015-01-23 21:57 ` Tom Rini
2014-12-16 17:24 York Sun
2014-12-17  0:45 ` Tom Rini
2014-12-05 16:10 York Sun
2014-12-08 21:41 ` Tom Rini
2014-07-23 20:19 York Sun
2014-07-28 19:03 ` Tom Rini
2014-06-05 21:30 York Sun
2014-06-05 22:50 ` Tom Rini
2014-05-16 22:12 York Sun
2014-05-19 12:47 ` Tom Rini
2014-04-23 22:45 York Sun
2014-04-25 19:44 ` Tom Rini
2014-01-03 23:57 York Sun
2014-01-07 17:16 ` Tom Rini

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=20140204220510.GI7049@bill-the-cat \
    --to=trini@ti.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.