summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Update test scriptsVincent Palatin2012-03-152-3/+3
| | | | | | | | | | | | | | | Update test python scripts for recent trace modifications : - lack of firmware B - updated motd Update QEMU to deal gracefully with various new registers accesses. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=None TEST=make qemu-tests Change-Id: I59a53822193b7377fe5f61f75c951b6cd24fc54b
* fix test compilation for STM32LVincent Palatin2012-02-021-2/+1
| | | | | | | | | | | There is no host command yet and the "hello" test is not using it. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=None TEST=make tests BOARD=discovery && make tests BOARD=link Change-Id: Ib7f49f8e38270a8c537e352396b1966abc801511
* mutex: add unit testingVincent Palatin2012-01-254-1/+153
| | | | | | | | | | | Exercise all basic use cases on mutexes. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=None TEST=make qemu-tests Change-Id: I40de3ae59862db96b40a067c9ad54a978f5646b8
* Add modularity to the buildVincent Palatin2012-01-247-30/+12
| | | | | | | | | | | | | | You can now enable/disable tasks more easily. To conditionally compile a C file depending on the task FOO activation, just write something like that in the build.mk file : common-$(CONFIG_TASK_FOO)+=foo_source.o Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=None TEST=make all BOARD=link && make qemu-tests Change-Id: I760fb248e1599d13190ccd937a68ef47da17b510
* Fix tests compilationVincent Palatin2012-01-044-0/+7
| | | | | | | | | | | add newly added tasks. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BUG=None TEST=make tests ; make qemu-tests Change-Id: Ia0719303e20d4bc1befc7a9bb13df49a063df11a
* Use #defined constants for IRQ namesRandall Spangler2011-12-191-2/+2
| | | | | | | | | Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=none TEST=none Change-Id: If07ac671cef6b9d0e9fe0a96bf04455a3d2626ff
* Change register.h macros to use inline funcs without concatenate (##).Randall Spangler2011-12-131-23/+23
| | | | | | | | | Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=none TEST=none Change-Id: Ia8c54bfeff2351e8f76d97db558952a9d2ca9a45
* Initial sources import 3/3Vincent Palatin2011-12-0714-0/+541
source files mainly done by Vincent. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Change-Id: Ic2d1becd400c9b4b4a14d4a243af1bdf77d9c1e2