summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-aspeed/ast2500/lowlevel_init.S
Commit message (Collapse)AuthorAgeFilesLines
* aspeed: ast2500: Add lowlevel_init assemblyChia-Wei, Wang2020-08-141-0/+41
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>