| 2f88566a | 24-Nov-2011 |
Holger Brunck <holger.brunck@keymile.com> |
post: fix compile issue for post tests on kirkwood
commit f31a911fe (arm, post: add missing post_time_ms for arm) enables get_ticks and get_tbclk for all arm based boards, but kirkwood has currently
post: fix compile issue for post tests on kirkwood
commit f31a911fe (arm, post: add missing post_time_ms for arm) enables get_ticks and get_tbclk for all arm based boards, but kirkwood has currently no implementation for this. So undefine this for kirkwood boards.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com> cc: Heiko Schocher <hs@denx.de> cc: Prafulla Wadaskar <prafulla@marvell.com> cc: Valentin Longchamp <valentin.longchamp@keymile.com>
show more ...
|
| 4d6402b0 | 29-Oct-2011 |
Wolfgang Denk <wd@denx.de> |
post/post.c: fix GCC 4.6 build warnings
Fix: post.c: In function 'post_log': post.c:425:7: warning: variable 'i' set but not used [-Wunused-but-set-variable]
Signed-off-by: Wolfgang Denk <wd@denx.d
post/post.c: fix GCC 4.6 build warnings
Fix: post.c: In function 'post_log': post.c:425:7: warning: variable 'i' set but not used [-Wunused-but-set-variable]
Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| 8d3fcb5e | 12-Sep-2011 |
Valentin Longchamp <valentin.longchamp@keymile.com> |
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 place
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>
show more ...
|
| ca51d057 | 03-Aug-2011 |
Valentin Longchamp <valentin.longchamp@keymile.com> |
POST: drivers/memory.c coding style cleanup
This is needed for a further patch adding a new memory test.
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> Acked-by: Mike Frysinger
POST: drivers/memory.c coding style cleanup
This is needed for a further patch adding a new memory test.
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> Acked-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| 212a0caf | 03-Aug-2011 |
Valentin Longchamp <valentin.longchamp@keymile.com> |
POST: make env test flags fetching optional
Some boards have the environment variables defined in a slow EEPROM. post_run accesses these environment variables to define which tests have to be run (i
POST: make env test flags fetching optional
Some boards have the environment variables defined in a slow EEPROM. post_run accesses these environment variables to define which tests have to be run (in post_get_flags). This is very slow before the code relocation on some boards with a slow I2C EEPROM for environement variables.
This patch adds a config option to skip the fetching of the test flags in the environment variables. The test flags assigned to the tests then only are the ones statically defined for the test in post/tests.c.
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
show more ...
|
| 4204298d | 02-Jun-2011 |
Heiko Schocher <hs@denx.de> |
post, memorytest: add support for none powerpc archs
change bd->bi_memsize to gd->ram_size, as this is defined on all archs, so this post test can used on none powerpc archs too.
Signed-off-by: Hei
post, memorytest: add support for none powerpc archs
change bd->bi_memsize to gd->ram_size, as this is defined on all archs, so this post test can used on none powerpc archs too.
Signed-off-by: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <hs@denx.de> cc: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| 975afc34 | 14-Jul-2011 |
James Kosin <jkosin@intcomgrp.com> |
post: fix indendation/brace confusion
The post.c code is missing braces around the pass case, and as a result, the diagnostic function will post both fail and pass for a failed test. The reason for
post: fix indendation/brace confusion
The post.c code is missing braces around the pass case, and as a result, the diagnostic function will post both fail and pass for a failed test. The reason for this bug is probably the incorrect indentation used, so when reading the code it seems like there are proper braces.
Indent the code to the correct depth and put proper braces around the "else" branch of the "if" statement.
Signed-off-by: James Kosin <jkosin@intcomgrp.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| f6f7395e | 10-May-2011 |
Mike Frysinger <vapier@gentoo.org> |
post: new nor flash test
This adds a simple flash test to automatically verify erasing, writing, and reading of sectors. The code is based on existing Blackfin tests but generalized for everyone to
post: new nor flash test
This adds a simple flash test to automatically verify erasing, writing, and reading of sectors. The code is based on existing Blackfin tests but generalized for everyone to use.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|