summaryrefslogtreecommitdiff
path: root/meta-tyan/meta-s7106/conf/machine/s7106.conf
diff options
context:
space:
mode:
authorOskar Senft <osk@google.com>2021-12-01 00:05:59 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-12-21 22:52:49 +0300
commit4091a0d42e312c8c9ec9af6525f1074103b97639 (patch)
tree6815c1c8ae503dede3bd70210f67b102009ecc39 /meta-tyan/meta-s7106/conf/machine/s7106.conf
parenta6b6c4abdf1b67e34701d2a9e36123f7f8b4d9a6 (diff)
downloadopenbmc-4091a0d42e312c8c9ec9af6525f1074103b97639.tar.xz
tyan, s7106: Initial commit for TYAN S7106
The TYAN S7106 is a server mainboard with an Aspeed AST2500 BMC. Signed-off-by: Oskar Senft <osk@google.com> Change-Id: I75e4938bbc7d25bd8e949a4bae5761205aa0ff22
Diffstat (limited to 'meta-tyan/meta-s7106/conf/machine/s7106.conf')
-rw-r--r--meta-tyan/meta-s7106/conf/machine/s7106.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-tyan/meta-s7106/conf/machine/s7106.conf b/meta-tyan/meta-s7106/conf/machine/s7106.conf
new file mode 100644
index 000000000..0244ebd76
--- /dev/null
+++ b/meta-tyan/meta-s7106/conf/machine/s7106.conf
@@ -0,0 +1,16 @@
+KMACHINE = "aspeed"
+KERNEL_DEVICETREE = "${KMACHINE}-bmc-tyan-${MACHINE}.dtb"
+
+UBOOT_MACHINE = "ast_g5_phy_config"
+
+require conf/machine/include/ast2500.inc
+require conf/machine/include/obmc-bsp-common.inc
+require conf/machine/include/tyan.inc
+
+FLASH_SIZE = "32768"
+
+# We don't have configuration for these components yet, so remove them.
+PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "tyan-dummy"
+IMAGE_FEATURES:remove = "obmc-fan-control"
+IMAGE_FEATURES:remove = "obmc-fan-mgmt"
+IMAGE_FEATURES:remove = "obmc-flash-mgmt"