MT8192: Enable LAVA test job submission

It runs BL31 boot test on Asurada Chromebook

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