All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull-request: u-boot-mpc85xx/master
Date: Thu, 24 Oct 2013 10:10:11 -0700	[thread overview]
Message-ID: <52695473.1020601@freescale.com> (raw)

Tom,

The following changes since commit 7e575c46c34b5f1316eab39025fdced197629ccb:

  usb: rename board_usb_init_type to usb_init_type (2013-10-22 17:33:09
-0400)

are available in the git repository at:

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

for you to fetch changes up to 877bfe37dc00b0ae59f37742954a62bce3fdf3a0:

  mpc85xx: introduce the kmp204x reference design support (2013-10-24
09:36:26 -0700)

----------------------------------------------------------------
Po Liu (1):
      powerpc/c29xpcie: add DDR ECC on off config setting

Valentin Longchamp (11):
      powerpc: cast bi_memsize to ulong for %ld usage
      km-powerpc: move SYS_MALLOC_LEN out of keymile-common.h
      KM: fix typo in default environment
      KM: define CONFIG_SYS_I2C_INIT_BOARD only for concerned board
      KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth init
      mpc8xxx: call i2c_set_bus_num in __get_spd
      mpc8xxx: set x2 DDR3 refresh rate if SPD config requires it
      net/fman: add a fm_enable_port function
      mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into account
      fsl/mpc85xx: define common serdes_clock_to_string function
      mpc85xx: introduce the kmp204x reference design support

ramneek mehresh (2):
      powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs
      powerpc/usb:Differentiate USB controller base address

 arch/powerpc/cpu/mpc83xx/cpu_init.c                |    2 +-
 arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c     |   21 +
 arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c      |   17 +
 .../powerpc/cpu/mpc8xxx/ddr/common_timing_params.h |    1 +
 arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c           |    7 +-
 arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c    |    4 +
 .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c        |    5 +
 arch/powerpc/cpu/mpc8xxx/ddr/main.c                |    6 +-
 arch/powerpc/cpu/mpc8xxx/fdt.c                     |    6 +-
 arch/powerpc/include/asm/config_mpc85xx.h          |   26 +-
 arch/powerpc/include/asm/fsl_ddr_dimm_params.h     |    1 +
 arch/powerpc/include/asm/fsl_serdes.h              |    1 +
 arch/powerpc/include/asm/immap_512x.h              |    6 +-
 arch/powerpc/include/asm/immap_83xx.h              |   18 +-
 arch/powerpc/include/asm/immap_85xx.h              |    9 +-
 arch/powerpc/lib/board.c                           |    2 +-
 board/freescale/b4860qds/b4860qds.c                |   16 -
 board/freescale/c29xpcie/ddr.c                     |    8 +
 board/freescale/corenet_ds/corenet_ds.c            |   14 -
 board/freescale/p2041rdb/p2041rdb.c                |   14 -
 board/freescale/t1040qds/t1040qds.c                |   14 -
 board/freescale/t4qds/t4240qds.c                   |   16 -
 board/keymile/common/common.c                      |   27 +-
 board/keymile/kmp204x/Makefile                     |   48 +++
 board/keymile/kmp204x/ddr.c                        |   64 +++
 board/keymile/kmp204x/eth.c                        |   71 +++
 board/keymile/kmp204x/kmp204x.c                    |  258 +++++++++++
 board/keymile/kmp204x/kmp204x.h                    |   15 +
 board/keymile/kmp204x/law.c                        |   40 ++
 board/keymile/kmp204x/pbi.cfg                      |   35 ++
 board/keymile/kmp204x/pci.c                        |   35 ++
 board/keymile/kmp204x/rcw_kmp204x.cfg              |   11 +
 board/keymile/kmp204x/tlb.c                        |  110 +++++
 boards.cfg                                         |    3 +
 drivers/mtd/nand/fsl_elbc_nand.c                   |    6 +-
 drivers/net/fm/b4860.c                             |    7 +
 drivers/net/fm/fm.h                                |    1 +
 drivers/net/fm/init.c                              |    8 +
 drivers/net/fm/p1023.c                             |    7 +
 drivers/net/fm/p4080.c                             |    7 +
 drivers/net/fm/p5020.c                             |    7 +
 drivers/net/fm/p5040.c                             |    7 +
 drivers/net/fm/t4240.c                             |    7 +
 drivers/usb/host/ehci-fsl.c                        |   15 +-
 drivers/usb/host/ehci-mpc512x.c                    |    4 +-
 include/configs/C29XPCIE.h                         |    2 +
 include/configs/km/keymile-common.h                |    6 +-
 include/configs/km/km-powerpc.h                    |    6 +
 include/configs/km/km_arm.h                        |    8 +-
 include/configs/km/kmp204x-common.h                |  450
++++++++++++++++++++
 include/configs/km82xx.h                           |    2 +
 include/configs/kmp204x.h                          |   68 +++
 include/fm_eth.h                                   |    1 +
 include/usb/ehci-fsl.h                             |   13 +-
 54 files changed, 1428 insertions(+), 135 deletions(-)
 create mode 100644 board/keymile/kmp204x/Makefile
 create mode 100644 board/keymile/kmp204x/ddr.c
 create mode 100644 board/keymile/kmp204x/eth.c
 create mode 100644 board/keymile/kmp204x/kmp204x.c
 create mode 100644 board/keymile/kmp204x/kmp204x.h
 create mode 100644 board/keymile/kmp204x/law.c
 create mode 100644 board/keymile/kmp204x/pbi.cfg
 create mode 100644 board/keymile/kmp204x/pci.c
 create mode 100644 board/keymile/kmp204x/rcw_kmp204x.cfg
 create mode 100644 board/keymile/kmp204x/tlb.c
 create mode 100644 include/configs/km/kmp204x-common.h
 create mode 100644 include/configs/kmp204x.h

Thanks,

York

             reply	other threads:[~2013-10-24 17:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-24 17:10 York Sun [this message]
2013-10-30 19:42 ` [U-Boot] Pull-request: u-boot-mpc85xx/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2013-11-13 21:17 [U-Boot] pull-request: u-boot-mpc85xx/master York Sun
2013-11-17 19:16 ` Tom Rini
2013-11-25 21:11 York Sun

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=52695473.1020601@freescale.com \
    --to=yorksun@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.