Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

About

The IOPMP is a hardware checker located in a bus fabric. It has the ability to check each transaction passing through it on the fly. It is an essential component used to create isolation spaces for trusted execution environments by controlling transactions initiated, especially by I/O agents. This project will help programmers of secure systems using the QEMU emulation as an alternative before their hardware supports IOPMP.
The IOPMP spec v1.0.0-draft3: https://github.com/riscv-non-isa/iopmp-spec/blob/main/riscv_iopmp_specification.pdf

Project Scope and Timelines

Addition to hw/misc/riscv_iopmp.c around:

  • IOPMP device which checks the permission of memory acces with source id (SID).

Addtion to include/exec/memory.h around:

  • Addtion function translate_size in IOMMUMemoryRegionClass which has ability to reject paritally hit.

Addtion to hw/dma/riscv_iopmp_dma.c around:

  • A sample to show how dma device to support iopmp features: 
    • Memory transaction with source id.
    • Handling IOPMP stall transaction result.

Change to hw/riscv/virt.c around:

  • Addition of IOPMP machine option.
  • When IOPMP option is enabled:
    • Addition IOPMP device and DMA device
    • Register the DMA device to IOPMP with source id.


Components and Repos

TBD

Stakeholders and Partners

None

Dependencies

None

Measure of Success

TBD

RISE Requirements

None

Status

Development

TBD


Development Timeline

4Q2023


Dependencies

None


Upstreaming

TBD


Upstream Version

---


Contacts


  • No labels