2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/bsp.h: Use standardized bsp_cleanup() which can optionally
	print a message, poll for user to press key, and call bsp_reset().
	Using this eliminates the various bsp_cleanup() implementations which
	had their own implementation and variety of string constants.
This commit is contained in:
Joel Sherrill
2008-09-22 21:50:13 +00:00
parent 34ea1e67d4
commit 872645dc2c
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Use standardized bsp_cleanup() which can optionally
print a message, poll for user to press key, and call bsp_reset().
Using this eliminates the various bsp_cleanup() implementations which
had their own implementation and variety of string constants.
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, include/bsp.h, startup/bspstart.c: Use PowerPC level

View File

@@ -187,7 +187,6 @@ extern unsigned int BSP_time_base_divisor;
asm(" eieio ")
extern void BSP_panic(char *s);
extern void rtemsReboot(void);
extern int BSP_disconnect_clock_handler (void);
extern int BSP_connect_clock_handler (void);