summaryrefslogtreecommitdiff
path: root/meta-qualcomm
diff options
context:
space:
mode:
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 = ""