meta-qualcomm: add Qualcomm DC-SCM V1 machine

Add initial Qualcomm DC-SCM V1 machine with minimal configuration.

Tested: qcom-dc-scm-v1 target was buildable.

Signed-off-by: Graeme Gregory <quic_ggregory@quicinc.com>
Signed-off-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com>
Change-Id: Ia3b9af76fd0d9a0823d78ae71dcb4716ef256004
diff --git a/meta-qualcomm/conf/machine/qcom-dc-scm-v1.conf b/meta-qualcomm/conf/machine/qcom-dc-scm-v1.conf
new file mode 100644
index 0000000..ba84a00
--- /dev/null
+++ b/meta-qualcomm/conf/machine/qcom-dc-scm-v1.conf
@@ -0,0 +1,26 @@
+KMACHINE = "aspeed"
+KERNEL_DEVICETREE = "aspeed-bmc-qcom-dc-scm-v1.dtb"
+UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
+UBOOT_DEVICETREE = "ast2600-qcom-dc-scm-v1"
+SPL_BINARY = "spl/u-boot-spl.bin"
+
+# Disable hardware root of trust by default.
+SOCSEC_SIGN_ENABLE = "0"
+
+# Flash size is 64M
+FLASH_SIZE = "65536"
+
+require conf/machine/include/ast2600.inc
+require conf/machine/include/obmc-bsp-common.inc
+
+SERIAL_CONSOLES = "115200;ttyS4"
+
+OBMC_MACHINE_FEATURES += "\
+        obmc-bmc-state-mgmt \
+        obmc-host-ipmi \
+        obmc-host-state-mgmt \
+        "
+
+PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= ""
+
+FEATURE_PACKAGES_obmc-system-mgmt = ""