Disable CPR until it's landed, fix PRNG driver name, don't try to mount
the firmware partition and boot the wcnss as part of the basic test
suite.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Add GENI wrapper test cases, add i2c11 test, reorder uart tests and add
uart3 (disabled for now to match dts), disable the GEN3 PCI tests as
there's nothing attached and fix remoteproc test case names.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Add test for GENI wrapper, disable PCIe tests as there's nothing
attached on the test device and fix the name of the remoteproc tests.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
The call to asset_device_present for rockchip-efuse and
rockchip-emmc-phy was missing some paramaters and always failed. Fix that
by adding the proper paramaters.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Enable bunch of tests for QCS404 which are relevant and also fix some
of the tests for QCS404 to use correct drivers/devices
Signed-off-by: Vinod Koul <vkoul@kernel.org>
There is an script that parses /proc/device-tree/compatible and if
matches with the name of the board script runs the test suite. The
Samsung Chromebook Plus reports the following compatibles:
google,kevin-rev15 google,kevin-rev14 google,kevin-rev13
google,kevin-rev12 google,kevin-rev11 google,kevin-rev10
google,kevin-rev9 google,kevin-rev8 google,kevin-rev7
google,kevin-rev6 google,kevin google,gru rockchip,rk3399
Being google,kevin the more generict this patch renames the board test
script to this name.
The patch also adds the assert_sysfs_attr_present helper script to the
Makefile install target because it is used by the google,kevin test
suite.
Fixes: 1c42025152 ("Makefile: fixes board name for google,kevin")
Fixes: c5d93c41f8 ("boards: Add Samsung Chromebook Plus test script")
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
This is a copy of the qcom,msm8916-sbc with everything commented out for
now except the thermal bits that I know about.
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
The DT changes for SROT/TM register split in kernel caused changes in
the unit address for tsens. Make corresponding changes to bootrr.
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Different boards were using slighly different string names. Fix it and
make it easier to search.
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
We currently check if the thermal zone is in enabled state and if the
temperature is between a certain range
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
We currently check if the thermal zone is in enabled state and if the
temperature is between a certain range
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>