blob: 233f6ab17ab6dcf8e67b874284343d1eebfe1601 [file] [log] [blame]
John Wang988b28b2019-05-21 17:46:44 +08001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-inspur-${MACHINE}.dtb"
3
4UBOOT_MACHINE = "ast_g5_ncsi_config"
5
George Liu4c362382019-08-05 18:30:53 +08006OBMC_POWER_SUPPLY_INSTANCES = "0 1"
7
John Wang988b28b2019-05-21 17:46:44 +08008PREFERRED_PROVIDER_virtual/p9-vcs-workaround = ''
George Liu0e13b9c2019-07-11 18:36:45 +08009PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout = "fp5280g2-openpower-fru-vpd-layout-native"
10PREFERRED_PROVIDER_virtual/openpower-fru-inventory = "fp5280g2-openpower-fru-inventory-native"
John Wang988b28b2019-05-21 17:46:44 +080011
12require conf/machine/include/ast2500.inc
13require conf/machine/include/obmc-bsp-common.inc
14require conf/machine/include/openpower.inc
15require conf/machine/include/p9.inc