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
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
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
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 ++
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 @@