linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 2.4.20-ben8 vmlinux.coff CLAIM error on PowerMac 4400
@ 2003-03-13 14:53 mikpe
  2003-03-13 15:25 ` Olaf Hering
  0 siblings, 1 reply; 15+ messages in thread
From: mikpe @ 2003-03-13 14:53 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: olh


vmlinux.coff built from 2.4.20-ben8 fails immediately at boot
on my old-world PowerMac 4400 (OF 2.0.2) with a CLAIM error:

0> boot fd:vmlinux.coff root=/dev/hda8 loading XCOFF
tsize=5E40 dsize=C500C bsize=215DC entry=500000
SECTIONS:
.text	00500000 00500000 00005E40 000000D4
.data	00506000 00506000 000C500C 00005F14
.bss	005CB000 005CB000 000215DC 00000000
loading .text, done..
loading .data, done..
clearing .bssCLAIM failed

Olaf Hering wrote that it was a known bug and suggested the
patch below, but it didn't make any difference.

This is a regression from 2.2.24, which works fine on this
machine (with one patch to disable a prom quiesce call).

Any other patches I should try? I don't want to be stuck at 2.2.24...

/Mikael
(. please cc: me on any replies;
   I've tried twice now to subscribe, without success .)

--- linux-2.4.20-pre11/arch/ppc/boot/ld.script  Sun Oct 27 19:21:01 2002
+++ linux-2.4.20-pre11..7200/arch/ppc/boot/ld.script    Sun Oct 27 18:13:02 2002
@@ -39,7 +39,7 @@ SECTIONS
   PROVIDE (etext = .);

   /* Read-write section, merged into data segment: */
-  . = ALIGN(8);
+  . = ALIGN(0x1000);
   .data    :
   {
     *(.data)

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2003-03-14 16:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-13 14:53 2.4.20-ben8 vmlinux.coff CLAIM error on PowerMac 4400 mikpe
2003-03-13 15:25 ` Olaf Hering
2003-03-13 15:58   ` mikpe
2003-03-13 16:00     ` Olaf Hering
2003-03-13 16:05     ` Benjamin Herrenschmidt
2003-03-13 16:07       ` Olaf Hering
2003-03-13 16:11         ` Benjamin Herrenschmidt
2003-03-13 17:08       ` mikpe
2003-03-13 17:23         ` Benjamin Herrenschmidt
2003-03-13 23:13           ` mikpe
2003-03-13 23:18             ` Olaf Hering
2003-03-13 23:25             ` Benjamin Herrenschmidt
2003-03-14 13:32             ` Benjamin Herrenschmidt
2003-03-14 16:01               ` mikpe
2003-03-14 16:13                 ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).