Re: [PATCH] hw/sd: Zero out function selection fields before being populated

2020-10-28 Thread Philippe Mathieu-Daudé
On 10/28/20 2:36 AM, Bin Meng wrote: > Hi Niek, > > On Wed, Oct 28, 2020 at 3:55 AM Niek Linnenbank > wrote: >> >> Hello Philippe, Bin, >> >> Thanks for your support on this. I've just tried this patch and >> unfortunately it doesn't seem to >> resolve the issue, at least on my machine. This is

Re: [PATCH] hw/sd: Zero out function selection fields before being populated

2020-10-27 Thread Bin Meng
Hi Niek, On Wed, Oct 28, 2020 at 3:55 AM Niek Linnenbank wrote: > > Hello Philippe, Bin, > > Thanks for your support on this. I've just tried this patch and unfortunately > it doesn't seem to > resolve the issue, at least on my machine. This is the output that I get when > running the avocado

Re: [PATCH] hw/sd: Zero out function selection fields before being populated

2020-10-27 Thread Niek Linnenbank
Hello Philippe, Bin, Thanks for your support on this. I've just tried this patch and unfortunately it doesn't seem to resolve the issue, at least on my machine. This is the output that I get when running the avocado test for NetBSD9.0: (5/5)

Re: [PATCH] hw/sd: Zero out function selection fields before being populated

2020-10-26 Thread Philippe Mathieu-Daudé
On 10/24/20 3:49 AM, Bin Meng wrote: From: Bin Meng The function selection fields (399:376) should be zeroed out to prevent leftover from being or'ed into the switch function status data structure. This fixes the boot failure as seen in the acceptance testing on the orangepi target. Fixes:

Re: [PATCH] hw/sd: Zero out function selection fields before being populated

2020-10-24 Thread Philippe Mathieu-Daudé
On 10/24/20 3:49 AM, Bin Meng wrote: From: Bin Meng The function selection fields (399:376) should be zeroed out to prevent leftover from being or'ed into the switch function status data structure. This fixes the boot failure as seen in the acceptance testing on the orangepi target. Fixes:

[PATCH] hw/sd: Zero out function selection fields before being populated

2020-10-23 Thread Bin Meng
From: Bin Meng The function selection fields (399:376) should be zeroed out to prevent leftover from being or'ed into the switch function status data structure. This fixes the boot failure as seen in the acceptance testing on the orangepi target. Fixes: b638627c723a ("hw/sd: Fix incorrect