blob: 3c03fbc9c7254ed48acf4280afc39479d185af8b [file] [log] [blame]
Patrick Rudolph9b5109d2022-04-19 16:14:03 +02001KMACHINE = "aspeed"
Patrick Rudolph597d0912023-10-25 10:30:32 +00002KERNEL_DEVICETREE = "aspeed/${KMACHINE}-ast2500-evb.dtb"
Patrick Rudolph9b5109d2022-04-19 16:14:03 +02003
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
Patrick Rudolph5e92f082023-05-03 14:00:12 +020022
23PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "gen3-led-manager-config-native"
24
Patrick Rudolph2073a572023-05-03 17:49:46 +020025VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors"