#
d019953d |
| 10-Apr-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
fix env compile error
|
#
83f49cf6 |
| 15-Jan-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
Merge branch 'ryan_port' into aspeed-dev-v2019.04
|
#
2f82724a |
| 15-Jan-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
Merge branch 'feature/palladium' into aspeed-dev-v2019.04
|
#
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.
|
#
f180a3c3 |
| 13-Jan-2020 |
Chia-Wei, Wang <chiawei_wang@aspeedtech.com> |
config: ast2600: Sync defconfig between A0 and A1
|
#
ea20c8ec |
| 02-Jan-2020 |
ryan_chen <ryan_chen@aspeedtech.com> |
Merge branch 'ryan_port' into aspeed-dev-v2019.04
|
#
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
|
#
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
|
#
e109c27b |
| 02-Dec-2019 |
Dylan Hung <dylan_hung@aspeedtech.com> |
Merge branch 'revise_ecc' 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_SP
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 ...
|
#
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
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 ...
|
#
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 ...
|
#
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.
|