Skip to content
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

TSM capabilities and minor editorial changes #82

Merged
merged 17 commits into from
Aug 13, 2024

Commits on Jun 20, 2024

  1. Added missing parameters to covh_promote_to_tvm() ABI

    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ca11a66 View commit details
    Browse the repository at this point in the history
  2. Added missing parameters to covg_retrieve_secret() ABI

    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    d7ffe13 View commit details
    Browse the repository at this point in the history
  3. Covering the case when share_memory_region() fails due to fragmented …

    …memory and lack of dynamic page conversion.
    
    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8328363 View commit details
    Browse the repository at this point in the history
  4. Fixing incorrect description of the remote_mmio_region call. Specifyi…

    …ng in a more precise way what MMIO regions must be removed.
    
    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4a7b35e View commit details
    Browse the repository at this point in the history
  5. Fixing the description of that defined the wildcard for all interrupt…

    …s as a negative value (-1) but declared arguments as unsigned
    
    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a6a54ac View commit details
    Browse the repository at this point in the history
  6. Added capabilities to tsm_info

    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Jun 20, 2024
    10 Configuration menu
    Copy the full SHA
    1aae73e View commit details
    Browse the repository at this point in the history
  7. 1 Configuration menu
    Copy the full SHA
    b64488a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    7e691d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Defined TSM capabilities

    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3d632e1 View commit details
    Browse the repository at this point in the history
  2. Specified local attestation

    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    171b202 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bf9768 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Added COVE_TSM_CAP_MRIF capability and dedicated table for TSM implem…

    …entation IDs
    
    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    27d82ff View commit details
    Browse the repository at this point in the history
  2. Added COVE_TSM_CAP_MRIF capability and dedicated table for TSM implem…

    …entation IDs
    
    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    df7a1e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fixed formatting

    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    105e190 View commit details
    Browse the repository at this point in the history
  2. Moving uint64_t to unsigned long to simplify implementation on RV32 a…

    …nd RV128
    
    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    75bc691 View commit details
    Browse the repository at this point in the history
  3. interpunction

    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    aa2c534 View commit details
    Browse the repository at this point in the history
  4. fixed references to table in code snippets.

    Signed-off-by: Wojciech Ozga <[email protected]>
    wojciechozga committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1c7ddf1 View commit details
    Browse the repository at this point in the history