blob: c30cb5c04f9867edd15286187033fe17b8f803ee [file] [log] [blame]
Joel Stanley77b96cd2023-08-11 14:49:00 +09301KERNEL_DEVICETREE = "aspeed/aspeed-ast2600-evb.dtb"
Joel Stanley8d1b6a02022-02-16 16:07:58 +10302
Troy Leed84b7f42021-06-16 14:35:31 +08003UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
Joel Stanley8d1b6a02022-02-16 16:07:58 +10304UBOOT_DEVICETREE = "ast2600-evb"
Troy Leed84b7f42021-06-16 14:35:31 +08005SPL_BINARY = "spl/u-boot-spl.bin"
Jamin Lin26d53c52022-02-18 13:58:15 +08006# 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"
Brad Bishop04508dc2019-07-21 18:11:28 -040015
16require conf/machine/include/ast2600.inc
Brad Bishopb0bc8372024-02-15 09:37:00 -050017include conf/machine/include/obmc-evb-common.inc
Brad Bishopcebd8192019-08-08 15:32:29 -040018
19SERIAL_CONSOLES = "115200;ttyS4"
Troy Leea0bfce92021-03-02 06:09:04 +000020
21# AST2600 EVB has 64MB SPI flash
22FLASH_SIZE = "65536"