104508dc9SBrad BishopKERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
28d1b6a0cSJoel Stanley
3d84b7f44STroy LeeUBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
48d1b6a0cSJoel StanleyUBOOT_DEVICETREE = "ast2600-evb"
5d84b7f44STroy LeeSPL_BINARY = "spl/u-boot-spl.bin"
6*26d53c5fSJamin Lin# Disable hardware root of trust by default.
7*26d53c5fSJamin Lin# If users want to enable secure boot,
8*26d53c5fSJamin Lin# please do the following steps.
9*26d53c5fSJamin Lin# 1. Set SOCSEC_SIGN_ENABLE to “1”.
10*26d53c5fSJamin Lin# 2. Provide platform OTP config.
11*26d53c5fSJamin Lin# There was an example in p10bmc.
12*26d53c5fSJamin Lin# If users enable socsec signing but do not provide OTP config,
13*26d53c5fSJamin Lin# u-boot will be built failed.
14*26d53c5fSJamin LinSOCSEC_SIGN_ENABLE = "0"
1504508dc9SBrad Bishop
1604508dc9SBrad Bishoprequire conf/machine/include/ast2600.inc
175a5f33c7SPatrick Williamsrequire conf/machine/include/obmc-evb-common.inc
18cebd819fSBrad Bishop
19cebd819fSBrad BishopSERIAL_CONSOLES = "115200;ttyS4"
20a0bfce94STroy Lee
21a0bfce94STroy Lee# AST2600 EVB has 64MB SPI flash
22a0bfce94STroy LeeFLASH_SIZE = "65536"
23