From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebrZP-0000rZ-8e for qemu-devel@nongnu.org; Wed, 17 Jan 2018 12:32:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebrZL-0000Mq-A6 for qemu-devel@nongnu.org; Wed, 17 Jan 2018 12:32:15 -0500 Received: from mail-co1nam03on0066.outbound.protection.outlook.com ([104.47.40.66]:35808 helo=NAM03-CO1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ebrZK-0000Le-UB for qemu-devel@nongnu.org; Wed, 17 Jan 2018 12:32:11 -0500 From: Alistair Francis Date: Wed, 17 Jan 2018 09:27:38 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 0/3] Add and connect the ZynqMP RTC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: alistair.francis@xilinx.com, alistair23@gmail.com, edgar.iglesias@xilinx.com, edgar.iglesias@gmail.com, f4bug@amsat.org V3: - Store an offset value - Use mktimegm() - Log unimplemented writes V2: - Delete unused realise function - Add cover letter - Convert DB_PRINT() macro to trace Alistair Francis (3): xlnx-zynqmp-rtc: Initial commit xlnx-zynqmp-rtc: Add basic time support xlnx-zynqmp: Connect the RTC device hw/arm/xlnx-zynqmp.c | 14 ++ hw/timer/Makefile.objs | 1 + hw/timer/trace-events | 3 + hw/timer/xlnx-zynqmp-rtc.c | 282 +++++++++++++++++++++++++++++++++= ++++ include/hw/arm/xlnx-zynqmp.h | 2 + include/hw/timer/xlnx-zynqmp-rtc.h | 88 ++++++++++++ 6 files changed, 390 insertions(+) create mode 100644 hw/timer/xlnx-zynqmp-rtc.c create mode 100644 include/hw/timer/xlnx-zynqmp-rtc.h -- 2.14.1 This email and any attachments are intended for the sole use of the named r= ecipient(s) and contain(s) confidential information that may be proprietary= , privileged or copyrighted under applicable law. If you are not the intend= ed recipient, do not read, copy, or forward this email message or any attac= hments. Delete this email message and any attachments immediately.