From: Marc Zyngier <marc.zyngier@arm.com>
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Bockholdt Arne <a.bockholdt@precitec-optronik.de>,
"mathias.nyman@intel.com" <mathias.nyman@intel.com>,
"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>
Subject: patch 8466489ef5ba48272ba4fa4ea9f8f403306de4c7 breaks Renesas USB3 controller functionality
Date: Sun, 25 Mar 2018 13:52:14 +0100 [thread overview]
Message-ID: <86fu4o1fnl.wl-marc.zyngier@arm.com> (raw)
On Sun, 25 Mar 2018 13:38:19 +0100,
Ard Biesheuvel wrote:
>
> On 25 March 2018 at 13:31, Marc Zyngier <marc.zyngier@arm.com> wrote:
> > On Sun, 25 Mar 2018 12:57:55 +0100,
> > Ard Biesheuvel wrote:
> >>
> >> On 25 March 2018 at 12:51, Marc Zyngier <marc.zyngier@arm.com> wrote:
> >> > On Sun, 25 Mar 2018 11:48:35 +0100,
> >> > Ard Biesheuvel wrote:
> >> >
> >> > Hi Ard,
> >> >
> >> > [...]
> >> >
> >> >> > I finally found some time to work on this, and came up with an
> >> >> > alternative approach (it turns out that this chip is even more
> >> >> > braindead than I thought).
> >> >> >
> >> >> > It is slightly scary, in the sense that the USB controller seems to
> >> >> > perform memory accesses even when halted, and can generate faults,
> >> >> > but it works just fine on my system. And with this, we can drop the
> >> >> > hard reset at boot time. I'm still on the fence to limit it to systems
> >> >> > with an iommu though.
> >> >> >
> >> >>
> >> >> Hi Marc,
> >> >>
> >> >> I take it you tested this on Cello?
> >> >
> >> > Tested on Cello indeed (I should have mentioned that the first place).
> >> >
> >> >> There, it might make sense to
> >> >> limit this to systems with an IOMMU, but not in the general case, I
> >> >> think. The reason is that it is not guaranteed that the firmware will
> >> >> use 32-bit addressable allocations for these data structures, even if
> >> >> the kernel is able to without an IOMMU. (UEFI on arm64 will not prefer
> >> >> 32-bit addressable memory for PCI DMA if it is available, and usually
> >> >> serves heap allocations [such as the ones used for these data
> >> >> structures] starting at the top of DRAM)
> >> >
> >> > My main worry is that this controller will happily try and DMA from
> >> > zero as we wipe the 64bit registers, even when halted. On Seattle (and
> >> > thus Cello), this is just fine as there is nothing there, and the
> >> > controller aborts with the HSE bit set.
> >> >
> >> > On other systems, where memory actually exists at 0, who knows what
> >> > this is going to do? On the other hand, this is not worse than the
> >> > current situation, where we could end-up with any odd address...
> >> >
> >>
> >> Is the PCI_COMMAND_MASTER bit enabled at this point? What happens if
> >> you clear it first?
> >
> > Tried that. No difference whatsoever, as I still get a fault with the
> > device accessing address 0, and being caught by the iommu.
> >
>
> Wow so this device is more broken than I thought.
That's my impression as well. I came to the conclusion that the only
way to make it behave is to crash it first, and then to reset it.
> In UEFI, we rely on clearing the bus master bit to ensure that all
> hardware stops doing DMA when ExitBootServices is called, but this is
> clearly not enough.
A sensible thing to do, but this device is pretty bonkers.
M.
next reply other threads:[~2018-03-25 12:52 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-25 12:52 Marc Zyngier [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-07 9:32 patch 8466489ef5ba48272ba4fa4ea9f8f403306de4c7 breaks Renesas USB3 controller functionality Marc Zyngier
2018-05-07 5:00 Bockholdt Arne
2018-05-03 12:12 Marc Zyngier
2018-05-03 10:41 Ard Biesheuvel
2018-05-03 9:41 Marc Zyngier
2018-05-03 8:42 Faiz Abbas
2018-05-03 8:14 Marc Zyngier
2018-05-03 4:49 Faiz Abbas
2018-04-13 14:02 Bockholdt Arne
2018-04-12 5:31 Bockholdt Arne
2018-04-12 5:20 Ard Biesheuvel
2018-04-11 14:02 Marc Zyngier
2018-03-26 7:54 Marc Zyngier
2018-03-25 14:39 Ard Biesheuvel
2018-03-25 14:14 Marc Zyngier
2018-03-25 13:26 Ard Biesheuvel
2018-03-25 12:38 Ard Biesheuvel
2018-03-25 12:31 Marc Zyngier
2018-03-25 11:57 Ard Biesheuvel
2018-03-25 11:51 Marc Zyngier
2018-03-25 10:48 Ard Biesheuvel
2018-03-25 10:37 Marc Zyngier
2018-03-02 17:38 Bockholdt Arne
2018-03-01 17:37 Marc Zyngier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=86fu4o1fnl.wl-marc.zyngier@arm.com \
--to=marc.zyngier@arm.com \
--cc=a.bockholdt@precitec-optronik.de \
--cc=ard.biesheuvel@linaro.org \
--cc=linux-usb@vger.kernel.org \
--cc=mathias.nyman@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).