Zev Weiss | 6b6fadd | 2021-03-12 01:21:31 +0000 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-asrock-${MACHINE}.dtb" |
| 3 | |
| 4 | UBOOT_MACHINE = "ast_g5_phy_config" |
| 5 | |
| 6 | FLASH_SIZE = "32768" |
| 7 | |
| 8 | require conf/machine/include/ast2500.inc |
| 9 | require conf/machine/include/obmc-bsp-common.inc |
| 10 | |
Zev Weiss | 1d5acf1 | 2021-11-05 07:53:13 +0000 | [diff] [blame] | 11 | # 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. |
| 14 | require conf/distro/include/phosphor-isolation.inc |
| 15 | |
Zev Weiss | 6b6fadd | 2021-03-12 01:21:31 +0000 | [diff] [blame] | 16 | PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-asrock-apps" |
Patrick Williams | 5a5f33c | 2021-11-03 10:35:37 -0500 | [diff] [blame] | 17 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-asrock-apps" |
Zev Weiss | 2b06819 | 2021-09-03 19:05:06 -0500 | [diff] [blame] | 18 | |
| 19 | VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control" |
| 20 | VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control" |