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 | |
Brad Bishop | b770d19 | 2019-07-17 14:37:38 -0400 | [diff] [blame] | 9 | # A machine override for common machine configuration for all of IBM's |
| 10 | # "Accelerated Computing" class of systems. |
| 11 | MACHINEOVERRIDES =. "ibm-ac-server:" |
Brad Bishop | 8e13d79 | 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 |
Brad Bishop | 3d1be91 | 2019-02-04 16:25:54 -0500 | [diff] [blame] | 14 | require conf/machine/include/openpower.inc |
Sergey Solomin | 7f8a4f9 | 2016-11-28 15:03:24 -0600 | [diff] [blame] | 15 | require conf/machine/include/p9.inc |
Matt Spinler | bf82cdf | 2016-12-01 16:49:53 -0600 | [diff] [blame] | 16 | |
Patrick Venture | 8983438 | 2018-11-08 08:46:15 -0800 | [diff] [blame] | 17 | PHOSPHOR_MRW_LICENSE = "Apache-2.0" |
| 18 | PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
Matt Spinler | bf82cdf | 2016-12-01 16:49:53 -0600 | [diff] [blame] | 19 | PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" |
Andrew Geissler | 033ecca | 2019-08-14 09:16:41 -0500 | [diff] [blame] | 20 | PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7" |
Brad Bishop | 0cf11c2 | 2017-07-10 20:49:00 -0400 | [diff] [blame] | 21 | |
| 22 | # Inhibit phosphor-hwmon-config-mrw |
Brad Bishop | 5fcae27 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 23 | VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = "" |
Brad Bishop | 884da35 | 2017-07-10 22:40:30 -0400 | [diff] [blame] | 24 | |
| 25 | # Inhibit phosphor-fan-presence-mrw-native |
Brad Bishop | 5fcae27 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 26 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \ |
Brad Bishop | 6587e6c | 2019-05-13 14:46:48 -0400 | [diff] [blame] | 27 | "phosphor-fan-presence-config" |
Brad Bishop | 667a3bb | 2017-07-10 23:14:14 -0400 | [diff] [blame] | 28 | |
| 29 | # Inhibit phosphor-fan-control-fan-config-mrw-native |
Brad Bishop | 5fcae27 | 2018-03-08 23:44:34 -0500 | [diff] [blame] | 30 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \ |
Brad Bishop | 6587e6c | 2019-05-13 14:46:48 -0400 | [diff] [blame] | 31 | "phosphor-fan-control-fan-config" |