All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Davies <ldavies@agile.tv>
To: Ralf Baechle <ralf@oss.sgi.com>
Cc: linux-mips@oss.sgi.com
Subject: Re: Troubles with TLB refills
Date: Tue, 06 Mar 2001 16:45:32 +1000	[thread overview]
Message-ID: <3AA4878C.F10825DE@agile.tv> (raw)
In-Reply-To: 20010305114926.A26862@bacchus.dhis.org

Ralf,

>From the change 1.42 to 1.43 on file arch/mips/kernel/traps.c some code was
added
to copy the EJTAG exception vector

+ /*
+  * Copy the EJTAG debug exception vector handler code to it's final
+  * destination.
+  */
+ memcpy((void *)(KSEG0 + 0x300), &except_vec_ejtag_debug, 0x80);

This code indescriminatly smashes the end of except_vec0_r4600 and
all of except_vec0_nevada handlers with the .fill set to only 0x280
00000000800002d4 T except_vec0_r4600
0000000080000328 T except_vec0_nevada
0000000080000380 T except_vec0_r45k_bvahwbug

I'm not sure under what platform we need to load JTAG support, but we can
just increase the fill area in head.S to say 0x400

Cheers
Liam

=-------------=
Agile TV Corporation

WARNING: multiple messages have this Message-ID (diff)
From: Liam Davies <ldavies@agile.tv>
To: Ralf Baechle <ralf@oss.sgi.com>
Cc: linux-mips@oss.sgi.com
Subject: Re: Troubles with TLB refills
Date: Tue, 06 Mar 2001 16:45:32 +1000	[thread overview]
Message-ID: <3AA4878C.F10825DE@agile.tv> (raw)
Message-ID: <20010306064532.PqXwlKSdQcRlpLdb54R2Tw_OnKDlggdHreOJEKMlXwA@z> (raw)
In-Reply-To: 20010305114926.A26862@bacchus.dhis.org

Ralf,

From the change 1.42 to 1.43 on file arch/mips/kernel/traps.c some code was
added
to copy the EJTAG exception vector

+ /*
+  * Copy the EJTAG debug exception vector handler code to it's final
+  * destination.
+  */
+ memcpy((void *)(KSEG0 + 0x300), &except_vec_ejtag_debug, 0x80);

This code indescriminatly smashes the end of except_vec0_r4600 and
all of except_vec0_nevada handlers with the .fill set to only 0x280
00000000800002d4 T except_vec0_r4600
0000000080000328 T except_vec0_nevada
0000000080000380 T except_vec0_r45k_bvahwbug

I'm not sure under what platform we need to load JTAG support, but we can
just increase the fill area in head.S to say 0x400

Cheers
Liam

=-------------=
Agile TV Corporation

  parent reply	other threads:[~2001-03-06  6:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-05  3:40 Troubles with TLB refills Liam Davies
2001-03-05 10:49 ` Ralf Baechle
2001-03-06  3:10   ` Liam Davies
2001-03-06 12:58     ` Ralf Baechle
2001-03-07  3:36       ` Problem makeing an O2 run bootp nick
2001-03-07  3:36         ` nick
2001-03-07 19:11         ` Rafal Boni
2001-03-07 19:14           ` nick
2001-03-08  7:57         ` Chris Ruvolo
2001-03-10 18:25           ` Ralf Baechle
2001-03-12  1:09             ` IP32 (O2) diff nick
2001-03-06  6:45   ` Liam Davies [this message]
2001-03-06  6:45     ` Troubles with TLB refills Liam Davies

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=3AA4878C.F10825DE@agile.tv \
    --to=ldavies@agile.tv \
    --cc=ldavies@oz.agile.tv \
    --cc=linux-mips@oss.sgi.com \
    --cc=ralf@oss.sgi.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.