We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
基于以前清华童鞋们在fu740开发板适配zCore的工作,运行起来正常进入sh;
合并以前代码到zCore master最新分支,大量冲突。修复了:引导、多核启动、内存等系列的问题,在master中正常运行起来;
引导
多核启动
内存
合并后修改以pass测试CI;
fu740板子的PCIE地址在一个超过32位的高地址,对这个问题调整地址空间,并顺利初始化fu740板子的pci扫描功能:
PCIE
The text was updated successfully, but these errors were encountered:
这些问题重新做了调整合并;
对于fu740对设备树.dtb可以在自带的Linux中的/boot目录中获取; 也可以在sifive官方镜像获取:https://github.com/sifive/freedom-u-sdk/releases/download/2022.04.00/demo-coreip-cli-unmatched-2022.04.00.rootfs.wic.xz
/boot
Sorry, something went wrong.
继续补充了PCIE的读写函数,包括PCIE与CPU地址转换机制的rust函数实现。 扫描情况:
No branches or pull requests
基于以前清华童鞋们在fu740开发板适配zCore的工作,运行起来正常进入sh;
合并以前代码到zCore master最新分支,大量冲突。修复了:
引导
、多核启动
、内存
等系列的问题,在master中正常运行起来;合并后修改以pass测试CI;
fu740板子的
PCIE
地址在一个超过32位的高地址,对这个问题调整地址空间,并顺利初始化fu740板子的pci扫描功能:The text was updated successfully, but these errors were encountered: