Vijay Khemka | 42a32b7 | 2019-12-01 19:33:29 -0800 | [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-multihost.inc |
Vijay Khemka | 42a32b7 | 2019-12-01 19:33:29 -0800 | [diff] [blame] | 7 | require conf/machine/include/ast2500.inc |
| 8 | require conf/machine/include/obmc-bsp-common.inc |
| 9 | |
Manikandan Elumalai | 5dd431a | 2020-04-03 16:33:31 +0530 | [diff] [blame] | 10 | SERIAL_CONSOLES = "57600;ttyS4" |
| 11 | |
Vijay Khemka | 42a32b7 | 2019-12-01 19:33:29 -0800 | [diff] [blame] | 12 | PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "" |
Vijay Khemka | 42a32b7 | 2019-12-01 19:33:29 -0800 | [diff] [blame] | 13 | FLASH_SIZE = "32768" |
Kumar Thangavel | ff039be | 2020-09-01 23:01:34 +0530 | [diff] [blame] | 14 | OBMC_HOST_INSTANCES = "1 2 3 4" |