1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "aspeed/${KMACHINE}-ast2500-evb.dtb"
3
4PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
5PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
6PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
7UBOOT_MACHINE = "ast_g5_phy_defconfig"
8UBOOT_DEVICETREE = "ast2500-evb"
9
10OBMC_POWER_SUPPLY_INSTANCES = "0 1"
11
12MACHINE_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
20require conf/machine/include/ast2500.inc
21require conf/machine/include/obmc-bsp-common.inc
22
23PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "gen3-led-manager-config-native"
24
25VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors"
26