public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC/PATCH 0/3] Add optional dma transfers to mtest
@ 2009-05-21 17:21 Peter Tyser
  2009-05-21 17:21 ` [U-Boot] [RFC/PATCH 1/3] fsl_dma: Make DMA transactions snoopable Peter Tyser
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Peter Tyser @ 2009-05-21 17:21 UTC (permalink / raw)
  To: u-boot

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(-)

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

end of thread, other threads:[~2009-07-01 16:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-21 17:21 [U-Boot] [RFC/PATCH 0/3] Add optional dma transfers to mtest Peter Tyser
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

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