Closed luodeb closed 1 month ago
please cherry-pick your modifications to the newest vmm branch see PR #29
Resolved.
please cherry-pick your modifications to the newest vmm branch see PR #29
Resolved.
I do not get it. Do you want to merge all these commits into vmm branch?
please cherry-pick your modifications to the newest vmm branch see PR #29
Resolved.
I do not get it. Do you want to merge all these commits into vmm branch?
Ok, rebase it.
hv related platform config file have been totally removed from arceos-hypervisor/arceos
see this PR for details
I think you can leave platforms/aarch64-rk3588j.toml here.
move platforms/aarch64-rk3588j-hv.toml into arceos-umhv/arceos/arceos-vmm/platforms, and use
make xxx PLATFORM=platforms/aarch64-rk3588j-hv.toml build
for building
Removed the rk3588 configs from ./platforms.
I think you can leave platforms/aarch64-rk3588j.toml here.
move platforms/aarch64-rk3588j-hv.toml into arceos-umhv/arceos/arceos-vmm/platforms, and use
make xxx PLATFORM=platforms/aarch64-rk3588j-hv.toml build
for building
I mean, you can leave platforms/aarch64-rk3588j.toml here in ArceOS, as a arceos builtin platform
only move aarch64-rk3588j-hv.toml to arceos-umhv
Sorry for misstanding, but why did you just remove all rk3588 related platform configs...
I think you can leave platforms/aarch64-rk3588j.toml here. move platforms/aarch64-rk3588j-hv.toml into arceos-umhv/arceos/arceos-vmm/platforms, and use
make xxx PLATFORM=platforms/aarch64-rk3588j-hv.toml build
for buildingI mean, you can leave platforms/aarch64-rk3588j.toml here in ArceOS, as a arceos builtin platform
only move aarch64-rk3588j-hv.toml to arceos-umhv
Sorry for misstanding, but why did you just remove all rk3588 related platform configs...
I was wrong. I incorrectly assumed that only a config.toml would be needed.
BTW, please add a doc in doc
directory to explain how to boot ArceOS on RK3588 hardware, just like
https://github.com/arceos-hypervisor/arceos/blob/vmm/doc/platform_raspi4.md
You can put the link of BSP tools and scripts in your doc
please cherry-pick your modifications to the newest vmm branch see PR #29