From 92c9baf84ad6950d0e9a046a7815d5920f50f043 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 15 May 2008 15:52:58 +0000 Subject: 2008-05-15 Joel Sherrill * csb336/startup/bspstart.c, csb337/startup/bspstart.c, edb7312/startup/bspstart.c, gba/startup/bspstart.c, gp32/startup/bspstart.c, rtl22xx/startup/bspstart.c: Add capability for bootcard.c BSP Initialization Framework to ask the BSP where it has memory for the RTEMS Workspace and C Program Heap. These collectively are referred to as work area. If the BSP supports this, then it does not have to include code to split the available memory between the two areas. This reduces the amount of code in the BSP specific bspstart.c file. Additionally, the shared framework can initialize the C Library, call rtems_debug_enable(), and dirty the work area memory. Until most/all BSPs support this new capability, if the BSP supports this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When the transition is complete, this autoconf macro can be removed. --- c/src/lib/libbsp/arm/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'c/src/lib/libbsp/arm/ChangeLog') diff --git a/c/src/lib/libbsp/arm/ChangeLog b/c/src/lib/libbsp/arm/ChangeLog index 260395b096..590255eddd 100644 --- a/c/src/lib/libbsp/arm/ChangeLog +++ b/c/src/lib/libbsp/arm/ChangeLog @@ -1,3 +1,20 @@ +2008-05-15 Joel Sherrill + + * csb336/startup/bspstart.c, csb337/startup/bspstart.c, + edb7312/startup/bspstart.c, gba/startup/bspstart.c, + gp32/startup/bspstart.c, rtl22xx/startup/bspstart.c: Add capability + for bootcard.c BSP Initialization Framework to ask the BSP where it + has memory for the RTEMS Workspace and C Program Heap. These + collectively are referred to as work area. If the BSP supports this, + then it does not have to include code to split the available memory + between the two areas. This reduces the amount of code in the BSP + specific bspstart.c file. Additionally, the shared framework can + initialize the C Library, call rtems_debug_enable(), and dirty the + work area memory. Until most/all BSPs support this new capability, if + the BSP supports this, it should call + RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac. When + the transition is complete, this autoconf macro can be removed. + 2008-05-06 Ray Xu * acinclude.m4: Add smdk2410. Update gp32 to use shared code. -- cgit v1.2.3