From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 1 Aug 2014 14:23:14 -0700 Subject: [U-Boot] Please pull u-boot-mpc85xx.git master Message-ID: <53DC0542.4010007@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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