tinyriscv/tools/bootrom
liangkangnan 6aa5f18429 tools: add bootrom
Signed-off-by: liangkangnan <liangkangnan@163.com>
2023-04-01 15:06:00 +08:00
..
.gitignore tools: add bootrom 2023-04-01 15:06:00 +08:00
Makefile tools: add bootrom 2023-04-01 15:06:00 +08:00
README.md tools: add bootrom 2023-04-01 15:06:00 +08:00
bootrom.S tools: add bootrom 2023-04-01 15:06:00 +08:00
link.ld tools: add bootrom 2023-04-01 15:06:00 +08:00

README.md

Bootrom源码。

当从外部Flash启动时需要先从此Bootrom启动做一些初始化操作然后通过Bootrom跳转到Flash地址空间执行用户程序。

编译:

make