blob: 4153e5121b81ef72b5cb3688e7706c3f243ecb69 [file] [log] [blame]
Joel Stanley77b96cd2023-08-11 14:49:00 +09301KERNEL_DEVICETREE = "aspeed/aspeed-bmc-opp-tacoma.dtb"
Joel Stanley95f29182020-11-06 19:06:47 +10302UBOOT_MACHINE = "ast2600_openbmc_spl_emmc_defconfig"
Joel Stanley859d5b52020-03-17 15:46:22 +10303UBOOT_DEVICETREE = "ast2600-tacoma"
Adriana Kobylakc5698002020-09-29 13:24:59 -05004SPL_BINARY = "spl/u-boot-spl.bin"
Andrew Jefferyb02928b2022-02-04 09:01:18 +10305SOCSEC_SIGN_ENABLE = "0"
Brad Bishop283f4a72019-08-25 07:08:32 -04006
Lei YU9fa877f2019-11-22 10:16:33 +08007OBMC_POWER_SUPPLY_INSTANCES = "0 1"
8
Brad Bishop283f4a72019-08-25 07:08:32 -04009MACHINEOVERRIDES =. "ibm-ac-server:witherspoon:"
Andrew Geissler14eb7a12023-01-23 16:27:03 -060010require conf/distro/include/phosphor-mmc.inc
Brad Bishop283f4a72019-08-25 07:08:32 -040011require conf/machine/include/ast2600.inc
Brad Bishopa114b072019-09-24 21:59:07 -040012require conf/machine/include/obmc-bsp-common.inc
Brad Bishop283f4a72019-08-25 07:08:32 -040013require conf/machine/include/openpower.inc
14require conf/machine/include/p9.inc
Patrick Williams12e8df82021-02-21 12:25:18 -060015require conf/distro/include/ibm-yaml.inc
Adriana Kobylaka9893152020-07-16 14:48:19 -050016require conf/distro/include/openpower-virtual-pnor.inc
Andrew Geisslere008cb72021-02-01 13:49:27 -060017require conf/distro/include/ibm-mpreboot.inc
Andrew Geissler41e8ee62023-04-13 13:11:52 -060018include conf/distro/include/extra-dev-debug-tools.inc
Joseph Reynolds68e567f2021-02-24 17:20:01 -060019DISTRO_FEATURES += "ibm-service-account-policy"
Brad Bishop283f4a72019-08-25 07:08:32 -040020
Brad Bishop283f4a72019-08-25 07:08:32 -040021SERIAL_CONSOLES = "115200;ttyS4"
22
23MRW_XML = "witherspoon.xml"
24PHOSPHOR_MRW_LICENSE = "Apache-2.0"
25PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
Patrick Williamsbb99d222022-01-24 15:55:09 -060026PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml;branch=master;protocol=https"
Brad Bishop283f4a72019-08-25 07:08:32 -040027PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
28
Adriana Kobylakb96c7502021-08-06 16:25:30 +000029VIRTUAL-RUNTIME_phosphor-hwmon-config:df-mrw = ""
Brad Bishop283f4a72019-08-25 07:08:32 -040030
Adriana Kobylakb96c7502021-08-06 16:25:30 +000031PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config:df-mrw = \
Brad Bishop283f4a72019-08-25 07:08:32 -040032 "phosphor-fan-control-fan-config"
Adriana Kobylakb96c7502021-08-06 16:25:30 +000033PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config:df-mrw = \
Brad Bishop283f4a72019-08-25 07:08:32 -040034 "phosphor-fan-presence-config"
Brad Bishopa114b072019-09-24 21:59:07 -040035
Adriana Kobylaka9893152020-07-16 14:48:19 -050036# The eMMC on Tacoma is just 1GB smaller than Rainier. The template file
37# meta-aspeed/wic/emmc-aspeed.wks.in builds an image for the size of Rainier as
38# the default. To be able to re-use that template for Tacoma, the size of the
39# last partition (hostfw) was made configurable. The default size of the hostfw
40# partition is 5GB, therefore setting it to 4GB for Tacoma.
41WKS_HOSTFW_SIZE = "4G"
Andrew Geissler7a08bfe2020-09-24 15:57:12 -050042
Adriana Kobylakb96c7502021-08-06 16:25:30 +000043IMAGE_FEATURES:remove = "obmc-ikvm"
Andrew Jeffery24562aa2021-07-09 22:01:38 +093044
45DEBUG_TRIGGERS = "kcs2"
Adriana Kobylakb96c7502021-08-06 16:25:30 +000046PACKAGECONFIG:append:pn-debug-trigger = " triggers"