| To: | "Atsushi Nemoto" <anemo@mba.ocn.ne.jp> |
|---|---|
| Subject: | Re: Building 64 bit kernel on Cobalt |
| From: | "Franck Bui-Huu" <vagabon.xyz@gmail.com> |
| Date: | Mon, 19 Mar 2007 11:08:23 +0100 |
| Cc: | maillist@jg555.com, linux-mips@linux-mips.org, ralf@linux-mips.org |
| Dkim-signature: | a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OyDeARL4AeloMtMmc0DHTYROFAeNCrBnS9qU/TU/k4L3nbL52SpnBMerpQCYruPsBOhBueBv0hXo0sqUVh54ywU3obHnMYSkH4FnQPD3WPV3opiMMy79NTpMg83fnj2PVF8x2OAVkaluc+Y9hNsozyc94u+fa72J7hbutd67UCM= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pwK3LCgovqd4JFWoUzxZvDXagIVmm3a1wncPJXLvxbJxZ8X+iW6Gnt4LAdNwtFhp1iAg1ucxOTrvB5GyrbE/II9gCcdFTT6NjfW4wjqEN9+z/QL6XYpzLLZpgKNDTrscE6h9jjcfpcSUPHamd63CZt+J1pS870m5ARj4ymOwe7E= |
| In-reply-to: | <20070319.150705.100740532.nemoto@toshiba-tops.co.jp> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <45FDB498.1040504@jg555.com> <20070319.101209.79013781.nemoto@toshiba-tops.co.jp> <45FE1D95.8050204@jg555.com> <20070319.150705.100740532.nemoto@toshiba-tops.co.jp> |
| Sender: | linux-mips-bounce@linux-mips.org |
On 3/19/07, Atsushi Nemoto <anemo@mba.ocn.ne.jp> wrote: On Sun, 18 Mar 2007 22:20:21 -0700, Jim Gifford <maillist@jg555.com> wrote: > Here's the config file I'm using http://ftp.jg555.com/cobalt.config > Now if I revert all changes that have occurred to setup.c from 2.6.19 to > 2.6.20, everything works perfectly. > > Without that patch, this is as far as it gets. You are using CONFIG_BUILD_ELF64=y and CKSEG0 load address. This combination does not work. Please refer these threads: Thanks Atsushi for sorting this out. It's a bit sad to get these type of information after so many email echanges... Please try CONFIG_BUILD_ELF64=n. BTW, Ralf, any chance to Franck's CONFIG_BUILD_ELF64 cleanup patchset? I hope the patchset make things clearer... Well, this patch may be not enough. From last thread about 64bits kernel issue: http://marc.info/?l=linux-mips&m=117418351419352&w=2 It seems that objcopy can be used to do some addresses translations. In that case the current patch won't help. At least we could add more sanity checks to detect all buggy configs we can have for 64 bits kernel and panic if they fail. -- Franck |
| Previous by Date: | [PATCH] Always use virt_to_phys() when translating kernel addresses, Franck Bui-Huu |
|---|---|
| Next by Date: | Re: Building 64 bit kernel on Cobalt, Franck Bui-Huu |
| Previous by Thread: | Re: Building 64 bit kernel on Cobalt, Atsushi Nemoto |
| Next by Thread: | Re: Building 64 bit kernel on Cobalt, Franck Bui-Huu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |