If the ADV7511 was probe-deferred, then the HDMI codec can have
different IDs. Use wildcard to allow different IDs.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Correct the DB410c tests to follow upstream changes:
- the SMD device migrated to use new qcom-rpm-proc driver
- smem device name has changed to include address
- APCS clock device name is now autogenerated.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Install all the tests into separe dir (${prefix}/libexec/bootrr).
Provide a generic script to run all the tests on the target board.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Remove lists of boards and helpers, this is too error-prone. For example
the list of helpers missed bootrr-generic-tests.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
There is nothing bash-specific in bootrr-auto, we can safely use /bin/sh
instead. Verified with dash and with busybox sh.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Use common test_report_exit implementation from the bootrr rather than
hand-coding lava-only version.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
There is no need to have timeout as a function in the bootrr file. Move
it to a separate helper file as we have for the rest of helpers.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Only first PCIe host is probed, other two hosts will fail probing with
ETIMEDOUT. Disable testing for corresponding devices.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>