On Thu, 2007-10-25 at 11:30 -0600, Eric W. Biederman wrote: > "H. Peter Anvin" <[EMAIL PROTECTED]> writes: > > > Andi Kleen wrote: > >>> Especially for accessing the real time clock that has a well > >>> defined hardware interface going through efi an additional > >>> software emulation layer looks like asking for trouble. > >> > >> I agree it's pointless for the hardware clock, but EFI also offers > >> services to > >> write some data to the CMOS RAM > >> which could be very useful to save oops data over reboot. > >> I don't think this can be done safely otherwise without BIOS cooperation. > >> > > > > The ability to scurry away even a small amount of data without relying on > > the > > disk system is highly desirable. Think next-boot type information. > > Yes. If that were to be the justifying case and if that was what > the code was implementing I could see the point. > > However this point was made in an earlier review. This point > was already been made, and still this patchset doesn't > include that functionality and it still includes the code > to disable direct hardware access for no seemingly sane > reason.
The EFI variable runtime service is included in this patchset. The EFI time runtime service is selectable via kernel command line parameter now. If it is desired, it can be disabled by default, and only enabled if specified in kernel command line parameter. I think the time runtime service may be useful if the underlying hardware is changed silently by some vendor. Best Regards, Huang Ying - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/