blob: 131fc041a36e4e156e85cba3a8d2f0aefbd37779 [file] [log] [blame]
Patrick Rudolph9b5109d2022-04-19 16:14:03 +02001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${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