1KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-intel-s2600wf.dtb"
3
4require conf/machine/include/ast2500.inc
5require conf/machine/include/obmc-bsp-common.inc
6require conf/machine/include/intel.inc
7
8
9PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
10PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
11PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
12
13UBOOT_MACHINE = "ast_g5_phy_config"
14
15FLASH_SIZE = "32768"
16
17VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
18