linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: dwalker@codeaurora.org (Daniel Walker)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 06/12] arm: msm: set L2CR1 to enable prefetch and burst on Scorpion.
Date: Fri, 29 Jan 2010 06:33:54 -0800	[thread overview]
Message-ID: <1264775634.5109.42.camel@desktop> (raw)
In-Reply-To: <1264762740.4242.40.camel@pc1117.cambridge.arm.com>

On Fri, 2010-01-29 at 10:59 +0000, Catalin Marinas wrote:
> On Thu, 2010-01-28 at 22:59 +0000, Daniel Walker wrote:
> > @@ -242,6 +243,10 @@ __v7_setup:
> >         mcr     p15, 0, r4, c2, c0, 1           @ load TTB1
> >         mov     r10, #0x1f                      @ domains 0, 1 = manager
> >         mcr     p15, 0, r10, c3, c0, 0          @ load domain access register
> > +#ifdef CONFIG_ARCH_MSM_SCORPION
> > +       mov     r0, #0x77
> > +       mcr     p15, 3, r0, c15, c0, 3          @ set L2CR1
> > +#endif
> 
> I thought we want to move these out of the kernel into the boot loader
> (or boot monitor or bios or whatever it's called).

I left it in cause it still felt like an open question the last time I
submitted it ..

Honestly, I feel like we should keep as much control in Linux as
possible.. Having it in Linux is just one place for it to get screwed
up, vs. having it in many different boot loaders.

Daniel

      reply	other threads:[~2010-01-29 14:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-28 22:59 [RFC PATCH 06/12] arm: msm: set L2CR1 to enable prefetch and burst on Scorpion Daniel Walker
2010-01-29  1:06 ` Nicolas Pitre
2010-01-29  1:14   ` Daniel Walker
2010-01-29  1:23     ` Nicolas Pitre
2010-01-29  2:38     ` Bryan Huntsman
2010-01-29  6:45 ` Pavel Machek
2010-01-29 10:59 ` Catalin Marinas
2010-01-29 14:33   ` Daniel Walker [this message]

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=1264775634.5109.42.camel@desktop \
    --to=dwalker@codeaurora.org \
    --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).