From patchwork Mon Feb 19 04:03:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Davidsaver X-Patchwork-Id: 874962 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="hzVcnQJg"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zl9Fy1mVJz9s0q for ; Mon, 19 Feb 2018 15:08:06 +1100 (AEDT) Received: from localhost ([::1]:47454 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enckG-0001WC-BI for incoming@patchwork.ozlabs.org; Sun, 18 Feb 2018 23:08:04 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1encgk-0007jr-Nh for qemu-devel@nongnu.org; Sun, 18 Feb 2018 23:04:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1encgj-0000w9-H2 for qemu-devel@nongnu.org; Sun, 18 Feb 2018 23:04:26 -0500 Received: from mail-it0-x242.google.com ([2607:f8b0:4001:c0b::242]:35527) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1encgj-0000vE-CT for qemu-devel@nongnu.org; Sun, 18 Feb 2018 23:04:25 -0500 Received: by mail-it0-x242.google.com with SMTP id v194so7420047itb.0 for ; Sun, 18 Feb 2018 20:04:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=vMCr3PGnJvoo9Ni7UtyBW3nCcJ6wlVkUyRq9l2GMx88=; b=hzVcnQJgVeDjqmSP4R0IKkwEBxUFFA5XUd098bw9TFLVV0fQjF0aOikUoagDU5twdW pErGqtcEKVENp+l6BJ2eZIMRLaJeR3MRJX4GLOs/2h1gYvn1Q1dw8hk2tawQFJ4vC148 xqcJe1xf08CDoaic3eWW+3L1UzKDQ13IIDDim9xHiG5h3hio5PrC4z8udzhbwodWonbz QW9zT9vWyNgJgE3RoZt04khxCyBdkG1YHLrp58UvH8m+cupfdqoVT2tYkyIEMAT0Hclm GcuvRIXuxnv3A7O1wxpltkgfsWGQbYqHAcoiBqm4UiAFoRqx0WAdhh2srzS4e9LoMMCM vE+w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=vMCr3PGnJvoo9Ni7UtyBW3nCcJ6wlVkUyRq9l2GMx88=; b=szsoDlPyysBUN48YbXm9H7UP2N2ILsaU0lyLTJ9xR9rgakwgpt0hBoQ74y0ahrfnrq 3ff1MKlU7LJG7hPluKTmct6l/wK31N1BvBg8bjwuv1+NRvgfdENRVrFsHszZd6pnR90V NR2eU8esWZ/m2/c7fSqsB/9gRNPZ9PQnXAKw16mFbmkpY6pObLPmVs4QEhNjks3uEowB H6UgU1h8F0Bf9tYybSuF/VBknysV9O0xdv9b+AVrz3+eJqOlODeIa9GOS07UX/tvBgR+ oG4LUiXbjOP+E7Yk3P7WJJUQgYSRBLiP7Dtb3diNbDtBmsItBJW3SBsKqgoZdEPBelZD 5GBw== X-Gm-Message-State: APf1xPCi4kQwUKeep2SPnG3FgLcHFHlSDbcL62B6LMNl/nSMHTdkzNnO IMn6ncwJY+Ykw1RDN2RxoLk= X-Google-Smtp-Source: AH8x2261TpwTvd/Gsu7NBiVMGk1TLTeClAxrrdcme1wDId/EVKaRcDgphU33kHX9XSYRArrZjKlq+g== X-Received: by 10.36.159.134 with SMTP id c128mr7590197ite.135.1519013064674; Sun, 18 Feb 2018 20:04:24 -0800 (PST) Received: from localhost.localdomain ([184.250.204.84]) by smtp.gmail.com with ESMTPSA id a13sm19158075itj.13.2018.02.18.20.04.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Feb 2018 20:04:23 -0800 (PST) From: Michael Davidsaver To: Paul Brook , Peter Maydell , Antoine Mathys Date: Sun, 18 Feb 2018 20:03:42 -0800 Message-Id: <20180219040342.12686-6-mdavidsaver@gmail.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180219040342.12686-1-mdavidsaver@gmail.com> References: <20180219040342.12686-1-mdavidsaver@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4001:c0b::242 Subject: [Qemu-devel] [PATCH 5/5] tests: drop ds1338-test X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Davidsaver , qemu-devel@nongnu.org, David Gibson Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Now redundant to ds-rtc-i2c-test. Signed-off-by: Michael Davidsaver --- tests/Makefile.include | 2 -- tests/ds1338-test.c | 75 -------------------------------------------------- 2 files changed, 77 deletions(-) delete mode 100644 tests/ds1338-test.c diff --git a/tests/Makefile.include b/tests/Makefile.include index f5dcd274e0..8b1e486e32 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -359,7 +359,6 @@ check-qtest-sparc64-y += tests/prom-env-test$(EXESUF) check-qtest-sparc64-y += tests/boot-serial-test$(EXESUF) check-qtest-arm-y = tests/tmp105-test$(EXESUF) -check-qtest-arm-y += tests/ds1338-test$(EXESUF) check-qtest-arm-y += tests/ds-rtc-i2c-test$(EXESUF) check-qtest-arm-y += tests/m25p80-test$(EXESUF) gcov-files-arm-y += hw/misc/tmp105.c @@ -764,7 +763,6 @@ tests/bios-tables-test$(EXESUF): tests/bios-tables-test.o \ tests/boot-sector.o tests/acpi-utils.o $(libqos-obj-y) tests/pxe-test$(EXESUF): tests/pxe-test.o tests/boot-sector.o $(libqos-obj-y) tests/tmp105-test$(EXESUF): tests/tmp105-test.o $(libqos-omap-obj-y) -tests/ds1338-test$(EXESUF): tests/ds1338-test.o $(libqos-imx-obj-y) tests/ds-rtc-i2c-test$(EXESUF): tests/ds-rtc-i2c-test.o $(libqos-imx-obj-y) tests/m25p80-test$(EXESUF): tests/m25p80-test.o tests/i440fx-test$(EXESUF): tests/i440fx-test.o $(libqos-pc-obj-y) diff --git a/tests/ds1338-test.c b/tests/ds1338-test.c deleted file mode 100644 index 742dad9113..0000000000 --- a/tests/ds1338-test.c +++ /dev/null @@ -1,75 +0,0 @@ -/* - * QTest testcase for the DS1338 RTC - * - * Copyright (c) 2013 Jean-Christophe Dubois - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, see . - */ - -#include "qemu/osdep.h" -#include "libqtest.h" -#include "libqos/i2c.h" - -#define IMX25_I2C_0_BASE 0x43F80000 - -#define DS1338_ADDR 0x68 - -static I2CAdapter *i2c; -static uint8_t addr; - -static inline uint8_t bcd2bin(uint8_t x) -{ - return ((x) & 0x0f) + ((x) >> 4) * 10; -} - -static void send_and_receive(void) -{ - uint8_t cmd[1]; - uint8_t resp[7]; - time_t now = time(NULL); - struct tm *tm_ptr = gmtime(&now); - - /* reset the index in the RTC memory */ - cmd[0] = 0; - i2c_send(i2c, addr, cmd, 1); - - /* retrieve the date */ - i2c_recv(i2c, addr, resp, 7); - - /* check retrieved time againt local time */ - g_assert_cmpuint(bcd2bin(resp[4]), == , tm_ptr->tm_mday); - g_assert_cmpuint(bcd2bin(resp[5]), == , 1 + tm_ptr->tm_mon); - g_assert_cmpuint(2000 + bcd2bin(resp[6]), == , 1900 + tm_ptr->tm_year); -} - -int main(int argc, char **argv) -{ - QTestState *s = NULL; - int ret; - - g_test_init(&argc, &argv, NULL); - - s = qtest_start("-display none -machine imx25-pdk"); - i2c = imx_i2c_create(s, IMX25_I2C_0_BASE); - addr = DS1338_ADDR; - - qtest_add_func("/ds1338/tx-rx", send_and_receive); - - ret = g_test_run(); - - qtest_quit(s); - g_free(i2c); - - return ret; -}