George Liu | 7ce2958 | 2023-12-20 14:06:08 +0800 | [diff] [blame] | 1 | KMACHINE = "aspeed" |
| 2 | KERNEL_DEVICETREE = " \ |
| 3 | aspeed/${KMACHINE}-bmc-ieisystems-${MACHINE}.dtb \ |
| 4 | " |
| 5 | |
| 6 | UBOOT_MACHINE = "ast2600_openbmc_spl_emmc_defconfig" |
| 7 | UBOOT_DEVICETREE = "ast2600-evb" |
| 8 | #UBOOT_DEVICETREE = "ast2600-ieisystems-fp5280g3" |
| 9 | SPL_BINARY = "spl/u-boot-spl.bin" |
| 10 | |
| 11 | require conf/distro/include/phosphor-mmc.inc |
| 12 | require conf/machine/include/ast2600.inc |
| 13 | require conf/machine/include/obmc-bsp-common.inc |
| 14 | require conf/machine/include/openpower.inc |
Patrick Williams | 4afeb1d | 2024-02-13 08:41:16 -0600 | [diff] [blame^] | 15 | require conf/distro/include/pldm.inc |
George Liu | 7ce2958 | 2023-12-20 14:06:08 +0800 | [diff] [blame] | 16 | |
| 17 | DISTRO_FEATURES += "mpreboot" |
| 18 | MACHINE_FEATURES += "phal" |
| 19 | |
| 20 | SOCSEC_SIGN_ENABLE = "0" |
| 21 | |
| 22 | FLASH_SIZE = "16777216" |