History log of /openbmc/u-boot/arch/arm/mach-aspeed/ast2600/utils.S (Results 1 – 4 of 4)
Revision Date Author Comments
# 2c659fbc 06-Jan-2020 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

ast2600: Add Boot-from-UART detection

AST2600 supports booting from UART5, which accepts
a succeeding bootloader image for recovery or test
purposes.


# 97ebe011 23-Oct-2019 Dylan Hung <dylan_hung@aspeedtech.com>

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


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

ast2600: Refactor ast_bootmode utils

Rename util function ast_bootmode to aspeed_bootmode and
move from platform.S to utils.S for better maintenance.


# 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.