Patrick Rudolph | 9b5109d | 2022-04-19 16:14:03 +0200 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
Patrick Rudolph | 597d091 | 2023-10-25 10:30:32 +0000 | [diff] [blame] | 2 | KERNEL_DEVICETREE = "aspeed/${KMACHINE}-ast2500-evb.dtb" |
Patrick Rudolph | 9b5109d | 2022-04-19 16:14:03 +0200 | [diff] [blame] | 3 | |
| 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" |
| 7 | UBOOT_MACHINE = "ast_g5_phy_defconfig" |
| 8 | UBOOT_DEVICETREE = "ast2500-evb" |
| 9 | |
| 10 | OBMC_POWER_SUPPLY_INSTANCES = "0 1" |
| 11 | |
| 12 | MACHINE_FEATURES += " \ |
| 13 | obmc-bmc-state-mgmt \ |
| 14 | obmc-phosphor-fan-mgmt \ |
| 15 | obmc-phosphor-chassis-mgmt \ |
| 16 | obmc-chassis-state-mgmt \ |
| 17 | obmc-host-state-mgmt \ |
| 18 | " |
| 19 | |
| 20 | require conf/machine/include/ast2500.inc |
| 21 | require conf/machine/include/obmc-bsp-common.inc |
Patrick Rudolph | 5e92f08 | 2023-05-03 14:00:12 +0200 | [diff] [blame] | 22 | |
| 23 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "gen3-led-manager-config-native" |
| 24 | |
Patrick Rudolph | 2073a57 | 2023-05-03 17:49:46 +0200 | [diff] [blame] | 25 | VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors" |