Commit graph

11 commits

Author SHA1 Message Date
Zihao Yu
09ed47d1b8 bsp,am,init: do not allocate memory when am apps have no data section 2024-01-18 19:50:56 +08:00
Zihao Yu
54b9182024 bsp,am,init: display size of data section and bss section for am apps 2024-01-18 19:50:56 +08:00
Zihao Yu
911638c7f5 bsp,am,integrate-am-apps: reset data and bss section before running 2024-01-18 19:50:55 +08:00
Zihao Yu
9c8b8c3289 bsp,am,integrate-am-apps: fix heap smash
* now pass microbench
2024-01-13 00:28:51 +08:00
Zihao Yu
5944cfb90c bsp,am,init: add ioe_init() 2024-01-11 23:33:07 +08:00
Zihao Yu
4586aafb06 bsp,abstract-machine: fix shell command table during linking 2023-10-03 15:19:36 +08:00
Zihao Yu
624077b98c bsp,abstract-machine: fix the order of .rti_fn* sections
* now initcall can work successfully, and msh can show prompt
2023-10-03 15:18:55 +08:00
Zihao Yu
6097cc54ee bsp,abstract-machine: add rt_hw_board_init() and uart
* uart should be simplified
2023-05-24 13:57:51 +08:00
Zihao Yu
4e2ce927ef bsp,abstract-machine: init CTE 2023-05-24 12:49:11 +08:00
Zihao Yu
d646fbfe58 bsp,abstract-machine: add dummy functions to pass linking 2023-05-24 12:44:34 +08:00
Zihao Yu
0369aa35c7 bsp,abstract-machine: add main() to call entry()
* this flow is similar with qemu-riscv-virt64
* there is still a lot of linking error
2023-05-24 12:36:43 +08:00