From: Georg Chini <georg.chini@triaton-webhosting.com>
To: sparclinux@vger.kernel.org
Subject: Sparc32 - SS5 - TCX-Framebuffer und RTC
Date: Wed, 08 Dec 2004 21:42:04 +0000 [thread overview]
Message-ID: <41B7752C.90808@triaton-webhosting.com> (raw)
Hello,
when compiling 2.6.10-rc3 for my SS5 I have
following problems:
1) TCX-Framebuffer:
a) drivers/video/tcx.c:
prom->devname is "SUNW,tcx", not "tcx" in line 469,
so the framebuffer will not be detected without
changing that line.
b) FB-Console does not work:
When I boot the system with FB-Console I get a blank
black screen. System boots fine, only nothing is
displayed.
c) X will not work in 8-Bit mode:
Only 32-Bit mode works, maybe this is connected to b)?
2) RTC:
When compiling with RTC-support I get following messages
from make image:
...
CC drivers/sbus/char/rtc.o
drivers/sbus/char/rtc.c: In function `get_rtc_time':
drivers/sbus/char/rtc.c:33: warning: initialization makes integer from pointer without a cast
drivers/sbus/char/rtc.c:38: warning: implicit declaration of function `readb'
drivers/sbus/char/rtc.c:40: warning: implicit declaration of function `writeb'
drivers/sbus/char/rtc.c: In function `set_rtc_time':
drivers/sbus/char/rtc.c:60: warning: initialization makes integer from pointer without a cast
...
LD arch/sparc/boot/image
drivers/built-in.o(.text+0x3bca8): In function `get_rtc_time':
: undefined reference to `readb'
drivers/built-in.o(.text+0x3bcb8): In function `get_rtc_time':
: undefined reference to `writeb'
drivers/built-in.o(.text+0x3bdc0): In function `get_rtc_time':
: undefined reference to `readb'
drivers/built-in.o(.text+0x3bdcc): In function `get_rtc_time':
: undefined reference to `writeb'
drivers/built-in.o(.text+0x3bdf4): In function `set_rtc_time':
: undefined reference to `readb'
drivers/built-in.o(.text+0x3be04): In function `set_rtc_time':
: undefined reference to `writeb'
drivers/built-in.o(.text+0x3bfc0): In function `set_rtc_time':
: undefined reference to `readb'
drivers/built-in.o(.text+0x3bfcc): In function `set_rtc_time':
: undefined reference to `writeb'
make[1]: *** [arch/sparc/boot/image] Error 1
make: *** [image] Error 2
Can somebody help me to solve my problems or point me to what to do?
Regards
Georg Chini
next reply other threads:[~2004-12-08 21:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-08 21:42 Georg Chini [this message]
2004-12-08 21:52 ` Sparc32 - SS5 - TCX-Framebuffer und RTC William Lee Irwin III
2004-12-08 22:01 ` William Lee Irwin III
2004-12-09 3:30 ` Bob Breuer
2004-12-09 4:45 ` David S. Miller
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=41B7752C.90808@triaton-webhosting.com \
--to=georg.chini@triaton-webhosting.com \
--cc=sparclinux@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.