From nobody Thu Nov 13 20:39:59 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1582464906; cv=none; d=zohomail.com; s=zohoarc; b=ipI9BzS2LbpMmM7NHuRU70MEeyddOgxnIPj2UHmUrhyCLypMQ7wQNUWm5lObII2v7kF8Sp0Uoj/zWLP7+W+Lma5fpiQZWl18fVPXdAZwn0WrBntVU7M0pLhoGmGCdDa2bGJnMhWWPVr1nlsXKNgm5IHPn0DR3iuKxNOcjcxjXZw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1582464906; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=DcjAJeCPyfx3RTg7EzbyxwZ+q7x0NuL8Kz+vFmqXVMw=; b=nRMttXGSz2EnkhVjMIIPYSBpxHUUEeSHcbXtXeGEvdRAh4U9+1M93FxXChQ4hBomGjWLBojr2oGoahOrk4RxCW0UE0pJi2yoQ7p0e6YTKs2u1VNNxGlf3erwaRnsLyAz+UCbc5sg1tv01GhJsPs+D6iYYp2DhdHS2hvqzMcklfQ= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1582464906158538.5580083068609; Sun, 23 Feb 2020 05:35:06 -0800 (PST) Received: from localhost ([::1]:52976 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5rPU-0000eg-HG for importer@patchew.org; Sun, 23 Feb 2020 08:35:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41825) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5rIk-0000BS-90 for qemu-devel@nongnu.org; Sun, 23 Feb 2020 08:28:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5rIi-0003xe-8o for qemu-devel@nongnu.org; Sun, 23 Feb 2020 08:28:06 -0500 Received: from mail02.asahi-net.or.jp ([202.224.55.14]:45968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j5rIi-0003x3-0I for qemu-devel@nongnu.org; Sun, 23 Feb 2020 08:28:04 -0500 Received: from h61-195-96-97.vps.ablenet.jp (h61-195-96-97.ablenetvps.ne.jp [61.195.96.97]) (Authenticated sender: PQ4Y-STU) by mail02.asahi-net.or.jp (Postfix) with ESMTPA id 4F78AE47B6; Sun, 23 Feb 2020 22:28:03 +0900 (JST) Received: from yo-satoh-debian.localdomain (ZM005235.ppp.dion.ne.jp [222.8.5.235]) by h61-195-96-97.vps.ablenet.jp (Postfix) with ESMTPSA id 14D3B240091; Sun, 23 Feb 2020 22:28:03 +0900 (JST) From: Yoshinori Sato To: qemu-devel@nongnu.org Subject: [PATCH RESEND v31 22/22] qemu-doc.texi: Add RX section. Date: Sun, 23 Feb 2020 22:27:49 +0900 Message-Id: <20200223132750.69480-23-ysato@users.sourceforge.jp> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200223132750.69480-1-ysato@users.sourceforge.jp> References: <20200223132750.69480-1-ysato@users.sourceforge.jp> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 202.224.55.14 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: richard.henderson@linaro.org, philmd@redhat.com, Yoshinori Sato Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Describe emulated target specification. And two examples. Signed-off-by: Yoshinori Sato --- qemu-doc.texi | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/qemu-doc.texi b/qemu-doc.texi index 33b9597b1d..d80a9c64f7 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1719,6 +1719,7 @@ differences are mentioned in the following sections. * Microblaze System emulator:: * SH4 System emulator:: * Xtensa System emulator:: +* RX System emulator:: @end menu =20 @node PowerPC System emulator @@ -2487,6 +2488,49 @@ so should only be used with trusted guest OS. =20 @c man end =20 +@node RX System emulator +@section RX System emulator +@cindex system emulation (RX) + +Use the executable @file{qemu-system-rx} to simulate a Virtual RX target. +This target emulated following devices. + +@itemize @minus +@item +R5F562N8 MCU +@item +On-chip memory (ROM 512KB, RAM 96KB) +@item +Interrupt Control Unit (ICUa) +@item +8Bit Timer x 1CH (TMR0,1) +@item +Compare Match Timer x 2CH (CMT0,1) +@item +Serial Communication Interface x 1CH (SCI0) +@item +External memory 16MByte +@end itemize + +Example of @file{qemu-system-rx} usage for rx is shown below: + +Download @code{u-boot_image} from @url{https://osdn.net/users/ysato/pf/qem= u/dl/u-boot.bin.gz} + +Start emulation of rx-virt: +@example +qemu-system-rx -bios @code{u-boot_image} +@end example + +Download @code{kernel_image} from @url{https://osdn.net/users/ysato/pf/qem= u/dl/zImage} + +Download @code{device_tree_blob} from @url{https://osdn.net/users/ysato/pf= /qemu/dl/rx-virt.dtb} + +Start emulation of rx-virt: +@example +qemu-system-rx -kernel @code{kernel_image} -dtb @code{device_tree_blob} \ + -append "earlycon" +@end example + @node QEMU User space emulator @chapter QEMU User space emulator =20 --=20 2.20.1