| To: | "Jim Gifford" <maillist@jg555.com> |
|---|---|
| Subject: | Re: Building 64 bit kernel on Cobalt |
| From: | "Franck Bui-Huu" <vagabon.xyz@gmail.com> |
| Date: | Tue, 13 Mar 2007 11:38:23 +0100 |
| Cc: | "Linux MIPS List" <linux-mips@linux-mips.org>, "Ralf Baechle" <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=rSomIME6KzrlQ0Zpf6OlI7LvA605X4IG1CBiu7fh+UMJjnd+AtsSKsDT73lR6sJtqC4EKjgC5lAfOL8mwzuMU4dVK+gHZeROp1J8FU7alBK+sW8/BcJOs7h5nu1OmRCj6E5D5J8FnhYvGUIkXXuouKoKxLrrHcIYdbBsLcpE6sM= |
| 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=HKx5iyYndXHmN69U3qEETRkbCModOm5H71/UnMBeGRI24zQ+faPRQQHp0Eo5H9yEslSWkgwd+5S1WPqacJ0jjgn/ABzmL9rnJ9O0gRiv2QIHPEQzLmcgaEu/HdRj646/QZIG7xADOzRcfj1VGT6s32uiUnW2XAoLm9REmzR97d0= |
| In-reply-to: | <45F5F709.6060707@jg555.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <45EB53D5.8060007@jg555.com> <20070304232731.GA25039@linux-mips.org> <45EFA92C.3070203@jg555.com> <cda58cb80703080448yca7fa21xb005e0685d42d318@mail.gmail.com> <45F0359A.105@jg555.com> <45F5F709.6060707@jg555.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Jim Gifford wrote: Jim Gifford wrote:What did the console say ? If nothing early console may help if available.All I get is this inflate: decompressing elf64: 00080000 - 0037701f (ffffffff.80326000) (ffffffff.80000000) elf64: ffffffff.80080000 (80080000) 2957446t + 151450t net: interface down
Where does this trace come from ? from a bootloader ?
I don't understand its format, can you explain ? All I can say that
it seems that you're using CKSEG0 for kernel addresses.
You also said that you don't have any initrd. And most of the changes
you reverted back is related to initrd except this part:
- reserved_end = init_initrd();
- reserved_end = PFN_UP(CPHYSADDR(max(reserved_end, (unsigned
long)&_end)));
+ reserved_end = max(init_initrd(), PFN_UP(__pa_symbol(&_end)));
Can you try a plain 2.6.20 with this only change ? If it helps, can
you give the value of 'reserved_end' in both cases ?
Do you use default cobalt config file ?
BTW does Cobalt platform have early printk available ? if so can you use
it ?
--
Franck
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] drivers: PMC MSP71xx LED driver, Florian Fainelli |
|---|---|
| Next by Date: | Re: Building 64 bit kernel on Cobalt, Ralf Baechle |
| Previous by Thread: | Re: Building 64 bit kernel on Cobalt, Jim Gifford |
| Next by Thread: | Re: Building 64 bit kernel on Cobalt, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |