[U-Boot] Pull-request: u-boot-mpc85xx/master

Tom Rini trini at ti.com
Wed Oct 30 20:42:57 CET 2013


On Thu, Oct 24, 2013 at 10:10:11AM -0700, York Sun wrote:
> 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

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/20131030/4a3fe0d3/attachment.pgp>


More information about the U-Boot mailing list