Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" |
Andrew Jeffery | f353884 | 2018-04-21 16:39:37 +0930 | [diff] [blame] | 3 | KERNEL_FEATURES_append = " phosphor-wdt-on-panic" |
Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 4 | |
Joel Stanley | e2602bb | 2016-07-27 18:33:40 +0930 | [diff] [blame] | 5 | UBOOT_MACHINE = "ast_g5_ncsi_config" |
Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 6 | |
Brandon Wyman | 9f37d31 | 2017-08-15 16:41:08 -0500 | [diff] [blame] | 7 | OBMC_POWER_SUPPLY_INSTANCES = "0 1" |
| 8 | |
Matt Spinler | eecf1c2 | 2017-12-05 15:25:53 -0600 | [diff] [blame] | 9 | PREFERRED_PROVIDER_virtual/p9-vcs-workaround = '' |
Sergey Solomin | 7f8a4f9 | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 10 | |
Brad Bishop | 8e13d79 | 2016-06-04 23:10:52 -0400 | [diff] [blame] | 11 | require conf/machine/include/ast2500.inc |
| 12 | require conf/machine/include/obmc-bsp-common.inc |
Brad Bishop | 3d1be91 | 2019-02-04 16:25:54 -0500 | [diff] [blame] | 13 | require conf/machine/include/openpower.inc |
Sergey Solomin | 7f8a4f9 | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 14 | require conf/machine/include/p9.inc |
Matt Spinler | bf82cdf | 2016-12-01 16:49:53 -0600 | [diff] [blame] | 15 | |
Patrick Venture | 8983438 | 2018-11-08 08:46:15 -0800 | [diff] [blame] | 16 | PHOSPHOR_MRW_LICENSE = "Apache-2.0" |
| 17 | PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
Matt Spinler | bf82cdf | 2016-12-01 16:49:53 -0600 | [diff] [blame] | 18 | PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" |
Marri Devender Rao | 03df540 | 2018-12-20 02:50:50 -0600 | [diff] [blame] | 19 | PHOSPHOR_MRW_REV = "e76c2fc5aeb512a0eb33438c239746de5b629885" |
Brad Bishop | 0cf11c2 | 2017-07-10 20:49:00 -0400 | [diff] [blame] | 20 | |
| 21 | # Inhibit phosphor-hwmon-config-mrw |
Brad Bishop | 5fcae27 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 22 | VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = "" |
Brad Bishop | 884da35 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 23 | |
| 24 | # Inhibit phosphor-fan-presence-mrw-native |
Brad Bishop | 5fcae27 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 25 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \ |
Brad Bishop | 884da35 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 26 | "phosphor-fan-presence-config-native" |
Brad Bishop | 667a3bb | 2017-07-10 23:14:14 -0400 | [diff] [blame] | 27 | |
| 28 | # Inhibit phosphor-fan-control-fan-config-mrw-native |
Brad Bishop | 5fcae27 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 29 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \ |
Brad Bishop | 667a3bb | 2017-07-10 23:14:14 -0400 | [diff] [blame] | 30 | "phosphor-fan-control-fan-config-native" |