Files
OpenBMC/meta-inspur/meta-nf5280m7/conf/machine/nf5280m7.conf
T

17 lines
408 B
Plaintext
Raw Normal View History

2026-04-23 17:07:55 +08:00
# Add a device tree for nf5280m7
KMACHINE = "aspeed"
KERNEL_DEVICETREE = "${KMACHINE}-bmc-inspur-${MACHINE}.dtb"
UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
UMACHINE = "ast2600"
UBOOT_DEVICETREE = "${UMACHINE}-inspur-${MACHINE}"
SPL_BINARY = "spl/u-boot-spl.bin"
require conf/machine/include/ast2600.inc
require conf/machine/include/obmc-bsp-common.inc
FLASH_SIZE = "65536"
SOCSEC_SIGN_ENABLE = "0"