Timeline



08/30/16:

08:10 Changeset in rtems-tools [a252faf]4.105 by Chris Johns <chrisj@…>
bsp-builder: Results format fixes.
06:46 Changeset in rtems [6da06c5]5 by Chris Johns <chrisj@…>
libmisc/capture: Fix the capture engine on SMP. This patches some issues with the capture engine: 1. Check is the engine is open in ctrace commands. 2. Check all record open and appends for overflow. 3. Fix the record open to take the size of user data and not the record header. 4. Use packed structs for data being written to the per cpu buffers. 5. Remove direct struct access to the capture buffers to avoid misaligned accesses. 6. Add support to extract records, no struct access to the capture buffers. 7. Update ctrace to extract records from the capture buffers. 8. Add support to ctrace to always print the task name if it has one. 9. Add support to manage names or the lack of a name. 10. Range of minor fixes. 11. Fix a long standing bug in ctset's handling of args. Closes #2780.

08/29/16:

01:47 Changeset in rtems-tools [06c3ccd]4.105 by Chris Johns <chrisj@…>
bsp-builder: Fix bugs.

08/27/16:

06:15 Changeset in rtems [3c74f4aa]5 by Mudit Jain <muditjain18011995@…>
arm/raspberrypi: Mailbox : Extending functionality Adding functionality to get board serial, power state & clock rate

08/26/16:

15:20 Changeset in rtems-source-builder [851c734]5 by Gedare Bloom <gedare@…>
doc: update with version information
15:05 Changeset in rtems-source-builder [906e145]5 by Gedare Bloom <gedare@…>
rtems: move 4.9 and 4.10 bsets to new branches and delete from master
15:04 Changeset in rtems-source-builder [3ad1e56]4.10 by Gedare Bloom <gedare@…>
4.10: new branch, remove unnecessary bsets
15:01 Changeset in rtems-source-builder [3266ec3]4.9 by Gedare Bloom <gedare@…>
4.9: new branch, remove unnecessary bsets
03:45 Ticket #2780 (Capture engine accesses 'capture_per_cpu' without first checking.) created by Chris Johns
The capture does not check if an open has created the capture_per_cpu …

08/25/16:

06:18 Changeset in rtems [6deb4190]5 by Chris Johns <chrisj@…>
libdl: The dl04 is too big for some BSPs. Do not built it.
06:14 Changeset in rtems-tools [e9fb4c5]4.105 by Chris Johns <chrisj@…>
bsp-builder: Add lm3s6965_qemu to ARM bsp list. Fix network-debug options.
06:13 Changeset in rtems-tools [f7f0704]4.105 by Chris Johns <chrisj@…>
bsp-builder: Fix column printing of the arch/bsp.
05:58 Ticket #2704 (Weak symbols not found by loaded code) closed by Chris Johns <chrisj@…>
fixed: In ef4a46e0293111361c970a287c29a185905121b2/rtems-tools: […]
05:54 Changeset in rtems-tools [885aebd]4.105 by Chris Johns <chrisj@…>
linkers/syms: Add weak symbols to the global symbol table. Add any weak symbols that have been linked into the base image to the global symbol table. A weak symbol is global when view viewed from a dynamically loaded module. Closes #2704.
05:54 Changeset in rtems-tools [ef4a46e]4.114.11.04.11.1 by Chris Johns <chrisj@…>
linkers/syms: Add weak symbols to the global symbol table. Add any weak symbols that have been linked into the base image to the global symbol table. A weak symbol is global when view viewed from a dynamically loaded module. Closes #2704.

08/24/16:

15:02 SOCIS/2016 edited by Saeed Ehteshamifar
(diff)
14:53 SOCIS/2016 edited by Saeed Ehteshamifar
(diff)
14:49 SOCIS/2016 edited by Saeed Ehteshamifar
(diff)
14:26 Changeset in rtems [8099e0a]5 by Alexander Krutwig <alexander.krutwig@…>
bsp/atsam: Add missing break statement
13:30 Changeset in rtems [8cf102dd]5 by Alexander Krutwig <alexander.krutwig@…>
bsp/atsam: Fix data cache flush
13:25 Changeset in rtems [da15db78]5 by Sebastian Huber <sebastian.huber@…>
score: Improve red-black tree debug support Ensure that we extract a node only from the right tree.

08/23/16:

13:51 Changeset in rtems-libbsd [8e65e1b]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
usb: Update to FreeBSD trunk 2016-08-23 FreeBSD trunk, 2016-08-23, 9fe7c416e6abb28b1398fd3e5687099846800cfd.
13:37 Changeset in rtems-libbsd [7c77211]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
doc: Update rules to modify FreeBSD code
12:22 Changeset in rtems-libbsd [0c24e06]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
mmc: Update to FreeBSD trunk 2016-08-23
11:16 Changeset in rtems-libbsd [ea5880a]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
at91_mci: Import from FreeBSD
08:51 Ticket #2779 (building rtems-4.10 using rsb 4.12 (git upstream) fails due to several ...) created by Christian Spindeldreier
Building rtems-4.10 using the rtems-source-builder upstream version …
01:14 Ticket #2775 (ARM CP15 arm_cp15_set_translation_table_entries fails if TTB in ...) closed by Chris Johns <chrisj@…>
fixed: In 89a319a0f8bb9374e5a23358b266db3745268a3a/rtems: […]
01:11 Changeset in rtems [89a319a0]5 by Chris Johns <chrisj@…>
libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol. Closes #2775.
01:11 Changeset in rtems [8add2b6]4.11 by Chris Johns <chrisj@…>
libbsp/arm: Fix ARM BSPs missing the bsp_translation_table_end symbol. Closes #2775.

