
On Tue, Apr 30, 2013 at 11:26:44AM +0200, Michal Simek wrote:
Hi Tom,
please pull these microblaze changes to your tree. 2 of that patches was reviewed by you.
Thanks, Michal
The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:
Prepare v2013.04 (2013-04-19 10:25:43 -0400)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git microblaze
for you to fetch changes up to 0f21f98dd4d6bff72df4eeaca4163779896cb336:
watchdog: Add support for Xilinx Microblaze watchdog (2013-04-30 11:22:43 +0200)
Michal Simek (4): microblaze: Fix reset function microblaze: Enable netconsole microblaze: Disable all cpu features before reset watchdog: Add support for Xilinx Microblaze watchdog
arch/microblaze/include/asm/processor.h | 4 +++ arch/microblaze/lib/board.c | 3 ++ board/xilinx/microblaze-generic/microblaze-generic.c | 11 ++++-- board/xilinx/microblaze-generic/xparameters.h | 4 +++ doc/README.watchdog | 3 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/xilinx_tb_wdt.c | 87 ++++++++++++++++++++++++++++++++++++++++++++++ include/configs/microblaze-generic.h | 17 ++++++++- 8 files changed, 126 insertions(+), 4 deletions(-) create mode 100644 drivers/watchdog/xilinx_tb_wdt.c
Applied to u-boot/master, thanks!