blob: 45799c2e6b97cdebef9e59166458ccf407477641 [file] [log] [blame]
George Liu57ef9e82024-06-05 14:28:01 +08001# Add a device tree for nf5280m7
2KMACHINE = "aspeed"
3KERNEL_DEVICETREE = " \
George Liu0d5391c2024-07-10 11:46:01 +08004 aspeed/${KMACHINE}-bmc-ieisystem-${MACHINE}.dtb \
George Liu57ef9e82024-06-05 14:28:01 +08005"
6
7UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
8UBOOT_DEVICETREE = "ast2600-evb"
George Liu0d5391c2024-07-10 11:46:01 +08009# UBOOT_DEVICETREE = "${UMACHINE}-ieisystem-${MACHINE}"
George Liu57ef9e82024-06-05 14:28:01 +080010SPL_BINARY = "spl/u-boot-spl.bin"
11
12require conf/machine/include/ast2600.inc
13require conf/machine/include/obmc-bsp-common.inc
14
15FLASH_SIZE = "65536"
16
17SOCSEC_SIGN_ENABLE = "0"
George Liue57d4b12024-07-16 20:06:58 +080018
19require conf/machine/include/ieisystem.inc
George Liua17f67d2024-07-19 17:14:11 +080020
21VIRTUAL-RUNTIME_obmc-inventory-manager ?= "entity-manager"
22