1*c7d1cd94SBrad Bishop 2*c7d1cd94SBrad BishopKMACHINE = "aspeed" 3*c7d1cd94SBrad BishopKERNEL_DEVICETREE = "${KMACHINE}-bmc-amd-${MACHINE}.dtb" 4*c7d1cd94SBrad Bishop 5*c7d1cd94SBrad BishopUBOOT_MACHINE_ethanolx = "ast_g5_phy_config" 6*c7d1cd94SBrad Bishop 7*c7d1cd94SBrad Bishoprequire conf/machine/include/ast2500.inc 8*c7d1cd94SBrad Bishoprequire conf/machine/include/obmc-bsp-common.inc 9*c7d1cd94SBrad Bishop 10*c7d1cd94SBrad BishopSERIAL_CONSOLES = "115200;ttyS4" 11*c7d1cd94SBrad Bishop 12*c7d1cd94SBrad BishopFLASH_SIZE = "32768" 13*c7d1cd94SBrad Bishop 14*c7d1cd94SBrad BishopOBMC_MACHINE_FEATURES += "\ 15*c7d1cd94SBrad Bishop obmc-bmc-state-mgmt \ 16*c7d1cd94SBrad Bishop obmc-chassis-state-mgmt \ 17*c7d1cd94SBrad Bishop obmc-host-state-mgmt \ 18*c7d1cd94SBrad Bishop obmc-phosphor-chassis-mgmt \ 19*c7d1cd94SBrad Bishop obmc-host-ipmi \ 20*c7d1cd94SBrad Bishop obmc-phosphor-fan-mgmt \ 21*c7d1cd94SBrad Bishop obmc-phosphor-flash-mgmt \ 22*c7d1cd94SBrad Bishop " 23*c7d1cd94SBrad Bishop 24*c7d1cd94SBrad BishopVIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" 25*c7d1cd94SBrad BishopVIRTUAL-RUNTIME_obmc-host-state-manager ?= "x86-power-control" 26*c7d1cd94SBrad BishopVIRTUAL-RUNTIME_obmc-chassis-state-manager ?= "x86-power-control" 27*c7d1cd94SBrad Bishop 28*c7d1cd94SBrad BishopPREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-amd-apps" 29*c7d1cd94SBrad BishopPREFERRED_PROVIDER_virtual/obmc-fan-mgmt = "packagegroup-amd-apps" 30*c7d1cd94SBrad BishopPREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-amd-apps" 31*c7d1cd94SBrad BishopPREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw ?= "phosphor-ipmi-kcs" 32*c7d1cd94SBrad BishopPREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}" 33*c7d1cd94SBrad BishopPREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-amd-apps" 34*c7d1cd94SBrad BishopPREFERRED_PROVIDER_virtual/obmc-host-ctl ?= "obmc-op-control-host" 35*c7d1cd94SBrad BishopPREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "ethanolx-led-manager-config-native" 36*c7d1cd94SBrad Bishop 37*c7d1cd94SBrad BishopOVERRIDES .= ":amd" 38*c7d1cd94SBrad Bishop 39*c7d1cd94SBrad Bishop 40