From 4091a0d42e312c8c9ec9af6525f1074103b97639 Mon Sep 17 00:00:00 2001 From: Oskar Senft Date: Tue, 30 Nov 2021 16:05:59 -0500 Subject: tyan, s7106: Initial commit for TYAN S7106 The TYAN S7106 is a server mainboard with an Aspeed AST2500 BMC. Signed-off-by: Oskar Senft Change-Id: I75e4938bbc7d25bd8e949a4bae5761205aa0ff22 --- meta-tyan/meta-s7106/conf/machine/s7106.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-tyan/meta-s7106/conf/machine/s7106.conf (limited to 'meta-tyan/meta-s7106/conf/machine/s7106.conf') 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" -- cgit v1.2.3