Timeline



05/27/08:

17:25 Changeset in rtems [288b1f9]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-27 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shell_getchar.c: Minor change so dropping connection while at prompt results in shell logging out and connection still being available.
16:47 Changeset in rtems [83734c9d]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-27 Joel Sherrill <joel.sherrill@…> * libcsupport/src/newlibc_exit.c, score/src/threadhandler.c: Call fini() as part of exit(). This avoids atexit() being a required function.
16:43 Changeset in rtems [7c4cdeb9]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-27 Joel Sherrill <joel.sherrill@…> * libmisc/shell/shell.c: Minor change so dropping connection during login prompt results in connection still being available.
13:12 Changeset in rtems [bd04dab]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
Format.
12:32 Ticket #1242 (errant free in imfs_rmnod.c) closed by Sebastian Huber
fixed: Fixed in CVS.
10:34 Changeset in rtems [41d7c0fe]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
speed inprovements in mpc83xx tsec driver
10:34 Changeset in rtems [bf95ccb5]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Added const qualifier to various pointers and data tables to reduce size of data area. IMFS: Fixed creation of symbolic links to avoid a compiler warning. DOSFS: Use LibBlock? instead of read() to read the boot record.
10:33 Changeset in rtems [a184e5e]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Bugfix: Moved definition of ppp_softc into source file.
10:32 Changeset in rtems [e9af8c5]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Bugfix: String output without width option.
10:32 Changeset in rtems [3183b04]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
New define: CONSOLE_DEVICE_NAME.
10:31 Changeset in rtems [0868844e]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
Added new defines OBJECTS_ID_NONE and RTEMS_ID_NONE. No object can have this ID.

05/26/08:

23:43 Changeset in rtems [1e642c6]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.
23:29 Changeset in rtems [ee6c822]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Remove.
23:27 Changeset in rtems [26ad27c]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.
23:27 Changeset in rtems [498d35e]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
GCC 4.2.4
08:45 Changeset in rtems [05e80876]4.8 by Ralf Corsepius <ralf.corsepius@…>
Update to gcc-4.2.4
08:43 Changeset in rtems [4cf3275]4.8 by Ralf Corsepius <ralf.corsepius@…>
Add gcc-4.2.4
08:41 Changeset in rtems [fc19fcbd]4.8 by Ralf Corsepius <ralf.corsepius@…>
New.

05/23/08:

