Rick Altherr | b7975ed | 2017-01-30 13:43:55 -0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-${MACHINE}.dtb" |
| 3 | |
| 4 | require conf/machine/include/ast2400.inc |
| 5 | require conf/machine/include/obmc-bsp-common.inc |
| 6 | |
Joel Stanley | 1985be6 | 2022-01-17 21:04:22 +1030 | [diff] [blame] | 7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed" |
| 8 | PREFERRED_PROVIDER_u-boot = "u-boot-aspeed" |
| 9 | PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed" |
| 10 | |
Patrick Venture | bcbb19e | 2021-04-13 12:14:48 -0700 | [diff] [blame] | 11 | UBOOT_MACHINE = "ast_g4_ncsi_config" |
Rick Altherr | b7975ed | 2017-01-30 13:43:55 -0800 | [diff] [blame] | 12 | UBOOT_ENTRYPOINT = "0x40008000" |
| 13 | UBOOT_LOADADDRESS = "0x40008000" |
| 14 | |
| 15 | FLASH_SIZE = "32768" |
Patrick Venture | bfe9b60 | 2017-05-09 10:04:13 -0700 | [diff] [blame] | 16 | |
| 17 | # If we included the openpower.inc we'd get these from that. |
Patrick Williams | ade3e14 | 2021-10-22 14:26:27 -0500 | [diff] [blame] | 18 | #MACHINE_FEATURES += "\ |
Patrick Venture | bfe9b60 | 2017-05-09 10:04:13 -0700 | [diff] [blame] | 19 | # obmc-phosphor-fan-mgmt \ |
| 20 | # obmc-phosphor-chassis-mgmt \ |
| 21 | # obmc-phosphor-flash-mgmt \ |
| 22 | # obmc-host-ipmi \ |
| 23 | # obmc-host-ctl \ |
Patrick Venture | bfe9b60 | 2017-05-09 10:04:13 -0700 | [diff] [blame] | 24 | # obmc-host-state-mgmt \ |
| 25 | # obmc-chassis-state-mgmt \ |
| 26 | # obmc-bmc-state-mgmt \ |
| 27 | # " |
| 28 | # But we don't, and it's ok :D We're pulling in specific packages in an image recipe. |
| 29 | |
Peter Foley | 006bc89 | 2022-02-09 15:29:56 +0000 | [diff] [blame] | 30 | IMAGE_FEATURES:remove = "obmc-system-mgmt" |
| 31 | |
Patrick Venture | bfe9b60 | 2017-05-09 10:04:13 -0700 | [diff] [blame] | 32 | # These are meant to include the inventory config.yaml and so on. |
| 33 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "q71l-ipmi-inventory-map-native" |
Patrick Venture | bfe9b60 | 2017-05-09 10:04:13 -0700 | [diff] [blame] | 34 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-sensor-inventory = "q71l-ipmi-sensor-map-native" |
Patrick Venture | 6c90108 | 2018-04-13 13:41:52 -0700 | [diff] [blame] | 35 | PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-merge-config = "q71l-ipmi-fru-merge-config-native" |
| 36 | |
Patrick Venture | bfe9b60 | 2017-05-09 10:04:13 -0700 | [diff] [blame] | 37 | |
| 38 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-bt" |