* [Linux-ia64] RTC config option doesn't work for IA64 ?
@ 2000-07-26 19:13 Gerrit Huizenga
2000-07-27 2:46 ` Stephane Eranian
0 siblings, 1 reply; 2+ messages in thread
From: Gerrit Huizenga @ 2000-07-26 19:13 UTC (permalink / raw)
To: linux-ia64
Is it just me, or does the RTC config option not generate a
working kernel for the IA64 test4 kernel + david's 0714 patches?
It appears that at least a header file is missing, I don't know
what goes in it as yet: asm-ia64/mc146818rtc.h
Basically compilation fails if the config option is turned on.
gerrit
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Linux-ia64] RTC config option doesn't work for IA64 ?
2000-07-26 19:13 [Linux-ia64] RTC config option doesn't work for IA64 ? Gerrit Huizenga
@ 2000-07-27 2:46 ` Stephane Eranian
0 siblings, 0 replies; 2+ messages in thread
From: Stephane Eranian @ 2000-07-27 2:46 UTC (permalink / raw)
To: linux-ia64
Hi,
> Is it just me, or does the RTC config option not generate a
> working kernel for the IA64 test4 kernel + david's 0714 patches?
>
> It appears that at least a header file is missing, I don't know
> what goes in it as yet: asm-ia64/mc146818rtc.h
>
> Basically compilation fails if the config option is turned on.
>
Normally you don't need to enable the CONFIG_RTC. You should enable
the CONFIG_EFI_RTC. Also in /dev you must have something like this:
crw-r--r-- 1 root root 10, 136 Apr 5 15:38 efirtc
lrwxrwxrwx 1 root root 6 May 5 15:29 rtc -> efirtc
You can keep the legacy RTC under another name. With this in place,
the hwclock program should work seamlessly.
On the machines that we have, if I recall correctly, the legacy RTC is still
present but the code has never been tested. Anyway, DiG does not
guarantee the existence of such a timer. The only portable way is via EFI
runtime services.
-Stephane
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-07-27 2:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-07-26 19:13 [Linux-ia64] RTC config option doesn't work for IA64 ? Gerrit Huizenga
2000-07-27 2:46 ` Stephane Eranian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox