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