Timeline



08/20/13:

16:28 Changeset in rtems-tools [d4fc2d5]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Categories the commands. The subcommands fall onto DATA. See http://sourceware.org/gdb/onlinedocs/gdb/Commands-In-Python.html#Commands-In-Python
16:17 Changeset in rtems-tools [8d035f8]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Refactor - pretty printers moved to pretty module - command and subcommands get own module
13:14 Changeset in rtems [269dd12]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Documentation
13:07 Changeset in rtems [2cfbf23a]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Delete RTEMS_BSP_SMP_SIGNAL_TO_SELF
09:01 Changeset in rtems [518d82b]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Disable restart of threads other than self
07:25 Ticket #2136 (Race condition in _Thread_Change_priority() with most schedulers) closed by Sebastian Huber
fixed: http://git.rtems.org/rtems/commit/?id=e5ca54c99682a264568d95d8a5db555ea8357e9c

08/19/13:

15:36 Changeset in rtems [0432dff7]4.115 by WeiY <wei.a.yang@…>
add compare_and_swap check in check-atomic.m4
12:22 Changeset in rtems [356b8c7b]4.10 by Pavel Pisa <pi@…>
bsp/csb336: Memory map update to support i.MX1 based PiMX1 as well. CSB336 i.MX1/i.MXS memory map organization - SDRAM starts at address 0x08000000 but 2 MB are reserved for boot-block/loader (or other use) before RTEMS image origin/load address (that is kept from previous setup) - Caching of 30 MB of SDRAM used for RTEMS (start at 0x08200000) is changed to writeback mode which provides higher throughput. - The first 1 MB of RTEMS dedicated SDRAM is remapped to address 0 to provide area for ARM CPU exceptions table. - Internal registers and rest of the Flash (above 1 MB) are mapped one to one. Registers region is extended to 2 MB to cover eSRAM found on i.MX1 chip variant. - The first two megabytes of SDRAM unused by RTEMS are mapped with attributes to allow specific purposes. - the first MB (at address 0x08000000) is nocached to allow directly set some values read by booot-block after warm reset - the second MB (at address 0x08100000) is set for write-through caching. That allows to use memory for LCD frame-buffer without need to flush cache after each redraw. Signed-off-by: Pavel Pisa <pi@…>
12:18 Changeset in rtems [a791d39]4.10 by Pavel Pisa <ppisa@…>
bsp/csb336: implement bsp_interrupt_vector_enable/disable. Signed-off-by: Pavel Pisa <ppisa@…>

08/16/13:

22:12 Projects/GDB_Python edited by Dhananjay
(diff)
20:16 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* qemu-char.c */ (diff)
20:10 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* qemu-char.c */ (diff)
20:08 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* qemu-char.c */ (diff)
20:07 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* qemu-char.c */ (diff)
20:02 Projects/GDB_Python edited by Dhananjay
Add dev notes. (diff)
19:53 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* hw/Makefile.objs */ (diff)
19:51 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
CONFIG_CAN (diff)
19:45 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Writing the Patches for a Basic PCI-CAN device */ (diff)

08/15/13:

14:56 Changeset in rtems-tools [2c25dc5]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Add message_queue subcommand.
02:20 Changeset in rtems-source-builder [869b8a6]4.104.114.95 by Chris Johns <chrisj@…>
sb: Fix the copy tree. Python's distutil's copy tree code maintains a cache of directories created so deleting a tree a different way then coping the same tree results in an error because the destination folders in the tree are not present because distutils thinks they exist. The solution is to implement a copy tree function.
01:32 TBR/BSP/LM4F120 edited by KarelGardas
/* Overview */ (diff)
01:21 TBR/BSP/LM4F120 edited by KarelGardas
(diff)
01:16 TBR/BSP/LM4F120 created by KarelGardas
new LM4F120 BSP info

08/14/13:

