mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
added new BSP for powerpc/tqm8xx boards
This commit is contained in:
@@ -11,6 +11,8 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
|
||||
|
||||
c3xsim) $2=c4xsim ;; # TI C3x Simulator in gdb
|
||||
gen68360_040) $2=gen68360 ;; # m68k - 68360 in companion mode
|
||||
pghplus) $2=tqm8xx ;; # powerpc - mpc8xx custom board
|
||||
tqm8xx_stk8xx) $2=tqm8xx ;; # powerpc - tqm8xx on starter kit
|
||||
pgh360) $2=gen68360 ;; # m68k - 68360 custom board
|
||||
m5484FireEngine) $2=genmcf548x ;; # m68k - mcf548x eva board
|
||||
mbx8*) $2=mbx8xx ;; # MBX821/MBX860 board
|
||||
|
||||
@@ -18,6 +18,7 @@ AC_MSG_CHECKING([for available BSPs])
|
||||
# Now account for BSPs with build variants
|
||||
c4xsim) bsps="c4xsim c3xsim";;
|
||||
gen68360) bsps="gen68360 gen68360_040 pgh360";;
|
||||
tqm8xx) bsps="pghplus tqm8xx_stk8xx";;
|
||||
genmcf548x) bsps="m5484FireEngine";;
|
||||
p4000) bsps="p4600 p4650";;
|
||||
mvme162) bsps="mvme162 mvme162lx";;
|
||||
|
||||
Reference in New Issue
Block a user