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