1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-tyan-${MACHINE}.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_config"
8
9require conf/machine/include/ast2500.inc
10require conf/machine/include/obmc-bsp-common.inc
11require conf/machine/include/tyan.inc
12
13FLASH_SIZE = "32768"
14
15# We don't have configuration for these components yet, so remove them.
16PREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "tyan-dummy"
17IMAGE_FEATURES:remove = "obmc-fan-control"
18IMAGE_FEATURES:remove = "obmc-fan-mgmt"
19IMAGE_FEATURES:remove = "obmc-flash-mgmt"
20