From patchwork Tue Jan 7 05:37:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "H. Peter Anvin" X-Patchwork-Id: 3445861 Return-Path: X-Original-To: patchwork-linux-acpi@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 35009C02DC for ; Tue, 7 Jan 2014 05:39:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C9C3320109 for ; Tue, 7 Jan 2014 05:39:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CC67B200F4 for ; Tue, 7 Jan 2014 05:39:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751425AbaAGFip (ORCPT ); Tue, 7 Jan 2014 00:38:45 -0500 Received: from terminus.zytor.com ([198.137.202.10]:49910 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750963AbaAGFin (ORCPT ); Tue, 7 Jan 2014 00:38:43 -0500 Received: from tazenda.hos.anvin.org ([IPv6:2601:9:3340:50:e269:95ff:fe35:9f3c]) (authenticated bits=0) by mail.zytor.com (8.14.7/8.14.5) with ESMTP id s075bc4S004435 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 6 Jan 2014 21:37:41 -0800 Message-ID: <52CB929C.6050403@zytor.com> Date: Mon, 06 Jan 2014 21:37:32 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: joeyli 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 Subject: Re: [RFC PATCH 04/14] ACPI: Add ACPI 5.0 Time and Alarm Device driver References: <1387439515-8926-1-git-send-email-jlee@suse.com> <1387439515-8926-5-git-send-email-jlee@suse.com> <52B30F43.1060306@zytor.com> <1387518099.3539.4453.camel@linux-s257.site> <52C3647B.7000708@zytor.com> <1388998707.3539.6070.camel@linux-s257.site> In-Reply-To: <1388998707.3539.6070.camel@linux-s257.site> X-Enigmail-Version: 1.6 Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_TVD_MIME_EPI, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On 01/06/2014 12:58 AM, joeyli wrote: > ? ??2013-12-31 ? 16:42 -0800?H. Peter Anvin ??? >> On 12/19/2013 09:41 PM, joeyli wrote: >>>> >>>> What platform do you have that has TAD support? I am wondering how this >>>> was tested. >>>> >>> >>> It's a testing platform that's only support get/set time functions of >>> ACPI TAD. >>> >> >> It would be really, really good to get this into Qemu (either SeaBIOS or >> OVMF, or ideally both) so we can have anyone test. >> >> -hpa > > I will try to add to OVMF first. > For the record, I posted a patch to Qemu about a year ago to store the timezone in the CMOS, which might be useful for this implementation. It was rejected because of no firmware support, so if you implement it for OVMF we can (update and) push this patch again. -hpa From: "H. Peter Anvin" There is no standard method for storing timezone information associated with the classic PC/AT RTC, however, there are standard methods in ACPI (Time and Alarm Device) and EFI (GetTime/SetTime) for getting this information. Since these are abstract methods, it is qreally firmware-specific how it is stored, however, since Qemu initializes the RTC in the virtual environment that information needs to come from Qemu in the first place. Non-PC platforms that use the MC146181 RTC may have their own firmware-specific methods as well. The most logical place to stash this information is in the RTC CMOS; not only is it logically co-located with the relevant information, but it is also very easy to access from ACPI bytecode. Thus, save the timezone information in two bytes in CMOS that have no known standard definition, but are yet within the 64 bytes that even the most basic RTC CMOS implementations including the original MC146181 support. Note: all timezones currently in use in the world are on 15-minutes boundaries, which would allow this information to be stored in a single signed byte. However, both EFI and ACPI use a minute-granular interface (specified as -1440 to +1440 with 2047 used to mean "unknown", this requires a minimum of 12 bits to represent); this follows that model. Signed-off-by: H. Peter Anvin Cc: "Kevin O'Connor" Cc: David Woodhouse --- hw/mc146818rtc.c | 6 ++++++ hw/mc146818rtc_regs.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/hw/mc146818rtc.c b/hw/mc146818rtc.c index 2fb11f6..72541dd 100644 --- a/hw/mc146818rtc.c +++ b/hw/mc146818rtc.c @@ -681,6 +681,7 @@ static void rtc_set_date_from_host(ISADevice *dev) { RTCState *s = DO_UPCAST(RTCState, dev, dev); struct tm tm; + int minuteseast; qemu_get_timedate(&tm, 0); @@ -690,6 +691,11 @@ static void rtc_set_date_from_host(ISADevice *dev) /* set the CMOS date */ rtc_set_cmos(s, &tm); + + /* Set the timezone information as a signed 16-bit number of minutes */ + minuteseast = ((int64_t)s->base_rtc - (int64_t)mktime(&tm)) / 60; + s->cmos_data[RTC_TIMEZONE_L] = (uint8_t)(minuteseast); + s->cmos_data[RTC_TIMEZONE_H] = (uint8_t)(minuteseast >> 8); } static int rtc_post_load(void *opaque, int version_id) diff --git a/hw/mc146818rtc_regs.h b/hw/mc146818rtc_regs.h index ccdee42..7dd5e0d 100644 --- a/hw/mc146818rtc_regs.h +++ b/hw/mc146818rtc_regs.h @@ -47,6 +47,8 @@ /* PC cmos mappings */ #define RTC_CENTURY 0x32 #define RTC_IBM_PS2_CENTURY_BYTE 0x37 +#define RTC_TIMEZONE_L 0x3e +#define RTC_TIMEZONE_H 0x3f #define REG_A_UIP 0x80