-
Notifications
You must be signed in to change notification settings - Fork 5
Add network support for RPI #10
New issue
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
Draft
DaniilKl
wants to merge
108
commits into
crosscon:master
Choose a base branch
from
3mdeb:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Eduard Kaverinskyi <[email protected]> Co-authored-by: Tymoteusz Burak <[email protected]>
To be able to configure the end OS with `make menuconfig`
Signed-off-by: Daniil Klimuk <[email protected]>
We should be setting the environment variables in Dockerfile
Merge to develop
Should the #1 be closed then? |
Hmm, I see I missed the one you linked. 🤔 I guess it is better to leave only networking changes here, the rest (container and script) should be finished here #1. |
Add option in build_rpi4 to allow using different DTSes. Signed-off-by: Mateusz Kusiak <[email protected]>
Avoid unseting ENV variables, so other steps are unaffected. Resotre CFLAGS in step 7 after compilation. Signed-off-by: Mateusz Kusiak <[email protected]>
Ditch all the scripts from rpi4-ws and integrate them with env/build_rpi4.sh and env/create_hyp_image.sh. This is to unify building across the demos. Signed-off-by: Mateusz Kusiak <[email protected]>
Update README in rpi4-ws. All demos can now be build with single env/build_rpi4.sh. The script will be transferred from ./env to ./rpi4-ws in incoming commits. Signed-off-by: Mateusz Kusiak <[email protected]>
Move rpi4-ws demo set related things from ./env to ./rpi4-ws and update paths. Rename building script to just build.sh, update references in README. Signed-off-by: Mateusz Kusiak <[email protected]>
Allow passing args so stuff can be run inside the container. Split the docker command into multiple lines. Signed-off-by: Mateusz Kusiak <[email protected]>
Prepare for upstream
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
repo The github.com/crosscon/context-based-auth-crosscon-demo uses these commits on commit 58233e3 which was confirmed as working. Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Copied from here: https://github.com/crosscon/context-based-auth-crosscon-demo/blob/58233e39ffebe63b14dd7403527b174b3b6f7ff1/rpi4-ws/rpi4-host-linux.dts Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
Previous logs: [ 3.382508] optee2: probing for conduit method. [ 3.387214] optee2: revision2 18446744073709551615.0 [ 3.387226] optee2: api revision mismatch [ 3.396407] optee2: probe of soc:firmware:optee2 failed with error -22 With this commit: [ 3.380039] optee2: probing for conduit method. [ 3.384785] optee2: revision2 3.20 (d015c528) [ 3.384826] OPTEE2: Start 0xc8200000, size 0x200000 [ 3.395115] optee2: initialized driver It seems that the OPTEE OS VMs should be assosiated with the Linux VM in some way in the CROSSCON Hypervisor configuration. Either as a parent or as a child. Signed-off-by: Daniil Klimuk <[email protected]>
Signed-off-by: Daniil Klimuk <[email protected]>
crosscon/context-based-auth-remote#6 Signed-off-by: Daniil Klimuk <[email protected]>
Add build_riscv.sh script for building the solution for RISC-V arch. in a docker container. Additionally update dockerfile to include toolset for RISC-V baremetal compilation. Signed-off-by: Mateusz Kusiak <[email protected]>
Add nexmon binary and add an exception in .gitignore. nexmon.bin is a binary supplied by crosscon. Signed-off-by: Mateusz Kusiak <[email protected]>
This commit adds support for --local-confs parameter for rpi4-ws/build.sh script. This param prevents overwritting local configurations and just use .config files. Signed-off-by: Mateusz Kusiak <[email protected]>
Add script for building RISC-V solution
CBA integration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Should be merged after #1.