forked from Imagelibrary/rtems
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Per Jiri Gaisler remove unused erc32nfp and leon1 BSP variants.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
|
||||||
|
Per Jiri Gaisler remove unused erc32nfp and leon1 BSP variants.
|
||||||
|
|
||||||
2007-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2007-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* README.configure: DMV152 obsoleted.
|
* README.configure: DMV152 obsoleted.
|
||||||
|
|||||||
@@ -79,9 +79,9 @@ for those BSPs supporting it by the --enable-multiprocessing option.
|
|||||||
By default, all bsps for a target are built. The bare BSP is not built
|
By default, all bsps for a target are built. The bare BSP is not built
|
||||||
unless directly specified. There are two ways of changing this:
|
unless directly specified. There are two ways of changing this:
|
||||||
|
|
||||||
+ use the --enable-rtemsbsp option which will set the specified
|
+ use the --enable-rtemsbsp option which will set the specified
|
||||||
bsps as the default bsps, or
|
bsps as the default bsps, or
|
||||||
+ set the RTEMS_BSP variable during make (see below).
|
+ set the RTEMS_BSP variable during make (see below).
|
||||||
|
|
||||||
The --enable-rtemsbsp= option configures RTEMS for a specific board
|
The --enable-rtemsbsp= option configures RTEMS for a specific board
|
||||||
within a target architecture. Remember that the target specifies the
|
within a target architecture. Remember that the target specifies the
|
||||||
@@ -107,7 +107,7 @@ The following targets are supported:
|
|||||||
The cross-compiler is set to $(target)-gcc by default. This can be
|
The cross-compiler is set to $(target)-gcc by default. This can be
|
||||||
overridden by:
|
overridden by:
|
||||||
|
|
||||||
+ using the --program-prefix option to configure to specify the
|
+ using the --program-prefix option to configure to specify the
|
||||||
string which will prepended to the tool names. Be sure to include
|
string which will prepended to the tool names. Be sure to include
|
||||||
a trailing "-". For example, to use a m68k-coff toolset, use the
|
a trailing "-". For example, to use a m68k-coff toolset, use the
|
||||||
--program-prefix=m68k-coff- option.
|
--program-prefix=m68k-coff- option.
|
||||||
@@ -144,10 +144,10 @@ for the standalone build.
|
|||||||
|
|
||||||
bare:
|
bare:
|
||||||
|
|
||||||
1. See the README in the bare bsp source directory. This should
|
1. See the README in the bare bsp source directory. This should
|
||||||
contain all info you need.
|
contain all info you need.
|
||||||
2. The bare bsp source contains a script to show how to build it.
|
2. The bare bsp source contains a script to show how to build it.
|
||||||
3. The configure flags must be used to get the bare bsp to work.
|
3. The configure flags must be used to get the bare bsp to work.
|
||||||
The --enable-bare-cpu-model and --enable-bare-cpu-cflags are the
|
The --enable-bare-cpu-model and --enable-bare-cpu-cflags are the
|
||||||
only pieces of information. The module is usually a gcc module
|
only pieces of information. The module is usually a gcc module
|
||||||
such as m68302 or mcpu32. The flags are passed directly to gcc.
|
such as m68302 or mcpu32. The flags are passed directly to gcc.
|
||||||
@@ -176,37 +176,41 @@ The following bsps are supported:
|
|||||||
|
|
||||||
host-based : posix (on Linux, FreeBSD, Cygwin, Solaris, and HPUX)
|
host-based : posix (on Linux, FreeBSD, Cygwin, Solaris, and HPUX)
|
||||||
|
|
||||||
arm : arm_bare_bsp armulator csb336 csb337 edb7312 gp32 vegaplus
|
arm : armulator csb336 csb337 edb7312 gba gp32 rtl22x
|
||||||
|
|
||||||
|
avr: : none
|
||||||
|
|
||||||
|
bfin : eZKit533
|
||||||
|
|
||||||
c4x : c3xsim c4xsim
|
c4x : c3xsim c4xsim
|
||||||
|
|
||||||
h8300 : h8sim
|
h8300 : h8sim
|
||||||
|
|
||||||
i386 : i386ex pc386 pc386dx pc486 pc586 pc686 pck6 ts_386ex
|
i386 : 386ex pc386 pc386dx pc486 pc586 pc686 pck6 ts_386ex
|
||||||
NOTE: The "pc386" BSP can be compiled to support a
|
NOTE: The "pc386" BSP can be compiled to support a
|
||||||
variety of PC configurations including PC-104
|
variety of PC configurations including PC-104
|
||||||
based solutions.
|
based solutions.
|
||||||
|
|
||||||
m68k : av5282 csb360 gen68302 gen68340 gen68360 gen68360_040
|
m68k : gen68360 gen68360_040 mvme136 mvme147s mvme162 mvme162lx
|
||||||
idp mcf5206elite mcf5235 mrm332 mvme136 mvme147 mvme147s
|
mvme167 ods68302 sim68000 mcf5206elite uC5282
|
||||||
mvme162 mvme162lx ods68302 sim68000 simcpu32 uC5282
|
gen68302 csb360 simcpu32 mrm332 av5282 gen68340 mcf5235 idp
|
||||||
|
|
||||||
no_cpu : no_bsp (porting example)
|
no_cpu : no_bsp (porting example)
|
||||||
|
|
||||||
mips : csb350 genmongoosev
|
mips : csb350 genmongoosev hurricane jmr3904 rbtx4925 rbtx4938
|
||||||
p4600 p4650 (p4000 port with either R4600 or R4650)
|
|
||||||
jmr3904
|
|
||||||
|
|
||||||
powerpc : ep1a gen405 helas403 mcp750 mbx8xx mtx603e
|
powerpc : psim score603e mcp750 mvme2100 mvme2307 mpc8260ads ss555
|
||||||
mpc8260ads mvme230x mvme5500 psim score603e ss555
|
mvme5500 ep1a pm520_cr825 pm520_ze30 gen405 helas403
|
||||||
|
mbx821_001 mbx821_002 mbx821_002b mbx860_1b mbx860_001b
|
||||||
|
mbx860_002 mbx860_005b mtx603e brs5l gen5200
|
||||||
|
|
||||||
NOTE: The "motorola_powerpc" BSP is a single BSP which
|
NOTE: The "motorola_powerpc" BSP is a single BSP which
|
||||||
can be conditionally compiled to support most Motorola
|
can be conditionally compiled to support most Motorola
|
||||||
VMEbus, CompactPCI, and MTX boards.)
|
VMEbus, CompactPCI, and MTX boards.)
|
||||||
|
|
||||||
sh : gensh1 gensh2 shsim simsh4 gensh4
|
sh : gensh1 gensh2 gensh4 shsim simsh4 simsh7045
|
||||||
|
|
||||||
sparc : erc32 erc32nfp leon1 leon2
|
sparc : erc32 sis leon2 leon3
|
||||||
|
|
||||||
any : bare
|
any : bare
|
||||||
|
|
||||||
|
|||||||
@@ -9,9 +9,7 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
|
|||||||
case $1 in
|
case $1 in
|
||||||
bare*) $2=bare ;; # EXP: bare-aliases
|
bare*) $2=bare ;; # EXP: bare-aliases
|
||||||
c3xsim) $2=c4xsim ;; # TI C3x Simulator in gdb
|
c3xsim) $2=c4xsim ;; # TI C3x Simulator in gdb
|
||||||
erc32nfp) $2=erc32 ;; # erc32 without fpu
|
|
||||||
gen68360_040) $2=gen68360 ;; # m68k - 68360 in companion mode
|
gen68360_040) $2=gen68360 ;; # m68k - 68360 in companion mode
|
||||||
leon1) $2=leon2 ;; # leon without fpu
|
|
||||||
mbx8*) $2=mbx8xx ;; # MBX821/MBX860 board
|
mbx8*) $2=mbx8xx ;; # MBX821/MBX860 board
|
||||||
mcp750) $2=motorola_powerpc ;; # Motorola PPC board variant
|
mcp750) $2=motorola_powerpc ;; # Motorola PPC board variant
|
||||||
mtx603e) $2=motorola_powerpc ;; # Motorola PPC board variant
|
mtx603e) $2=motorola_powerpc ;; # Motorola PPC board variant
|
||||||
|
|||||||
@@ -29,8 +29,7 @@ AC_MSG_CHECKING([for available BSPs])
|
|||||||
gen5200) bsps="pm520_cr825 pm520_ze30 brs5l";;
|
gen5200) bsps="pm520_cr825 pm520_ze30 brs5l";;
|
||||||
motorola_powerpc) bsps="mvme2307 mcp750 mtx603e mvme2100";;
|
motorola_powerpc) bsps="mvme2307 mcp750 mtx603e mvme2100";;
|
||||||
pc386) bsps="pc386 pc386dx pc486 pc586 pc686 pck6";;
|
pc386) bsps="pc386 pc386dx pc486 pc586 pc686 pck6";;
|
||||||
erc32) bsps="erc32 erc32nfp sis";;
|
erc32) bsps="erc32 sis";;
|
||||||
leon2) bsps="leon1 leon2";;
|
|
||||||
sim68000) bsps="sim68000 simcpu32";;
|
sim68000) bsps="sim68000 simcpu32";;
|
||||||
shsim) bsps="simsh7032 simsh7045";;
|
shsim) bsps="simsh7032 simsh7045";;
|
||||||
*) bsps="$bsp_family";;
|
*) bsps="$bsp_family";;
|
||||||
|
|||||||
Reference in New Issue
Block a user