public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Daniel Hellstrom <daniel@gaisler.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 8/8] SPARC: Added LEON2 and LEON3 boards and simulators
Date: Thu, 13 Mar 2008 10:40:17 +0100	[thread overview]
Message-ID: <47D8F681.4010306@gaisler.com> (raw)

This patch adds support for three LEON3 boards:
 * GR-XC3S-1500 (Low cost Xilinx Spartan FPGA board)
 * GR-CPCI-AX2000 (AX system with switchable AX FPGA)
 * ALTERA NIOS Development board, Stratix II edition

The simulators GRSIM and TSIM for LEON2 and LEON3 has
been added as a board. A separate board is needed due to
that the FLASH CFI interface has not been implemented
in the simulators. Configuring the GR-XC3S-1500 board
without FLASH support should run in the simulator.

Note that by board support I mean support for the
pre synthezied template design for the board in
question. Supporting any configuration is not possible
but almost, due to the Plug & Play system...
The FPGA can be programmed with the template design by:
 $ cd grlib/designs/BOARD
 $ make ise-prog-prom-ref

Best Regards,
Daniel Hellstrom


 MAKEALL                                       |    2 +-
 Makefile                                      |   21 ++
 board/gaisler/gr_cpci_ax2000/Makefile         |   52 ++++
 board/gaisler/gr_cpci_ax2000/config.mk        |   37 +++
 board/gaisler/gr_cpci_ax2000/gr_cpci_ax2000.c |   54 ++++
 board/gaisler/gr_cpci_ax2000/u-boot.lds       |  160 ++++++++++
 board/gaisler/gr_ep2s60/Makefile              |   52 ++++
 board/gaisler/gr_ep2s60/config.mk             |   35 +++
 board/gaisler/gr_ep2s60/gr_ep2s60.c           |   54 ++++
 board/gaisler/gr_ep2s60/u-boot.lds            |  160 ++++++++++
 board/gaisler/gr_xc3s_1500/Makefile           |   52 ++++
 board/gaisler/gr_xc3s_1500/config.mk          |   34 ++
 board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c     |   54 ++++
 board/gaisler/gr_xc3s_1500/u-boot.lds         |  162 ++++++++++
 board/gaisler/grsim/Makefile                  |   50 +++
 board/gaisler/grsim/config.mk                 |   34 ++
 board/gaisler/grsim/grsim.c                   |   43 +++
 board/gaisler/grsim/u-boot.lds                |  161 ++++++++++
 board/gaisler/grsim_leon2/Makefile            |   50 +++
 board/gaisler/grsim_leon2/config.mk           |   34 ++
 board/gaisler/grsim_leon2/grsim_leon2.c       |   44 +++
 board/gaisler/grsim_leon2/u-boot.lds          |  159 ++++++++++
 include/configs/gr_cpci_ax2000.h              |  398 
+++++++++++++++++++++++++
 include/configs/gr_ep2s60.h                   |  348 +++++++++++++++++++++
 include/configs/grsim.h                       |  388 
++++++++++++++++++++++++
 include/configs/grsim_leon2.h                 |  378 
+++++++++++++++++++++++
 include/configs/grxc3s1500.h                  |  334 +++++++++++++++++++++
 27 files changed, 3349 insertions(+), 1 deletions(-)

The patch is larger than 40Kb, you can find it at 
ftp://ftp.gaisler.com/gaisler.com/u-boot/patches/8_sparc_boards.patch

             reply	other threads:[~2008-03-13  9:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-13  9:40 Daniel Hellstrom [this message]
2008-03-13 12:24 ` [U-Boot-Users] [PATCH 8/8] SPARC: Added LEON2 and LEON3 boards and simulators Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47D8F681.4010306@gaisler.com \
    --to=daniel@gaisler.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox