Timeline



09/25/14:

08:48 Changeset in rtems-libbsd [6604dc8]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Delete rtems_bsd_thread_chain Rely on RTEMS object registration for threads.

09/24/14:

15:12 Changeset in rtems-schedsim [11c5571]master by Jennifer Averett <jennifer.averett@…>
rtems: synch with rtems.
14:28 Changeset in rtems-libbsd [ccbc70d]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
BSD_ASSERT(): Optimize
14:21 Changeset in rtems-schedsim [65139e8] by Jennifer Averett <jennifer.averett@…>
schedsim_cluster01: Add scenario.
13:41 Changeset in rtems-libbsd [8176af1]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems_bsd_mutex: Optimize
08:53 Changeset in rtems-libbsd [54a4e3c]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
PING(8): Default to three packets In the standard RTEMS shell it is not possible to use CTRL-C, to stop the program. So use a default with finite run-time.
08:23 Changeset in rtems-libbsd [efb82b8]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
IFCONFIG(8): Default to AF_INET for RTEMS Avoid errors due to optional AF_LOCAL.

09/23/14:

12:20 Changeset in rtems [805360b]4.115 by Sebastian Huber <sebastian.huber@…>
pppd: Fix warnings
08:45 Changeset in rtems [79bbb1cb]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Use inline cache implementation
08:36 Changeset in rtems [c3bf343]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/genmcf548x: Delete duplicate network config
06:01 Changeset in rtems [5323247]4.115 by Sebastian Huber <sebastian.huber@…>
m68k: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPEC Converting 64-bit nanoseconds values into the common struct timeval or struct timespec formats requires a 64-bit division to get the seconds value. Performance analysis of high network loads revealed that this is too costly on PowerPC.
05:57 Changeset in rtems [30e5e765]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Use CPU_TIMESTAMP_USE_STRUCT_TIMESPEC Converting 64-bit nanoseconds values into the common struct timeval or struct timespec formats requires a 64-bit division to get the seconds value. Performance analysis of high network loads revealed that this is too costly on PowerPC.
05:14 Changeset in rtems-libbsd [6b475ce]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Include missing header file

09/22/14:

14:49 Changeset in rtems-libbsd [e01f6e0]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
CONDVAR(9): Use lock class
14:24 Changeset in rtems-libbsd [dce8247]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Import and use subr_lock.c
13:06 Changeset in rtems-libbsd [9a937f4]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Disable IPsec IPsec has a significant performance impact. Disable it for now since is only partially supported and untested.
11:42 Changeset in rtems-libbsd [be43b79]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Replace RTEMS objects with custom implementation Performance analysis revealed that the standard RTEMS objects are a major bottleneck. The object get mechanism and attribute checks at runtime have a significant overhead. Use a custom implementation for synchronization primitives. This drops also the size of the synchronization primitives considerably.
10:01 Changeset in rtems [dadd7cd]4.115 by Sebastian Huber <sebastian.huber@…>
score: Delete Thread_Wait_information::Block2n This field is no longer used.

09/21/14:

22:23 Changeset in rtems-tools [6ae559c]4.104.115 by Chris Johns <chrisj@…>
rtems-tld: Make printk the default generator.
22:21 Changeset in rtems_waf [7bcf72b] by Chris Johns <chrisj@…>
Fix the rtems-tld wrapper option.
18:07 Changeset in rtems [7db6953]4.115 by Tomasz Gregorek <tomasz.gregorek@…>
bsp/stm32f4XXXX: System clock configuration Added simple math to caclulate register values for the PLL and for the prescalers. It will try to keep 48MHz for the USB OTG FS. Also it will set latency on the Flash memory for the high speeds. Limitations: It is assumed that 1MHz resolution is enough. Best fits for the clocks are achieved with multiplies of 42MHz. Even though APB1, APB2 and AHB are calculated user is still required to provide correct values for the bsp configuration for the: STM32F4_PCLK1 STM32F4_PCLK2 STM32F4_HCLK (= system clock) as those are used for the peripheral clocking calculations.
12:26 TBR/BSP/Tms570 edited by PavelPisa
Link to our the department lab. (diff)
12:24 TBR/BSP/Tms570 edited by PavelPisa
Minor cleanup and update of TMS570 BSP state (diff)
04:24 Changeset in rtems-tools [5025439]4.104.115 by Chris Johns <chrisj@…>
rtems-tld: Add config options, fix void args, and SCore traces.

09/20/14:

