From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XQspr-0004o3-Gr for barebox@lists.infradead.org; Mon, 08 Sep 2014 06:54:00 +0000 Received: by mail-lb0-f173.google.com with SMTP id w7so1496246lbi.18 for ; Sun, 07 Sep 2014 23:53:36 -0700 (PDT) From: Antony Pavlov Date: Mon, 8 Sep 2014 10:53:09 +0400 Message-Id: <1410159189-17328-8-git-send-email-antonynpavlov@gmail.com> In-Reply-To: <1410159189-17328-1-git-send-email-antonynpavlov@gmail.com> References: <1410159189-17328-1-git-send-email-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2 7/7] Documentation: add OpenRISC or1ksim emulator section To: barebox@lists.infradead.org Signed-off-by: Antony Pavlov Cc: Franck Jullien --- Documentation/boards/openrisc.rst | 51 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/Documentation/boards/openrisc.rst b/Documentation/boards/openrisc.rst new file mode 100644 index 0000000..0b36712 --- /dev/null +++ b/Documentation/boards/openrisc.rst @@ -0,0 +1,51 @@ +OpenRISC +======== + +or1ksim +------- + +Compile or1ksim emulator:: + + $ cd ~/ + $ git clone https://github.com/fjullien/or1ksim + $ cd or1ksim + $ ./configure + $ make + +Create minimal or1ksim.cfg file:: + + section cpu + ver = 0x12 + cfgr = 0x20 + rev = 0x0001 + end + + section memory + name = "RAM" + type = unknown + baseaddr = 0x00000000 + size = 0x02000000 + delayr = 1 + delayw = 2 + end + + section uart + enabled = 1 + baseaddr = 0x90000000 + irq = 2 + 16550 = 1 + /* channel = "tcp:10084" */ + channel = "xterm:" + end + + section ethernet + enabled = 1 + baseaddr = 0x92000000 + irq = 4 + rtx_type = "tap" + tap_dev = "tap0" + end + +Run or1ksim:: + + $ ~/or1ksim/sim -f or1ksim.cfg barebox -- 2.1.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox