public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/4] Xilinx Microblaze patches
Date: Tue, 23 Apr 2013 15:33:35 +0200	[thread overview]
Message-ID: <cover.1366724011.git.michal.simek@xilinx.com> (raw)

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>

             reply	other threads:[~2013-04-23 13:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23 13:33 Michal Simek [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1366724011.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox