Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
KERNEL_DEVICETREE = "aspeed-ast2600-evb.dtb"
|
||||
|
||||
UBOOT_MACHINE = "ast2600_openbmc_spl_defconfig"
|
||||
UBOOT_DEVICETREE = "ast2600-evb"
|
||||
SPL_BINARY = "spl/u-boot-spl.bin"
|
||||
# Disable hardware root of trust by default.
|
||||
# If users want to enable secure boot,
|
||||
# please do the following steps.
|
||||
# 1. Set SOCSEC_SIGN_ENABLE to “1”.
|
||||
# 2. Provide platform OTP config.
|
||||
# There was an example in p10bmc.
|
||||
# If users enable socsec signing but do not provide OTP config,
|
||||
# u-boot will be built failed.
|
||||
SOCSEC_SIGN_ENABLE = "0"
|
||||
|
||||
require conf/machine/include/ast2600.inc
|
||||
require conf/machine/include/obmc-evb-common.inc
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttyS4"
|
||||
|
||||
# AST2600 EVB has 64MB SPI flash
|
||||
FLASH_SIZE = "65536"
|
||||
Reference in New Issue
Block a user