[U-Boot] [PATCH v2 0/4] Xilinx Microblaze patches

Michal Simek michal.simek at xilinx.com
Tue Apr 23 15:33:35 CEST 2013


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130423/8c176ea2/attachment.pgp>


More information about the U-Boot mailing list