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

* Makefile.am, 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:21 +00:00
parent 2fb1805ab6
commit ddfaa29626
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, 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-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Add use of bsp_get_work_area() in its own file and

View File

@@ -71,7 +71,7 @@ console_SOURCES = \
../../powerpc/shared/console/uart.c \
../../powerpc/shared/console/console.c \
../../powerpc/shared/console/inch.c \
../../powerpc/shared/console/reboot.c \
../../powerpc/shared/console/bspreset.c \
../../powerpc/shared/console/consoleIo.h \
../../powerpc/shared/console/keyboard.h \
../../powerpc/shared/console/uart.h

View File

@@ -192,7 +192,6 @@ extern char *BSP_commandline_string;
((unsigned long long) ((((unsigned long long)BSP_time_base_divisor) * 1000000ULL) /((unsigned long long) BSP_bus_frequency)) * ((unsigned long long) (_value)))
extern void BSP_panic(char *s);
extern void rtemsReboot(void);
/* extern int printk(const char *, ...) __attribute__((format(printf, 1, 2))); */
extern int BSP_disconnect_clock_handler (void);
extern int BSP_connect_clock_handler (void);