blob: a24cf7596d64ba9899830616c7001a0be231603f [file] [log] [blame]
James Feiste27e5fc2017-11-09 14:31:00 -08001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${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
Joel Stanleya4c5b7f2022-01-17 21:04:22 +10308
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
James Feiste27e5fc2017-11-09 14:31:00 -080013UBOOT_MACHINE = "ast_g5_phy_config"
14
15FLASH_SIZE = "32768"
16
17VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"