[PATCH v2 1/1] hw/ssi/xilinx_spips: Fix flash erase assert in dual parallel configuration

2024-10-01 Thread Shiva sagar Myana
Ensure that the FIFO is checked for emptiness before popping data from it. Previously, the code directly popped the data from the FIFO without checking, which could cause an assertion failure: ../util/fifo8.c:67: fifo8_pop: Assertion `fifo->num > 0 Signed-off-by: Shiva sagar Myana Revie

[PATCH 1/1] hw/ssi/xilinx_spips: Fix flash earse assert in dual parallel configuration

2024-09-24 Thread Shiva sagar Myana
Ensure that the FIFO is checked for emptiness before popping data from it. Previously, the code directly popped the data from FIFO without checking, which could cause an assertion failure: ../util/fifo8.c:67: fifo8_pop: Assertion `fifo->num > 0 Signed-off-by: Shiva sagar Myana ---

[PATCH v2 1/1] m25p80: Add SFDP table for mt35xu01g flash

2024-08-29 Thread Shiva sagar Myana
Add the SFDP table for the Micron Xccela mt35xu01g flash. Signed-off-by: Shiva sagar Myana --- V1->V2: Change subject and commit message hw/block/m25p80.c | 3 ++- hw/block/m25p80_sfdp.c | 37 + hw/block/m25p80_sfdp.h | 1 + 3 files changed,

[PATCH 1/1] m25p80: Add SFDP table for mt35xu01gbba flash device

2024-08-29 Thread Shiva sagar Myana
The SFDP table size is 0x100 bytes long. The basic features are available at byte 0x30. Signed-off-by: Shiva sagar Myana --- hw/block/m25p80.c | 3 ++- hw/block/m25p80_sfdp.c | 37 + hw/block/m25p80_sfdp.h | 1 + 3 files changed, 40 insertions(+), 1

[QEMU][PATCH v3 1/1] hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queue

2024-06-02 Thread Shiva sagar Myana
the message at the lowest index first. Signed-off-by: Shiva sagar Myana Reviewed-by: Francisco Iglesias --- Changelog: v1 -> v2 : subject line is modified. v2 -> v3 : subject line is modified from "[QEMU][master][PATCH" to "[QEMU][PATCH". hw/net/can/xlnx-versal

[QEMU][master][PATCH v2 1/1] hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queue

2024-05-31 Thread Shiva sagar Myana
the message at the lowest index first. Signed-off-by: Shiva sagar Myana Reviewed-by: Francisco Iglesias --- ChangeLog: v1->v2 : Subject line modified. hw/net/can/xlnx-versal-canfd.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/net/can/xlnx-versal-canfd.c b/hw/

[QEMU][PATCH 1/1] hw/net/can: Fix sorting of the tx queue

2024-05-29 Thread Shiva sagar Myana
the message at the lowest index first. Signed-off-by: Shiva sagar Myana --- hw/net/can/xlnx-versal-canfd.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/net/can/xlnx-versal-canfd.c b/hw/net/can/xlnx-versal-canfd.c index 47a14cfe63..5f083c21e9 100644 --- a/hw/net/can