public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.4.16 Bug (PPC)
@ 2001-11-26 18:01 war
  2001-11-26 18:07 ` Rik van Riel
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: war @ 2001-11-26 18:01 UTC (permalink / raw)
  To: linux-kernel

Bug still resides in 2.4.16 still, even after the PPC fixes that were
applied to 2.4.16-pre1.

If nobody cares about PPC updates, I guess I should put the box back on
the shelf.

The video driver (plat) is the framebuffer for a few macs, without it,
I cannot do anything.

Any plans to fix this?

//              default_vmode = nvram_read_byte(NV_VMODE);
//              default_cmode = nvram_read_byte(NV_CMODE);

Commenting the two undefined functions out in drivers/video/platinumfb.c
allows for a successful compile.
It also allows for the video driver to be brought up succesfully.

Now will this bug be fixed in 2.4.17 for PPC or should I just put my PPC
back on the shelf? :)

make[2]: Nothing to be done for `all_targets'.
make[2]: Leaving directory `/usr/src/linux/arch/ppc/lib'
make[1]: Leaving directory `/usr/src/linux/arch/ppc/lib'
ld -T arch/ppc/vmlinux.lds -Ttext 0xc0000000 -Bstatic
arch/ppc/kernel/head.o init/main.o init/version.o \
        --start-group \
        arch/ppc/kernel/kernel.o arch/ppc/mm/mm.o arch/ppc/lib/lib.o
kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
         drivers/char/char.o drivers/block/block.o drivers/misc/misc.o
drivers/net/net.o drivers/media/media.o drivers/scsi/scsidrv.o
drivers/cdrom/driver.o drivers/pci/driver.o
drivers/macintosh/macintosh.o drivers/video/video.o \
        net/network.o \
        /usr/src/linux/lib/lib.a \
        --end-group \
        -o vmlinux
nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw]
\)\|\(\.\.ng$\)\|\(LASH[RL]DI\)' | sort > System.map




make[2]: Leaving directory `/usr/src/linux/arch/ppc/lib'
make[1]: Leaving directory `/usr/src/linux/arch/ppc/lib'
ld -T arch/ppc/vmlinux.lds -Ttext 0xc0000000 -Bstatic
arch/ppc/kernel/head.o init/main.o init/version.o \
        --start-group \
        arch/ppc/kernel/kernel.o arch/ppc/mm/mm.o arch/ppc/lib/lib.o
kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
         drivers/char/char.o drivers/block/block.o drivers/misc/misc.o
drivers/net/net.o drivers/media/media.o drivers/scsi/scsidrv.o
drivers/cdrom/driver.o drivers/pci/driver.o
drivers/macintosh/macintosh.o drivers/video/video.o \
        net/network.o \
        /usr/src/linux/lib/lib.a \
        --end-group \
        -o vmlinux
drivers/video/video.o: In function `init_platinum':
drivers/video/video.o(.text.init+0x1350): undefined reference to
`nvram_read_byte'
drivers/video/video.o(.text.init+0x1350): relocation truncated to fit:
R_PPC_REL24 nvram_read_byte
drivers/video/video.o(.text.init+0x13d0): undefined reference to
`nvram_read_byte'
drivers/video/video.o(.text.init+0x13d0): relocation truncated to fit:
R_PPC_REL24 nvram_read_byte
make: *** [vmlinux] Error 1



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

end of thread, other threads:[~2001-11-27 22:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-26 18:01 Linux 2.4.16 Bug (PPC) war
2001-11-26 18:07 ` Rik van Riel
2001-11-26 18:14 ` Russell King
2001-11-26 17:07   ` Marcelo Tosatti
2001-11-26 18:37   ` Tom Rini
2001-11-27 21:29   ` Paul Mackerras
2001-11-26 18:34 ` Tom Rini
2001-11-26 18:35 ` Brian Gerst
2001-11-27 21:33 ` Paul Mackerras
2001-11-27 22:02   ` war

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox