aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-07esp: remove pdma_origin from ESPStateMark Cave-Ayland
2021-03-07esp: use FIFO for PDMA transfers between initiator and deviceMark Cave-Ayland
2021-03-07esp: fix PDMA target selectionMark Cave-Ayland
2021-03-07esp: rename get_cmd_cb() to esp_select()Mark Cave-Ayland
2021-03-07esp: remove CMD pdma_originMark Cave-Ayland
2021-03-07esp: use in-built TC to determine PDMA transfer lengthMark Cave-Ayland
2021-03-07esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMAMark Cave-Ayland
2021-03-07esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland
2021-03-07esp: remove redundant pdma_start from ESPStateMark Cave-Ayland
2021-03-07esp: remove the buf and buflen parameters from get_cmd()Mark Cave-Ayland
2021-03-07esp: remove buf parameter from do_cmd()Mark Cave-Ayland
2021-03-07esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_bufMark Cave-Ayland
2021-03-07esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland
2021-03-07esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()Mark Cave-Ayland
2021-03-07esp: introduce esp_pdma_read() and esp_pdma_write() functionsMark Cave-Ayland
2021-03-07esp: remove minlen restriction in handle_tiMark Cave-Ayland
2021-03-07esp: remove dma_left from ESPStateMark Cave-Ayland
2021-03-07esp: remove dma_counter from ESPStateMark Cave-Ayland
2021-03-07esp: apply transfer length adjustment when STC is zero at TC load timeMark Cave-Ayland
2021-03-07esp: introduce esp_get_stc()Mark Cave-Ayland
2021-03-07esp: introduce esp_get_tc() and esp_set_tc()Mark Cave-Ayland
2021-03-07esp: determine transfer direction directly from SCSI phaseMark Cave-Ayland
2021-03-07esp: add PDMA trace eventsMark Cave-Ayland
2021-03-07esp: fix esp_reg_read() trace eventMark Cave-Ayland
2021-03-07esp: add trace event when receiving a TI commandMark Cave-Ayland
2021-03-07esp: add vmstate_esp version to embedded ESPStateMark Cave-Ayland
2021-03-07esp: QOMify the internal ESP device stateMark Cave-Ayland
2021-03-07esp: rename existing ESP QOM type to SYSBUS_ESPMark Cave-Ayland
2021-03-07esp: checkpatch fixesMark Cave-Ayland
2021-03-05Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210305' into...Peter Maydell
2021-03-05Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-05' into ...Peter Maydell
2021-03-05qapi: Fix parse errors for removal of null from schema languageMarkus Armbruster
2021-03-05qapi: Remove QMP events and commands from user-mode buildsPhilippe Mathieu-Daudé
2021-03-05qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfacesEric Blake
2021-03-05error: Fix "Converting to ERRP_GUARD()" doc on "valid at return"Markus Armbruster
2021-03-05Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell
2021-03-04hw/riscv: virt: Map high mmio for PCIeBin Meng
2021-03-04hw/riscv: virt: Limit RAM size in a 32-bit systemBin Meng
2021-03-04hw/riscv: virt: Drop the 'link_up' parameter of gpex_pcie_init()Bin Meng
2021-03-04hw/riscv: Drop 'struct MemmapEntry'Bin Meng
2021-03-04MAINTAINERS: Add a SiFive machine sectionAlistair Francis
2021-03-04goldfish_rtc: re-arm the alarm after migrationLaurent Vivier
2021-03-04docs/system: riscv: Add documentation for sifive_u machineBin Meng
2021-03-04docs/system: Add RISC-V documentationBin Meng
2021-03-04docs/system: Sort targets in alphabetical orderBin Meng
2021-03-04hw/riscv: sifive_u: Change SIFIVE_U_GEM_IRQ to decimal valueBin Meng
2021-03-04hw/riscv: sifive_u: Add QSPI2 controller and connect an SD cardBin Meng
2021-03-04hw/riscv: sifive_u: Add QSPI0 controller and connect a flashBin Meng
2021-03-04hw/ssi: Add SiFive SPI controller supportBin Meng
2021-03-04hw/block: m25p80: Add various ISSI flash informationBin Meng