Timeline



07/18/13:

23:32 Changeset in rtems-tools [f4cf8f4]4.104.115 by Peng Fan <van.freenix@…>
arch specific section support
14:22 Changeset in rtems [5f7757b]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Use _Thread_Get_executing()
14:00 Changeset in rtems [33a4a56]4.115 by Sebastian Huber <sebastian.huber@…>
score: Avoid direct usage of _Thread_Executing Pass the executing thread as a function parameter. Obtain the executing thread inside a thread dispatch critical section to avoid problems on SMP.
13:55 Changeset in rtems [a9127a2e]4.115 by Sebastian Huber <sebastian.huber@…>
testsuites: Include missing header files
13:35 Changeset in rtems [b5d514f]4.115 by Sebastian Huber <sebastian.huber@…>
score: Create message queue implementation header Move implementation specific parts of coremsg.h and coremsg.inl into new header file coremsgimpl.h. The coremsg.h contains now only the application visible API.
13:33 Changeset in rtems [f2d9fda]4.115 by Sebastian Huber <sebastian.huber@…>
shell: Include missing header file
13:33 Changeset in rtems [ca1d84e]4.115 by Sebastian Huber <sebastian.huber@…>
network: Include missing header file
13:12 Changeset in rtems [972a5c5f]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Create message queue implementation header Move implementation specific parts of mqueue.h and mqueue.inl into new header file mqueueimpl.h. The mqueue.h contains now only the application visible API.
13:05 Changeset in rtems [993a888]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Create message queue implementation header Move implementation specific parts of message.h and message.inl into new header file messageimpl.h. The message.h contains now only the application visible API.
12:30 Changeset in rtems [1e4f08b4]4.115 by Sebastian Huber <sebastian.huber@…>
score: Include missing header files
12:27 Changeset in rtems [e36f2b8]4.115 by Sebastian Huber <sebastian.huber@…>
score: Avoid direct usage of _Thread_Executing Pass the executing thread as a function parameter. Obtain the executing thread inside a thread dispatch critical section to avoid problems on SMP.
12:26 Changeset in rtems [570045ed]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add const qualifier
12:14 Changeset in rtems [c4f58558]4.115 by Sebastian Huber <sebastian.huber@…>
score: Create semaphore implementation header Move implementation specific parts of coresem.h and coresem.inl into new header file coresemimpl.h. The coresem.h contains now only the application visible API.
12:13 Changeset in rtems [a1b47528]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Include missing header files
11:55 Changeset in rtems [c624c0e9]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Convert to inline function
11:50 Changeset in rtems [9c743e8e]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Create semaphore implementation header Move implementation specific parts of semaphore.h and semaphore.inl into new header file semaphoreimpl.h. The semaphore.h contains now only the application visible API.
10:43 Changeset in rtems [02f73d4]4.115 by Sebastian Huber <sebastian.huber@…>
score: Use _Thread_Get_executing()
09:53 Changeset in rtems [05e82bd7]4.115 by Sebastian Huber <sebastian.huber@…>
score: Error for non-preemptible tasks on SMP A common use case for disabled preemption was to ensure mutual exclusion on single-processor configurations. On SMP this does not work. To abandon non-preemptible tasks simplifies the scheduler.
09:39 Changeset in rtems [79d9523]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Error for task variables on SMP Task variables are not supported on SMP.
09:34 Changeset in rtems [50ccf98]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Error for task delete on SMP Task deletion is currently not implemented on SMP configurations.
09:27 Changeset in rtems [f913c79]4.115 by Sebastian Huber <sebastian.huber@…>
sapi: Add rtems_configuration_is_smp_enabled() Add a configuration field which indicates if the SMP mode of operation is enabled. This can be used to disable features unsupported on SMP, e.g task variables.
09:04 Changeset in rtems [d0a97f2]4.115 by Sebastian Huber <sebastian.huber@…>
score: Move ISR catch support functions Delete now unused file <rtems/score/isr.inl>.
09:03 Changeset in rtems [3b8d2fa4]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Use _Thread_Get_executing()
09:03 Changeset in rtems [45b572f]4.115 by Sebastian Huber <sebastian.huber@…>
score: Move ISR level content to single file
08:08 Changeset in rtems [2f589cc]4.115 by Ralf Kirchner <ralf.kirchner@…>
bsp/gen83xx: Fix BSP options for MPC8348EAMDS
07:50 Changeset in rtems [cbfe05c]4.115 by Sebastian Huber <sebastian.huber@…>
score: Update due to API changes
07:42 Changeset in rtems [0dd262d3]4.115 by Sebastian Huber <sebastian.huber@…>
libtests/gxx01: Avoid random memory read/write
07:02 Changeset in rtems [0bbd8fdc]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add and use _ISR_Get_nest_level()
05:06 Projects/POSIX_Methods_in_NewLib_RTEMS_improvements edited by C Rempel
/* Possibilities to extend the project */ (diff)
03:05 Changeset in rtems-tools [c14133e]4.104.115 by Peng Fan <van.freenix@…>
Add support for relocations which reference local symbols Signed-off-by: Peng Fan <van.freenix@…>
02:53 Changeset in rtems-tools [e23ef3b]4.104.115 by Peng Fan <van.freenix@…>
Fixed fsec If one object file contains .rodata and .rodata.str1.4 sections, .rodata contains rela reloc entries, but .rodata.str1.4 do not contain reloc entris.'.rodata' and '.rodata.str1.4' will be both included in '.const'.Then using this patch to fix the rela problem Signed-off-by: Peng Fan <van.freenix@…>
02:49 Changeset in rtems-tools [4b31ced]4.104.115 by Peng Fan <van.freenix@…>
Fixed layout problem Fixed when only one elf object file is passed to rtems-ld.And fixed the error when one object file has rela relocation records, but the other does not contain relocation records. Signed-off-by: Peng Fan <van.freenix@…>

