From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A93E6C433DF for ; Mon, 1 Jun 2020 14:36:55 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 751C72065C for ; Mon, 1 Jun 2020 14:36:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 751C72065C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=users.sourceforge.jp Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:34402 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jflYc-0003dp-ME for qemu-devel@archiver.kernel.org; Mon, 01 Jun 2020 10:36:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jflU8-0006gy-R5 for qemu-devel@nongnu.org; Mon, 01 Jun 2020 10:32:16 -0400 Received: from mail02.asahi-net.or.jp ([202.224.55.14]:57910) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jflU7-000394-KV for qemu-devel@nongnu.org; Mon, 01 Jun 2020 10:32:16 -0400 Received: from sakura.ysato.name (ik1-413-38519.vs.sakura.ne.jp [153.127.30.23]) (Authenticated sender: PQ4Y-STU) by mail02.asahi-net.or.jp (Postfix) with ESMTPA id 4F9D8ED449; Mon, 1 Jun 2020 23:32:11 +0900 (JST) Received: from yo-satoh-debian.ysato.ml (ZM005235.ppp.dion.ne.jp [222.8.5.235]) by sakura.ysato.name (Postfix) with ESMTPSA id BBE1D1C0A5C; Mon, 1 Jun 2020 23:32:10 +0900 (JST) Date: Mon, 01 Jun 2020 23:32:10 +0900 Message-ID: <87zh9mn9g5.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Philippe =?ISO-8859-1?Q?Mathieu-Daud=E9?= Subject: Re: [PATCH 00/10] Add RX hardware emulation In-Reply-To: References: <20200531162427.57410-1-ysato@users.sourceforge.jp> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/26 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Received-SPF: softfail client-ip=202.224.55.14; envelope-from=ysato@users.sourceforge.jp; helo=mail02.asahi-net.or.jp X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/01 10:32:12 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On Mon, 01 Jun 2020 01:45:47 +0900, Philippe Mathieu-Daud=E9 wrote: >=20 > On 5/31/20 6:24 PM, Yoshinori Sato wrote: > > Hello. > >=20 > > This series add to hardware emulation module for RX target. > >=20 > > Details below. > > Interrupt controller, 8bit timer, 16bit comapare match timer and > > SCI is RX62N integrated peripheral. > > rx-virt - RX62N MCU and external RAM. It like gdb simulator. > >=20 > > The compare match timer has a CPU interface similar to the SH4 timer. > > sh_timer will be deprecated and integrated into this module. > > SCI is also implemented in sh_serial, but the functionality is omitted. > > I implemented the complete one as renesas_sci. > >=20 > > git repository here. > > git://git.pf.osdn.net/gitroot/y/ys/ysato/qemu.git tags/hw-rx-20200601 >=20 > Sigh. It is a bit unfortunate and demotivating that we can not > coordinate this. I was going to send a pre-merge for this today. >=20 > What is positive is you unified some SH4/RX peripherals. >=20 > I'll try to merge both series. If it takes too long, I might send my > current queue for you to review, then go back to this one you just sent. >=20 > Regards, >=20 > Phil. >=20 Oh. Sorry. The old code had some spec differences. I have fixed those mistakes here. I would like to merge this if possible. --=20 Yosinori Sato