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, v00.04.06, v00.04.05, v00.04.04, v00.04.03, v00.04.02, v00.04.01, v00.04.00, v2021.04, v00.03.03, v2021.01, v2020.10, v2020.07, v00.02.13, v2020.04 |
|
#
d019953d |
| 10-Apr-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
fix env compile error
|
#
6a139b06 |
| 14-Jan-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
Merge branch 'feature/stack_size' into aspeed-dev-v2019.04
|
#
e735be80 |
| 14-Jan-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
config: ast2600: Reduce malloc reservsation size
Reduce the reserved INIT_RAM size for malloc use from 8KB to 2KB.
|
#
0b2b9349 |
| 13-Jan-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
Merge branch 'feature/ast2600a1' into aspeed-dev-v2019.04
|
#
f180a3c3 |
| 13-Jan-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
config: ast2600: Sync defconfig between A0 and A1
|
Revision tags: v2020.01 |
|
#
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
|
#
42f1d86f |
| 02-Jan-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
Merge branch 'bugfix/bootcmd' into aspeed-dev-v2019.04
|
#
d11a297b |
| 02-Jan-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
ast2600: Fix boot command
The boot image is shifted from 0x200a0000 to 0x20100000. This patch updates the boot command to fix the autoboot failure.
|
#
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
|
#
b96ea6d5 |
| 17-Dec-2019 |
ryan_chen <ryan_chen@aspeedtech.com> |
enable pcie and ehci at evb
|
#
8e704e59 |
| 16-Dec-2019 |
ryan_chen <ryan_chen@aspeedtech.com> |
[update] move all evb enviroment to aspeed-common.h defined
|
#
e87eb270 |
| 05-Dec-2019 |
Johnny Huang <johnny_huang@aspeedtech.com> |
Merge branch 'aspeed-dev-v2019.04' into aspeed-master-v2019.04
|
#
5e3d9658 |
| 02-Dec-2019 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
Merge branch 'bugfix/ram_config' into aspeed-dev-v2019.04
|
#
92a5848d |
| 02-Dec-2019 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
config: aspeed: Fix RAM selection
The Aspeed RAM-related configurations should 'depends on' the top-level CONFIG_RAM instead of 'select' in Kconfig.
The CONFIG_RAM and CONFIG_SPL_RAM is also added
config: aspeed: Fix RAM selection
The Aspeed RAM-related configurations should 'depends on' the top-level CONFIG_RAM instead of 'select' in Kconfig.
The CONFIG_RAM and CONFIG_SPL_RAM is also added in Aspeed default configuration to enable RAM support.
show more ...
|
#
8e77eee7 |
| 01-Dec-2019 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
Merge branch 'feature/dcache_off' into aspeed-dev-v2019.04
|
#
1b2c52d8 |
| 01-Dec-2019 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
ARM: aspeed: Disable D-cache by default
There are lots of cacheline size unaligned data structures in U-Boot. The misaligned cache operation on these structure variables can lead to functional failu
ARM: aspeed: Disable D-cache by default
There are lots of cacheline size unaligned data structures in U-Boot. The misaligned cache operation on these structure variables can lead to functional failure.
This patch disables D-cache use by default. Users must aware the cacheline alignment of variables before enabling D-cache.
show more ...
|
#
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 ...
|
#
b50a1749 |
| 19-Nov-2019 |
ryan_chen <ryan_chen@aspeedtech.com> |
hotfix for compile error
|
#
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.
|