Vijay Khemka | 40434ce | 2018-09-24 12:34:53 -0700 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb" |
| 3 | |
Joel Stanley | a4c5b7f | 2022-01-17 21:04:22 +1030 | [diff] [blame] | 4 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed" |
| 5 | PREFERRED_PROVIDER_u-boot = "u-boot-aspeed" |
| 6 | PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed" |
| 7 | |
Vijay Khemka | 40434ce | 2018-09-24 12:34:53 -0700 | [diff] [blame] | 8 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
| 9 | |
Patrick Williams | 00bb208 | 2020-05-02 06:45:48 -0500 | [diff] [blame] | 10 | require conf/machine/include/facebook-compute-singlehost.inc |
Vijay Khemka | 40434ce | 2018-09-24 12:34:53 -0700 | [diff] [blame] | 11 | require conf/machine/include/ast2500.inc |
| 12 | require conf/machine/include/obmc-bsp-common.inc |
| 13 | |
Patrick Williams | 49f18cb | 2021-08-09 21:46:55 -0500 | [diff] [blame] | 14 | PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "" |
Vijay Khemka | 40434ce | 2018-09-24 12:34:53 -0700 | [diff] [blame] | 15 | FLASH_SIZE = "32768" |