Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-01-08 | hw/dma: sifive_pdma: permit 4/8-byte access size of PDMA registers | Jim Shu | 1 | -0/+4 |
2022-01-08 | hw/dma: sifive_pdma: support high 32-bit access of 64-bit register | Jim Shu | 1 | -22/+155 |
2021-10-07 | hw/dma: sifive_pdma: Don't run DMA when channel is disclaimed | Bin Meng | 1 | -2/+9 |
2021-10-07 | hw/dma: sifive_pdma: Fix Control.claim bit detection | Bin Meng | 1 | -1/+1 |
2021-09-21 | hw/dma: sifive_pdma: don't set Control.error if 0 bytes to transfer | Frank Chang | 1 | -6/+6 |
2021-09-21 | hw/dma: sifive_pdma: allow non-multiple transaction size transactions | Green Wan | 1 | -6/+10 |
2021-09-21 | hw/dma: sifive_pdma: claim bit must be set before DMA transactions | Frank Chang | 1 | -0/+9 |
2021-09-21 | hw/dma: sifive_pdma: reset Next* registers when Control.claim is set | Frank Chang | 1 | -0/+19 |
2021-05-02 | hw: Remove superfluous includes of hw/hw.h | Thomas Huth | 1 | -1/+0 |
2020-09-09 | hw/dma: Add SiFive platform DMA controller emulation | Bin Meng | 1 | -0/+313 |