From: "Mark Mason" <mason@broadcom.com>
To: "Jonathan Day" <imipak@yahoo.com>
Cc: linux-mips@linux-mips.org
Subject: Re: Building the kernel for a Broadcom SB1
Date: Thu, 15 Sep 2005 14:52:36 -0700 [thread overview]
Message-ID: <4329ED24.50506@broadcom.com> (raw)
In-Reply-To: <20050915205904.16380.qmail@web31515.mail.mud.yahoo.com>
Hello,
Jonathan Day wrote:
>Hi,
>
>I'm having a few issues building the current
>2.6.14-rc1 for a Broadcom SB1 MIPS64 processor. (No
>huge surprise there, building anything for that
>processor is a pain.)
>
>Anyway, there are a few symbols undefined, which is
>causing problems. First off the bat is TO_PHYS_MASK.
>There is no set of definitions in
>include/asm-mips/addrspace.h for the SB1 processor.
>(For that matter, there's no set of definitions for
>the MIPS64_R2, so I'm guessing those using _R2 chips
>probably have the same problem.)
>
>
Here's the patch for that particular problem. There's also a few other
patches for the SB1 floating around (check the email archives), but
there appears to be a backlog with getting them committed to the CVS
repository.
HTH,
Mark
Index: include/asm-mips/addrspace.h
===================================================================
RCS file: /home/cvs/linux/include/asm-mips/addrspace.h,v
retrieving revision 1.18
diff -u -p -r1.18 addrspace.h
--- include/asm-mips/addrspace.h 14 Jul 2005 12:05:08 -0000 1.18
+++ include/asm-mips/addrspace.h 15 Sep 2005 21:46:56 -0000
@@ -131,6 +131,8 @@
|| defined (CONFIG_CPU_R5000) \
|| defined (CONFIG_CPU_NEVADA) \
|| defined (CONFIG_CPU_TX49XX) \
+ || defined (CONFIG_CPU_SB1) \
+ || defined (CONFIG_CPU_SB1A) \
|| defined (CONFIG_CPU_MIPS64_R1)
#define KUSIZE _LLCONST_(0x0000010000000000) /* 2^^40 */
#define KUSIZE_64 _LLCONST_(0x0000010000000000) /* 2^^40 */
.
next prev parent reply other threads:[~2005-09-15 21:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-15 20:59 Building the kernel for a Broadcom SB1 Jonathan Day
2005-09-15 21:52 ` Mark Mason [this message]
2006-01-16 16:05 ` Martin Michlmayr
2006-01-23 12:58 ` Martin Michlmayr
-- strict thread matches above, loose matches on Subject: below --
2005-09-21 17:24 Jonathan Day
2005-09-21 17:24 ` Jonathan Day
2005-09-22 7:22 ` Andy Isaacson
2005-09-22 17:22 ` Jonathan Day
2005-09-22 21:32 ` Daniel Jacobowitz
2005-09-23 0:19 ` Jonathan Day
2006-01-23 20:53 Mark E Mason
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=4329ED24.50506@broadcom.com \
--to=mason@broadcom.com \
--cc=imipak@yahoo.com \
--cc=linux-mips@linux-mips.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