22:58 TBR/Website/Board_Support_Packages edited by KarelGardas
/* ARM/Thumb BSPs */ (diff)
13:35 Changeset in rtems [526f895]4.115 by Karel Gardas <karel.gardas@…>
bsp/lm3s69xx: add macros for UART CTS/RTS pin configuration
11:26 Changeset in rtems [d473dc0]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Fix clock driver defines
10:17 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Writing the Patches for a Basic PCI-CAN device */ (diff)
10:14 Changeset in rtems [66c0078]4.115 by Sebastian Huber <sebastian.huber@…>
libblock: Add missing initializer
10:06 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Step 1: Building a Minimal Linux Environment in Qemu */ (diff)
09:55 Changeset in rtems [ec98c997]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Typo
09:50 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Starting Custom Qemu */ (diff)
09:49 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Starting Custom Qemu */ (diff)
09:39 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Building the Kernel */ (diff)
09:33 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Building the Kernel */ (diff)
09:30 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Starting Custom Qemu */ (diff)
09:30 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Build a root file system in ~/qemu */ (diff)
09:17 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Build a root file system in ~/qemu */ (diff)
09:16 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Build a root file system in ~/qemu */ (diff)
09:12 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Build a root file system in ~/qemu */ (diff)
09:10 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Building Linux */ (diff)
09:09 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Linux-QEMU environment */ (diff)
09:08 Changeset in rtems [6ccdc5c]4.115 by Sebastian Huber <sebastian.huber@…>
rtems: Include missing header file
09:07 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Linux-QEMU environment */ (diff)
09:06 Changeset in rtems [540e8603]4.115 by Sebastian Huber <sebastian.huber@…>
documentation: Directives allowed from an ISR Update list.
09:06 Changeset in rtems [9de9b7d2]4.115 by Sebastian Huber <sebastian.huber@…>
libblock: Add SMP support
08:49 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Linux-QEMU environment */ (diff)
08:45 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Building a Minimal Linux Environment in Qemu */ (diff)
08:42 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Building a Minimal Linux Environment in Qemu */ (diff)
08:39 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Installing Prerequisite Software */ (diff)
08:36 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* CAN project example */ (diff)
08:36 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* CAN project example */ (diff)
08:33 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Detail */ (diff)
07:56 Changeset in rtems [01b0755]4.115 by Nick Withers <nick.withers@…>
Expose rtems_verror()
04:23 Changeset in rtems-source-builder [7a5f268]4.104.114.95 by Chris Johns <chrisj@…>
doc: Add controlling the build. Add patch to cygwin.
04:08 Changeset in rtems-source-builder [eef0d0c]4.104.114.95 by Chris Johns <chrisj@…>
doc: Add the patch module to cygwn.
04:06 Changeset in rtems-source-builder [27d6ea0]4.104.114.95 by Chris Johns <chrisj@…>
config: Add support for iconv encodings. Turn off iconv support for the AVR because the arrays are too big.
04:05 Changeset in rtems-source-builder [5118d73]4.104.114.95 by Chris Johns <chrisj@…>
config: Change to use the GCC POSIX thread model.
04:04 Changeset in rtems-source-builder [b830445]4.104.114.95 by Chris Johns <chrisj@…>
config: Support --without-rtems to not build RTEMS. The default is to build RTEMS. This change lets a user stop this by using '--without-rtems' on the command line.
03:56 Changeset in rtems-source-builder [76d4899]4.104.114.95 by Chris Johns <chrisj@…>
config: Control languages from the command line --with/--without options. Allow a user to include languages by --with-objc or --without-cxx.
03:55 Changeset in rtems-source-builder [6201a0dd]4.104.114.95 by Chris Johns <chrisj@…>
config: Add the iconv encodings to the defaults.
03:49 Changeset in rtems-tools [b2589cb]4.104.115 by Chris Johns <chrisj@…>
gcc: Switch GCC to the posix thread model. Change from the RTEMS thread model to the POSIX model. Do not enable the weak support as it fails to link in the posix parts from the RTEMS library. No weak support requires libstdc++'s makefile be updated to handle RTEMS.
03:03 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
/* Running the Example */ (diff)
02:25 Developer/Simulators/QEMU/CANEmulation edited by C Rempel
Written in an email by Jin Yang (diff)
01:53 Changeset in rtems [b7f2060]4.115 by Chris Johns <chrisj@…>
bsp: Fix CLOCK_DRIVER_USE_FAST_IDLE and CLOCK_DRIVER_ISRS_PER_TICK. Use the value rather than being defined. This allows inverted logic to be used.
00:21 Changeset in rtems [03acc59]4.115 by Chris Johns <chrisj@…>
posix: Change pthread_once to be SMP safe. Change pthread_once from using disabled pre-emption to using a pthread mutex making it SMP safe. GCC using a posix threading model uses pthread_once. The pthread mutex requires at least 1 mutex is configured so confdefs.h has been updated to account for the internal mutex.

