forked from Imagelibrary/rtems
2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* aclocal/bsp-alias.m4: Add BSP for GDB ARM simulator so we can easily experiment with and debug different ARM architectural variations.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* aclocal/bsp-alias.m4: Add BSP for GDB ARM simulator so we can easily
|
||||||
|
experiment with and debug different ARM architectural variations.
|
||||||
|
|
||||||
2009-09-14 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2009-09-14 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* aclocal/check-bsps.m4: Add csb337 bsp family.
|
* aclocal/check-bsps.m4: Add csb337 bsp family.
|
||||||
|
|||||||
@@ -9,6 +9,11 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
|
|||||||
case $1 in
|
case $1 in
|
||||||
bare*) $2=bare ;; # EXP: bare-aliases
|
bare*) $2=bare ;; # EXP: bare-aliases
|
||||||
|
|
||||||
|
arm7tdmi) $2=gdbarmsim ;; # arm simulator in gdb
|
||||||
|
arm920) $2=gdbarmsim ;; # arm simulator in gdb
|
||||||
|
arm1136jfs) $2=gdbarmsim ;; # arm simulator in gdb
|
||||||
|
arm1136js) $2=gdbarmsim ;; # arm simulator in gdb
|
||||||
|
armcortexa9) $2=gdbarmsim ;; # arm simulator in gdb
|
||||||
c3xsim) $2=c4xsim ;; # TI C3x Simulator in gdb
|
c3xsim) $2=c4xsim ;; # TI C3x Simulator in gdb
|
||||||
csb637) $2=csb337 ;; # Cogent CSB637
|
csb637) $2=csb337 ;; # Cogent CSB637
|
||||||
gen68360_040) $2=gen68360 ;; # m68k - 68360 in companion mode
|
gen68360_040) $2=gen68360 ;; # m68k - 68360 in companion mode
|
||||||
|
|||||||
Reference in New Issue
Block a user