Chanh Nguyen | 2fc68eb | 2022-04-28 09:11:28 +0000 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-bmc-ampere-mtmitchell.dtb" |
| 3 | UBOOT_DEVICETREE = "ast2600-bletchley" |
| 4 | UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
| 5 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 6 | SOCSEC_SIGN_ENABLE = "0" |
| 7 | |
| 8 | SERIAL_CONSOLES = "115200;ttyS4" |
| 9 | |
| 10 | require conf/machine/include/ast2600.inc |
| 11 | require conf/machine/include/obmc-bsp-common.inc |
| 12 | |
| 13 | FLASH_SIZE = "65536" |
| 14 | VOLATILE_LOG_DIR = "no" |
| 15 | |
| 16 | MACHINE_FEATURES += "\ |
| 17 | obmc-bmc-state-mgmt \ |
| 18 | obmc-chassis-state-mgmt \ |
| 19 | obmc-host-ipmi \ |
| 20 | obmc-host-state-mgmt \ |
| 21 | obmc-phosphor-chassis-mgmt \ |
| 22 | obmc-phosphor-flash-mgmt \ |
| 23 | " |
| 24 | |
| 25 | OBMC_IMAGE_EXTRA_INSTALL:append = " \ |
| 26 | ampere-utils \ |
| 27 | ampere-usbnet \ |
| 28 | phosphor-misc-usb-ctrl \ |
| 29 | ampere-platform-init \ |
| 30 | ampere-ipmi-oem \ |
Chanh Nguyen | bdfb8a9 | 2022-04-28 09:11:28 +0000 | [diff] [blame] | 31 | ampere-hostctrl \ |
| 32 | ampere-driver-binder \ |
Thang Tran | 95ca309 | 2022-04-30 08:56:31 +0000 | [diff] [blame] | 33 | ampere-mac-update \ |
Chanh Nguyen | 2fc68eb | 2022-04-28 09:11:28 +0000 | [diff] [blame] | 34 | phosphor-ipmi-blobs \ |
| 35 | phosphor-ipmi-blobs-binarystore \ |
| 36 | util-linux \ |
Hieu Huynh | 57fa792 | 2022-07-12 10:18:25 +0000 | [diff] [blame] | 37 | ampere-sysfw-hang-handler \ |
Chanh Nguyen | 2fc68eb | 2022-04-28 09:11:28 +0000 | [diff] [blame] | 38 | " |
| 39 | |
| 40 | PREFERRED_PROVIDER_virtual/obmc-chassis-mgmt = "packagegroup-obmc-ampere-apps" |
| 41 | PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-obmc-ampere-apps" |
| 42 | PREFERRED_PROVIDER_virtual/obmc-flash-mgmt = "packagegroup-obmc-ampere-apps" |
| 43 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-ssif" |
| 44 | PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "ampere-led-manager-config-native" |
| 45 | |
| 46 | OVERRIDES .= ":ampere" |