08/13/13:

23:29 Changeset in rtems [40398c4]4.115 by Chris Johns <chrisj@…>
posix: Handle recursive attributes correctly. The recursive field in the pthread_mutexattr_t is now not used. The code in pthread_mutexattr_settype only sets the type field and not the recursive field.
14:32 Changeset in rtems [4180a9b]4.115 by Sebastian Huber <sebastian.huber@…>
filesystem: Add SMP support
13:51 TBR/BSP/STM32_F4 edited by KarelGardas
/* Features */ (diff)
13:49 TBR/BSP/STM32_F4 edited by KarelGardas
/* Overview */ (diff)
13:40 TBR/BSP/STM32_F4 edited by KarelGardas
(diff)
12:43 Changeset in rtems [c32c80e]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Use proper default priority for GIC Some GIC implementations do not have the complete range of priorities. The upper bits are RAZ/WI in this case.
11:13 Changeset in rtems [48c4a55]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Generalize Simple SMP scheduler
07:54 Changeset in rtems [2606fee]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Fix _CPU_Context_validate()

08/12/13:

10:34 Changeset in rtems [6ba15488]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Rename _Scheduler_simple_smp_Start_idle() Rename _Scheduler_simple_smp_Start_idle() to _Scheduler_SMP_Start_idle().
08:59 Changeset in rtems [fc2ad63]4.115 by Sebastian Huber <sebastian.huber@…>
smp: _Scheduler_simple_smp_Allocate_processor() Rename _Scheduler_simple_smp_Allocate_processor() to _Scheduler_SMP_Allocate_processor().
08:32 Changeset in rtems [9d83f58a]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Replace Scheduler_simple_smp_Control Replace Scheduler_simple_smp_Control with Scheduler_SMP_Control. Rename _Scheduler_simple_smp_Instance() to _Scheduler_SMP_Instance().
08:22 Changeset in rtems [0405082]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add _Priority_bit_map_Is_empty()

08/09/13:

13:23 Changeset in rtems [838d714]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/pc386: Provide local outb() for elink driver
12:31 Changeset in rtems [c1a356e9]4.115 by Sebastian Huber <sebastian.huber@…>
score: _Priority_bit_map_Handler_initialization() Delete _Priority_bit_map_Handler_initialization() and rely on BSS initialization. Move definition of _Priority_Major_bit_map and _Priority_Bit_map to separate file. Move definition of log2table also to this file.
12:16 Changeset in rtems [a78e575]4.115 by Sebastian Huber <sebastian.huber@…>
score: _Scheduler_priority_Ready_queue_initialize() Move workspace allocation to _Scheduler_priority_Initialize().
12:16 Changeset in rtems-tools [b743d63]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Catch nonvalid indexes. Catch IndexErrors? generated while referancing non existant indexes.
12:14 Changeset in rtems-tools [a713688]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Add task subcommand rtems tasks <index(s)> - Prints tasks by index.
11:37 Changeset in rtems [e00b0438]4.115 by Sebastian Huber <sebastian.huber@…>
score: _Scheduler_priority_Ready_queue_first() Remove superfluous check since a ready thread must exist.
11:34 Changeset in rtems [f20b3d56]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add _Scheduler_priority_Get_ready_queues() Add and use _Scheduler_priority_Get_ready_queues()
09:12 Changeset in rtems [8b077ca0]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/sparc: SMP and per-CPU thread dispatch disable Interrupt support for SMP and per-CPU thread dispatch disable level.
08:37 Changeset in rtems-tools [4797179]4.104.115 by Dhananjay Balan <mb.dhananjay@…>
Add subcommand semaphore rtems semaphore <index(s)> : prints rtems semaphores by index number
08:22 Changeset in rtems [c31a7129]4.115 by Chris Johns <chrisj@…>
bsp/xilinx_zynq_zc706_smp: Add.
07:38 Changeset in rtems [712c62d]4.115 by Nick Withers <nick.withers@…>
Add "const void* data" parameter to rtems_rfs_rtems_initialize()'s declaration, matching its definition See https://www.rtems.org/bugzilla/show_bug.cgi?id=2137
07:26 Ticket #2137 (rtems_rfs_rtems_initialise() prototype differs from implementation and ...) closed by Chris Johns
fixed: Applied. Thanks.
05:27 Ticket #2139 (rtems_rfs_format() can return 0 (indicating success) erroneously) created by Nick Withers
rtems_rfs_format() calls rtems_rfs_write_root_dir(), which in turn …
04:18 Changeset in rtems [efdda565]4.115 by Nick Withers <nick.withers@…>
Use $(EXEEXT) [defaults to "exe"] to generate binaries
00:29 Ticket #2138 ([PATCH] rtems_rfs_rtems_initialize() can erroneously set errno to ...) created by Nick Withers
rtems_rfs_fs_open() returns -1 in the event of a detected error, …

