Brad Bishop | 4c39d65 | 2019-09-16 13:53:14 -0400 | [diff] [blame] | 1 | KERNEL_DEVICETREE = "aspeed-bmc-ibm-rainier.dtb" |
Adriana Kobylak | 5bea35b | 2020-04-20 08:54:14 -0500 | [diff] [blame] | 2 | UBOOT_MACHINE = "ast2600_openbmc_defconfig" |
Joel Stanley | d3ed867 | 2020-03-17 15:46:02 +1030 | [diff] [blame] | 3 | UBOOT_DEVICETREE = "ast2600-rainier" |
Brad Bishop | 4c39d65 | 2019-09-16 13:53:14 -0400 | [diff] [blame] | 4 | |
Brandon Wyman | 3e8f174 | 2019-10-24 18:08:13 -0500 | [diff] [blame] | 5 | OBMC_POWER_SUPPLY_INSTANCES = "0 1 2 3" |
| 6 | |
Brad Bishop | 4c39d65 | 2019-09-16 13:53:14 -0400 | [diff] [blame] | 7 | require conf/machine/include/ast2600.inc |
| 8 | require conf/machine/include/obmc-bsp-common.inc |
| 9 | require conf/machine/include/openpower.inc |
Brad Bishop | 5b44384 | 2020-09-23 10:09:13 -0400 | [diff] [blame] | 10 | include conf/machine/include/ibm-power10-cpu.inc |
Adriana Kobylak | f12da27 | 2020-07-16 14:48:19 -0500 | [diff] [blame] | 11 | require conf/distro/include/openpower-virtual-pnor.inc |
| 12 | require conf/distro/include/phosphor-mmc.inc |
Brad Bishop | 4c39d65 | 2019-09-16 13:53:14 -0400 | [diff] [blame] | 13 | |
| 14 | SERIAL_CONSOLES = "115200;ttyS4" |
| 15 | |
| 16 | MRW_XML = "witherspoon.xml" |
| 17 | PHOSPHOR_MRW_LICENSE = "Apache-2.0" |
| 18 | PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 19 | PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml" |
| 20 | PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7" |
| 21 | |
| 22 | VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = "" |
| 23 | |
| 24 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \ |
| 25 | "phosphor-fan-control-fan-config" |
| 26 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \ |
| 27 | "phosphor-fan-presence-config" |
| 28 | |
Santosh Puranik | 7c056f4 | 2019-10-11 12:54:52 -0500 | [diff] [blame] | 29 | SKIP_BROKEN_MRW = "1" |