MT8195: Enable LAVA test job submission

It runs BL31 boot test on Tomato Chromebook

Signed-off-by: Arthur She <arthur.she@linaro.org>
Change-Id: I84bb7f057a5daf0a49977e854009c6f5bc76ce67
diff --git a/run_config/mt8195-depthcharge.bl31 b/run_config/mt8195-depthcharge.bl31
new file mode 100644
index 0000000..97907f1
--- /dev/null
+++ b/run_config/mt8195-depthcharge.bl31
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+#
+# Copyright (c) 2023 Arm Limited. All rights reserved.
+#
+# SPDX-License-Identifier: BSD-3-Clause
+#
+
+generate_lava_job() {
+	payload_type="bl31_depthcharge_boot" gen_mt8195_yaml
+}