23:00 Changeset in rtems_waf [db8c6f0] by Chris Johns <chrisj@…>
Clean up the rtems-tld support.
22:50 Changeset in rtems-tools [149a8a6]4.104.115 by Chris Johns <chrisj@…>
rtems-tld: Remove forced trace message.
21:32 Changeset in rtems_waf [28fddb2] by Chris Johns <chrisj@…>
Provide support for trac linking.
00:10 Changeset in rtems-source-builder [bc51abf]4.104.114.95 by Chris Johns <chrisj@…>
rtems: Fix type in RTEMS kernel build. Reported by Marco Hoefle <marco.hoefle@…>.

09/19/14:

19:20 Changeset in rtems [fbe59f7]4.115 by Hesham ALMatary <heshamelmatary@…>
or1ksim: Console: implement uart_read_polled Implement uart_read_polled which is needed for any application that reads input from users. It works fine with pppd, capture, and all termios tests.
19:05 Changeset in rtems [7c797a1]4.115 by Jennifer Averett <jennifer.averett@…>
cpuuse: Move is_executing_on_a_core to threadimpl.h
19:04 Changeset in rtems [f9b19d9]4.115 by Jennifer Averett <jennifer.averett@…>
score: Move is_executing_on_a_core from cpuusagereport.c to threadimpl.h
14:55 Changeset in rtems [5464752f]4.115 by Hesham ALMatary <heshamelmatary@…>
or1k fix bug: Initialize thread context with higher stack address. Since or1k architecture stack grows down, threads should be initialized with high stack addresses instead of lower ones. This is done in _CPU_Context_Initialize function.
12:19 Changeset in rtems [90ce69b]4.115 by Sebastian Huber <sebastian.huber@…>
score: Critical fix for _Thread_queue_Dequeue() Do not return NULL in case we can dequeue the executing thread. This bug was introduced with 32506647001a815e3c0daf25757d386104a07184.
12:18 Changeset in rtems [6f1e1b3]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/spintrcritical22: New test
05:06 Changeset in rtems-libbsd [71d8a27]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Install missing header files

09/18/14:

13:57 Changeset in rtems [b422c549]4.115 by Joel Sherrill <joel.sherrill@…>
doc/shell: Correct build issues from fc9f8f5085724622a189ba5d44ac116d7b27e27c
13:33 Changeset in rtems [386d8b5]4.115 by Sebastian Huber <sebastian.huber@…>
sparc: Add comment
11:01 Changeset in rtems-libbsd [a29a71b]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
netstat: Initialize more global variables
11:01 Changeset in rtems-libbsd [705d1bf]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
netstat: Fix invalid free()
11:00 Changeset in rtems-libbsd [8babd8c]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Fix cr_cansee*() to see everything
10:59 Changeset in rtems-libbsd [6766ee9]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Makefile: Add -fno-strict-aliasing
09:07 Changeset in rtems [bdd6082]4.115 by Sebastian Huber <sebastian.huber@…>
bsps: Fix build error Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
08:43 Changeset in rtems-libbsd [4236e3d]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
ftpd01: Start shell only once
07:51 Changeset in rtems-libbsd [15f19af]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
telnetd01: New test
07:49 Changeset in rtems-libbsd [a197a48]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
telnetd: Import from RTEMS sources
07:47 Changeset in rtems-libbsd [b78c1d2]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
telnetd: Avoid rtems_bsdnet_config
06:09 Changeset in rtems [15d7261b]4.115 by Sebastian Huber <sebastian.huber@…>
telnetd: Use socklen_t

09/17/14:

08:28 Changeset in rtems [8f0a2c9]4.115 by Sebastian Huber <sebastian.huber@…>
smptests/smpload01: Report profiling only once Rely on test extension to report profiling.
05:21 Changeset in rtems [c040b113]4.115 by Sebastian Huber <sebastian.huber@…>
redirector: Rename rtems_stdio_redirect_t Rename rtems_stdio_redirect_t to rtems_stdio_redirect since the namespace *_t is reserved by POSIX, see also The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition, 2.2.2 The Name Space.

09/16/14:

22:40 Changeset in rtems [2195a95f]4.115 by Joel Sherrill <joel.sherrill@…>
Libmisc/Makefile?.am: Build with networking disabled
17:30 Changeset in rtems [c080c343]4.115 by Hesham ALMatary <heshamelmatary@…>
or1k: New cache manager. Implement new cache functions for or1k and create new bspstart function for or1ksim to initialize instruction and data caches. Also, sim.cfg is modified to enable/confiure cache units.
13:43 Changeset in rtems [7f8a978]4.115 by Sebastian Huber <sebastian.huber@…>
sptests/sp07: Minimize thread dispatch latency Do not use sprintf() in thread dispatch critical sections to avoid corruption of profiling samples. Update test to reflect thread the life cycle changes.
06:33 Ticket #2189 (Insufficient documentation for rtems_clock_get_tod()) created by Sebastian Huber
It is not clear which date and time is returned by …

