1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-asrock-${MACHINE}.dtb"
3
4PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
5PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
6PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
7UBOOT_MACHINE = "ast_g5_phy_config"
8
9FLASH_SIZE = "32768"
10
11require conf/machine/include/ast2500.inc
12require conf/machine/include/obmc-bsp-common.inc
13
14# This is necessary for the host to boot properly -- without it, the ast2500
15# Super-IO is left enabled (SCU70[20]=0), which causes the host boot sequence
16# to hang during POST.
17require conf/distro/include/phosphor-isolation.inc
18
19PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-asrock-apps"
20PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-asrock-apps"
21
22VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control"
23VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control"
24
25VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager"
26VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors"
27