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