blob: 0e81ea05535c86b567711c283cfc3b7257664556 [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
Patrick Williams4afeb1d2024-02-13 08:41:16 -060015require conf/distro/include/pldm.inc
George Liu7ce29582023-12-20 14:06:08 +080016
17DISTRO_FEATURES += "mpreboot"
18MACHINE_FEATURES += "phal"
19
20SOCSEC_SIGN_ENABLE = "0"
21
22FLASH_SIZE = "16777216"