21:48 Changeset in rtems [793249a]4.104.114.95 by Till Straumann <strauman@…>
2008-05-23 Till Straumann <strauman@…> * libnetworking/netinet/ip_output.c: when fragmenting multicast packets M_MCAST must be set on all fragments. This was fixed in FreeBSD ip_output.c 1.82 on 1998/8/23 ! (see my email to rtems-users from 2008/5/15).
21:36 Changeset in rtems [f335672]4.104.114.95 by Till Straumann <strauman@…>
2008-05-23 Till Straumann <strauman@…> * vmeUniverse/VME.h: removed 'weak' attribute from declaration of BSP_vme_config().
21:34 Changeset in rtems [5b9e302c]4.104.114.95 by Till Straumann <strauman@…>
2008-05-23 Till Straumann <strauman@…> * shared/startup/pretaskinghook.c: removed declaration of BSP_vme_config() (which is already declared in <bsp/VME.h>. Removed test for NULL-ness of BSP_vme_config; gcc doesn't seem to understand that the linker may define this to be NULL... Silences a compiler warning (and users can always provide an empty routine).
16:33 Changeset in rtems [eaab3cd4]4.8 by Joel Sherrill <joel.sherrill@…>
2008-05-23 Joel Sherrill <joel.sherrill@…> * preinstall.am: Install cplb.h
15:48 Changeset in rtems [38c8516]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-23 Joel Sherrill <joel.sherrill@…> * shared/comm/tty_drv.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.
15:48 Changeset in rtems [6825d06]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-23 Joel Sherrill <joel.sherrill@…> * console/console.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.
15:48 Changeset in rtems [24f1347]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-23 Joel Sherrill <joel.sherrill@…> * console/console.c, console/serial_mouse.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.
15:48 Changeset in rtems [0c04063b]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-23 Joel Sherrill <joel.sherrill@…> * console/m340uart.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.
15:47 Changeset in rtems [495c3e0]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-23 Joel Sherrill <joel.sherrill@…> * shared/comm/console.c: Eliminate copies of switches to convert termios Bxxx constants to xxx as an integer. Use the shared termios_baud_to_number() routine to do the same conversion.
01:10 Changeset in rtems [7f5ecbc2]4.104.114.95 by Till Straumann <strauman@…>
2008-05-22 Till Straumann <strauman@…> * ppc403/tty_drv/tty_drv.c, ppc403/console/console405.c: ../ictrl/ictrl.h has gone; include ../irq/ictrl.h

05/22/08:

23:33 Changeset in rtems [a510a776]4.104.114.95 by Till Straumann <strauman@…>
2008-05-22 Till Straumann <strauman@…> * shared/startup/linkcmds, shared/startup/zerobss.c: introduced 'bss_end'; assuming that rtems_end coincides with the end of .bss for the purpose of zeroing .bss is very dangerous.
23:17 Changeset in rtems [527e2b8e]4.104.114.95 by Till Straumann <strauman@…>
2008-05-22 Till Straumann <strauman@…> * vmeUniverse/vmeUniverse.c: fixed compiler warning; moved struct attributes as directed by gcc warning.
22:45 Changeset in rtems [4ac1d23]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * shared/console/console.c: Fix typo.
20:38 Changeset in rtems [345fc11]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * itron/include/rtems/itron/task.h, itron/src/del_tsk.c, itron/src/exd_tsk.c, itron/src/task.c, posix/include/rtems/posix/threadsup.h, posix/src/cancel.c, posix/src/cancelrun.c, posix/src/pthread.c, posix/src/pthreadexit.c, posix/src/setcancelstate.c, posix/src/setcanceltype.c, posix/src/testcancel.c, rtems/src/taskdelete.c, score/inline/rtems/score/object.inl, score/src/objectclose.c, score/src/threadclose.c: Make all task delete/exit/cancel routines follow the same critical section pattern. Also ensure that POSIX cancelation routines are run at thread exit.
20:35 Changeset in rtems [cdc8309]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * libcsupport/src/termios_baud2index.c, libcsupport/src/termios_baud2num.c, libcsupport/src/termios_num2baud.c, libcsupport/src/termios_setinitialbaud.c: New files.
20:34 Changeset in rtems [923dd7a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * shared/console/console.c: Remove explicit switch and call termios_baud_to_number().
20:34 Changeset in rtems [07edbef5]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * console/console.c: Remove explicit switch and call termios_baud_to_number().
20:34 Changeset in rtems [c0357a8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * console/mc68360_scc.c: Remove explicit switch and call termios_baud_to_number().
20:19 Changeset in rtems [adaf33af]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * libchip/Makefile.am: Move termios helper routines from libchip to libcsupport. Add routine which makes it easy for a termios device driver to inform termios of its default baud rate. This avoids inconsistencies in later termios settings changes. * libchip/serial/termios_baud2index.c, libchip/serial/termios_baud2num.c: Removed.
20:16 Changeset in rtems [b6be4217]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * libcsupport/Makefile.am, libcsupport/preinstall.am, libcsupport/include/rtems/termiostypes.h: Move termios helper routines from libchip to libcsupport. Add routine which makes it easy for a termios device driver to inform termios of its default baud rate. This avoids inconsistencies in later termios settings changes.
20:12 Changeset in rtems [aefbb57]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * console/console.c: Properly inform termios of our initial baud rate. If it is not the default, this causes problems when an application changes any termios attributes since termios thinks our baud rate is one thing when in fact, it is another.
19:15 Changeset in network-demos [362583c]4.11network-demos-4-10-branchnetwork-demos-4-9-branch by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * init.c: Add shell configuration.
14:56 Ticket #1288 (Incomplete listing of "Directived Allowed from an ISR") created by Ingolf Steinbach
According to an E-Mail sent by Joel Sherrill to rtems-users@ on …
14:43 Changeset in rtems [0f91b23]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * libcsupport/include/rtems/watchdogdrv.h: Finish writing comments.
14:40 Changeset in rtems [adfbb4a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * user/conf.t: Add baseline interface for Watchdog Driver.
14:40 Changeset in rtems [d2018f71]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-22 Joel Sherrill <joel.sherrill@…> * libcsupport/preinstall.am, sapi/include/confdefs.h: Add baseline interface for Watchdog Driver. * libcsupport/include/rtems/watchdogdrv.h: New file.

05/21/08:

22:15 Changeset in rtems [1b2dd278]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-21 Joel Sherrill <joel.sherrill@…> * itronhello/system.h, itronmbox01/system.h, itrontask02/system.h, itrontime01/system.h: Add use of CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
01:44 GSoC/2008/LWP_NIPOA edited by Rd0
/* Deliverables */ (diff)
01:42 GSoC/2008/LWP_NIPOA edited by Rd0
/* Project Schedule */ (diff)
01:37 GSoC/2008/LWP_NIPOA edited by Rd0
/* Status */ (diff)

05/20/08:

23:23 TBR/Review/RsgTrialsAndTribulations edited by Rsg
(diff)
23:22 TBR/Review/RsgTrialsAndTribulations edited by Rsg
/* SPI Usage */ (diff)
23:18 TBR/Review/RsgTrialsAndTribulations edited by Rsg
(diff)
23:13 TBR/Review/RsgTrialsAndTribulations edited by Rsg
(diff)
22:59 TBR/Review/RsgTrialsAndTribulations created by Rsg
New page: == SPI Driver Development == === Major/Minor? Device Driver Numbers === As is commonly done in various OS environments, device resources are assigned major and minor "device numbers" by R…
22:13 Changeset in rtems [d04bf28e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-20 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, startup/start.c: Use new framework capability where RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION.
21:50 Changeset in rtems [5768e61]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-20 Joel Sherrill <joel.sherrill@…> * custom/nds.cfg: Email from author says to drop this flag.
20:53 Changeset in rtems [cb697107]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-20 Joel Sherrill <joel.sherrill@…> * leaf.cfg: Do not override bsp-post-link.

05/19/08:

21:23 Changeset in rtems [ab922625]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
use tabs.
19:10 GSoC/2008/DebianPackagesAndScripts edited by Zoddicus
(diff)
19:07 Changeset in rtems [b5b9e75]4.104.114.95 by Eric Norum <WENorum@…>
Back out changes from 2008-05-16 -- they don't seem to work.
12:06 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)

05/16/08:

21:55 Changeset in rtems [60f4b6e]4.104.114.95 by Eric Norum <WENorum@…>
Use shared version of bootstrap to set up workspace.
21:51 Changeset in rtems [d9aca5f5]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-16 Till Straumann <strauman@…> * score/src/threadchangepriority.c: Just in case the transient state was set when we entered, ensure that it is still set when we exit. * score/src/threadclose.c: When a thread is being deleted, it should go into the dormant state -- not the transient state.
18:03 Changeset in rtems [c140c6f5]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-16 Joel Sherrill <joel.sherrill@…> * mpc83xx/include/mpc83xx.h: or is not a good name for any name in C/C++. See iso646.h for the reason.
18:02 Changeset in rtems [0a665801]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-16 Joel Sherrill <joel.sherrill@…> * preinstall.am, console/console-io.c: Install cplb.h and use it.
15:19 TBR/Website/APT/Yum_Repository edited by JoelSherrill
/* Apt Instructions */ Thank Ralf for more at the top of the page (diff)
15:19 TBR/Website/APT/Yum_Repository edited by JoelSherrill
Thank Ralf. :-D (diff)
15:18 TBR/Website/APT/Yum_Repository edited by JoelSherrill
/* Yum Instructions */ Rewrite (diff)
15:12 TBR/Website/APT/Yum_Repository edited by JoelSherrill
/* Apt Instructions */ Clean up example (diff)
13:03 Changeset in rtems [088a9543]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
Fix Id.

05/15/08:

22:11 Changeset in rtems [69ab847a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * Makefile.am: Remove stray line.
16:34 Changeset in rtems [17004308]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * psxstat/psxstat.scn, psxstat/test.c: Eliminate patterns that look like CVS conflict markers.
16:33 Changeset in rtems [9405636]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * network/network.c: Eliminate patterns that look like CVS conflict markers.
16:16 Changeset in rtems [61b7dae]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * aclocal/bsp-bootcards-handles-ram-allocation.m4: New file.
15:56 Changeset in rtems [8357ea27]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * wrapup/Makefile.am: Many BSPs do not include any .rel files now so do not fail if there are none.
15:55 Changeset in rtems [ec3007c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * bootcard.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. * bsppretaskinghook.c: New file.
15:55 Changeset in rtems [dde1fedb]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * 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.
15:54 Changeset in rtems [2211b75c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * configure.ac, 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.
15:54 Changeset in rtems [5545002]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * shared/startup/pretaskinghook.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.
15:54 Changeset in rtems [4c94ffff]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, 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.
15:54 Changeset in rtems [b67a822]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c, startup/bspstart.c.nocache: 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.
15:53 Changeset in rtems [8f78ced7]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * shared/bspstart.c, shared/start.S: 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.
15:53 Changeset in rtems [5e5d0b1]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac: 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.
15:52 Changeset in rtems [92c9baf]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <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.
15:52 Changeset in rtems [621feee]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * shared/m68kpretaskinghook.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 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. * shared/m68kbspgetworkarea.c: New file.
15:52 Changeset in rtems [19f4a349]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-15 Joel Sherrill <joel.sherrill@…> * Makefile.am, configure.ac, 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 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.
15:34 Changeset in rtems [e0abba9e]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
disabled debugging output
15:10 Changeset in rtems [42bf1b9]4.104.114.95 by Thomas Doerfler <Thomas.Doerfler@…>
adapted gen83xx to new board

05/14/08:

22:34 Changeset in rtems [8ac748c]4.104.114.95 by Till Straumann <strauman@…>
2008-05-14 Till Straumann <strauman@…> * new-exceptions/bspsupport/ppc_exc_bspsupp.h: added comment about the semantics of the return value of ppc_exc_handler_t.
22:33 Changeset in rtems [21637fd]4.104.114.95 by Till Straumann <strauman@…>
2008-05-14 Till Straumann <strauman@…> * new-exceptions/bspsupport/irq.c: moved malloc/free outside of irq-protected critical section.
20:28 Changeset in rtems [1d0ee80e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-14 Joel Sherrill <joel.sherrill@…> * Makefile.am: Rework to avoid .rel files.
15:25 TBR/Website/APT/Yum_Repository edited by JoelSherrill
Updated APT and generalized it so it should be ok for a while. (diff)
15:12 TBR/UserManual/SupportedCPUs edited by JoelSherrill
/* Supported Architectures */ Add info on target cpu names (diff)
14:27 Changeset in rtems [da78fee]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-14 Joel Sherrill <joel.sherrill@…> * user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.

05/13/08:

20:45 Changeset in rtems [d871cf1]4.104.114.95 by Eric Norum <WENorum@…>
Add locks around non-atomic structure assignment.
20:37 Changeset in rtems [2015ca6]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-13 Robert S. Grimes <rsg@…> * libi2c/libi2c.h: Fix typo.
16:09 Changeset in rtems [b949977]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-13 Joel Sherrill <joel.sherrill@…> * pppd/example/system.h: Fix path in example -- NOT COMPILED WITH CPUKIT.
14:19 Changeset in rtems [343bb43]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-13 Joel Sherrill <joel.sherrill@…> * user/conf.t: Fix typo on CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
09:12 GSoC/2008/DebianPackagesAndScripts edited by Zoddicus
(diff)
09:09 GSoC/2008/DebianPackagesAndScripts edited by Zoddicus
(diff)
Note: See TracTimeline for information about the timeline view.