Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 1 | KERNEL_DEVICETREE = "aspeed-bmc-opp-tacoma.dtb" |
Joel Stanley | 95f2918 | 2020-11-06 19:06:47 +1030 | [diff] [blame] | 2 | UBOOT_MACHINE = "ast2600_openbmc_spl_emmc_defconfig" |
Joel Stanley | 859d5b5 | 2020-03-17 15:46:22 +1030 | [diff] [blame] | 3 | UBOOT_DEVICETREE = "ast2600-tacoma" |
Adriana Kobylak | c569800 | 2020-09-29 13:24:59 -0500 | [diff] [blame] | 4 | SPL_BINARY = "spl/u-boot-spl.bin" |
Andrew Jeffery | b02928b | 2022-02-04 09:01:18 +1030 | [diff] [blame] | 5 | SOCSEC_SIGN_ENABLE = "0" |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 6 | |
Lei YU | 9fa877f | 2019-11-22 10:16:33 +0800 | [diff] [blame] | 7 | OBMC_POWER_SUPPLY_INSTANCES = "0 1" |
| 8 | |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 9 | MACHINEOVERRIDES =. "ibm-ac-server:witherspoon:" |
Andrew Geissler | 14eb7a1 | 2023-01-23 16:27:03 -0600 | [diff] [blame] | 10 | require conf/distro/include/phosphor-mmc.inc |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 11 | require conf/machine/include/ast2600.inc |
Brad Bishop | a114b07 | 2019-09-24 21:59:07 -0400 | [diff] [blame] | 12 | require conf/machine/include/obmc-bsp-common.inc |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 13 | require conf/machine/include/openpower.inc |
| 14 | require conf/machine/include/p9.inc |
Patrick Williams | 12e8df8 | 2021-02-21 12:25:18 -0600 | [diff] [blame] | 15 | require conf/distro/include/ibm-yaml.inc |
Adriana Kobylak | a989315 | 2020-07-16 14:48:19 -0500 | [diff] [blame] | 16 | require conf/distro/include/openpower-virtual-pnor.inc |
Andrew Geissler | e008cb7 | 2021-02-01 13:49:27 -0600 | [diff] [blame] | 17 | require conf/distro/include/ibm-mpreboot.inc |
Andrew Geissler | 41e8ee6 | 2023-04-13 13:11:52 -0600 | [diff] [blame] | 18 | include conf/distro/include/extra-dev-debug-tools.inc |
Joseph Reynolds | 68e567f | 2021-02-24 17:20:01 -0600 | [diff] [blame] | 19 | DISTRO_FEATURES += "ibm-service-account-policy" |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 20 | |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 21 | SERIAL_CONSOLES = "115200;ttyS4" |
| 22 | |
| 23 | MRW_XML = "witherspoon.xml" |
| 24 | PHOSPHOR_MRW_LICENSE = "Apache-2.0" |
| 25 | PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 26 | PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml;branch=master;protocol=https" |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 27 | PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7" |
| 28 | |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 29 | VIRTUAL-RUNTIME_phosphor-hwmon-config:df-mrw = "" |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 30 | |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 31 | PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config:df-mrw = \ |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 32 | "phosphor-fan-control-fan-config" |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 33 | PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config:df-mrw = \ |
Brad Bishop | 283f4a7 | 2019-08-25 07:08:32 -0400 | [diff] [blame] | 34 | "phosphor-fan-presence-config" |
Brad Bishop | a114b07 | 2019-09-24 21:59:07 -0400 | [diff] [blame] | 35 | |
Adriana Kobylak | a989315 | 2020-07-16 14:48:19 -0500 | [diff] [blame] | 36 | # 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. |
| 41 | WKS_HOSTFW_SIZE = "4G" |
Andrew Geissler | 7a08bfe | 2020-09-24 15:57:12 -0500 | [diff] [blame] | 42 | |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 43 | IMAGE_FEATURES:remove = "obmc-ikvm" |
Andrew Jeffery | 24562aa | 2021-07-09 22:01:38 +0930 | [diff] [blame] | 44 | |
| 45 | DEBUG_TRIGGERS = "kcs2" |
Adriana Kobylak | b96c750 | 2021-08-06 16:25:30 +0000 | [diff] [blame] | 46 | PACKAGECONFIG:append:pn-debug-trigger = " triggers" |