History log of /openbmc/u-boot/arch/arm/mach-aspeed/ast2600/Makefile (Results 1 – 25 of 25)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v00.04.15, v00.04.14, v00.04.13, v00.04.12, v00.04.11
# b88f3710 02-May-2022 Chia-Wei Wang <chiawei_wang@aspeedtech.com>

arm: aspeed: ast2600: Remove ASPEED_LOADERS

ASPEED_LOADERS was intended to support AST2600 proprietary CoT.
Now the CoT is replaced by the U-Boot FIT image verification.

Remove ASPEED_LOADERS to av

arm: aspeed: ast2600: Remove ASPEED_LOADERS

ASPEED_LOADERS was intended to support AST2600 proprietary CoT.
Now the CoT is replaced by the U-Boot FIT image verification.

Remove ASPEED_LOADERS to avoid using the legacy boot methods.
The ASPEED_SECURE_BOOT used within ASPEED_LOADERS implementation
is removed as well.

Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Change-Id: Ie718ebffbb108d4a8bd504845b017b455d50faba

show more ...


Revision tags: v00.04.10, v00.04.09, v00.04.08, v00.04.07, v00.04.06, v00.04.05, v00.04.04, v00.04.03, v00.04.02, v00.04.01
# bc1213a3 27-May-2021 Chia-Wei Wang <chiawei_wang@aspeedtech.com>

spl: ast2600: Add SPL FIT image loading support

1. Enable SPL_LOAD_FIT and FIT hash/signature verification
2. Enable HACE/ARCY HW crypto engine probing
3. Disable ASPEED_LOADERS to instead use gener

spl: ast2600: Add SPL FIT image loading support

1. Enable SPL_LOAD_FIT and FIT hash/signature verification
2. Enable HACE/ARCY HW crypto engine probing
3. Disable ASPEED_LOADERS to instead use generic FIT image bootflow
4. Add dedicated headers for SPI and eMMC boot, respectively
5. Sync evb-ast2600-emmc_defconfig to the OBMC one

Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Change-Id: I101643a6d85722cf08f7170f2c7ee14d002b339b

show more ...


Revision tags: v00.04.00
# 42457538 26-Apr-2021 Chia-Wei Wang <chiawei_wang@aspeedtech.com>

spl: ast2600: Add ASPEED_LOADERS option

Signed-off-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
Change-Id: Id02d5e29b04af086f0af572a11ee705e79ec4cb5


Revision tags: v2021.04, v00.03.03, v2021.01, v2020.10, v2020.07
# d67ea7cd 11-Jun-2020 Johnny Huang <johnny_huang@aspeedtech.com>

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


# 3a9a23eb 08-Jun-2020 Johnny Huang <johnny_huang@aspeedtech.com>

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


# fe8b5fda 04-Jun-2020 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

update bootflow


Revision tags: v00.02.13
# 60031375 29-May-2020 Johnny Huang <johnny_huang@aspeedtech.com>

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


# 91d8613b 19-May-2020 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

spl: ast2600: Add secure boot flow support

This patch refactors the AST2600 boot flow to support
both secure and normal boot in the consistent way.


Revision tags: v2020.04
# f8dcb4d6 14-Jan-2020 Johnny Huang <johnny_huang@aspeedtech.com>

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


# 7202b9db 14-Jan-2020 Johnny Huang <johnny_huang@aspeedtech.com>

ast2600: secure boot: add spl chain of trust


Revision tags: v2020.01
# 0e84bfa0 25-Dec-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

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


# 00d75f3f 24-Dec-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

ARM: Aspeed: Refactor board common initialization

1. make ast2500/ast2600 common board-initialization
a weak function to support override
2. rename SCU information printing function


# e465bea8 08-Dec-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

Merge branch 'bugfix/ast2500_compile' into aspeed-dev-v2019.04


# c202116c 08-Dec-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

ast2500: Fix compile error

ARM1176 has strong implementation of enable_caches whereas
ARMv7 has it weak. Thus the platform implementation of enable_caches
should not be common for AST2500 and AST260

ast2500: Fix compile error

ARM1176 has strong implementation of enable_caches whereas
ARMv7 has it weak. Thus the platform implementation of enable_caches
should not be common for AST2500 and AST2600 as they belong to ARM1176
and ARMv7, respectively.

show more ...


# e87eb270 05-Dec-2019 Johnny Huang <johnny_huang@aspeedtech.com>

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


# d4a29087 09-Oct-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

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


# 6ee05ebf 09-Oct-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

spi: aspeed: Add DMA support

Embed DMA operation in memory move if the ASPEED SPI DMA is enabled.


Revision tags: v2019.10, v00.02.05, v00.02.04, v00.02.03, v00.02.02, v00.02.01
# baa29d5e 18-Jul-2019 Johnny Huang <johnny_huang@aspeedtech.com>

Merge remote-tracking branch 'origin/aspeed-dev-v2019.04' into aspeed-master-v2019.04


# 827cd61a 11-Jul-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

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


# ea68d6ca 11-Jul-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

spl: aspeed: make SPL code architecturally common

Move SPL code and linker script from a board-specific folder
to architecture-specific one as the implementation should be
architecturally common.

T

spl: aspeed: make SPL code architecturally common

Move SPL code and linker script from a board-specific folder
to architecture-specific one as the implementation should be
architecturally common.

The defconfig for SPL build is also updated accordingly.

show more ...


Revision tags: v2019.07, v00.02.00
# 9da3b6f0 13-Jun-2019 Johnny Huang <johnny_huang@aspeedtech.com>

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


# e08cd9d7 05-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

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

# Conflicts:
# configs/evb-ast2600_defconfig


# 25dbbbb4 04-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

add aspeed cpu info


# f5925a07 15-May-2019 ryan_chen <ryan_chen@aspeedtech.com>

start move clk


# b9553986 15-May-2019 ryan_chen <ryan_chen@aspeedtech.com>

first boot ast2600