
Here are some patches I have in my private repo for a long time. Let's upstream them.
Thanks, Michal
Changes in v2: - Remove trailing 1 for configurations - Remove ; from nc variable - Fix define macros not to use trailing 1 - define watchdog_base as static variable - label init and disable function as extern in header - Add record to xparameters.h to get it compiled by default
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 + .../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
-- 1.8.2.1