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 |
|
#
7828ddb3 |
| 10-Nov-2020 |
Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> |
eMMC: Locate env on eMMC
Put env on eMMC user data partition in order to support boot from eMMC feature.
|
#
c1fb6d47 |
| 10-Nov-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
|
#
ce177baf |
| 10-Nov-2020 |
Ryan Chen <ryan_chen@aspeedtech.com> |
remove no used board.
|
#
3d9814f8 |
| 16-Oct-2020 |
Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> |
Merge branch 'spi' into aspeed-dev-v2019.04
|
#
00554b9b |
| 16-Oct-2020 |
Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> |
spi-nor: ISSI flash model support
Support ISSI flash models, is25lp256 and is25lp512m.
|
Revision tags: v2020.10, v2020.07 |
|
#
dad0da56 |
| 03-Jun-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
Merge branch 'ryan_port' into aspeed-dev-v2019.04
|
#
9450faf4 |
| 03-Jun-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
add display port driver
|
Revision tags: v00.02.13, v2020.04 |
|
#
d019953d |
| 10-Apr-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
fix env compile error
|
#
7749b3bf |
| 25-Feb-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
Merge branch 'feature/early_board_init' into aspeed-dev-v2019.04
|
#
908620c6 |
| 25-Feb-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
config: ast2600: Enable board early initialization
1. enable BOARD_EARLY_INIT_F to invoke board initialization function before relocation 2. add board early initialization function
|
#
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.
|
#
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 ...
|
#
2e6403a5 |
| 18-Nov-2019 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
Merge branch 'feature/ast2600_a0_a1' into aspeed-dev-v2019.04
|