08/22/16:

11:17 Changeset in rtems [114e408]5 by Sebastian Huber <sebastian.huber@…>
score: Simplify thread queue acquire/release
09:55 Changeset in rtems [607b70f]5 by Masahiro Yamada <yamada.masahiro@…>
libfdt: simplify fdt_del_mem_rsv() The variable "err" is unneeded. Signed-off-by: Masahiro Yamada <yamada.masahiro@…> Signed-off-by: David Gibson <david@…>
09:00 GSoC/2016 edited by Wonjun Hwang
(diff)
08:58 Changeset in rtems [e41308ea]5 by Sebastian Huber <sebastian.huber@…>
score: Introduce Thread_queue_Lock_context Introduce Thread_queue_Lock_context to contain the context necessary for thread queue lock and thread wait lock acquire/release operations to reduce the Thread_Control size.
08:41 Changeset in rtems [b9cc5aa]5 by Christian Mauderer <Christian.Mauderer@…>
bsp/atsam: Add SDRAM IS42S16320F-7BL.

08/19/16:

11:37 Changeset in rtems [796f12a]5 by Sebastian Huber <sebastian.huber@…>
score: Add missing const qualifiers
09:59 Changeset in rtems [beb289e]5 by Christian Mauderer <Christian.Mauderer@…>
bsp/atsam: Move ram init values to structure.
09:18 Changeset in rtems-libbsd [a971614]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
doc: Update rules to modify FreeBSD code
05:38 Changeset in rtems [36fad91]5 by Kevin Kirspel <Kevin-Kirspel@…>
arm: Add VFP context validate support for ARMv5
01:56 Changeset in rtems-tools [8e13939]4.105 by Chris Johns <chrisj@…>
bsp-builder: Print one results report only.

08/18/16:

23:55 Changeset in rtems-tools [9a1daba]4.105 by Chris Johns <chrisj@…>
bsp-builder: Fix results report columns.
11:00 Changeset in rtems-tools [3a92a54]4.105 by Chris Johns <chrisj@…>
bsp-builder: Add ARM bsps.
11:00 Changeset in rtems-tools [51e19af]4.105 by Chris Johns <chrisj@…>
bsp-builder: Support per BSP excludes.
06:48 Ticket #2778 (Error building RTEMS Source Builder recipe for libxml) created by Sambeet Panigrahi
I wrote the three essential files for cross build of libxml for RTEMS, …
04:24 Changeset in rtems-tools [57e4172]4.105 by Chris Johns <chrisj@…>
tester: handle compile argument warnings.
04:24 Changeset in rtems-tools [1676b9c]4.105 by Chris Johns <chrisj@…>
rtemstoolkit: Trace opening a macro file.

08/17/16:

14:06 SOCIS/2016 edited by Saeed Ehteshamifar
(diff)
09:52 Changeset in rtems [74887157]5 by Konstantin Belousov <kib@…>
timecounter: Merge FreeBSD change r304285 Implement userspace gettimeofday(2) with HPET timecounter. Right now, userspace (fast) gettimeofday(2) on x86 only works for RDTSC. For older machines, like Core2, where RDTSC is not C2/C3 invariant, and which fall to HPET hardware, this means that the call has both the penalty of the syscall and of the uncached hw behind the QPI or PCIe connection to the sought bridge. Nothing can me done against the access latency, but the syscall overhead can be removed. System already provides mappable /dev/hpetX devices, which gives straight access to the HPET registers page. Add yet another algorithm to the x86 'vdso' timehands. Libc is updated to handle both RDTSC and HPET. For HPET, the index of the hpet device to mmap is passed from kernel to userspace, index might be changed and libc invalidates its mapping as needed. Remove cpu_fill_vdso_timehands() KPI, instead require that timecounters which can be used from userspace, to provide tc_fill_vdso_timehands{,32}() methods. Merge i386 and amd64 libc/<arch>/sys/vdso_gettc.c into one source file in the new libc/x86/sys location. vdso_gettc() internal interface is changed to move timecounter algorithm detection into the MD code. Measurements show that RDTSC even with the syscall overhead is faster than userspace HPET access. But still, userspace HPET is three-four times faster than syscall HPET on several Core2 and SandyBridge? machines. Tested by: Howard Su <howard0su@…> Sponsored by: The FreeBSD Foundation MFC after: 1 month Differential revision: https://reviews.freebsd.org/D7473 Update #3175.
07:34 Ticket #2775 (ARM CP15 arm_cp15_set_translation_table_entries fails if TTB in ...) reopened by Sebastian Huber
This change breaks a lot of ARM BSPs since bsp_translation_table_end is not defined.
05:33 Changeset in rtems [9c42752]5 by Sebastian Huber <sebastian.huber@…>
score: Fix undefined behaviour Cast POSIX error codes to unsigned int to avoid undefined behaviour in case of PTHREAD_BARRIER_SERIAL_THREAD which is -1.

08/16/16:

08:54 Developer/Projects/Open/RockOnRTEMS edited by Sambeet Panigrahi
(diff)
06:52 Changeset in rtems-libbsd [69355c3]55-freebsd-126-freebsd-12freebsd-9.3 by Christian Mauderer <Christian.Mauderer@…>
devfs: Add some notes on implementation.
06:52 Changeset in rtems-libbsd [6634edb]55-freebsd-126-freebsd-12freebsd-9.3 by Christian Mauderer <Christian.Mauderer@…>
devfs: Create path.
05:49 Changeset in rtems [caf2cbd]5 by Chris Johns <chrisj@…>
arm/xilinx_zynq: Start the second core when an SMP build.
Note: See TracTimeline for information about the timeline view.