08/08/13:

23:23 Changeset in rtems [98bcf4ff]4.115 by Pavel Pisa <ppisa@…>
bsp/csb336: implement bsp_interrupt_vector_enable/disable. Signed-off-by: Pavel Pisa <ppisa@…>
23:22 Changeset in rtems [2a2f559]4.115 by Pavel Pisa <ppisa@…>
bsp/csb336: Memory map update and jump to start at image start provided. CSB336 i.MX1/i.MXS memory map organization - SDRAM starts at address 0x08000000 but 2 MB are reserved for boot-block/loader (or other use) before RTEMS image origin/load address (that is kept from previous setup) - Caching of 30 MB of SDRAM used for RTEMS (start at 0x08200000) is changed to writeback mode which provides higher throughput. - The first 1 MB of RTEMS dedicated SDRAM is remapped to address 0 to provide area for ARM CPU exceptions table. - Internal registers and rest of the Flash (above 1 MB) are mapped one to one. Registers region is extended to 2 MB to cover eSRAM found on i.MX1 chip variant. - The first two megabytes of SDRAM unused by RTEMS are mapped with attributes to allow specific purposes. - the first MB (at address 0x08000000) is nocached to allow directly set some values read by booot-block after warm reset - the second MB (at address 0x08100000) is set for write-through caching. That allows to use memory for LCD frame-buffer without need to flush cache after each redraw. Jump to start provided at address 0x08200000 allows to load application image even as plain binary file and start it by jump to image start address. Signed-off-by: Pavel Pisa <ppisa@…>
23:21 Changeset in rtems [e4b16ea9]4.115 by Pavel Pisa <ppisa@…>
bsp/csb336: Fix MMU _ttbl_base location to not overlap with exception vectors. The initial region (64 bytes) of SDRAM RTEMS image is remapped to provide overlay of the initial/ROM exceptions table. This area cannot be used for MMU mapping table. Different correctly aligned block has to be used for MMU table. Remapping of SDRAM (address 0x08200000) to address 0 is supported only on 1 MB block granularity and that is why SDRAM_VEC area has to be 1 MB aligned too but unused part of remapped region can be freely used for other purposes (as MMU tables). Signed-off-by: Pavel Pisa <ppisa@…>
22:59 Ticket #2137 (rtems_rfs_rtems_initialise() prototype differs from implementation and ...) created by Nick Withers
The rtems_rfs_rtems_initialise() prototype in rtems-rfs.h states that …
14:34 Changeset in rtems [806f84c8]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpswitchextension01: Fix start sequence Start the toggler after the context is initialized.
12:22 Changeset in rtems [ef3c17f]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spintrcritical19: Typos
11:58 Changeset in rtems [6b0cd96]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spintrcritical19: PR2136: New test
09:49 Changeset in rtems [aea4a91]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Optimize Simple SMP scheduler Add Thread_Control::is_in_the_air field if configured for SMP. This helps to simplify the extract operation and avoids superfluous inter-processor interrupts. Move the processor allocation step into the enqueue operation. Add and use _Scheduler_simple_smp_Get_highest_ready(). Add and use _Scheduler_SMP_Get_lowest_scheduled().
08:57 Changeset in rtems [c8670f5]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpmigration01: Fix start sequence Start the runner after the context is initialized.
08:34 Ticket #2136 (Race condition in _Thread_Change_priority() with most schedulers) created by Sebastian Huber
The call to rtems_task_suspend() is explicitly allowed in interrupt …
06:45 Changeset in rtems [0c551f7]4.115 by Sebastian Huber <sebastian.huber@…>
score: Add _Scheduler_priority_Get_scheduler_info Add and use _Scheduler_priority_Get_scheduler_info().
05:34 Changeset in rtems [e932c53]4.115 by Chris Johns <chrisj@…>
bsp/xilinx_zynq_zc706: Add.
01:45 Changeset in rtems-source-builder [9e9162b]4.104.114.95 by Chris Johns <chrisj@…>
config: Do not build autotools when building 4.11/rtems-all.
01:43 Changeset in rtems-source-builder [ff0fc8e]4.104.114.95 by Chris Johns <chrisj@…>
config: Check the path for a valid autoconf.
00:21 Changeset in rtems [f65e8e6]4.115 by Chris Johns <chrisj@…>
posix: Add missing header.

