mbox

[U-Boot] Please pull u-boot-mpc85xx master

Message ID 52C74E7C.1030804@freescale.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

York Sun Jan. 3, 2014, 11:57 p.m. UTC
Tom,

The following changes since commit fef24f4f38eb685a6da29097930e6e49b378f8fb:

  ARM: Samsung: Change GONI and Universal_C210 maintainers. (2013-12-20 10:48:06
-0500)

are available in the git repository at:

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

for you to fetch changes up to 8c618dd66adfab736b88a86f51c057b019988a90:

  board/t1040qds: Enable memory reset control (2014-01-02 14:10:14 -0800)

----------------------------------------------------------------
Prabhakar Kushwaha (4):
      board/t1040qds: Fix typo in t1040_pbi.cfg file
      board/freescale:Remove use of CONFIG_SPL_NAND_MINIMAL
      board/t1040qds: Relax IFC FPGA timings
      board/t1040qds: Enable memory reset control

Priyanka Jain (1):
      powerpc/mpc85xx: Add support for single source clocking

Scott Wood (1):
      powerpc/cms700: limit NAND data structure size

Shaohui Xie (2):
      powerpc/t4240: enable NAND boot support
      powerpc/b4860/pbl: fix rcw cfg

Shengzhou Liu (1):
      powerpc/t208x: fix macro CONFIG_SYS_FSL_NUM_USB_CTRLS

York Sun (2):
      powerpc/P1022DS: Define new nand_ecclayout structure macros
      powerpc/B4860QDS: Define new nand_ecclayout structure macros

 README                                    |    8 ++++++++
 arch/powerpc/cpu/mpc85xx/speed.c          |   25 +++++++++++++++++++++++--
 arch/powerpc/include/asm/config_mpc85xx.h |    3 ++-
 arch/powerpc/include/asm/immap_85xx.h     |    3 +++
 board/freescale/b4860qds/b4_rcw.cfg       |    2 +-
 board/freescale/bsc9131rdb/tlb.c          |    2 +-
 board/freescale/bsc9132qds/tlb.c          |    2 +-
 board/freescale/p1010rdb/tlb.c            |    2 +-
 board/freescale/t1040qds/t1040_pbi.cfg    |    2 +-
 board/freescale/t1040qds/t1040qds.c       |    5 +++++
 boards.cfg                                |    1 +
 include/configs/B4860QDS.h                |    2 ++
 include/configs/BSC9131RDB.h              |    2 +-
 include/configs/BSC9132QDS.h              |    2 +-
 include/configs/CMS700.h                  |    3 +++
 include/configs/P1010RDB.h                |    2 +-
 include/configs/P1022DS.h                 |    2 ++
 include/configs/T1040QDS.h                |    3 ++-
 18 files changed, 59 insertions(+), 12 deletions(-)

Thanks,

York

Comments

Tom Rini Jan. 7, 2014, 5:16 p.m. UTC | #1
On Fri, Jan 03, 2014 at 03:57:48PM -0800, York Sun wrote:

> Tom,
> 
> The following changes since commit fef24f4f38eb685a6da29097930e6e49b378f8fb:
> 
>   ARM: Samsung: Change GONI and Universal_C210 maintainers. (2013-12-20 10:48:06
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 8c618dd66adfab736b88a86f51c057b019988a90:
> 
>   board/t1040qds: Enable memory reset control (2014-01-02 14:10:14 -0800)
> 
> ----------------------------------------------------------------
> Prabhakar Kushwaha (4):
>       board/t1040qds: Fix typo in t1040_pbi.cfg file
>       board/freescale:Remove use of CONFIG_SPL_NAND_MINIMAL
>       board/t1040qds: Relax IFC FPGA timings
>       board/t1040qds: Enable memory reset control
> 
> Priyanka Jain (1):
>       powerpc/mpc85xx: Add support for single source clocking
> 
> Scott Wood (1):
>       powerpc/cms700: limit NAND data structure size
> 
> Shaohui Xie (2):
>       powerpc/t4240: enable NAND boot support
>       powerpc/b4860/pbl: fix rcw cfg
> 
> Shengzhou Liu (1):
>       powerpc/t208x: fix macro CONFIG_SYS_FSL_NUM_USB_CTRLS
> 
> York Sun (2):
>       powerpc/P1022DS: Define new nand_ecclayout structure macros
>       powerpc/B4860QDS: Define new nand_ecclayout structure macros
> 
>  README                                    |    8 ++++++++
>  arch/powerpc/cpu/mpc85xx/speed.c          |   25 +++++++++++++++++++++++--
>  arch/powerpc/include/asm/config_mpc85xx.h |    3 ++-
>  arch/powerpc/include/asm/immap_85xx.h     |    3 +++
>  board/freescale/b4860qds/b4_rcw.cfg       |    2 +-
>  board/freescale/bsc9131rdb/tlb.c          |    2 +-
>  board/freescale/bsc9132qds/tlb.c          |    2 +-
>  board/freescale/p1010rdb/tlb.c            |    2 +-
>  board/freescale/t1040qds/t1040_pbi.cfg    |    2 +-
>  board/freescale/t1040qds/t1040qds.c       |    5 +++++
>  boards.cfg                                |    1 +
>  include/configs/B4860QDS.h                |    2 ++
>  include/configs/BSC9131RDB.h              |    2 +-
>  include/configs/BSC9132QDS.h              |    2 +-
>  include/configs/CMS700.h                  |    3 +++
>  include/configs/P1010RDB.h                |    2 +-
>  include/configs/P1022DS.h                 |    2 ++
>  include/configs/T1040QDS.h                |    3 ++-
>  18 files changed, 59 insertions(+), 12 deletions(-)

Applied to u-boot/master, thanks!