From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] tlbentry for U3 bit
Date: Mon, 19 Apr 2010 13:15:46 +0200 [thread overview]
Message-ID: <201004191315.46583.sr@denx.de> (raw)
In-Reply-To: <592919.20544.qm@web46111.mail.sp1.yahoo.com>
Hi Ronny,
On Monday 19 April 2010 12:42:29 Ronny D wrote:
> I am using ppc440 based board. I have
> added one tlbentry in init.S for memctrl register with U3 bit enable.
>
> When I check the tlb entry through
> BDI I found that U3 bit is disabled.
>
> I have done the same thing using
> change_tlb then I have seen U3 bit enabled through BDI.
>
> Please let me know
>
> Is there any limitation of initS
> for setting tlbenty with U3 bit enable?
Take a look at the "tlbentry" macro (arch/ppc/include/mmu.h). As you can see,
the TLB2 macro does not allow changing any of the Ux bits:
#define tlbentry(epn,sz,rpn,erpn,attr)\
.long TLB0(epn,sz),TLB1(rpn,erpn),TLB2(attr)
#define TLB2(a) ((a) & 0x00000fbf)
So you need to change TLB2 if you need to set those Ux bits.
BTW: The PPC440 users manual mentions that the U3 storage attribute has no
effect on PPC440. So I'm wondering what you are trying to achieve by setting
this bit.
Cheers,
Stefan
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de
prev parent reply other threads:[~2010-04-19 11:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-19 10:42 [U-Boot] tlbentry for U3 bit Ronny D
2010-04-19 11:15 ` Stefan Roese [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=201004191315.46583.sr@denx.de \
--to=sr@denx.de \
--cc=u-boot@lists.denx.de \
/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