From 6ea100c1f1c05281e00a2e483bb75c8ae7dd3e6e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 May 2008 18:43:55 +0000 Subject: 2008-05-12 Joel Sherrill * startup/bspstart.c: Refactored and renamed initialization routines to rtems_initialize_data_structures, rtems_initialize_before_drivers, rtems_initialize_device_drivers, and rtems_initialize_start_multitasking. This opened the sequence up so that bootcard() could provide a more robust and flexible framework which is easier to explain and understand. This also lays the groundwork for sharing the division of available memory between the RTEMS workspace and heap and the C library initialization across all BSPs. --- c/src/lib/libbsp/m68k/gen68302/ChangeLog | 12 ++++++++++++ c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/m68k/gen68302') diff --git a/c/src/lib/libbsp/m68k/gen68302/ChangeLog b/c/src/lib/libbsp/m68k/gen68302/ChangeLog index 23e778f3c1..87a89b2da2 100644 --- a/c/src/lib/libbsp/m68k/gen68302/ChangeLog +++ b/c/src/lib/libbsp/m68k/gen68302/ChangeLog @@ -1,3 +1,15 @@ +2008-05-12 Joel Sherrill + + * startup/bspstart.c: Refactored and renamed initialization routines to + rtems_initialize_data_structures, rtems_initialize_before_drivers, + rtems_initialize_device_drivers, and + rtems_initialize_start_multitasking. This opened the sequence up so + that bootcard() could provide a more robust and flexible framework + which is easier to explain and understand. This also lays the + groundwork for sharing the division of available memory between the + RTEMS workspace and heap and the C library initialization across all + BSPs. + 2008-03-03 Joel Sherrill * startup/linkcmds: Add wildcard to gcc_except_table section so diff --git a/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c index 55dd760240..98ff483609 100644 --- a/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c +++ b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c @@ -24,7 +24,6 @@ * Use the shared implementations of the following routines */ -void bsp_postdriver_hook(void); void bsp_libc_init( void *, uint32_t, int ); void bsp_pretasking_hook(void); /* m68k version */ -- cgit v1.2.3