07/17/13:

20:34 Changeset in rtems-source-builder [1acb44a]4.104.114.95 by Chris Johns <chrisj@…>
Add what is built and how to set the path.
14:14 Changeset in rtems [e7ce41bb]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Do not use _ISR_Nest_level The _Thread_Dispatch_is_enabled() is false if _ISR_Nest_level is not equal to zero.
14:12 Changeset in rtems [401f1b9d]4.115 by Sebastian Huber <sebastian.huber@…>
rtems, posix: Use _Thread_Get_executing()
13:53 Changeset in rtems [95e09afa]4.115 by Sebastian Huber <sebastian.huber@…>
score: Avoid direct usage of _Thread_Executing Pass the executing thread as a function parameter. Obtain the executing thread inside a thread dispatch critical section to avoid problems on SMP.
13:20 Changeset in rtems [ac15b07]4.115 by Sebastian Huber <sebastian.huber@…>
score: Convert to inline function
13:05 Changeset in rtems [9728ef3]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Convert to inline function
13:01 Changeset in rtems [15462a6f]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Convert to inline functions
12:34 Changeset in rtems [f9d533a5]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Create mutex implementation header Move implementation specific parts of mutex.h and mutex.inl into new header file muteximpl.h. The mutex.h contains now only the application visible API.
12:23 Changeset in rtems [20e239c2]4.115 by Sebastian Huber <sebastian.huber@…>
score: Create mutex implementation header Move implementation specific parts of coremutex.h and coremutex.inl into new header file coremuteximpl.h. The coremutex.h contains now only the application visible API.
11:52 Changeset in rtems [2bbea657]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Create semaphore implementation header Move implementation specific parts of sem.h and sem.inl into new header file semimpl.h. The sem.h contains now only the application visible API.
10:30 Changeset in rtems-tools [086e689]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Added support for classic/timers.
09:44 Changeset in rtems [9c9b62d8]4.115 by Sebastian Huber <sebastian.huber@…>
score: Changes due to Newlib DYNAMIC_REENT Delete _Thread_libc_reent and add getreent() instead according to DYNAMIC_REENT define. For SMP configurations DYNAMIC_REENT must be defined. A Newlib including the following patch is required: 2013-07-09 Sebastian Huber <sebastian.huber@…> * libc/include/sys/config.h (DYNAMIC_REENT): Define for RTEMS.
09:03 Changeset in rtems [f74d9496]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_Get_executing()
06:42 Changeset in rtems [39234725]4.115 by Ric Claus <claus@…>
bsps/arm: Fix for top of the address space
00:26 Developer/OpenProjects edited by C Rempel
/* API Layers (POSIX, Classic, SAPI) */ (diff)
00:25 Projects/POSIX_Methods_in_NewLib_RTEMS_improvements edited by C Rempel
(diff)
00:24 Projects/POSIX_Methods_in_NewLib_RTEMS_improvements edited by C Rempel
/* Issues */ (diff)
00:21 Projects/POSIX_Methods_in_NewLib_RTEMS_improvements created by C Rempel
Initial Setup
00:14 Developer/OpenProjects edited by C Rempel
/* API Layers (POSIX, Classic, SAPI) */ (diff)

07/16/13:

