index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-13
esp.c: rename data_in_ready to to data_ready
Mark Cave-Ayland
2
-5
/
+5
2024-02-13
esp.c: remove unused PDMA callback implementation
Mark Cave-Ayland
2
-56
/
+5
2024-02-13
esp.c: always use esp_do_dma() in pdma_cb()
Mark Cave-Ayland
1
-7
/
+1
2024-02-13
esp.c: move CMD_ICCS command logic to esp_do_dma()
Mark Cave-Ayland
2
-26
/
+57
2024-02-13
esp.c: replace do_dma_pdma_cb() with esp_do_dma()
Mark Cave-Ayland
1
-137
/
+1
2024-02-13
esp.c: move CMD_SELATNS end of command logic to esp_do_dma() and do_dma_pdma_...
Mark Cave-Ayland
2
-42
/
+41
2024-02-13
esp.c: don't use get_cmd() for CMD_SEL DMA commands
Mark Cave-Ayland
1
-12
/
+10
2024-02-13
esp.c: move CMD_TI end of message phase detection to esp_do_dma() and do_dma_...
Mark Cave-Ayland
1
-14
/
+18
2024-02-13
esp.c: move CMD_SELATN end of message phase detection to esp_do_dma() and do_...
Mark Cave-Ayland
2
-33
/
+43
2024-02-13
esp.c: untangle MESSAGE OUT and COMMAND phase logic in esp_do_nodma()
Mark Cave-Ayland
1
-17
/
+23
2024-02-13
esp.c: untangle MESSAGE OUT and COMMAND phase logic in do_dma_pdma_cb()
Mark Cave-Ayland
1
-24
/
+42
2024-02-13
esp.c: untangle MESSAGE OUT and COMMAND phase logic in esp_do_dma()
Mark Cave-Ayland
1
-22
/
+26
2024-02-13
esp.c: remove do_cmd from ESPState
Mark Cave-Ayland
1
-13
/
+0
2024-02-13
esp.c: convert esp_reg_write() do_cmd path to check for SCSI phase instead
Mark Cave-Ayland
1
-1
/
+1
2024-02-13
esp.c: convert esp_do_nodma() do_cmd path to check for SCSI phase instead
Mark Cave-Ayland
1
-4
/
+4
2024-02-13
esp.c: convert do_dma_pdma_cb() do_cmd path to check for SCSI phase instead
Mark Cave-Ayland
1
-4
/
+4
2024-02-13
esp.c: convert esp_do_dma() do_cmd path to check for SCSI phase instead
Mark Cave-Ayland
1
-8
/
+5
2024-02-13
esp.c: convert esp_do_nodma() to switch statement based upon SCSI phase
Mark Cave-Ayland
1
-19
/
+35
2024-02-13
esp.c: convert do_dma_pdma_db() to switch statement based upon SCSI phase
Mark Cave-Ayland
1
-7
/
+12
2024-02-13
esp.c: convert esp_do_dma() to switch statement based upon SCSI phase
Mark Cave-Ayland
1
-13
/
+27
2024-02-13
esp.c: introduce esp_get_phase() function
Mark Cave-Ayland
1
-9
/
+14
2024-02-13
esp.c: remove s_without_satn_pdma_cb() PDMA callback
Mark Cave-Ayland
2
-22
/
+1
2024-02-13
esp.c: move end of SCSI transfer check after TC adjustment in do_dma_pdma_cb()
Mark Cave-Ayland
1
-9
/
+9
2024-02-13
esp.c: update esp_do_dma() bypass if async_len is zero to include non-zero tr...
Mark Cave-Ayland
1
-1
/
+1
2024-02-13
esp.c: copy logic for do_cmd transfers from do_dma_pdma_cb() to esp_do_dma()
Mark Cave-Ayland
1
-1
/
+10
2024-02-13
esp.c: copy PDMA logic for transfers to device from do_dma_pdma_cb() to esp_d...
Mark Cave-Ayland
1
-0
/
+9
2024-02-13
esp.c: rename esp_dma_done() to esp_dma_ti_check()
Mark Cave-Ayland
1
-9
/
+9
2024-02-13
esp.c: move TC and FIFO check logic into esp_dma_done()
Mark Cave-Ayland
1
-28
/
+11
2024-02-13
esp.c: fix premature end of phase logic esp_command_complete
Mark Cave-Ayland
1
-5
/
+17
2024-02-13
esp.c: consolidate async_len and TC == 0 checks in do_dma_pdma_cb() and esp_d...
Mark Cave-Ayland
1
-13
/
+31
2024-02-13
esp.c: update end of transfer logic at the end of esp_transfer_data()
Mark Cave-Ayland
1
-10
/
+4
2024-02-13
esp.c: remove unneeded if() check in esp_transfer_data()
Mark Cave-Ayland
1
-10
/
+7
2024-02-13
esp.c: remove unaligned adjustment in do_dma_pdma_cb() to device path
Mark Cave-Ayland
1
-9
/
+0
2024-02-13
esp.c: remove TC adjustment in esp_do_dma() from device path
Mark Cave-Ayland
1
-5
/
+0
2024-02-13
esp.c: don't immediately raise INTR_BS if SCSI data needed in esp_do_dma()
Mark Cave-Ayland
1
-0
/
+1
2024-02-13
esp.c: ensure that the PDMA callback is called for every device read
Mark Cave-Ayland
1
-5
/
+3
2024-02-13
esp.c: update condition for esp_dma_done() in esp_do_dma() to device path
Mark Cave-Ayland
1
-3
/
+5
2024-02-13
esp.c: update condition for esp_dma_done() in esp_do_dma() from device path
Mark Cave-Ayland
1
-11
/
+5
2024-02-13
esp.c: remove zero transfer size check from esp_do_dma()
Mark Cave-Ayland
1
-1
/
+1
2024-02-13
esp.c: don't clear RFLAGS register when DMA is complete
Mark Cave-Ayland
1
-1
/
+0
2024-02-13
esp.c: don't reset the TC and ESP_RSEQ state when executing a SCSI command
Mark Cave-Ayland
1
-3
/
+0
2024-02-13
esp.c: remove MacOS TI workaround that pads FIFO transfers to ESP_FIFO_SZ
Mark Cave-Ayland
1
-12
/
+0
2024-02-13
esp.c: remove another set of manual STAT_TC updates
Mark Cave-Ayland
1
-10
/
+0
2024-02-13
esp.c: introduce esp_set_phase() helper function
Mark Cave-Ayland
2
-16
/
+36
2024-02-13
esp.c: decrement the TC during MESSAGE OUT and COMMAND phases
Mark Cave-Ayland
1
-0
/
+2
2024-02-13
esp.c: don't accumulate directly into cmdfifo
Mark Cave-Ayland
1
-7
/
+42
2024-02-13
esp.c: remove unused case from esp_pdma_read()
Mark Cave-Ayland
1
-6
/
+1
2024-02-13
esp.c: move buffer and TC logic into separate to/from device paths in esp_do_...
Mark Cave-Ayland
1
-25
/
+40
2024-02-13
esp.c: update TC check logic in do_dma_pdma_cb() to check for TC == 0
Mark Cave-Ayland
1
-13
/
+11
2024-02-13
esp.c: move command execution logic to new esp_run_cmd() function
Mark Cave-Ayland
1
-85
/
+92
[next]