09/15/14:

22:33 Changeset in rtems [bbecf04]4.115 by Hesham ALMatary <heshamelmatary@…>
or1ksim: Update README Modify README to provide instruction on how to run or1ksim BSP on latest or1ksim emulator built from github repo and add commands to run or1ksim BSP on QEMU.
22:33 Changeset in rtems [d2c76160]4.115 by Hesham ALMatary <heshamelmatary@…>
or1ksim: Implement cpu counter functions.
22:33 Changeset in rtems [e0aef221]4.115 by Hesham ALMatary <heshamelmatary@…>
score/cpu/or1k: Follow no_cpu ISR_Handler algorithm. This patch adjusts ISR_Handler to exactly follow the pseudo code introduced in http://rtems.org/onlinedocs/doc-current/share/rtems/html/porting/Interrupts-Interrupt-Dispatching.html It adds two new checkings on _Thread_Dispatch_disable_level and _ISR_Nest_level after returning from the C handler.
22:33 Changeset in rtems [5f56d267]4.115 by Hesham ALMatary <heshamelmatary@…>
or1ksim: work-around to make or1ksim tick timer accurate. This patch avoids unexpected behavior when initializing tick timer registers. Initializing these registers fires unexpected exceptions and interrupts even though RTEMS has not enabled interrupts yet. So, a little long interval added to allow RTEMS to finish the remaining initialization work before running the application. The tick timer interval is adjusted to reflect an accurate timing for RTEMS applications.
22:33 Changeset in rtems [eb14fc2b]4.115 by Hesham ALMatary <heshamelmatary@…>
OpenRISC: Account for red-zone (fixup printf bug). This patch allocate a space in the stack to account for red-zone that gcc may utilize for the use of leaf functions. Care must be taken to handle this red-zone from many places: 1- Upon creation of a new thread stack. 2- Once an interrupt entred. Also moving the enable-thread-dispach() and increment ISR level before checking if dispatch needed was required. The previous modifications solved the printf bug which disabled ticker to output strings after context switches that arise from Thread_Delay_ended.
09:06 Ticket #2188 (Running RTEMS sample application on MPC8548 (Hello world)) created by utkarsh
Hi I have powerpc board MPC8548 & I am using freescale BSP for …
00:14 Changeset in rtems [fc9f8f5]4.115 by Chris Johns <chrisj@…>
doc: Sort the shell file commands into alphabetical order.

09/14/14:

23:10 Changeset in rtems [b299960]4.115 by Chris Johns <chrisj@…>
shell: Add an md5 hash command for files. This command lets you get an MD5 hash for a file in an RTEMS file system.
22:50 Changeset in rtems [ebf9a05]4.115 by Chris Johns <chrisj@…>
libmisc: Add a stdio redirector helper. This module makes it easy to redirect and capture stdout, stderr or any other fd in your application. The captured data can be sent off board, for example using syslog, or buffered and displayed in a web page.
22:00 Changeset in rtems [a8fa078]4.115 by Chris Johns <chrisj@…>
shell: Add a ping command. The ping code is taken from a recent FreeBSD release. Some options have been tested, other not tested or do not work. This could be due to the age of our TCP/IP stack. This version of ping will not work if more than 64 file descriptors are open at once because the select FD size is 64 as set in newlib.

09/13/14:

02:26 Changeset in rtems-tools [435d879]4.104.115 by Chris Johns <chrisj@…>
rtk: Build fastlz into the rld library. Do not build as an object per program.
02:20 Changeset in rtems-tools [73eb48a]4.104.115 by Chris Johns <chrisj@…>
rtk: Fix buffer leak in rld::path::abs_path.
02:09 Changeset in rtems-tools [87e0e76]4.104.115 by Chris Johns <chrisj@…>
Refactor code into the RTEMS Toolkit.
00:47 Changeset in rtems-tools [749ddf1]4.104.115 by Chris Johns <chrisj@…>
waf: Include waf in the souce tree and updated README on building. Add support to build all parts of The RTEMS Tools project.
Note: See TracTimeline for information about the timeline view.