blob: d37fc56dd3f791cbb25321973f46bf6c6f6d7e46 [file] [log] [blame]
Vijay Khemka42a32b72019-12-01 19:33:29 -08001KMACHINE = "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
Manikandan Elumalai5dd431a2020-04-03 16:33:31 +05309SERIAL_CONSOLES = "57600;ttyS4"
10
Vijay Khemka42a32b72019-12-01 19:33:29 -080011OBMC_MACHINE_FEATURES += "\
12 obmc-phosphor-fan-mgmt \
13 obmc-phosphor-chassis-mgmt \
14 obmc-phosphor-flash-mgmt \
15 obmc-host-ipmi \
16 obmc-host-state-mgmt \
17 obmc-chassis-state-mgmt \
18 obmc-bmc-state-mgmt \
19 "
20PREFERRED_PROVIDER_virtual/obmc-host-ctl ?= ""
HCL-BMCd34d4952019-12-27 12:41:50 +053021PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-fb-apps"
Vijay Khemka42a32b72019-12-01 19:33:29 -080022FLASH_SIZE = "32768"
23VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
24