15:34 Changeset in rtems [7a7f071]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Delete unused functions
15:34 Changeset in rtems [b71cdd2]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Delete unused functions
15:18 Changeset in rtems [3ccaf3c]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Use rtems_task_self()
15:11 Changeset in rtems [85d2e4b]4.115 by Sebastian Huber <sebastian.huber@…>
libchip/ata: Remove dead code
12:47 Changeset in rtems-tools [591fbf6]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Fix typo: Global timer control object name.
12:40 Changeset in rtems [51a58e0]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/xilinx-zynq: Use bsp_console_select()
12:39 Changeset in rtems [7306578]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/serial: Move bsp_console_select() declaration
06:25 Changeset in rtems [4e5608dd]4.115 by Sebastian Huber <sebastian.huber@…>
arm: Fix exception frame information Use the right stack pointer value for the exception frame. Assume that we do not have a double abort exception.
00:02 Changeset in rtems-source-builder [ebf8a1f]4.104.114.95 by Chris Johns <chrisj@…>
Automtically build the Autotools to bootstrap RTEMS. This changes adds support to build the autotools if the host installed version is not a suitable version. Autoconf and automake have hard coded references to the install prefix and host tools and this makes it impossible to relocate, that is use in any path other than the install prefix. To bootstrap automake you need to first build a suitable autoconf and with that you can built automake for the install prefix. The other complication is not referencing the install prefix in the path when building in the RSB. Having the install prefix in the path can result in strange issues appearing such as gcc using a new assembler feature not present in an older assember installed under the install prefix. The process is to build the autotools using an install prefix to an internal path inside the RSB temporary path and to use that autoconf to build the version for the install prefix. The internal install prefix version is also used to bootstrap RTEMS.
00:01 Changeset in rtems-source-builder [c2effc1]4.104.114.95 by Chris Johns <chrisj@…>
Move newlib to 14-Jul-2013. Build with Sebastian's pending upstream patch for cxa_atexit and PPC using SDATA for libgcc.
00:00 Changeset in rtems-source-builder [bfee78b]4.104.114.95 by Chris Johns <chrisj@…>
Ignore log_* log files.

07/15/13:

23:58 Changeset in rtems-tools [98f78dc]4.104.115 by Chris Johns <chrisj@…>
The cxa_atexit support is a reqirement for destructor registration of thread-local objects. For *-*-elf it is already enabled by default. See comment line 810 in "gcc/config.gcc". Define TARGET_LIBGCC_SDATA_SECTION on PowerPC for RTEMS to ".sdata" to place the dso_handle. The dso_handle is referenced by application code. In case this code uses the small data section, the dso_handle must be there. This patch should be committed to GCC 4.8 and 4.9. Test results: href="http://gcc.gnu.org/ml/gcc-testresults/2013-07/msg00671.html
15:31 Changeset in rtems [a04182c]4.115 by WeiY <wei.a.yang@…>
clean up old atomic related files
15:31 Changeset in rtems [2e7f5798]4.115 by WeiY <wei.a.yang@…>
stdatomic.h support check when configure
15:31 Changeset in rtems [5186b55]4.115 by WeiY <wei.a.yang@…>
smpatomic test case update
15:31 Changeset in rtems [a3e9c228]4.115 by WeiY <wei.a.yang@…>
spatomic test case update
15:31 Changeset in rtems [d61e54c2]4.115 by WeiY <wei.a.yang@…>
update-all-architectures-to-new-atomic-implementation
15:31 Changeset in rtems [34229d5]4.115 by WeiY <wei.a.yang@…>
A generic atomic implementation for smp architectures
15:31 Changeset in rtems [1180099]4.115 by WeiY <wei.a.yang@…>
New atomic API definition based on C11 atomic
12:39 Changeset in rtems [ad4ce28]4.115 by Vipul Nayyar <nayyar_vipul@…>
Updated legacy code in arm edb7312
09:34 Changeset in rtems [583eb458]4.115 by Vipul Nayyar <nayyar_vipul@…>
bsp/rtl22xx: Use IRQ extensions API
07:52 Changeset in rtems [06adfae]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Disable alignment exceptions

07/13/13:

23:11 Changeset in rtems-source-builder [2626dba]4.104.114.95 by Chris Johns <chrisj@…>
Fix the Cxc build configuration for the DTC tool.
20:58 Changeset in rtems [691e0ef]4.115 by Ric Claus <claus@…>
bsp/xilinx-zynq: Provide BSP variants
20:52 Changeset in rtems [818d4b0]4.115 by Ric Claus <claus@…>
bsps/arm: Fix printk args to match format
11:20 Changeset in rtems-source-builder [023b5df]4.104.114.95 by Sebastian Huber <sebastian.huber@…>
Fix link in documentation
11:01 Changeset in rtems-tools [0967a1b]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Refactoring - drop _printer suffix from printer classes.

