Logananth Sundararaj | 96573ea | 2022-05-09 20:12:23 +0530 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | #KERNEL_DEVICETREE = "${KMACHINE}-bmc-facebook-${MACHINE}.dtb" |
| 3 | KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb" |
| 4 | |
| 5 | UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" |
| 6 | UBOOT_DEVICETREE = "ast2600-evb" |
| 7 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 8 | SOCSEC_SIGN_ENABLE = "0" |
| 9 | |
Patrick Williams | 862140a | 2023-03-09 17:11:36 -0600 | [diff] [blame] | 10 | OBMC_COMPATIBLE_NAMES = "com.meta.Hardware.BMC.Model.GreatLakes" |
| 11 | |
Patrick Williams | 9c66e39 | 2023-03-24 10:40:27 -0500 | [diff] [blame] | 12 | require conf/distro/include/phosphor-static-norootfs.inc |
Logananth Sundararaj | d2f324b | 2022-06-30 14:02:13 +0530 | [diff] [blame] | 13 | require conf/machine/include/facebook-compute-multihost.inc |
Logananth Sundararaj | 96573ea | 2022-05-09 20:12:23 +0530 | [diff] [blame] | 14 | require conf/machine/include/ast2600.inc |
| 15 | require conf/machine/include/obmc-bsp-common.inc |
| 16 | require conf/machine/include/facebook-tpm2.inc |
| 17 | |
| 18 | FLASH_SIZE = "131072" |
| 19 | |
Logananth Sundararaj | 96573ea | 2022-05-09 20:12:23 +0530 | [diff] [blame] | 20 | OBMC_HOST_INSTANCES = "1 2 3 4" |
| 21 | # Primary chassis as Sled plus secondary chassis in N slots. |
| 22 | OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}" |
Karthikeyan Pasupathi | 36f035b | 2022-08-28 17:35:29 +0530 | [diff] [blame] | 23 | |
| 24 | VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host" |
| 25 | VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis" |
Delphine CC Chiu | 4b0a914 | 2023-02-09 13:08:10 +0800 | [diff] [blame] | 26 | POST_CODE_BYTES = "1" |