blob: 3cc2bec3f7037d3d98554bacff95ddf3899e4ff7 [file] [log] [blame]
Ryan Siecf285422021-01-27 13:43:03 +08001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "aspeed-bmc-supermicro-x11spi.dtb"
3
4require conf/machine/include/ast2500.inc
5require conf/machine/include/obmc-bsp-common.inc
6require conf/machine/include/supermicro.inc
7
Joel Stanleya4c5b7f2022-01-17 21:04:22 +10308PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
9PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
10PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
Ryan Siecf285422021-01-27 13:43:03 +080011UBOOT_MACHINE = "ast_g5_phy_config"
12
13FLASH_SIZE = "32768"
14
15VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"