From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753670Ab3LTFkF (ORCPT ); Fri, 20 Dec 2013 00:40:05 -0500 Received: from smtp.nue.novell.com ([195.135.221.5]:49556 "EHLO smtp.nue.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752308Ab3LTFkC (ORCPT ); Fri, 20 Dec 2013 00:40:02 -0500 Subject: Re: [RFC PATCH 00/14] Support timezone of ACPI TAD and EFI TIME From: joeyli To: "H. Peter Anvin" Cc: "Rafael J. Wysocki" , Alessandro Zummo , Matt Fleming , Matthew Garrett , Elliott@hp.com, samer.el-haj-mahmoud@hp.com, Oliver Neukum , werner@suse.com, trenn@suse.de, JBeulich@suse.com, linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com, x86@kernel.org, "linux-efi@vger.kernel.org" , linux-acpi@vger.kernel.org, Borislav Petkov In-Reply-To: <52B3C5F0.1060303@zytor.com> References: <1387439053-8711-1-git-send-email-jlee@suse.com> <52B309EB.90300@zytor.com> <1387512357.3539.4317.camel@linux-s257.site> <52B3C5F0.1060303@zytor.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 20 Dec 2013 13:38:36 +0800 Message-ID: <1387517916.3539.4446.camel@linux-s257.site> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 於 四,2013-12-19 於 20:22 -0800,H. Peter Anvin 提到: > On 12/19/2013 08:05 PM, joeyli wrote: > > > > Then that means the priority of PNP0B0x is higher then "CMOS RTC Not > > Present" flag. ACPI spec doesn't have clear definition on this. > > > > According to the Microsoft requirements documents, such a platform is > broken and shouldn't exist. OK~~ > > > I look forward to Borislav's "EFI runtime mapping" to fix the physical > > address accessing issue of EFI time service on x86_64 machines. I tested > > his patches on a issue machine and it works for walk around BIOS bug. > > > > Can we use EFI time services on x86_64 after Borislav's patches accepted > > to mainline? > > > > No. > > -hpa If don't use EFI time, then the first priority is using ACPI TAD if it present. Due to ACPI TAD is a generic acpi device that's need OS parsing DSDT table before set system time. Either move DSDT parser from subsystem initial stage to start_kernel or move timekeeping initial to after DSDT be parsed. Which one you think is more possible and risk less? Then I will try that way. Thanks a lot! Joey Lee