Potin Lai | 9e0893f | 2024-05-10 00:37:41 +0800 | [diff] [blame] | 1 | # Catalina config file. |
| 2 | |
| 3 | KMACHINE = "aspeed" |
Potin Lai | e108928 | 2024-08-06 11:12:02 +0800 | [diff] [blame] | 4 | KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb" |
Potin Lai | 9e0893f | 2024-05-10 00:37:41 +0800 | [diff] [blame] | 5 | |
| 6 | UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
| 7 | UBOOT_DEVICETREE = "ast2600-facebook" |
| 8 | |
| 9 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 10 | SOCSEC_SIGN_ENABLE = "0" |
| 11 | |
| 12 | OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Catalina" |
| 13 | |
| 14 | require conf/distro/include/phosphor-static-norootfs.inc |
| 15 | require conf/machine/include/facebook-compute-singlehost.inc |
| 16 | require conf/machine/include/ast2600.inc |
| 17 | require conf/machine/include/obmc-bsp-common.inc |
| 18 | require conf/machine/include/facebook-tpm2.inc |
| 19 | require conf/machine/include/facebook-ncsi-nic.inc |
| 20 | |
| 21 | FLASH_SIZE = "131072" |
| 22 | |
| 23 | VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host" |
| 24 | VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis" |
Potin Lai | 48cc276 | 2024-05-24 13:39:58 +0800 | [diff] [blame] | 25 | |
| 26 | PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-ssif" |