blob: 8eb26fc0aebd2736e0dac4129e1a8f84ec8c8644 [file] [log] [blame]
George Liu7ce29582023-12-20 14:06:08 +08001KMACHINE = "aspeed"
2KERNEL_DEVICETREE = " \
3 aspeed/${KMACHINE}-bmc-ieisystems-${MACHINE}.dtb \
4"
5
6UBOOT_MACHINE = "ast2600_openbmc_spl_emmc_defconfig"
7UBOOT_DEVICETREE = "ast2600-evb"
8#UBOOT_DEVICETREE = "ast2600-ieisystems-fp5280g3"
9SPL_BINARY = "spl/u-boot-spl.bin"
10
11require conf/distro/include/phosphor-mmc.inc
12require conf/machine/include/ast2600.inc
13require conf/machine/include/obmc-bsp-common.inc
14require conf/machine/include/openpower.inc
15
16DISTRO_FEATURES += "mpreboot"
17MACHINE_FEATURES += "phal"
18
19SOCSEC_SIGN_ENABLE = "0"
20
21FLASH_SIZE = "16777216"