From: linus.ml.walleij@gmail.com (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: PXA3xx internal SRAM
Date: Mon, 22 Mar 2010 22:09:00 +0100 [thread overview]
Message-ID: <63386a3d1003221409j63413b5o7a0515836eaa8b86@mail.gmail.com> (raw)
In-Reply-To: <20100321124739.GG30801@buzzloop.caiaq.de>
2010/3/21 Daniel Mack <daniel@caiaq.de>:
> I wonder what this could be used for. Is there any kind of cache that
> would be worth putting there to speed up things for example?
Some ARM systems have TCM (Tightly Coupled Memory) which are similar
in character but actually a feature of the ARM platforms rather than a custom
memory for a certain SoC.
You can find some documentation on how this can be used in
Documentation/arm/tcm.txt, as you can see we can compile code there
and the memory left after that can be used as a generic memory pool
for fast always-on memory.
I raised the question as to whether the IRQ vectors could be put into
this memory but Russell says this is unfortunately not possible, because
the top of the vector page is also used for other things. I don't know if
this entire page can be moved to fast memory though, perhaps that
concept need to be revisited?
Linus Walleij
next prev parent reply other threads:[~2010-03-22 21:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-21 12:47 PXA3xx internal SRAM Daniel Mack
2010-03-22 0:47 ` Haojian Zhuang
2010-03-22 7:57 ` Daniel Mack
2010-03-22 21:09 ` Linus Walleij [this message]
2010-03-25 12:58 ` Haojian Zhuang
2010-03-25 15:47 ` Linus Walleij
2010-03-26 2:55 ` Haojian Zhuang
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=63386a3d1003221409j63413b5o7a0515836eaa8b86@mail.gmail.com \
--to=linus.ml.walleij@gmail.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).