| KMACHINE = "aspeed" |
| KERNEL_DEVICETREE = "${KMACHINE}-bmc-${MACHINE}.dtb" |
| |
| require conf/machine/include/ast2400.inc |
| require conf/machine/include/obmc-bsp-common.inc |
| |
| UBOOT_MACHINE_palmetto = "ast_g4_ncsi_config" |
| UBOOT_ENTRYPOINT = "0x40008000" |
| UBOOT_LOADADDRESS = "0x40008000" |
| |
| FLASH_SIZE = "32768" |
| |
| # If we included the openpower.inc we'd get these from that. |
| #OBMC_MACHINE_FEATURES += "\ |
| # obmc-phosphor-fan-mgmt \ |
| # obmc-phosphor-chassis-mgmt \ |
| # obmc-phosphor-flash-mgmt \ |
| # obmc-host-ipmi \ |
| # obmc-host-ctl \ |
| # obmc-host-state-mgmt \ |
| # obmc-chassis-state-mgmt \ |
| # obmc-bmc-state-mgmt \ |
| # " |
| # But we don't, and it's ok :D We're pulling in specific packages in an image recipe. |
| |
| # This sets up our own Quanta-q71l.py inclusion based on the Zaius.py in the skeleton repo. |
| # As something temporarily required. |
| VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config" |
| PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}" |
| |
| # These are meant to include the inventory config.yaml and so on. |
| PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "q71l-ipmi-inventory-map-native" |
| PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties = "q71l-ipmi-fru-properties" |
| |
| PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory = "q71l-ipmi-sensor-map-native" |
| |
| PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-bt" |