Ryan Sie | cf28542 | 2021-01-27 13:43:03 +0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "aspeed-bmc-supermicro-x11spi.dtb" |
| 3 | |
| 4 | require conf/machine/include/ast2500.inc |
| 5 | require conf/machine/include/obmc-bsp-common.inc |
| 6 | require conf/machine/include/supermicro.inc |
| 7 | |
Joel Stanley | a4c5b7f | 2022-01-17 21:04:22 +1030 | [diff] [blame] | 8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed" |
| 9 | PREFERRED_PROVIDER_u-boot = "u-boot-aspeed" |
| 10 | PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed" |
Ryan Sie | cf28542 | 2021-01-27 13:43:03 +0800 | [diff] [blame] | 11 | UBOOT_MACHINE = "ast_g5_phy_config" |
| 12 | |
| 13 | FLASH_SIZE = "32768" |
| 14 | |
| 15 | VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" |