summaryrefslogtreecommitdiffstats
path: root/hw/dma/sifive_pdma.c
Commit message (Expand)AuthorAgeFilesLines
* hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registersJim Shu2022-01-081-0/+4
* hw/dma: sifive_pdma: support high 32-bit access of 64-bit registerJim Shu2022-01-081-22/+155
* hw/dma: sifive_pdma: Don't run DMA when channel is disclaimedBin Meng2021-10-071-2/+9
* hw/dma: sifive_pdma: Fix Control.claim bit detectionBin Meng2021-10-071-1/+1
* hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transferFrank Chang2021-09-201-6/+6
* hw/dma: sifive_pdma: allow non-multiple transaction size transactionsGreen Wan2021-09-201-6/+10
* hw/dma: sifive_pdma: claim bit must be set before DMA transactionsFrank Chang2021-09-201-0/+9
* hw/dma: sifive_pdma: reset Next* registers when Control.claim is setFrank Chang2021-09-201-0/+19
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-021-1/+0Star
* hw/dma: Add SiFive platform DMA controller emulationBin Meng2020-09-101-0/+313