Brad Bishop | 3bdf41d | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" |
| 3 | |
Joel Stanley | a244dcd | 2016-07-27 18:33:40 +0930 | [diff] [blame] | 4 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
Brad Bishop | 3bdf41d | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 5 | |
Patrick Williams | 561798c | 2017-08-29 16:23:06 -0500 | [diff] [blame] | 6 | OBMC_MACHINE_FEATURES += "obmc-mrw obmc-ubi-fs openpower-ubi-fs" |
Matt Spinler | 0bb0e36 | 2016-10-14 12:52:21 -0500 | [diff] [blame] | 7 | |
Brandon Wyman | 360ebeb | 2017-08-15 16:41:08 -0500 | [diff] [blame] | 8 | OBMC_POWER_SUPPLY_INSTANCES = "0 1" |
| 9 | |
Sergey Solomin | aac4adf | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 10 | PREFERRED_PROVIDER_virtual/p9-vcs-workaround = 'vcs-pre-post' |
| 11 | |
Brad Bishop | 3bdf41d | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 12 | require conf/machine/include/ast2500.inc |
| 13 | require conf/machine/include/obmc-bsp-common.inc |
| 14 | require conf/machine/include/ibm.inc |
Sergey Solomin | aac4adf | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 15 | require conf/machine/include/p9.inc |
Matt Spinler | ecfbe34 | 2016-12-01 16:49:53 -0600 | [diff] [blame] | 16 | |
| 17 | PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" |
Brandon Wyman | 1e2834f | 2017-10-12 18:03:42 -0500 | [diff] [blame^] | 18 | PHOSPHOR_MRW_REV = "24d2f6d98568f0b23d1eb3bb9f876a638be4ae37" |
Brad Bishop | 73efe3d | 2017-07-10 20:49:00 -0400 | [diff] [blame] | 19 | |
| 20 | # Inhibit phosphor-hwmon-config-mrw |
| 21 | VIRTUAL-RUNTIME_phosphor-hwmon-config = "" |
Brad Bishop | 1918a25 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 22 | |
| 23 | # Inhibit phosphor-fan-presence-mrw-native |
| 24 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config = \ |
| 25 | "phosphor-fan-presence-config-native" |
Brad Bishop | 02da9e7 | 2017-07-10 23:14:14 -0400 | [diff] [blame] | 26 | |
| 27 | # Inhibit phosphor-fan-control-fan-config-mrw-native |
| 28 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config = \ |
| 29 | "phosphor-fan-control-fan-config-native" |