1*77b96cd8SJoel StanleyKERNEL_DEVICETREE = "aspeed/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"
626d53c5fSJamin Lin# Disable hardware root of trust by default.
726d53c5fSJamin Lin# If users want to enable secure boot,
826d53c5fSJamin Lin# please do the following steps.
926d53c5fSJamin Lin# 1. Set SOCSEC_SIGN_ENABLE to “1”.
1026d53c5fSJamin Lin# 2. Provide platform OTP config.
1126d53c5fSJamin Lin# There was an example in p10bmc.
1226d53c5fSJamin Lin# If users enable socsec signing but do not provide OTP config,
1326d53c5fSJamin Lin# u-boot will be built failed.
1426d53c5fSJamin 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