linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linus.ml.walleij@gmail.com (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 05/07] Basic IO mappings for mach-tcc8k
Date: Sat, 27 Mar 2010 10:33:22 +0100	[thread overview]
Message-ID: <63386a3d1003270233k5c2a216fv33f3a0d88f8d7291@mail.gmail.com> (raw)
In-Reply-To: <20100326175740.GA2043@bluebox.local>

2010/3/26 Hans J. Koch <hjk@linutronix.de>:

>> If you really have a system with *only* DTCM and no ITCM, I don't
>> know if the TCM support in the kernel works with that right now,
>
> It won't, AFAICT. I removed TCM from the mappings in v2. Unfortunately,
> the Telechips manual doesn't say much about it, but always calls it
> "DTCM" or "Data TCM". I'll try to get more information, and come up
> with a patch later. It's not really important ATM.

You really only need to include a call to
u32 tcm_status = read_cpuid_tcmstatus();
pr_info("TCM status 0x%08x", tcm_status);

To find out what kind of TCMs you have on your system,
if they are true TCMs!

Bit 1 is set if you have some ITCM, bit 16 is set if you have
some DTCM. Else it's something custom.

Linus

  reply	other threads:[~2010-03-27  9:33 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-22 19:19 [PATCH 0/7] Add basic support for Telechips TCC8xxx SoCs Hans J. Koch
2010-03-22 19:21 ` [PATCH 01/07] Introduce plat-tcc Hans J. Koch
2010-03-22 19:23 ` [PATCH 02/07] Add clock framework for plat-tcc Hans J. Koch
2010-03-22 19:24 ` [PATCH 03/07] Introduce plat-tcc irq framework Hans J. Koch
2010-03-22 19:26 ` [PATCH 04/07] Add TCC8xxx system timer Hans J. Koch
2010-03-22 19:27 ` [PATCH 05/07] Basic IO mappings for mach-tcc8k Hans J. Koch
2010-03-22 21:13   ` Linus Walleij
2010-03-22 22:24     ` Hans J. Koch
2010-03-22 22:28   ` Hans J. Koch
2010-03-23  7:29   ` Linus Walleij
2010-03-23 10:15     ` Hans J. Koch
2010-03-26 17:28       ` Linus Walleij
2010-03-26 17:57         ` Hans J. Koch
2010-03-27  9:33           ` Linus Walleij [this message]
2010-03-27 15:26             ` Hans J. Koch
2010-03-22 19:29 ` [PATCH 06/07] Add common platform devices for TCC8xxx SoCs Hans J. Koch
2010-03-22 19:31 ` [PATCH 07/07] Add board support for Telechips TCC8000-SDK board Hans J. Koch

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=63386a3d1003270233k5c2a216fv33f3a0d88f8d7291@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).