| KMACHINE = "aspeed" |
| KERNEL_DEVICETREE = "${KMACHINE}-bmc-asrock-${MACHINE}.dtb" |
| |
| PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed" |
| PREFERRED_PROVIDER_u-boot = "u-boot-aspeed" |
| PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed" |
| UBOOT_MACHINE = "ast_g5_phy_config" |
| |
| FLASH_SIZE = "32768" |
| |
| require conf/machine/include/ast2500.inc |
| require conf/machine/include/obmc-bsp-common.inc |
| |
| # This is necessary for the host to boot properly -- without it, the ast2500 |
| # Super-IO is left enabled (SCU70[20]=0), which causes the host boot sequence |
| # to hang during POST. |
| require conf/distro/include/phosphor-isolation.inc |
| |
| PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-asrock-apps" |
| PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-asrock-apps" |
| |
| VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control" |
| VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control" |
| |
| VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager" |
| VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors" |