1
0
Fork 0
remarkable-uboot/post
Valentin Longchamp 8d3fcb5e60 POST: add new memory regions test
This test is similar to the actual POST memory test but quicker and
far less complete. It checks the address and data lines and then only
tests some regularly placed sub regions of the RAM.
This can be useful when we want to test the RAM but we do not have enough
time to run the full memory test.

The POST memory test code was rearranged in order to avoid code duplication
between the two tests but the memory test functionnality remains the same.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Ackey-by: Mike Frysinger <vapier@gentoo.org>
2011-10-05 22:03:11 +02:00
..
board post: use ARRAY_SIZE 2011-07-26 16:48:33 +02:00
cpu post: use ARRAY_SIZE 2011-07-26 16:48:33 +02:00
drivers POST: add new memory regions test 2011-10-05 22:03:11 +02:00
lib_powerpc post: use ARRAY_SIZE 2011-07-26 16:48:33 +02:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
post.c POST: make env test flags fetching optional 2011-10-05 22:03:10 +02:00
rules.mk Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
tests.c POST: add new memory regions test 2011-10-05 22:03:11 +02:00