blob: 373e828c421f76b95fae98e495ac77a99df1d01a [file] [log] [blame]
Rick Altherrb7975ed2017-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
Joel Stanley1985be62022-01-17 21:04:22 +10307PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed"
8PREFERRED_PROVIDER_u-boot = "u-boot-aspeed"
9PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed"
10
Patrick Venturebcbb19e2021-04-13 12:14:48 -070011UBOOT_MACHINE = "ast_g4_ncsi_config"
Rick Altherrb7975ed2017-01-30 13:43:55 -080012UBOOT_ENTRYPOINT = "0x40008000"
13UBOOT_LOADADDRESS = "0x40008000"
14
15FLASH_SIZE = "32768"
Patrick Venturebfe9b602017-05-09 10:04:13 -070016
17# If we included the openpower.inc we'd get these from that.
Patrick Williamsade3e142021-10-22 14:26:27 -050018#MACHINE_FEATURES += "\
Patrick Venturebfe9b602017-05-09 10:04:13 -070019# obmc-phosphor-fan-mgmt \
20# obmc-phosphor-chassis-mgmt \
21# obmc-phosphor-flash-mgmt \
22# obmc-host-ipmi \
Patrick Venturebfe9b602017-05-09 10:04:13 -070023# obmc-host-state-mgmt \
24# obmc-chassis-state-mgmt \
25# obmc-bmc-state-mgmt \
26# "
27# But we don't, and it's ok :D We're pulling in specific packages in an image recipe.
28
Peter Foley006bc892022-02-09 15:29:56 +000029IMAGE_FEATURES:remove = "obmc-system-mgmt"
30
Patrick Venturebfe9b602017-05-09 10:04:13 -070031# These are meant to include the inventory config.yaml and so on.
32PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "q71l-ipmi-inventory-map-native"
Patrick Venturebfe9b602017-05-09 10:04:13 -070033PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory = "q71l-ipmi-sensor-map-native"
Patrick Venture6c901082018-04-13 13:41:52 -070034PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-merge-config = "q71l-ipmi-fru-merge-config-native"
35
Patrick Venturebfe9b602017-05-09 10:04:13 -070036
37PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-bt"