From 5ca23e5e3deb906e8b89eeaa872ffcc24f0d64de Mon Sep 17 00:00:00 2001 From: Thomas Doerfler Date: Mon, 8 Sep 2008 09:59:42 +0000 Subject: added new BSP for powerpc/tqm8xx boards --- ChangeLog | 7 +++++++ README.configure | 3 ++- aclocal/bsp-alias.m4 | 2 ++ aclocal/check-bsps.m4 | 1 + 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 196f24d238..7ad8b5a9cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-09-08 Thomas Doerfler + + * make/custom/pghplus.cfg, make/custom/tqm8xx_stk8xx.cfg, + * make/custom/tqm8xx.cfg, + * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: + added MPC8xx based tqm8xx BSP family + 2008-07-27 Ralf Corsépius * acinclude.m4 (_RTEMS_OUTPUT_SUBDIRS): Allow empty configdirs. diff --git a/README.configure b/README.configure index 6393ebd6a2..392dcfec6f 100644 --- a/README.configure +++ b/README.configure @@ -206,7 +206,8 @@ powerpc : psim score603e mcp750 mvme2100 mvme2307 mpc8260ads ss555 mbx860_002 mbx860_005b mtx603e brs5l gen5200 ep5200 virtex gen83xx mpc8349eamds mbx860_002 mbx860_005b mtx603e brs5l gen5200 icecube - virtex gen83xx mpc8349eamds hsc_cm01 + virtex gen83xx mpc8349eamds hsc_cm01 mpc8313erdb + tqm8xx_stk8xx pghplus NOTE: The "motorola_powerpc" BSP is a single BSP which can be conditionally compiled to support most Motorola diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4 index b9b0dceb21..49bab129e0 100644 --- a/aclocal/bsp-alias.m4 +++ b/aclocal/bsp-alias.m4 @@ -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 diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4 index de1346e640..7a0be83f11 100644 --- a/aclocal/check-bsps.m4 +++ b/aclocal/check-bsps.m4 @@ -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";; -- cgit v1.2.3