islet icon indicating copy to clipboard operation
islet copied to clipboard

An on-device confidential computing platform

Results 44 islet issues
Sort by recently updated
recently updated
newest added

## Problem-1: mmio read/write We leave the task of read/write to Host and wait for Host to complete it. But it's hard to say this is secure at all times....

The goal of this issue is to implement all validation checks in the RMM spec for RMI commands. e.g., according to the RMM spec, B3.3.12 RMI_REC_CREATE command ... B3.3.12.2 Failure...

[ACS](https://github.com/ARM-software/cca-rmm-acs) currently does not use the islet's assets. Thus, it would be common for users to face with build errors with the following command: `./scripts/fvp-cca --normal-world=acs --rmm=islet`. For example, `cmake`...

maintenance

Hi, I want to know how to get access to normal world linux again after "./launch.sh", using tf-rmm and fvp #42 mentioned that it's impossible to exit from realm to...

The ACS test suits below need further feature support or error fixes and thus are excluded at the moment. 28 cmd_rtt_destroy : includes test cases using RTT FOLD which is...

Hi, In the following portion of `launch-realm.sh`: ``` ./lkvm run \ --debug \ --realm \ --measurement-algo="sha256" \ --disable-sve \ --console serial \ --irqchip=gicv3 \ --network mode=user \ -m 256M \...

Hi, Docker image provided with `examples/confidential-ml/code_model.md` example is outdated as per latest code (`main` branch). So the steps mentioned in `code_model.md` to run device on top of arm FVP does...

As promised I re-pasted the description of https://github.com/islet-project/islet/pull/342 so we can continue the discussion after the PR was merged. ## Encountered issues ### Using improperly initialized memory Upon Realm's REC...