08/07/13:

22:09 Changeset in rtems [2f9cef88]4.115 by Chris Johns <chrisj@…>
Check times with a no change truncate via open. The open path should update the times even if the truncate does not change the size.
19:19 Changeset in rtems [e5ca54c9]4.115 by Sebastian Huber <sebastian.huber@…>
score: PR2136: Fix _Thread_Change_priority() Add call to _Scheduler_Schedule() in missing path after _Thread_Set_transient() in _Thread_Change_priority(). See also sptests/spintrcritical19. Add thread parameter to _Scheduler_Schedule(). This parameter is currently unused but may be used in future SMP schedulers. Do heir selection in _Scheduler_Schedule(). Use _Scheduler_Update_heir() for this in the particular scheduler implementation. Add and use _Scheduler_Generic_block().
13:35 Changeset in rtems [99b3505]4.115 by Sebastian Huber <sebastian.huber@…>
smp: Add Deterministic Priority SMP Scheduler
11:22 Changeset in rtems [3346106b]4.115 by Sebastian Huber <sebastian.huber@…>
score: Rename _Scheduler_simple_Update() Rename _Scheduler_simple_Update() in _Scheduler_default_Update().
09:50 Changeset in rtems [62d947d]4.115 by Sebastian Huber <sebastian.huber@…>
score: Rename _Scheduler_simple_Allocate(), etc. Rename _Scheduler_simple_Allocate() in _Scheduler_default_Allocate(). Rename _Scheduler_simple_Free() in _Scheduler_default_Free().
09:33 Changeset in rtems [037cfd1]4.115 by Sebastian Huber <sebastian.huber@…>
score: Rename _Scheduler_priority_Release_job() Rename _Scheduler_priority_Release_job() into _Scheduler_default_Release_job().

08/06/13:

15:07 References edited by Pavel Pisa
(diff)
14:10 Changeset in rtems [ae75429]4.115 by Sebastian Huber <sebastian.huber@…>
PR766: Delete RTEMS_VIOLATE_KERNEL_VISIBILITY
14:03 Changeset in rtems [00630411]4.115 by Sebastian Huber <sebastian.huber@…>
PR766: Delete RTEMS_APPLICATION This define is no longer used.
14:01 Changeset in rtems [6b4e448]4.115 by Sebastian Huber <sebastian.huber@…>
PR766: Delete RTEMS_INSIDE
13:41 Changeset in rtems [b45b0ff7]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Use _Objects_Put() for POSIX keys
13:28 Changeset in rtems [c9b784f]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Delete POSIX_Keys_Freechain type Use the POSIX configuration value directly. Use right type early and avoid casts. Use proper unlimited objects API. Check workspace allocation. Make functions static.
12:47 Changeset in rtems [9ff70db]4.115 by Sebastian Huber <sebastian.huber@…>
psxtests/psx14: Include missing header file
12:46 Changeset in rtems [2ad250e]4.115 by Sebastian Huber <sebastian.huber@…>
posix: Create key implementation header Move implementation specific parts of key.h and key.inl into new header file keyimpl.h. The key.h contains now only the application visible API.
10:47 Changeset in rtems [03a5a8a]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spintrcritical17: Increase tick interval This helps to complete the test in case the compiler optimization is disabled.
08:58 Changeset in rtems [ffa2defc]4.115 by R. Diez <rdiezmail-rtems@…>
Fix compiler warnings
08:47 Changeset in rtems [015bd1b]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smp07: Use suspend instead of delete
06:36 Changeset in rtems [5a556e4e]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/realview-pbx-a9: Enable fast idle clock
Note: See TracTimeline for information about the timeline view.