summaryrefslogtreecommitdiff
path: root/meta-asrock/meta-x570d4u/conf/machine/x570d4u.conf
diff options
context:
space:
mode:
authorRenze Nicolai <renze@rnplus.nl>2024-03-29 13:30:36 +0300
committerRenze Nicolai <renze@rnplus.nl>2024-04-06 11:16:52 +0300
commit740e9cae348b8ad11d3a0d4f20d2dd9171a6b83f (patch)
tree25b4cfafdcd5c6588e0af84d6bd94548f408e4ff /meta-asrock/meta-x570d4u/conf/machine/x570d4u.conf
parent4d6958fa32df5017e1fb3c9a4a4b7db0189e329a (diff)
downloadopenbmc-740e9cae348b8ad11d3a0d4f20d2dd9171a6b83f.tar.xz
meta-asrock: initial skeleton of X570D4U support
This is a Micro-ATX single-socket AMD X570 server board with an AST2500 BMC. Change-Id: If9c0cd2c0abfd6d106cdc37e144d71fb72b7cb56 Signed-off-by: Renze Nicolai <renze@rnplus.nl>
Diffstat (limited to 'meta-asrock/meta-x570d4u/conf/machine/x570d4u.conf')
-rw-r--r--meta-asrock/meta-x570d4u/conf/machine/x570d4u.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-asrock/meta-x570d4u/conf/machine/x570d4u.conf b/meta-asrock/meta-x570d4u/conf/machine/x570d4u.conf
new file mode 100644
index 0000000000..8ff4d77661
--- /dev/null
+++ b/meta-asrock/meta-x570d4u/conf/machine/x570d4u.conf
@@ -0,0 +1,21 @@
+KMACHINE = "aspeed"
+KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-asrock-${MACHINE}.dtb"
+
+UBOOT_DEVICETREE = "ast2500-evb"
+UBOOT_MACHINE = "evb-ast2500_defconfig"
+
+FLASH_SIZE = "65536"
+
+require conf/machine/include/ast2500.inc
+require conf/machine/include/obmc-bsp-common.inc
+
+PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-asrock-apps"
+PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-asrock-apps"
+PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-asrock-apps"
+PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-asrock-apps"
+
+VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager"
+VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors"
+
+VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control"
+VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control"