Skip to content

Releases: ericvh/cca-cpu

v0.1.0

25 May 14:32
a825c4e
Compare
Choose a tag to compare
  • Update scripts and configurations to support deploying as a feature
  • this likely breaks standalone configurations, hence the middle-version-bump.

v0.0.4

06 May 18:25
Compare
Choose a tag to compare

This release moves to a slightly different config for launching the realm with more automation and using cpu to start FVP. You should now just be able to run bin/launch.bash to start a realm with the namespace from the originating container/host.

v0.0.3

21 Apr 19:24
3e03ac9
Compare
Choose a tag to compare

This release optimizes file system backmounts by removing CPU from the loop when running in simulation. Instead we are just using pre-existing virtio-9p backmounts and a u-root script which mounts things in a similar fashion to cpu so that you have access to your original container's development environment (and binaries) but just uses the existing console prompts of the FVP linux host and realm.

v0.0.2

19 Apr 00:14
4532359
Compare
Choose a tag to compare

now with ci-release action to include assets in release

Initial release

17 Apr 01:35
eec1f87
Compare
Choose a tag to compare

Initial draft of cca-cpu demo including automated build environment

  • builds core artifacts from a simple Makefile skeleton
  • provides make rules for building qemu and FVP docker images to use to run artifacts
  • provides some initial scripts to test things out

Signed-off-by: Eric Van Hensbergen ericvh@kernel.org