Vijay Khemka | 40434ce | 2018-09-24 12:34:53 -0700 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb" |
| 3 | |
| 4 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
| 5 | |
Patrick Williams | 00bb208 | 2020-05-02 06:45:48 -0500 | [diff] [blame] | 6 | require conf/machine/include/facebook-compute-singlehost.inc |
Vijay Khemka | 40434ce | 2018-09-24 12:34:53 -0700 | [diff] [blame] | 7 | require conf/machine/include/ast2500.inc |
| 8 | require conf/machine/include/obmc-bsp-common.inc |
| 9 | |
Vijay Khemka | 1dc862b | 2019-10-24 15:17:23 -0700 | [diff] [blame] | 10 | SERIAL_CONSOLES = "57600;ttyS4" |
| 11 | |
Patrick Williams | 49f18cb | 2021-08-09 21:46:55 -0500 | [diff] [blame] | 12 | PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "" |
Vijay Khemka | 40434ce | 2018-09-24 12:34:53 -0700 | [diff] [blame] | 13 | FLASH_SIZE = "32768" |