blob: 96645fc76eebb8e24bf2bcd1f5919386382efd36 [file] [log] [blame]
Rick Altherr82da3d42017-01-30 13:43:55 -08001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = "${KMACHINE}-bmc-${MACHINE}.dtb"
3
4require conf/machine/include/ast2400.inc
5require conf/machine/include/obmc-bsp-common.inc
6
7UBOOT_MACHINE_palmetto = "ast_g4_ncsi_config"
8UBOOT_ENTRYPOINT = "0x40008000"
9UBOOT_LOADADDRESS = "0x40008000"
10
11FLASH_SIZE = "32768"
Patrick Venture36ad3da2017-05-09 10:04:13 -070012
13# If we included the openpower.inc we'd get these from that.
14#OBMC_MACHINE_FEATURES += "\
15# obmc-phosphor-fan-mgmt \
16# obmc-phosphor-chassis-mgmt \
17# obmc-phosphor-flash-mgmt \
18# obmc-host-ipmi \
19# obmc-host-ctl \
Patrick Venture36ad3da2017-05-09 10:04:13 -070020# obmc-host-state-mgmt \
21# obmc-chassis-state-mgmt \
22# obmc-bmc-state-mgmt \
23# "
24# But we don't, and it's ok :D We're pulling in specific packages in an image recipe.
25
26# This sets up our own Quanta-q71l.py inclusion based on the Zaius.py in the skeleton repo.
27# As something temporarily required.
28VIRTUAL-RUNTIME_skeleton_workbook = "${MACHINE}-config"
29PREFERRED_PROVIDER_virtual/obmc-inventory-data ?= "${VIRTUAL-RUNTIME_skeleton_workbook}"
30
31# These are meant to include the inventory config.yaml and so on.
32PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "q71l-ipmi-inventory-map-native"
33PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-properties = "q71l-ipmi-fru-properties"
Patrick Venture36ad3da2017-05-09 10:04:13 -070034PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory = "q71l-ipmi-sensor-map-native"
Patrick Venture136d17f2018-04-13 13:41:52 -070035PREFERRED_PROVIDER_virtual/phosphor-ipmi-channel-config = "q71l-ipmi-channel-config-native"
36PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-merge-config = "q71l-ipmi-fru-merge-config-native"
37
Patrick Venture36ad3da2017-05-09 10:04:13 -070038
39PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-bt"