From: Peter Tyser <ptyser@xes-inc.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC/PATCH 0/3] Add optional dma transfers to mtest
Date: Thu, 21 May 2009 12:21:26 -0500 [thread overview]
Message-ID: <cover.1242925956.git.ptyser@xes-inc.com> (raw)
This series tries to add a DMA memory test to the mtest tests. The
DMA test performs bursts to SDRAM which can be useful in stressing memory
and can be difficult to produce reliably in certain circumstances (eg
running with data caches disabled).
It can be enabled on 85xx and 86xx boards by defining CONFIG_FSL_DMA,
CONFIG_SYS_ALT_MEMTEST, and CONFIG_SYS_DMA_MEMTEST.
Other platforms will need to support the dmacpy() function in order to
enable the DMA memory test.
Peter Tyser (3):
fsl_dma: Make DMA transactions snoopable
mtest: Add optional support for DMA memory test
XPedite5200, XPedite5370: Enable DMA memory test
common/cmd_mem.c | 65 +++++++++++++++++++++++++++++++++++++++++
drivers/dma/fsl_dma.c | 4 +-
include/configs/XPEDITE5200.h | 4 ++-
include/configs/XPEDITE5370.h | 2 +
4 files changed, 72 insertions(+), 3 deletions(-)
next reply other threads:[~2009-05-21 17:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-21 17:21 Peter Tyser [this message]
2009-05-21 17:21 ` [U-Boot] [RFC/PATCH 1/3] fsl_dma: Make DMA transactions snoopable Peter Tyser
2009-05-21 17:21 ` [U-Boot] [RFC/PATCH 2/3] mtest: Add optional support for DMA memory test Peter Tyser
2009-05-21 17:21 ` [U-Boot] [RFC/PATCH 3/3] XPedite5200, XPedite5370: Enable " Peter Tyser
2009-07-01 15:59 ` [U-Boot] [RFC/PATCH 0/3] Add optional dma transfers to mtest Peter Tyser
2009-07-01 16:12 ` Ira Snyder
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.1242925956.git.ptyser@xes-inc.com \
--to=ptyser@xes-inc.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