Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) ↵ | Yuri Tikhonov | 2008-05-20 | -0/+1 |
| | | | | | | | | | | | | with the GD_FLG_LOGINIT flag in gd->flags. This way we become able to utilize the full post_log_word for POST activities (overwise, POST ECC, which has 0x8000 ID, could be erroneously treated as started in post_output_backlog() even if there was actually no POST ECC run (because of OCM POST failure, for example). Signed-off-by: Yuri Tikhonov <yur@emcraft.com> | |||
* | POST: add POST_STOP flag | Yuri Tikhonov | 2008-05-20 | -0/+2 |
| | | | | | | | | Don't run futher tests in case of a test fails that is marked as POST_STOP. Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Yuri Tikhonov <yur@emcraft.com> | |||
* | SPARC: Added generic support for SPARC architecture. | Daniel Hellstrom | 2008-04-08 | -0/+85 |
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> |