commit | 2122210733a7dcfea33299e1bd1a28b9cb3b0c64 | [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 | 5c1e0a831cb7d10e4f0d94aac4d1f86b83ec8128 [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>