Amithash Prasad | aa37303 | 2018-03-07 17:58:17 -0800 | [diff] [blame^] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-portwell-${MACHINE}.dtb" |
| 3 | |
| 4 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
| 5 | |
| 6 | require conf/machine/include/ast2500.inc |
| 7 | require conf/machine/include/obmc-bsp-common.inc |
| 8 | |
| 9 | OBMC_MACHINE_FEATURES += "\ |
| 10 | obmc-phosphor-fan-mgmt \ |
| 11 | obmc-phosphor-chassis-mgmt \ |
| 12 | obmc-phosphor-flash-mgmt \ |
| 13 | obmc-host-ipmi \ |
| 14 | obmc-host-ctl \ |
| 15 | obmc-host-state-mgmt \ |
| 16 | obmc-chassis-state-mgmt \ |
| 17 | obmc-bmc-state-mgmt \ |
| 18 | " |
| 19 | FLASH_SIZE = "32768" |
| 20 | VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" |
| 21 | |