memtest86+: new package
authorSteve Kenton <skenton@ou.edu>
Sun, 1 Feb 2015 00:00:01 +0000 (18:00 -0600)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 1 Feb 2015 13:54:07 +0000 (14:54 +0100)
commit5007d478ed1284cd4006e13bf08400dda5857992
tree8e932da03b0d95f10a56ac57b1754fdfc90240a7
parent73789f14e49c91b7e423eacb6a119908caf01595
memtest86+: new package

Memtest86+ is a bootable standalone memory test program.

Please note that this is the forked memtest86+ program and not
the original memtest86 which has different licensing. Buildroot
does not support packages with a '+' sign in their name.

Memtest86+ is a utility designed to test whether your memory
is in working order. It repeatedly writes an enormous amount
of different patterns to all memory locations and reads them
back again and verifies whether the result of the read is the
same as what was written to memory.

Memtest86+ will only work on 32-bit or 64-bit x86 targets.
It boots as an i486 program and autodetects hardware.

[Peter: tweak help text as suggested by Thomas]
Signed-off-by Stephen M. Kenton <skenton@ou.edu>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Config.in
package/memtest86/Config.in [new file with mode: 0644]
package/memtest86/memtest86.hash [new file with mode: 0644]
package/memtest86/memtest86.mk [new file with mode: 0644]