Skip to content
Snippets Groups Projects
  • Mark Kettenis's avatar
    40dbf03d
    iommu: Add IOMMU uclass · 40dbf03d
    Mark Kettenis authored and Tom Rini's avatar Tom Rini committed
    
    This uclass is intended to manage IOMMUs on systems where the
    IOMMUs are not in bypass mode by default.  In that case U-Boot
    cannot ignore the IOMMUs if it wants to use devices that need
    to do DMA and sit behind such an IOMMU.
    
    This initial IOMMU uclass implementation does not implement and
    device ops and is intended for IOMMUs that have a bypass mode
    that does not require address translation.  Support for IOMMUs
    that do require address translation is planned and device ops
    will be defined when support for such IOMMUs will be added.
    
    Signed-off-by: default avatarMark Kettenis <kettenis@openbsd.org>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    40dbf03d
    History
    iommu: Add IOMMU uclass
    Mark Kettenis authored and Tom Rini's avatar Tom Rini committed
    
    This uclass is intended to manage IOMMUs on systems where the
    IOMMUs are not in bypass mode by default.  In that case U-Boot
    cannot ignore the IOMMUs if it wants to use devices that need
    to do DMA and sit behind such an IOMMU.
    
    This initial IOMMU uclass implementation does not implement and
    device ops and is intended for IOMMUs that have a bypass mode
    that does not require address translation.  Support for IOMMUs
    that do require address translation is planned and device ops
    will be defined when support for such IOMMUs will be added.
    
    Signed-off-by: default avatarMark Kettenis <kettenis@openbsd.org>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>