blob: ab79b520f8ac9c843e33d34dbb31ca659d5fa85a [file] [log] [blame]
Zev Weiss6b6fadd2021-03-12 01:21:31 +00001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-asrock-${MACHINE}.dtb"
3
4UBOOT_MACHINE = "ast_g5_phy_config"
5
6FLASH_SIZE = "32768"
7
8require conf/machine/include/ast2500.inc
9require conf/machine/include/obmc-bsp-common.inc
10
Zev Weiss1d5acf12021-11-05 07:53:13 +000011# This is necessary for the host to boot properly -- without it, the ast2500
12# Super-IO is left enabled (SCU70[20]=0), which causes the host boot sequence
13# to hang during POST.
14require conf/distro/include/phosphor-isolation.inc
15
Zev Weiss6b6fadd2021-03-12 01:21:31 +000016PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-asrock-apps"
Patrick Williams5a5f33c2021-11-03 10:35:37 -050017PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-asrock-apps"
Zev Weiss2b068192021-09-03 19:05:06 -050018
19VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control"
20VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control"