History log of /openbmc/u-boot/include/configs/evb_ast2600a0_spl.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 688ce756 15-Jan-2020 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

spl: ast2600: Reduce SPL image size

AST2600 A1 secure boot places BL1 image (i.e. SPL) into
a 64KB SRAM for verification and execution. This patch
mainly reduce the SPL image size.

spl: ast2600: Reduce SPL image size

AST2600 A1 secure boot places BL1 image (i.e. SPL) into
a 64KB SRAM for verification and execution. This patch
mainly reduce the SPL image size.

Within the 64KB space, 6KB space is reserved for the secure
boot image signature, key, and SPL stack/heap. Hence, the
SPL image size has the 58KB limitation and is enforced by
the linker script.

show more ...


# ea20c8ec 02-Jan-2020 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


# e436c2b8 02-Jan-2020 Dylan Hung <dylan_hung@aspeedtech.com>

Merge branch 'aspeed-dev-v2019.04' of ssh://192.168.10.30:7999/bmc/u-boot into aspeed-dev-v2019.04


# baf56e67 31-Dec-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

Merge branch 'feature/secure_boot' into aspeed-dev-v2019.04


# b6402729 31-Dec-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

ast2600: Add secure boot support

This patch add secure boot support for Aspeed ast2600.

As the ast2600 crypto engine does not support direct
access to the SPI flash, we have to

ast2600: Add secure boot support

This patch add secure boot support for Aspeed ast2600.

As the ast2600 crypto engine does not support direct
access to the SPI flash, we have to firstly copy the
u-boot image from SPI to DRAM for image verification

show more ...


# 7621ec44 17-Dec-2019 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04

# Conflicts:
# arch/arm/dts/ast2600.dtsi


# 8e704e59 16-Dec-2019 ryan_chen <ryan_chen@aspeedtech.com>

[update] move all evb enviroment to aspeed-common.h defined


# 4a519027 18-Nov-2019 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04

# Conflicts:
# configs/evb-ast2600a0_defconfig


# 2e6403a5 18-Nov-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

Merge branch 'feature/ast2600_a0_a1' into aspeed-dev-v2019.04


# fb79a3bf 18-Nov-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

ast2600: Separate A0 and A1 configuration files

Add individual Kconfig, header, and defconfig files
AST2600 A0 and AST2600 A1 EVB board.