public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] Xilinx Microblaze patches
@ 2013-04-23 13:33 Michal Simek
  2013-04-23 13:33 ` [U-Boot] [PATCH v2 1/4] microblaze: Fix reset function Michal Simek
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michal Simek @ 2013-04-23 13:33 UTC (permalink / raw)
  To: u-boot

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>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-04-23 18:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23 13:33 [U-Boot] [PATCH v2 0/4] Xilinx Microblaze patches Michal Simek
2013-04-23 13:33 ` [U-Boot] [PATCH v2 1/4] microblaze: Fix reset function Michal Simek
2013-04-23 13:33 ` [U-Boot] [PATCH v2 2/4] microblaze: Enable netconsole Michal Simek
2013-04-23 18:47   ` Tom Rini
2013-04-23 13:33 ` [U-Boot] [PATCH v2 3/4] microblaze: Disable all cpu features before reset Michal Simek
2013-04-23 13:33 ` [U-Boot] [PATCH v2 4/4] watchdog: Add support for Xilinx Microblaze watchdog Michal Simek
2013-04-23 18:47   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox