Zev Weiss | 6b6fadd | 2021-03-12 01:21:31 +0000 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-asrock-${MACHINE}.dtb" |
| 3 | |
Joel Stanley | a4c5b7f | 2022-01-17 21:04:22 +1030 | [diff] [blame] | 4 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed" |
| 5 | PREFERRED_PROVIDER_u-boot = "u-boot-aspeed" |
| 6 | PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed" |
Zev Weiss | 6b6fadd | 2021-03-12 01:21:31 +0000 | [diff] [blame] | 7 | UBOOT_MACHINE = "ast_g5_phy_config" |
| 8 | |
| 9 | FLASH_SIZE = "32768" |
| 10 | |
| 11 | require conf/machine/include/ast2500.inc |
| 12 | require conf/machine/include/obmc-bsp-common.inc |
| 13 | |
Zev Weiss | 1d5acf1 | 2021-11-05 07:53:13 +0000 | [diff] [blame] | 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. |
| 17 | require conf/distro/include/phosphor-isolation.inc |
| 18 | |
Zev Weiss | 6b6fadd | 2021-03-12 01:21:31 +0000 | [diff] [blame] | 19 | PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-asrock-apps" |
Patrick Williams | 5a5f33c | 2021-11-03 10:35:37 -0500 | [diff] [blame] | 20 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-asrock-apps" |
Zev Weiss | 2b06819 | 2021-09-03 19:05:06 -0500 | [diff] [blame] | 21 | |
| 22 | VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control" |
| 23 | VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control" |
Zev Weiss | cdbf008 | 2022-01-12 10:53:41 +0000 | [diff] [blame] | 24 | |
| 25 | VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager" |
| 26 | VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors" |