blob: c037a78bd7c958e657a21621c3d23ffe0b7b7d7f [file] [log] [blame]
Brad Bishop3bdf41d2016-06-04 23:10:52 -04001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
3
Joel Stanleya244dcd2016-07-27 18:33:40 +09304UBOOT_MACHINE = "ast_g5_ncsi_config"
Brad Bishop3bdf41d2016-06-04 23:10:52 -04005
Brandon Wyman360ebeb2017-08-15 16:41:08 -05006OBMC_POWER_SUPPLY_INSTANCES = "0 1"
7
Brad Bishop4e979332019-07-17 14:37:38 -04008# A machine override for common machine configuration for all of IBM's
9# "Accelerated Computing" class of systems.
10MACHINEOVERRIDES =. "ibm-ac-server:"
Adriana Kobylak645a8952021-04-01 18:54:43 +000011require conf/distro/include/phosphor-ubi.inc
12require conf/distro/include/openpower-mrw.inc
13require conf/distro/include/openpower-ubi.inc
Brad Bishop3bdf41d2016-06-04 23:10:52 -040014require conf/machine/include/ast2500.inc
15require conf/machine/include/obmc-bsp-common.inc
Brad Bishop1aaa08f2019-02-04 16:25:54 -050016require conf/machine/include/openpower.inc
Sergey Solominaac4adf2016-11-28 15:03:24 -060017require conf/machine/include/p9.inc
Matt Spinlerecfbe342016-12-01 16:49:53 -060018
Patrick Venture3f5f55a2018-11-08 08:46:15 -080019PHOSPHOR_MRW_LICENSE = "Apache-2.0"
20PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Matt Spinlerecfbe342016-12-01 16:49:53 -060021PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
Andrew Geissler537361a2019-08-14 09:16:41 -050022PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
Brad Bishop73efe3d2017-07-10 20:49:00 -040023
24# Inhibit phosphor-hwmon-config-mrw
Brad Bishop250a9842018-03-08 23:44:34 -050025VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
Brad Bishop1918a252017-07-10 22:40:30 -040026
27# Inhibit phosphor-fan-presence-mrw-native
Brad Bishop250a9842018-03-08 23:44:34 -050028PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
Brad Bishopdd12ede2019-05-13 14:46:48 -040029 "phosphor-fan-presence-config"
Brad Bishop02da9e72017-07-10 23:14:14 -040030
31# Inhibit phosphor-fan-control-fan-config-mrw-native
Brad Bishop250a9842018-03-08 23:44:34 -050032PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
Brad Bishopdd12ede2019-05-13 14:46:48 -040033 "phosphor-fan-control-fan-config"