History log of /openbmc/u-boot/configs/evb-ast2500-spl_defconfig (Results 1 – 24 of 24)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v00.04.09, v00.04.08, v00.04.07
# c1bfa87b 14-Sep-2021 Dylan Hung <dylan_hung@aspeedtech.com>

configs: disable dcache on ast2500 evb

Disable the Dcache by default since there is no well-configured MMU and
cache control in u-boot.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-

configs: disable dcache on ast2500 evb

Disable the Dcache by default since there is no well-configured MMU and
cache control in u-boot.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
Change-Id: I43264f826a43aa2f814f188e99c4726d7b47efa3

show more ...


Revision tags: v00.04.06, v00.04.05, v00.04.04, v00.04.03, v00.04.02, v00.04.01, v00.04.00, v2021.04
# e1aa5c6b 02-Feb-2021 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

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


Revision tags: v00.03.03, v2021.01
# bb4cf1a6 06-Jan-2021 Bing-Hua Wang <binghuawang@ami.com.tw>

configs: evb-ast2500-spl_defconfig: Use platform.S DDR init

There are some DDR init issues in drivers/ram/aspeed/sdram_ast2500.c.
For example, it does not configure VGA handshaking prope

configs: evb-ast2500-spl_defconfig: Use platform.S DDR init

There are some DDR init issues in drivers/ram/aspeed/sdram_ast2500.c.
For example, it does not configure VGA handshaking properly.

Let's use arch/arm/mach-aspeed/ast2500/platform.S DDR init for ast2500
SPL for now.

show more ...


Revision tags: v2020.10, v2020.07, v00.02.13, v2020.04
# d019953d 10-Apr-2020 ryan_chen <ryan_chen@aspeedtech.com>

fix env compile error


# 6357bf02 25-Feb-2020 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

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


# 236f2d54 25-Feb-2020 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

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


# ccc7162d 13-Feb-2020 Dylan Hung <dylan_hung@aspeedtech.com>

fix spl boot command


Revision tags: v2020.01
# 1666801f 10-Dec-2019 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' 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 AS

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


# 8207d8ba 28-Nov-2019 ryan_chen <ryan_chen@aspeedtech.com>

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


# 3ac4a7de 27-Nov-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

config: aspeed: Move configuration into defconfig

Move configuration that is recognized by the Kbuild system
back to defconfig. By doing this, the inconsistency between
configuration

config: aspeed: Move configuration into defconfig

Move configuration that is recognized by the Kbuild system
back to defconfig. By doing this, the inconsistency between
configuration written in header files and defconfig can be
avoided.

show more ...


Revision tags: v2019.10, v00.02.05, v00.02.04, v00.02.03, v00.02.02
# 0a413bf8 02-Aug-2019 Dylan Hung <dylan_hung@aspeedtech.com>

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


Revision tags: v00.02.01
# d8ebf49e 21-Jul-2019 ryan_chen <ryan_chen@aspeedtech.com>

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


# aa7287ff 21-Jul-2019 ryan_chen <ryan_chen@aspeedtech.com>

add fit and hush add default


# 961919f0 11-Jul-2019 Dylan Hung <dylan_hung@aspeedtech.com>

Merge branch 'debug/pll_status' into aspeed-dev-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
architectu

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


# 3ceef17c 10-Jul-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

configs: aspeed: refactor Kconfig and sync defconfig

1. make Aspeed target selection mutually exclusive
2. sync defconfig to fit new Kconfig options


Revision tags: v2019.07
# befc1c99 02-Jul-2019 ryan_chen <ryan_chen@aspeedtech.com>

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


# 377d8c65 25-Jun-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

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


# 05be2315 25-Jun-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

spl: add DM support for ast2500

1. add SPL early init. to support use of FDT
2. add DM drivers for SPL
> clk
> DRAM
> serial
3. enable simple malloc for early

spl: add DM support for ast2500

1. add SPL early init. to support use of FDT
2. add DM drivers for SPL
> clk
> DRAM
> serial
3. enable simple malloc for early use
4. separate BSS section to fix DTB locating
5. update defconfig for SPL with DM support
6. remove obsolete platform header

show more ...


# 2fba6ba0 19-Jun-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

add spl support for ast2500


# 99524c93 19-Jun-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

Revert "add spl support for ast2500"

This reverts commit 5396b2a9ca69cb2f767027d137cdd1819e0cd1d1.


# 5396b2a9 19-Jun-2019 Chia-Wei, Wang <chiawei_wang@aspeedtech.com>

add spl support for ast2500