This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-12-04 02:20:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c2ee5ee7b3
u-boot
/
arch
/
arm
/
mach-aspeed
/
ast2500
/
Makefile
4 lines
72 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2020-08-03 09:36:06 +00:00
obj-y
+=
lowlevel_init.o
cosmetic: aspeed: ast2500: Rename board file Rename the ast2500-board.c to board_common.c and place the renamed file under the ast2500 folder. Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
2020-08-03 09:36:07 +00:00
obj-y
+=
board_common.o
ram: move aspeed ram driver into drivers/ directory to improve the maintainability. It is more easier to modify and add configurations of the driver in the centralized ram driver directory. Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com> Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
2020-09-07 08:25:06 +00:00
obj-y
+=
clk_ast2500.o
Reference in a new issue
Copy permalink