James Feist | e27e5fc | 2017-11-09 14:31:00 -0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-intel-s2600wf.dtb" |
| 3 | |
| 4 | require conf/machine/include/ast2500.inc |
| 5 | require conf/machine/include/obmc-bsp-common.inc |
| 6 | require conf/machine/include/intel.inc |
| 7 | |
Joel Stanley | a4c5b7f | 2022-01-17 21:04:22 +1030 | [diff] [blame] | 8 | |
| 9 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed" |
| 10 | PREFERRED_PROVIDER_u-boot = "u-boot-aspeed" |
| 11 | PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed" |
| 12 | |
James Feist | e27e5fc | 2017-11-09 14:31:00 -0800 | [diff] [blame] | 13 | UBOOT_MACHINE = "ast_g5_phy_config" |
| 14 | |
| 15 | FLASH_SIZE = "32768" |
| 16 | |
| 17 | VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" |