John Wang | 988b28b | 2019-05-21 17:46:44 +0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-inspur-${MACHINE}.dtb" |
| 3 | |
| 4 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
| 5 | |
George Liu | 4c36238 | 2019-08-05 18:30:53 +0800 | [diff] [blame] | 6 | OBMC_POWER_SUPPLY_INSTANCES = "0 1" |
| 7 | |
John Wang | 988b28b | 2019-05-21 17:46:44 +0800 | [diff] [blame] | 8 | PREFERRED_PROVIDER_virtual/p9-vcs-workaround = '' |
George Liu | 0e13b9c | 2019-07-11 18:36:45 +0800 | [diff] [blame] | 9 | PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout = "fp5280g2-openpower-fru-vpd-layout-native" |
| 10 | PREFERRED_PROVIDER_virtual/openpower-fru-inventory = "fp5280g2-openpower-fru-inventory-native" |
Chicago Duan | 7529e78 | 2019-09-19 15:15:13 +0800 | [diff] [blame] | 11 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "fp5280g2-led-manager-config-native" |
John Wang | 988b28b | 2019-05-21 17:46:44 +0800 | [diff] [blame] | 12 | |
| 13 | require conf/machine/include/ast2500.inc |
| 14 | require conf/machine/include/obmc-bsp-common.inc |
| 15 | require conf/machine/include/openpower.inc |
| 16 | require conf/machine/include/p9.inc |