u-boot-brain/post
Valentin Longchamp 212a0cafad 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>
2011-10-05 22:03:10 +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, memorytest: add support for none powerpc archs 2011-07-27 23:38:08 +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 Blackfin: post: generalize led/button tests with GPIOs 2011-09-29 16:38:05 -04:00