Timeline



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)

05/12/08:

18:44 Changeset in rtems [cb3873f]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-12 Joel Sherrill <joel.sherrill@…> * tmoverhd/dumrtems.h: 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.
18:44 Changeset in rtems [c199cf8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-12 Joel Sherrill <joel.sherrill@…> * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h: 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.
18:44 Changeset in rtems [3820ff24]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-12 Joel Sherrill <joel.sherrill@…> * bootcard.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.
18:43 Changeset in rtems [6ea100c1]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-12 Joel Sherrill <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.
18:43 Changeset in rtems [bd3e306]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-12 Joel Sherrill <joel.sherrill@…> * console/console.c, 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.
18:43 Changeset in rtems [14f69ce]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-12 Joel Sherrill <joel.sherrill@…> * shared/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.
18:42 Changeset in rtems [4570d76]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-12 Joel Sherrill <joel.sherrill@…> * shared/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.
18:42 Changeset in rtems [67a9b24a]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-12 Joel Sherrill <joel.sherrill@…> * Makefile.am, 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.
18:42 Changeset in rtems [a169cf0]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-12 Joel Sherrill <joel.sherrill@…> * startup/bspstart.c, startup/bspstart.c.nocache: 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.
18:40 Changeset in rtems [d86ae06]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-12 Joel Sherrill <joel.sherrill@…> * sapi/include/rtems/init.h, sapi/src/exinit.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.
02:02 GSoC/2008/DebianPackagesAndScripts edited by Zoddicus
(diff)

05/10/08:

21:03 Changeset in rtems [c14e845b]4.104.114.95 by Till Straumann <strauman@…>
2008-05-10 Till Straumann <strauman@…> * network/tsec.c: removed memory input/output operands which caused problems with gcc-4.3.0 (see http://gcc.gnu.org/ml/gcc/2008-03/msg00976.html)
07:28 GSoC/2008/RunTimeTracing edited by Alanz
/* Weekly Update */ (diff)
03:13 Changeset in rtems [397afef4]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Update.
03:12 Changeset in rtems [77d17fff]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
New.

05/09/08:

15:25 TBR/BSP/Smdk2410 edited by JoelSherrill
Minor corrections (diff)
12:43 Changeset in rtems [dc49fb9]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
BuildRequire?: m4 > 1.4.5
12:33 Changeset in rtems [37c77c5c]4.8 by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gcc-4.2.3

05/08/08:

13:57 Ticket #1287 (forgot to renew point after allocating new memory) created by hnhawk
In function create_disk_entry() When "if(major >= disktab_size)" is …
12:46 Developer/Coding/Doxygen edited by Sh
(diff)
06:09 TBR/BSP/Smdk2410 edited by Rayx
(diff)
06:04 TBR/BSP/Smdk2410 edited by Rayx
(diff)
06:02 TBR/BSP/Smdk2410 edited by Rayx
(diff)
06:01 TBR/BSP/Smdk2410 created by Rayx
New page: [SMDK2410] This BSP is for samsung's s3c2410, and can be easily modify for s3c2440/s3c2510/.... The schematic and detail of the hardware can be found in samsung's web page. The bsp is modi…
05:51 TBR/Website/Board_Support_Packages edited by Rayx
/* ARM/Thumb BSPs */ (diff)
05:07 Changeset in rtems [01ab562f]4.8 by Ralf Corsepius <ralf.corsepius@…>
GCC_RPMREL = 29.
05:06 Changeset in rtems [7567f4d]4.8 by Ralf Corsepius <ralf.corsepius@…>
Back out to gcc-4.2.2.
05:04 Changeset in rtems [492e450]4.8 by Ralf Corsepius <ralf.corsepius@…>
Add support for gcc-4.3.0, gcc-4.2.3. Update to newlib-1.15.0-rtems4.8-20080508.diff.
05:01 Changeset in rtems [84d31bc5]4.8 by Ralf Corsepius <ralf.corsepius@…>
Sync with CVS HEAD.
04:58 Changeset in rtems [b61c8cca]4.8 by Ralf Corsepius <ralf.corsepius@…>
Add SIZE_MAX fix.
04:57 Changeset in rtems [9a73a4c9]4.8 by Ralf Corsepius <ralf.corsepius@…>
Rebase patch against gcc-core-4.2.3. Disable building libiberty.
03:03 Changeset in rtems [b6ca30a] by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4-8-branch.
02:57 Changeset in rtems [d299ca4] by Ralf Corsepius <ralf.corsepius@…>
New (sync with rtems-4-8-branch)
02:56 Changeset in rtems [ac91ec77]4.104.114.95 by Ralf Corsepius <ralf.corsepius@…>
Enable --with-system-readline only for gdb >= 6.7
02:54 Changeset in rtems [72a6eb1] by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gdb-6.6.
02:53 Changeset in rtems [1a5a29f2] by Ralf Corsepius <ralf.corsepius@…>
Upgrade to gdb-6.8
02:51 Changeset in rtems [b0ac7a0e] by Ralf Corsepius <ralf.corsepius@…>
Enable --with-system-readline only for gdb >= 6.7
02:50 Changeset in rtems [f79feff]4.8 by Ralf Corsepius <ralf.corsepius@…>
Enable --with-system-readline only for gdb >= 6.7

05/07/08:

22:52 Ticket #1238 (testsuites/samples/nsecs/init.c breaks --disable-posix) closed by Joel Sherrill
fixed: Fixed on head.
22:51 Ticket #1191 (Test for BCC: email to rtems-bugs list) closed by Joel Sherrill
worksforme: Just a test PR... closing all I can.
22:17 Release/4.8 edited by JoelSherrill
/* RTEMS Improvements */ Add to BSP addition/removal list (diff)
21:58 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ LEON2/3 not support nanoseconds tick granularity (diff)
21:57 Changeset in rtems [ac9d3cf8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-07 Joel Sherrill <joel.sherrill@…> * sp32/init.c: Formatting.
21:15 Changeset in rtems [109cec1]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-07 Joel Sherrill <joel.sherrill@…> PR 649/bsps * clock/ckinit.c, console/console.c: Add missing structure element.
20:49 Changeset in rtems [89d19033]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-07 Till Straumann <strauman@…> PR 649/bsps * libchip/ide/ata.c: Give up if the interface does not become ready.
20:36 WikiStart edited by JoelSherrill
/* RTEMS Application Development */ Add FreeBSD Ports (diff)
20:25 Ticket #1257 (missing compiler memory barrier when using ...) closed by Joel Sherrill
fixed: Code was committed -- should have been closed.
20:24 Ticket #1252 (_Thread_queue_Dequeue_priority incomplete) closed by Joel Sherrill
invalid: Discussion completed bug report -- should already have been closed. User misunderstanding of behavior.
20:23 Ticket #1199 (log2 defined as macro. causes problems with application code) closed by Joel Sherrill
wontfix: This is a newlib issue and if fixed there we have or will pick it up.
20:21 Ticket #559 (newlib-1.11.0-rtems-20030605.diff is broken) closed by Joel Sherrill
fixed: Does not apply to a currently supported version of RTEMS and Ralf has to have addressed this since gcc 3.2.3. :-D
20:20 Ticket #460 (ada-tests: Plenty of warning when building) closed by Joel Sherrill
fixed: These should all be gone with the post 4.8 major update to these tests.
20:20 Ticket #274 (ada-tests/samples/base_mp does not build) closed by Joel Sherrill
fixed: All tests were updated on the CVS head after 4.8.
20:19 Ticket #195 (powerpc: ABI confusion) closed by Joel Sherrill
fixed: With the recent overhauls of the PowerPC, this bug just can't apply anymore. If it does, provide specifics and make a new PR.
19:51 Ticket #649 (ATA driver hangs on initialisation with No primary IDE) closed by Joel Sherrill
fixed: Committed to head.
19:49 Ticket #1195 (ts_386ex: Broken initialization of rtems_irq_connect_data) closed by Joel Sherrill
fixed
18:54 Changeset in rtems [9b949dd]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-07 Joel Sherrill <joel.sherrill@…> * console/console-io.c: Typo.
18:53 Changeset in rtems [ba737a9]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-07 Joel Sherrill <joel.sherrill@…> * console/config.c: Fix typo.
17:40 Changeset in rtems [0e58c4f]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-07 Joel Sherrill <joel.sherrill@…> * clock/ckinit.c: Add nanoseconds clock tick granularity support.
17:39 Changeset in rtems [ef83c4c]4.8 by Joel Sherrill <joel.sherrill@…>
2008-05-07 Joel Sherrill <joel.sherrill@…> * clock/ckinit.c: Add nanoseconds clock tick granularity support.
17:04 Changeset in rtems [030d9e9]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-07 Joel Sherrill <joel.sherrill@…> * .cvsignore: New file.
14:36 Changeset in rtems [61eddf7] by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4.8.

05/06/08:

23:17 Changeset in rtems [0442eed]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * rtems.adb, rtems.ads: Fix prototype.
23:17 Changeset in rtems [f5f4566]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * sapi/src/exinit.c, score/src/threadstartmultitasking.c: Improve comments.
23:16 Changeset in rtems [3766068]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
Fix date.
22:39 Changeset in rtems [9137e0c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * Makefile.am: Use shared bsp_predriver_hook.
22:23 Changeset in rtems [e6a4446]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * s3c24xx/clock/clockdrv.c: Use rtems_configuration_get_microseconds_per_tick() rather than obsolete BSP_Configuration reference.
21:23 Changeset in rtems [00d25f31]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * Makefile.am: Add smdk2410.
21:03 Changeset in rtems [17fbf03b]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Ray Xu <rayx.cn@…> * acinclude.m4: Add smdk2410. Update gp32 to use shared code.
21:02 Changeset in rtems [437baaec]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * include/bsp.h: Grammar.
21:01 Changeset in rtems [1781f59f]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Ray Xu <rayx.cn@…> * ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, include/bsp.h, include/bspopts.h.in, startup/linkcmds, startup/memmap.c: New files.
20:59 Changeset in rtems [2226b8f8]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Ray Xu <rayx.cn@…> * custom/gp32.cfg: Add smdk2410. Update gp32 to use shared code. * custom/smdk2410.cfg: New file.
20:58 Changeset in rtems [dbdb0255]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Ray Xu <rayx.cn@…> * Makefile.am, configure.ac, preinstall.am, s3c2400/include/s3c2400.h: Add CPU type s3c2410. Add a new s3c24xx common file shared between s3c2400 and s3c2410. Most content is moved from s3c2400 now. Some were changed to include <s3c24xx.h> instead of <s3c2400.h>. * s3c2410/include/s3c2410.h, s3c2410/irq/bsp_irq_asm.S, s3c2410/irq/irq.h, s3c24xx/clock/clockdrv.c, s3c24xx/clock/support.c, s3c24xx/include/s3c24xx.h, s3c24xx/irq/bsp_irq_init.c, s3c24xx/irq/irq.c, s3c24xx/irq/irq.h, s3c24xx/timer/timer.c: New files.
20:54 Changeset in rtems [0542a23]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Ray Xu <rayx.cn@…> * console/uart.c, include/bsp.h, smc/smc.c, startup/bspstart.c: Merge smdk2410 with gp32.
20:31 Changeset in rtems [e06b6b0]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * score/src/objectget.c: Improve comments and readability.
20:00 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
20:00 GSoC/2008/TinyRTEMS edited by YanMiao
/* Progress */ (diff)
19:38 Changeset in rtems [76deaf0c]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * rtems/include/rtems/rtems/message.h, sapi/include/confdefs.h, score/src/coresemseize.c, score/src/threadhandler.c: Comment improvements from class.
19:29 Changeset in rtems [4aea8f2]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
Spacing.
19:29 Changeset in rtems [ebc363e]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * Makefile.am: Add nds.
19:28 Changeset in rtems [7492598]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * bootcard.c: Improve formatting and comments.
19:27 Changeset in rtems [f3cc5cf]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * shared/start.S: Spacing.
19:27 Changeset in rtems [6f008f7]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> * configure.ac: Remove spurious line.
19:17 Release/4.8 edited by JoelSherrill
/* Release 4.8.1 Changes */ Add PR1285 (diff)
15:16 Changeset in rtems [f58d7d8]4.8 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> PR 1285/rtems * sapi/include/rtems/config.h: Remove obsolete rtems_configuration_get_maximum_devices().
15:14 Changeset in rtems [2905296]4.104.114.95 by Joel Sherrill <joel.sherrill@…>
2008-05-06 Joel Sherrill <joel.sherrill@…> PR 1285/rtems * sapi/include/rtems/config.h: Remove obsolete rtems_configuration_get_maximum_devices().
14:17 Ticket #1285 (Wrong definition for macro:"rtems_configuration_get_maximum_devices()") closed by Joel Sherrill
fixed
02:46 Changeset in rtems [632ea604] by Ralf Corsepius <ralf.corsepius@…>
Remove white line.
02:35 Changeset in rtems [94baa4dd] by Ralf Corsepius <ralf.corsepius@…>
Sync with rtems-4-8-branch.
Note: See TracTimeline for information about the timeline view.