Peter Yin | 5e4a1aa | 2023-11-23 13:23:39 +0800 | [diff] [blame] | 1 | # Minerva config file. |
| 2 | |
| 3 | KMACHINE = "aspeed" |
| 4 | #KERNEL_DEVICETREE = "aspeed/${KMACHINE}-bmc-facebook-${MACHINE}.dtb" |
| 5 | KERNEL_DEVICETREE = "aspeed/aspeed-ast2600-evb.dtb" |
| 6 | |
| 7 | UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
| 8 | UBOOT_DEVICETREE = "ast2600-bletchley" |
| 9 | |
| 10 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 11 | SOCSEC_SIGN_ENABLE = "0" |
| 12 | |
| 13 | OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.Harma" |
| 14 | |
| 15 | require conf/distro/include/phosphor-static-norootfs.inc |
| 16 | require conf/machine/include/facebook-compute-singlehost.inc |
| 17 | require conf/machine/include/ast2600.inc |
| 18 | require conf/machine/include/obmc-bsp-common.inc |
| 19 | require conf/machine/include/facebook-tpm2.inc |
Potin Lai | aaa7385 | 2024-01-09 19:43:37 +0800 | [diff] [blame] | 20 | require conf/machine/include/facebook-ncsi-nic.inc |
Peter Yin | 5e4a1aa | 2023-11-23 13:23:39 +0800 | [diff] [blame] | 21 | |
| 22 | FLASH_SIZE = "131072" |
| 23 | |
| 24 | VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host" |
| 25 | VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis" |