blob: ee84c5dbb58e1a4d250f4c9c520b9a256c2779e8 [file] [log] [blame]
Vijay Khemka40434ce2018-09-24 12:34:53 -07001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb"
3
4UBOOT_MACHINE = "ast_g5_ncsi_config"
5
6require conf/machine/include/ast2500.inc
7require conf/machine/include/obmc-bsp-common.inc
8
9OBMC_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 "
Vijay Khemka0e76c9c2018-09-28 13:46:27 -070019PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host"
Vijay Khemka36a49e22018-11-08 14:16:02 -080020PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-fb-apps"
Vijay Khemka40434ce2018-09-24 12:34:53 -070021FLASH_SIZE = "32768"
22VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
23