Changeset d8beaab in rtems-docs
- Timestamp:
- Nov 15, 2016, 11:54:47 PM (4 years ago)
- Branches:
- 5, am, master
- Children:
- 7193f09
- Parents:
- 2591ca6
- git-author:
- Joel Sherrill <joel@…> (11/15/16 23:54:47)
- git-committer:
- Joel Sherrill <joel@…> (01/12/17 00:22:10)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpu-supplement/sparc.rst
r2591ca6 rd8beaab 36 36 **ERC32 Specific Information** 37 37 38 The European Space Agency's ERC32 is a three chip computing coreimplementing a38 The European Space Agency's ERC32 is a microprocessor implementing a 39 39 SPARC V7 processor and associated support circuitry for embedded space 40 40 applications. The integer and floating-point units (90C601E & 90C602E) are … … 47 47 performance of 10 MIPS and 2 MFLOPS. 48 48 49 Information on the ERC32 and a number of development support tools, such as the 50 SPARC Instruction Simulator (SIS), are freely available on the Internet. The 51 following documents and SIS are available via anonymous ftp or pointing your 52 web browser at ftp://ftp.estec.esa.nl/pub/ws/wsd/erc32. 53 54 - ERC32 System Design Document 55 56 - MEC Device Specification 57 58 Additionally, the SPARC RISC User's Guide from Matra MHS documents the 59 functionality of the integer and floating point units including the instruction 60 set information. To obtain this document as well as ERC32 components and VHDL 61 models contact: 62 63 Matra MHS SA 64 3 Avenue du Centre, BP 309, 65 78054 St-Quentin-en-Yvelines, 66 Cedex, France 67 VOICE: +31-1-30607087 68 FAX: +31-1-30640693 69 70 Amar Guennon (amar.guennon@matramhs.fr) is familiar with the ERC32. 49 The ERC32 is available from Atmel as the TSC695F. 50 51 The RTEMS configuration of GDB enables the SPARC Instruction Simulator (SIS) 52 which can simulate the ERC32 as well as the follow up LEON2 and LEON3 53 microprocessors. 71 54 72 55 CPU Model Dependent Features -
rsb/third-party-packages.rst
r2591ca6 rd8beaab 47 47 --prefix=$HOME/development/rtems/bsps/4.11 \ 48 48 --with-tools=$HOME/development/rtems/4.11 \ 49 --host=sparc-rtems4.11 --with-rtems-bsp= sis4.11/net-mgmt/net-snmp49 --host=sparc-rtems4.11 --with-rtems-bsp=erc32 4.11/net-mgmt/net-snmp 50 50 RTEMS Source Builder - Set Builder, v0.3.0 51 51 Build Set: 4.11/net-mgmt/net-snmp -
user/installation/releases.rst
r2591ca6 rd8beaab 55 55 have a specific BSP built you can specify the BSP list by providing to the 56 56 RSB the option ``--with-rtemsbsp``. For example to build two BSPs for the 57 SPARC architecture you can supply ``--with-rtemsbsp="erc32 sis"``. This can57 SPARC architecture you can supply ``--with-rtemsbsp="erc32 leon3"``. This can 58 58 speed the build time up for some architectures that have a lot of BSPs. 59 59
Note: See TracChangeset
for help on using the changeset viewer.