From: pawel.moll@arm.com (Pawel Moll)
To: linux-arm-kernel@lists.infradead.org
Subject: Vexpress config
Date: Thu, 19 Sep 2013 15:38:32 +0100 [thread overview]
Message-ID: <1379601512.3347.26.camel@hornet> (raw)
In-Reply-To: <CAHSGOusEZtdVwnKo7fxLKQKnVVde1FRHtruRYG9BkBpNB6r3ag@mail.gmail.com>
On Thu, 2013-09-19 at 15:28 +0100, melwyn lobo wrote:
> You are right. I have a coretile V2P-CA9 with PERIHPBASE at 0x2c000000
> whch does not match that of the kernel.
> Also other addresses in the Model's memory map also seem to be way off
> from the kernel defintions. (like the timer, wtachdog, clcd etc)
> The model is downloaded from ARM Fast model suite, should be 2013
> release version .
> Where do I find patches to boot ARM's fast model (either of Coretile
> V2p CA9x4 or CA15x4). I tried looking at linaro's releases site :
> http://releases.linaro.org/13.08/android/vexpress
You won't find any extra patches. The addresses you see in
arch/arm/mach-vexpress are not used for anything else but the V2P-CA9.
All new core tiles (I'm talking real hardware here, an I can assure you
it works) are defined in relevant device trees. You'll find a collection
of those for *hardware* platforms in the kernel as well, look at
arch/arm/boot/dts/vexpress*
If you want to boot RTSM_VE_Cortex-A15x4, you should be able to simply
use the boot wrapper I've mentioned without any change. The extra
patches are required only for A5 & A9 models. All you need is to get
yourself a correct DTB:
http://linux-arm.org/git?p=arm-dts.git;a=blob_plain;f=fast_models/rtsm_ve-cortex_a15x4.dts
compile it:
dtc -I dts -O dtb rtsm_ve-cortex_a15x4.dts -o rtsm_ve-cortex_a15x4.dtb
and pass it to the boot wrapper, following its README file.
Pawe?
next prev parent reply other threads:[~2013-09-19 14:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-14 11:15 Vexpress config melwyn lobo
2013-09-15 13:40 ` melwyn lobo
2013-09-16 9:25 ` Pawel Moll
2013-09-16 9:28 ` Pawel Moll
2013-09-19 14:28 ` melwyn lobo
2013-09-19 14:38 ` Pawel Moll [this message]
2013-09-22 10:07 ` melwyn lobo
2013-09-24 10:17 ` Pawel Moll
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=1379601512.3347.26.camel@hornet \
--to=pawel.moll@arm.com \
--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 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).