From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 5/5] arm: dts: Convert mvebu device tree files to 64 bits
Date: Fri, 22 Mar 2013 06:55:25 +0000 [thread overview]
Message-ID: <201303220655.25882.arnd@arndb.de> (raw)
In-Reply-To: <EE71107DF0D1F24FA2D95041E64AB9E801A56C7B6D25@IL-MB01.marvell.com>
On Thursday 21 March 2013, Lior Amsalem wrote:
> > From: Jason Gunthorpe [mailto:jgunthorpe at obsidianresearch.com]
> > Sent: Thursday, March 21, 2013 11:46 PM
> >
> > On Thu, Mar 21, 2013 at 11:35:21PM +0200, Lior Amsalem wrote:
> >
> > > > *) It would require Linux to change the internal registers address
> > > > (for now the kernel relies on the bootloader). The problem is that
> > > > we can't do it early enough to preserve the earlyprintk
> > > > functionality. Maybe you have suggestions on how to achieve that?
> > >
> > > Please note that all registers and IOs are still 32bit, the 40bit
> > > extension is on the CPU to DRAM path (windows) only.
> >
> > Ah, I did wonder, since Ezequiel's MBUS driver was the same as on prior
> > families. I guess it is also the case that all on board DMA and DMA from PCI-E
> > devices are restricted to the low 32 bits as well?
>
> Correct, that's why we sets DMABOUNCE config.
>
IIRC, DMABOUNCE does not work well in a multiplatform configuration. Have you tried
using swiotlb instead?
Arnd
WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
To: Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
Cc: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
Ike Pan <ike.pan-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
David Marlin <dmarlin-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
Yehuda Yitschak <yehuday-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Tawfik Bayouk <tawfik-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Dan Frazier
<dann.frazier-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
Eran Ben-Avi <benavi-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Jason Gunthorpe
<jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>,
Leif Lindholm <leif.lindholm-5wv7dgnIgG8@public.gmane.org>,
Sebastian Hesselbarth
<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
Jon Masters <jcm-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
"devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org"
<devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>,
Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
Chris Van Hoof <vanhoof-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Maen Suleiman <maen-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Shadi Ammouri <shadi-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH 5/5] arm: dts: Convert mvebu device tree files to 64 bits
Date: Fri, 22 Mar 2013 06:55:25 +0000 [thread overview]
Message-ID: <201303220655.25882.arnd@arndb.de> (raw)
In-Reply-To: <EE71107DF0D1F24FA2D95041E64AB9E801A56C7B6D25-YTFUtKQQMWV5iqk/IoNZdEEOCMrvLtNR@public.gmane.org>
On Thursday 21 March 2013, Lior Amsalem wrote:
> > From: Jason Gunthorpe [mailto:jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org]
> > Sent: Thursday, March 21, 2013 11:46 PM
> >
> > On Thu, Mar 21, 2013 at 11:35:21PM +0200, Lior Amsalem wrote:
> >
> > > > *) It would require Linux to change the internal registers address
> > > > (for now the kernel relies on the bootloader). The problem is that
> > > > we can't do it early enough to preserve the earlyprintk
> > > > functionality. Maybe you have suggestions on how to achieve that?
> > >
> > > Please note that all registers and IOs are still 32bit, the 40bit
> > > extension is on the CPU to DRAM path (windows) only.
> >
> > Ah, I did wonder, since Ezequiel's MBUS driver was the same as on prior
> > families. I guess it is also the case that all on board DMA and DMA from PCI-E
> > devices are restricted to the low 32 bits as well?
>
> Correct, that's why we sets DMABOUNCE config.
>
IIRC, DMABOUNCE does not work well in a multiplatform configuration. Have you tried
using swiotlb instead?
Arnd
next prev parent reply other threads:[~2013-03-22 6:55 UTC|newest]
Thread overview: 90+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-21 16:26 [PATCH 0/5] arm: mvebu: Enable LPAE support for Armada XP SoCs Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 16:26 ` [PATCH 1/5] arm: mvebu: Aligne the internal registers virtual base to support LPAE Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 16:26 ` [PATCH 2/5] arm: mvebu: Select DMA_BOUNCE when LPAE is selected in Kconfig Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 18:19 ` Rob Herring
2013-03-21 18:19 ` Rob Herring
2013-03-21 19:18 ` Andrew Lunn
2013-03-21 19:18 ` Andrew Lunn
2013-03-21 19:18 ` Andrew Lunn
2013-03-22 11:32 ` Russell King - ARM Linux
2013-03-22 11:32 ` Russell King - ARM Linux
2013-03-22 11:32 ` Russell King - ARM Linux
[not found] ` <20130322113251.GB4977-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2013-03-23 19:48 ` Krzysztof Halasa
2013-03-21 16:26 ` [PATCH 3/5] arm: mvebu: Enable pj4b on LPAE compilations Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 16:26 ` [PATCH 4/5] arm: dts: Add a 64 bits version of the skeleton device tree Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 16:26 ` [PATCH 5/5] arm: dts: Convert mvebu device tree files to 64 bits Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 16:26 ` Gregory CLEMENT
2013-03-21 17:59 ` Rob Herring
2013-03-21 17:59 ` Rob Herring
2013-03-21 17:59 ` Rob Herring
2013-03-21 19:03 ` Arnd Bergmann
2013-03-21 19:03 ` Arnd Bergmann
2013-03-21 19:03 ` Arnd Bergmann
2013-03-21 19:18 ` Thomas Petazzoni
2013-03-21 19:18 ` Thomas Petazzoni
2013-03-21 19:18 ` Thomas Petazzoni
2013-03-21 21:31 ` Arnd Bergmann
2013-03-21 21:31 ` Arnd Bergmann
2013-03-21 21:31 ` Arnd Bergmann
2013-03-21 22:30 ` Sebastian Hesselbarth
2013-03-21 22:30 ` Sebastian Hesselbarth
2013-03-21 22:30 ` Sebastian Hesselbarth
2013-03-21 20:15 ` Andrew Lunn
2013-03-21 20:15 ` Andrew Lunn
2013-03-21 20:15 ` Andrew Lunn
2013-03-21 20:22 ` Thomas Petazzoni
2013-03-21 20:22 ` Thomas Petazzoni
2013-03-21 20:22 ` Thomas Petazzoni
2013-03-21 20:30 ` Jason Cooper
2013-03-21 20:30 ` Jason Cooper
2013-03-21 20:30 ` Jason Cooper
2013-03-21 20:37 ` Andrew Lunn
2013-03-21 20:37 ` Andrew Lunn
2013-03-21 20:37 ` Andrew Lunn
2013-03-21 21:08 ` Thomas Petazzoni
2013-03-21 21:08 ` Thomas Petazzoni
2013-03-21 21:08 ` Thomas Petazzoni
2013-03-21 21:16 ` Thomas Petazzoni
2013-03-21 21:16 ` Thomas Petazzoni
2013-03-21 21:16 ` Thomas Petazzoni
2013-03-21 20:55 ` Jason Gunthorpe
2013-03-21 20:55 ` Jason Gunthorpe
2013-03-21 20:55 ` Jason Gunthorpe
2013-03-21 21:15 ` Thomas Petazzoni
2013-03-21 21:15 ` Thomas Petazzoni
2013-03-21 21:15 ` Thomas Petazzoni
2013-03-21 21:35 ` Lior Amsalem
2013-03-21 21:35 ` Lior Amsalem
2013-03-21 21:46 ` Jason Gunthorpe
2013-03-21 21:46 ` Jason Gunthorpe
2013-03-21 21:58 ` Lior Amsalem
2013-03-21 21:58 ` Lior Amsalem
2013-03-22 6:55 ` Arnd Bergmann [this message]
2013-03-22 6:55 ` Arnd Bergmann
2013-03-21 21:41 ` Jason Gunthorpe
2013-03-21 21:41 ` Jason Gunthorpe
2013-03-21 21:41 ` Jason Gunthorpe
2013-03-21 22:26 ` Sebastian Hesselbarth
2013-03-21 22:26 ` Sebastian Hesselbarth
2013-03-21 22:26 ` Sebastian Hesselbarth
2013-03-22 9:55 ` Arnd Bergmann
2013-03-22 9:55 ` Arnd Bergmann
2013-03-21 21:25 ` Andrew Lunn
2013-03-21 21:25 ` Andrew Lunn
2013-03-22 6:28 ` Andrew Lunn
2013-03-22 6:28 ` Andrew Lunn
2013-03-22 17:43 ` Jason Gunthorpe
2013-03-22 17:43 ` Jason Gunthorpe
2013-03-22 19:33 ` Arnd Bergmann
2013-03-22 19:33 ` Arnd Bergmann
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=201303220655.25882.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.