Commit Graph

7 Commits

Author SHA1 Message Date
Amit Kucheria
a2cc1741bb helpers: Add value_in_range helper
This helper is useful to check if a value is within a given range e.g.
temperature is between 30 and 40 degrees.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
2018-07-26 06:06:57 -07:00
Amit Kucheria
4ea31c5af8 helpers: Add state_check helper
This helper is useful to check the state of a sysfs variable, e.g. enabled,
disabled, running, offline, etc.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
2018-07-26 06:06:57 -07:00
Bjorn Andersson
30e0c0fcd9 boards: Update boards list in makefile
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-05-11 23:16:26 -07:00
Aníbal Limón
365a5ee5fe Makefile: Add missing bootrr installation
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2018-03-20 20:19:21 -07:00
Bjorn Andersson
ede63f2b8a make: Move files into subdirectories
Instead of mixing helpers and board files move them to separate folders.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-03-06 14:20:41 -08:00
Bjorn Andersson
bc136385d1 db820c: Add initial list of checks for db820c
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-03-06 14:20:41 -08:00
Bjorn Andersson
94686b71d8 db410c: Add initial bunch of tests
Some random smoke tests for db410c.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2018-02-27 15:08:19 -08:00