Patrick Rudolph | 9b5109d | 2022-04-19 16:14:03 +0200 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-ast2500-evb.dtb" |
| 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 |