blob: 9a74f91dfb9b3476692606eaaa5be7460b47989c [file] [log] [blame]
Brad Bishop3bdf41d2016-06-04 23:10:52 -04001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
3
Joel Stanleya4c5b7f2022-01-17 21:04:22 +10304PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
5PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
6PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
Joel Stanleya244dcd2016-07-27 18:33:40 +09307UBOOT_MACHINE = "ast_g5_ncsi_config"
Brad Bishop3bdf41d2016-06-04 23:10:52 -04008
Brandon Wyman360ebeb2017-08-15 16:41:08 -05009OBMC_POWER_SUPPLY_INSTANCES = "0 1"
10
Brad Bishop4e979332019-07-17 14:37:38 -040011# A machine override for common machine configuration for all of IBM's
12# "Accelerated Computing" class of systems.
13MACHINEOVERRIDES =. "ibm-ac-server:"
Adriana Kobylak645a8952021-04-01 18:54:43 +000014require conf/distro/include/phosphor-ubi.inc
15require conf/distro/include/openpower-mrw.inc
16require conf/distro/include/openpower-ubi.inc
Brad Bishop3bdf41d2016-06-04 23:10:52 -040017require conf/machine/include/ast2500.inc
18require conf/machine/include/obmc-bsp-common.inc
Brad Bishop1aaa08f2019-02-04 16:25:54 -050019require conf/machine/include/openpower.inc
Sergey Solominaac4adf2016-11-28 15:03:24 -060020require conf/machine/include/p9.inc
Patrick Williams12e8df82021-02-21 12:25:18 -060021require conf/distro/include/ibm-yaml.inc
Matt Spinlerecfbe342016-12-01 16:49:53 -060022
Patrick Venture3f5f55a2018-11-08 08:46:15 -080023PHOSPHOR_MRW_LICENSE = "Apache-2.0"
24PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Matt Spinlerecfbe342016-12-01 16:49:53 -060025PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
Andrew Geissler537361a2019-08-14 09:16:41 -050026PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
Brad Bishop73efe3d2017-07-10 20:49:00 -040027
28# Inhibit phosphor-hwmon-config-mrw
Adriana Kobylakb96c7502021-08-06 16:25:30 +000029VIRTUAL-RUNTIME_phosphor-hwmon-config:df-mrw = ""
Brad Bishop1918a252017-07-10 22:40:30 -040030
31# Inhibit phosphor-fan-presence-mrw-native
Adriana Kobylakb96c7502021-08-06 16:25:30 +000032PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config:df-mrw = \
Brad Bishopdd12ede2019-05-13 14:46:48 -040033 "phosphor-fan-presence-config"
Brad Bishop02da9e72017-07-10 23:14:14 -040034
35# Inhibit phosphor-fan-control-fan-config-mrw-native
Adriana Kobylakb96c7502021-08-06 16:25:30 +000036PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config:df-mrw = \
Brad Bishopdd12ede2019-05-13 14:46:48 -040037 "phosphor-fan-control-fan-config"
Andrew Geisslerbd6ddaf2021-12-13 16:07:35 -060038
39IMAGE_FEATURES:remove = "obmc-ikvm"