From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from duke.felloff.net ([216.126.196.34]) by ewsd; Sat Jun 13 21:56:16 EDT 2020 Message-ID: <569DDC86AEC17D34C1AD81F064E51646@felloff.net> Date: Sun, 14 Jun 2020 03:56:05 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] 9front and raspberry pi 4 8gb model In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: RESTful RESTful session hardware session interface > Btw, the following thread may be helpful: > https://lists.denx.de/pipermail/u-boot/2020-April/405216.html this is probably not the issue. the xhci works fine with the 1gb and 2gb variants. and the issue they had was that they missed flushing the dcache for the scratchpad memory they hand to the xhci controller. we do flush the dcache for these regions here: dmaflush(1, ctlr->sbp, ctlr->nscratch*ctlr->pagesize); dmaflush(1, ctlr->sba, ctlr->nscratch*8); -- cinap