blob: 2184847fd101b44b1538d112fcb3f88e5a68c4df [file] [log] [blame]
Brad Bishop77e917a2019-08-25 07:08:32 -04001KERNEL_DEVICETREE = "aspeed-bmc-opp-tacoma.dtb"
2UBOOT_MACHINE = "evb-ast2600_defconfig"
3
Lei YU1f2b96d2019-11-22 10:16:33 +08004OBMC_POWER_SUPPLY_INSTANCES = "0 1"
5
Brad Bishop77e917a2019-08-25 07:08:32 -04006MACHINEOVERRIDES =. "ibm-ac-server:witherspoon:"
7require conf/machine/include/ast2600.inc
Brad Bishop1c124702019-09-24 21:59:07 -04008require conf/machine/include/obmc-bsp-common.inc
Brad Bishop77e917a2019-08-25 07:08:32 -04009require conf/machine/include/openpower.inc
10require conf/machine/include/p9.inc
11
Brad Bishop77e917a2019-08-25 07:08:32 -040012SERIAL_CONSOLES = "115200;ttyS4"
13
14MRW_XML = "witherspoon.xml"
15PHOSPHOR_MRW_LICENSE = "Apache-2.0"
16PHOSPHOR_MRW_LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
17PHOSPHOR_MRW_URI = "git://github.com/open-power/witherspoon-xml"
18PHOSPHOR_MRW_REV = "c622cb5a5dd3ebc2a4eef558d1b70740f914e6f7"
19
20VIRTUAL-RUNTIME_phosphor-hwmon-config_df-mrw = ""
21
22PREFERRED_PROVIDER_virtual/phosphor-fan-control-fan-config_df-mrw = \
23 "phosphor-fan-control-fan-config"
24PREFERRED_PROVIDER_virtual/phosphor-fan-presence-config_df-mrw = \
25 "phosphor-fan-presence-config"
Brad Bishop1c124702019-09-24 21:59:07 -040026
27FLASH_SIZE = "131072"