Re: [Qemu-devel] [PATCH 1/1] sd: pl181: fix fifo count read support

2013-10-28 Thread Peter Maydell
On 28 October 2013 13:24, Jean-Christophe PLAGNIOL-VILLARD wrote: > the register is supposed to report the status of the fifo > > and in qemu if always report the datacnt which is the number of byte to > write and in case of reading it's always 0 so bootloader that use polling will > never be get

Re: [Qemu-devel] [PATCH 1/1] sd: pl181: fix fifo count read support

2013-10-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:44 Fri 25 Oct , Peter Maydell wrote: > On 25 October 2013 12:04, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > On 11:33 Sat 19 Oct , Jean-Christophe PLAGNIOL-VILLARD wrote: > >> as it's depend on current direction > > > > ony change to get that applied? > > > > Barebox relay on it so

Re: [Qemu-devel] [PATCH 1/1] sd: pl181: fix fifo count read support

2013-10-25 Thread Peter Maydell
On 25 October 2013 12:04, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 11:33 Sat 19 Oct , Jean-Christophe PLAGNIOL-VILLARD wrote: >> as it's depend on current direction > > ony change to get that applied? > > Barebox relay on it so it can work on both qemu and real hw I can't see anything obv

Re: [Qemu-devel] [PATCH 1/1] sd: pl181: fix fifo count read support

2013-10-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:33 Sat 19 Oct , Jean-Christophe PLAGNIOL-VILLARD wrote: > as it's depend on current direction ony change to get that applied? Barebox relay on it so it can work on both qemu and real hw Best Regards, J. > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > hw/sd/pl181.c | 6 ++

[Qemu-devel] [PATCH 1/1] sd: pl181: fix fifo count read support

2013-10-19 Thread Jean-Christophe PLAGNIOL-VILLARD
as it's depend on current direction Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- hw/sd/pl181.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hw/sd/pl181.c b/hw/sd/pl181.c index 03875bf..91adbbd 100644 --- a/hw/sd/pl181.c +++ b/hw/sd/pl181.c @@ -344,7 +344,11 @@