Revision tags: v00.04.15, v00.04.14, v00.04.13, v00.04.12, v00.04.11, v00.04.10, 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 |
|
#
ea0294e2 |
| 22-Jan-2021 |
Ryan Chen <ryan_chen@aspeedtech.com> |
Merge pull request #5 from louiswpf/fix-ast2500-spl
Fix ast2500 spl
During SPL boot, the SPI calibration had been finished, so skip the SPI calibration again during u-boot
|
Revision tags: 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 properly.
Let's
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
|
#
a03e6989 |
| 13-Feb-2020 |
Johnny Huang <johnny_huang@aspeedtech.com> |
Merge branch 'aspeed-dev-v2019.04' into aspeed-master-v2019.04
|
#
e2e6bfd5 |
| 13-Feb-2020 |
Dylan Hung <dylan_hung@aspeedtech.com> |
Merge branch 'ast2500-spl-bootm' into aspeed-dev-v2019.04
|
#
ccc7162d |
| 13-Feb-2020 |
Dylan Hung <dylan_hung@aspeedtech.com> |
fix spl boot command
|
Revision tags: v2020.01 |
|
#
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
|
#
cc85df2d |
| 27-Nov-2019 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
Merge branch 'feature/config_refactor' 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 written in head
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, 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
|
#
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 ...
|
#
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 |
|
#
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 use 4. separate BSS section
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
|
#
5396b2a9 |
| 19-Jun-2019 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
add spl support for ast2500
|