12 Commits
Author SHA1 Message Date
Dmitry Baryshkov daf340e67c boards/qcom,apq8016-sbc: allow different IDs for the HDMI codec device
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>
2024-07-05 17:01:19 +03:00
Dmitry Baryshkov bfe12e1ee1 boards: correct apq8016-sbc
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>
2024-07-05 17:01:15 +03:00
Dmitry Baryshkov 388e281ef2 Makefile: change install paths, provide bootrr-run script
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>
2021-11-01 11:48:12 -05:00
Dmitry Baryshkov e5413c7b1f .gitingore: add ignore file including generated files
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-01 11:48:12 -05:00
Dmitry Baryshkov 4a600192ca Makefile: remove list of files to be installed
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>
2021-11-01 11:48:12 -05:00
Dmitry Baryshkov 5f9f7904ab bootrr-auto: switch to using sh
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>
2021-11-01 11:48:12 -05:00
Dmitry Baryshkov 17d6cf968b helpers/rproc-start,-stop: use common test_report_exit helper
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>
2021-11-01 11:48:12 -05:00
Dmitry Baryshkov dad8a13e9e helpers/bootrr: move timeout to separate helper
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>
2021-11-01 11:48:12 -05:00
Dmitry Baryshkov 1f97bd3f0e boards: qrb5165-rb5: add more devices to test
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-03 09:16:53 -06:00
Dmitry Baryshkov 568beabff6 boards: qrb5165-rb5: disable PCIe1/2 tests
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>
2020-12-03 09:16:53 -06:00
Dmitry Baryshkov a9bb37959d boards: qrb5165-rb5: correct adsp smp2p device name
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-03 09:16:53 -06:00
Dmitry Baryshkov c383e5b597 boards: qrb5165-rb5: correct tcsr-mutex device name
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-12-03 09:16:53 -06:00