summaryrefslogtreecommitdiff
path: root/meta-qualcomm
diff options
context:
space:
mode:
authorGraeme Gregory <quic_ggregory@quicinc.com>2021-10-15 18:36:58 +0300
committerJae Hyun Yoo <quic_jaehyoo@quicinc.com>2022-08-10 23:30:08 +0300
commitdf82f40bbbc31d7ec38f71bf67e07f9d4c4341de (patch)
tree5d9ed4587285acff5f0125ee6e0a18118d0cd0cc /meta-qualcomm
parente7b07fa9ed4517f2edda1e333e9489ef8b1f4384 (diff)
downloadopenbmc-df82f40bbbc31d7ec38f71bf67e07f9d4c4341de.tar.xz
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
Diffstat (limited to 'meta-qualcomm')
-rw-r--r--meta-qualcomm/conf/machine/qcom-dc-scm-v1.conf26
1 files changed, 26 insertions, 0 deletions
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 0000000000..ba84a00f58
--- /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 = ""