mbox

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

Message ID 53DC0542.4010007@freescale.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

York Sun Aug. 1, 2014, 9:23 p.m. UTC
Tom,

The following changes since commit fb5368789a45ca5ee4396cbbf563a8f16ab24f9c:

  board/freescale: use generic board architecture for t2080qds and t2080rdb
(2014-07-23 12:40:30 -0700)

are available in the git repository at:

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

for you to fetch changes up to e3917b21c05776b41663bdfcc7666aca11a381a0:

  kmp204x: prepare to use CPU watchdog (2014-08-01 14:18:59 -0700)

----------------------------------------------------------------
Boschung, Rainer (9):
      mpc85xx: fix interrupt init to not affect watchdog
      powerpc: macros for e500mc timer regs added
      mpc85xx: watchdog initialisation added
      powerpc: mpc85xx watchdog init added to init_func
      kmp204x: CPU watchdog enabled
      kmp204x/qrio: prepare support for the CPU watchdog reset reason
      kmp204x: set CPU watchdog reset reason flag
      kmp204x/qrio: support for setting the CPU reset request mode
      kmp204x: prepare to use CPU watchdog

 arch/powerpc/cpu/mpc85xx/cpu.c        |    8 ++++++++
 arch/powerpc/cpu/mpc85xx/interrupts.c |    2 +-
 arch/powerpc/include/asm/processor.h  |    5 +++++
 arch/powerpc/lib/board.c              |    3 +++
 board/keymile/kmp204x/kmp204x.c       |   15 +++++++++++++++
 board/keymile/kmp204x/kmp204x.h       |    7 +++++++
 board/keymile/kmp204x/qrio.c          |   32 ++++++++++++++++++++++++++++++++
 include/configs/km/kmp204x-common.h   |    8 ++++++++
 include/watchdog.h                    |    4 ++++
 9 files changed, 83 insertions(+), 1 deletion(-)

Thanks,

York

Comments

Tom Rini Aug. 6, 2014, 2:37 p.m. UTC | #1
On Fri, Aug 01, 2014 at 02:23:14PM -0700, York Sun wrote:

> Tom,
> 
> The following changes since commit fb5368789a45ca5ee4396cbbf563a8f16ab24f9c:
> 
>   board/freescale: use generic board architecture for t2080qds and t2080rdb
> (2014-07-23 12:40:30 -0700)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to e3917b21c05776b41663bdfcc7666aca11a381a0:
> 
>   kmp204x: prepare to use CPU watchdog (2014-08-01 14:18:59 -0700)
> 
> ----------------------------------------------------------------
> Boschung, Rainer (9):
>       mpc85xx: fix interrupt init to not affect watchdog
>       powerpc: macros for e500mc timer regs added
>       mpc85xx: watchdog initialisation added
>       powerpc: mpc85xx watchdog init added to init_func
>       kmp204x: CPU watchdog enabled
>       kmp204x/qrio: prepare support for the CPU watchdog reset reason
>       kmp204x: set CPU watchdog reset reason flag
>       kmp204x/qrio: support for setting the CPU reset request mode
>       kmp204x: prepare to use CPU watchdog
> 
>  arch/powerpc/cpu/mpc85xx/cpu.c        |    8 ++++++++
>  arch/powerpc/cpu/mpc85xx/interrupts.c |    2 +-
>  arch/powerpc/include/asm/processor.h  |    5 +++++
>  arch/powerpc/lib/board.c              |    3 +++
>  board/keymile/kmp204x/kmp204x.c       |   15 +++++++++++++++
>  board/keymile/kmp204x/kmp204x.h       |    7 +++++++
>  board/keymile/kmp204x/qrio.c          |   32 ++++++++++++++++++++++++++++++++
>  include/configs/km/kmp204x-common.h   |    8 ++++++++
>  include/watchdog.h                    |    4 ++++
>  9 files changed, 83 insertions(+), 1 deletion(-)

Applied to u-boot/master, thanks!