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 | |
George Liu | dd6464e | 2021-08-07 10:09:52 +0800 | [diff] [blame^] | 8 | PREFERRED_PROVIDER:virtual/openpower-fru-vpd-layout = "fp5280g2-openpower-fru-vpd-layout-native" |
| 9 | PREFERRED_PROVIDER:virtual/openpower-fru-inventory = "fp5280g2-openpower-fru-inventory-native" |
John Wang | 988b28b | 2019-05-21 17:46:44 +0800 | [diff] [blame] | 10 | |
| 11 | require conf/machine/include/ast2500.inc |
| 12 | require conf/machine/include/obmc-bsp-common.inc |
| 13 | require conf/machine/include/openpower.inc |
| 14 | require conf/machine/include/p9.inc |
Patrick Williams | a5fae32 | 2021-02-20 10:32:31 -0600 | [diff] [blame] | 15 | |
| 16 | require conf/distro/include/phosphor-aspeednic-use-mac2.inc |