1KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb" 2 3UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig" 4UBOOT_DEVICETREE = "ast2600-evb" 5SPL_BINARY = "spl/u-boot-spl.bin" 6# Disable hardware root of trust by default. 7# If users want to enable secure boot, 8# please do the following steps. 9# 1. Set SOCSEC_SIGN_ENABLE to “1”. 10# 2. Provide platform OTP config. 11# There was an example in p10bmc. 12# If users enable socsec signing but do not provide OTP config, 13# u-boot will be built failed. 14SOCSEC_SIGN_ENABLE = "0" 15 16require conf/machine/include/ast2600.inc 17require conf/machine/include/obmc-evb-common.inc 18 19SERIAL_CONSOLES = "115200;ttyS4" 20 21# AST2600 EVB has 64MB SPI flash 22FLASH_SIZE = "65536" 23