mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* memtest updates
@ 2015-10-27  8:29 Sascha Hauer
  2015-10-27  8:29 ` [PATCH 1/9] memtest: move request/release regions to common/ Sascha Hauer
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Sascha Hauer @ 2015-10-27  8:29 UTC (permalink / raw)
  To: Barebox List

This series has some updates for the memory test. The output and the
code are made more compact and some additional options are added. Also
the remap_range function is reworked.

Sascha

----------------------------------------------------------------
Sascha Hauer (9):
      memtest: move request/release regions to common/
      rework remap_range
      memtest: split tests in separate functions
      memtest: Make output more compact
      memtest: Make comments single line when appropriate
      memtest: move ctrlc check / progress showing into separate function
      memtest: move error handling to end of function
      memtest: By default only test biggest region
      memtest: Make cached/uncached test configurable

 arch/arm/cpu/mmu.c              |  30 +++--
 arch/arm/include/asm/mmu.h      |  23 +---
 arch/blackfin/include/asm/mmu.h |  14 +--
 arch/mips/include/asm/mmu.h     |  14 +--
 arch/nios2/include/asm/mmu.h    |  14 +--
 arch/openrisc/include/asm/mmu.h |  14 +--
 arch/ppc/cpu-85xx/mmu.c         |  20 ++-
 arch/ppc/include/asm/mmu.h      |  23 +---
 arch/sandbox/include/asm/mmu.h  |  14 +--
 arch/x86/include/asm/mmu.h      |  14 +--
 commands/memtest.c              | 205 ++++++++++++------------------
 common/memtest.c                | 269 ++++++++++++++++++++++++++--------------
 include/memtest.h               |   8 +-
 include/mmu.h                   |  41 ++++++
 14 files changed, 348 insertions(+), 355 deletions(-)
 create mode 100644 include/mmu.h

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-10-28  9:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-27  8:29 memtest updates Sascha Hauer
2015-10-27  8:29 ` [PATCH 1/9] memtest: move request/release regions to common/ Sascha Hauer
2015-10-27  8:29 ` [PATCH 2/9] rework remap_range Sascha Hauer
2015-10-27  8:29 ` [PATCH 3/9] memtest: split tests in separate functions Sascha Hauer
2015-10-27  8:29 ` [PATCH 4/9] memtest: Make output more compact Sascha Hauer
2015-10-27  8:29 ` [PATCH 5/9] memtest: Make comments single line when appropriate Sascha Hauer
2015-10-27  8:29 ` [PATCH 6/9] memtest: move ctrlc check / progress showing into separate function Sascha Hauer
2015-10-27  8:30 ` [PATCH 7/9] memtest: move error handling to end of function Sascha Hauer
2015-10-27  8:30 ` [PATCH 8/9] memtest: By default only test biggest region Sascha Hauer
2015-10-27  8:30 ` [PATCH 9/9] memtest: Make cached/uncached test configurable Sascha Hauer
2015-10-27 16:55 ` memtest updates Alexander Aring
2015-10-27 17:27   ` Alexander Aring
2015-10-27 17:35     ` Alexander Aring
2015-10-28  6:17   ` Sascha Hauer
2015-10-28  9:11     ` Alexander Aring

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