07/12/13:

17:03 Changeset in rtems [163e88a]4.115 by Vipul Nayyar <nayyar_vipul@…>
bsp/gumstix: Fix warnings
13:37 Changeset in rtems-tools [a785e25]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Add printers to stage.
13:34 Changeset in rtems-tools [b061a67]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Heavy refactoring + Improved mesege queu printing. - pretty printers moved to the corresponding api_printer module - object abstractions moved to - their own name for core modules - supercore for other supercore objects - classic for classic api objects
11:34 Changeset in rtems [9b6add4]4.115 by Vipul Nayyar <nayyar_vipul@…>
Updated Legacy code in arm gba

07/11/13:

08:06 Changeset in rtems [5252822]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Simplify bsp_generic_fatal() declaration

07/10/13:

17:38 Changeset in rtems [79363a1]4.115 by Joel Sherrill <joel.sherrill@…>
libbsp/shared/generic-fatal.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to bsp_f
14:57 Changeset in rtems [e183211b]4.115 by Vipul Nayyar <nayyar_vipul@…>
Updated Legacy code in arm gumstix
14:52 Changeset in rtems [893d669]4.115 by Vipul Nayyar <nayyar_vipul@…>
Updated Legacy code in arm edb7312
14:48 Projects/GDB_Python edited by Dhananjay
Update the list of pretty printers (diff)
12:36 Changeset in rtems [26c093e]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/virtex: Use #if instead of #ifdef This allows VIRTEX_CONSOLE_USE_INTERRUPTS=0 on the configure command line to disable the interrupt mode.
07:54 Changeset in rtems [52e44630]4.115 by Vipul Nayyar <nayyar_vipul@…>
bsp/csb336: Use IRQ extensions API Fix warnings.

07/09/13:

16:51 Changeset in rtems-tools [6e75f4e]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Update readme. Included useage instructions.
16:15 Changeset in rtems [48a22ed]4.115 by Joel Sherrill <joel.sherrill@…>
libchip ns16550.c: Improve comment
16:15 Changeset in rtems [155ea78]4.115 by Joel Sherrill <joel.sherrill@…>
threadhandler.c: Add comments
14:38 Changeset in rtems [d168079]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/virtex: Use ppc_count_leading_zeros() Use ppc_count_leading_zeros() to optimize interrupt processing.
14:37 Changeset in rtems [4fe3ad2]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Add ppc_count_leading_zeros()
14:04 Changeset in rtems [296b60d7]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/virtex: Fix interrupt handling Some modules like the XPS UART Lite use event triggered interrupts. If we acknowledge the interrupts after the interrupt service we may loose these events.
09:24 Changeset in rtems [0a697dd9]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/virtex: Add VIRTEX_CONSOLE_USE_INTERRUPTS Add interrupt support for console driver.
09:07 Changeset in rtems-tools [3856406]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Fix pretty printers pretty printers for rtems_id and rtems_attribute
07:53 Changeset in rtems [43c6268]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Use ALIGN_WITH_INPUT This requires at least Binutils 2.24.
03:11 Ticket #2128 ([Patch] io.h: Use uint32_t and co. instead of "unsigned int") created by Nick Withers
In at least the mvme3100's libcpu/io.h, inputs and outputs for …

07/08/13:

16:12 Changeset in rtems-tools [f814c76]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Messege Queue Objects Added intial support for printing
16:10 Changeset in rtems-tools [ce55b57]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Object can have index from 1 to 'maximum'

07/07/13:

13:00 Changeset in rtems [6886a485]4.115 by Vipul Nayyar <nayyar_vipul@…>
bsp/csb337: Use IRQ extensions API Fix warnings.
12:43 Changeset in rtems [ad83ea0]4.115 by Sebastian Huber <sebastian.huber@…>
mouse: Add shared bsp_get_serial_mouse_device()

07/05/13:

13:18 Changeset in rtems [0d018268]4.115 by Sebastian Huber <sebastian.huber@…>
psxtests/psxcleanup: Fix cleanup push/pop test The pthread_cleanup_push() and pthread_cleanup_pop() statements must appear as a pair in the same lexical scope as required by POSIX.
12:56 Changeset in rtems [6009da1]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Add comment
12:53 Changeset in rtems [5e2a66d]4.115 by Sebastian Huber <sebastian.huber@…>
psxtests/psxhdrs: Fix cleanup push/pop test The pthread_cleanup_push() and pthread_cleanup_pop() statements must appear as a pair in the same lexical scope as required by POSIX.
Note: See TracTimeline for information about the timeline view.