commit | 611fe095776b3a6d4e98058cab16955d35f7021b | [log] [tgz] |
---|---|---|
author | Chia-Wei, Wang <chiawei_wang@aspeedtech.com> | Mon Aug 03 17:36:06 2020 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 14 09:46:40 2020 -0400 |
tree | 1ee4503b34ca6d196f0355d35258fb27283307b1 | |
parent | aff987c457dede4ee489e157401589d9c78fa265 [diff] |
aspeed: ast2500: Add lowlevel_init assembly The original lowlevel_init function of AST2500 is written in C. However, the C runtime environment is not ready until _main execution. This patch adds the assembly version of the lowlevel_init function. Additional initialization to DRAM configuration and LPC reset source are also added. Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>