]> Git Repo - qemu.git/commit
xilinx_spips: Fix striping behaviour
authorPeter Crosthwaite <[email protected]>
Mon, 3 Jun 2013 16:17:43 +0000 (17:17 +0100)
committerPeter Maydell <[email protected]>
Mon, 3 Jun 2013 16:17:43 +0000 (17:17 +0100)
commit9151da25a71a171d19beec107a8ee2066cb65e7c
treedba3022e3040fad5b4c80e260fab3c026c008ad0
parent2133a5f6b8f8941a6a3734c6c1990656553de76c
xilinx_spips: Fix striping behaviour

The QSPI controller was using byte-wide stripes when striping across
the two flashes in dual parallel mode. The real hardware however uses
individual bit striping. QEMU misbehaves in the (corner) case where
data is written/read in dual-parallel mode and read/written back in
single mode.

Signed-off-by: Peter Crosthwaite <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Reviewed-by: Edgar E. Iglesias <[email protected]>
Message-id: 718a61df1bf746ec06f6da44d12f8317af7b08ce.1369117359[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/ssi/xilinx_spips.c
This page took 0.029813 seconds and 4 git commands to generate.