Timeline



07/15/15:

08:51 Changeset in rtems [93f5adb]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Do not use the ATB for e500 multilib The e500v1 has no support for the ATB. Update #2369.
07:57 Changeset in rtems-libbsd [a57dfa0]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
libbsd.txt: Clarify rules to modify FreeBSD code
07:03 Ticket #2369 ([PowerPC Book E] Invalid mftb instruction in _CPU_Counter_read()) closed by Nick Withers <nick.withers@…>
fixed: In e2fcb7dc64c040b8298684148390aba6bf4f4912/rtems: […]
06:55 Changeset in rtems [e2fcb7d]4.115 by Nick Withers <nick.withers@…>
powerpc: Fix _CPU_Counter_read() The mftb is not available on Book E processors. Use SPR 268 instead. Close #2369.

07/14/15:

23:21 GSoC/2015 edited by Jarielle Catbagan
Weekly Status Update for July 14, 2015 (diff)
21:55 Ticket #2371 (Add support for POSIX robust mutexes) created by Joel Sherrill
In 2006, the POSIX standard added a robust mode for mutexes. When a …
20:14 Ticket #2370 (rtems/c/src/lib/libbsp/powerpc/mvme5500/network/if_1GHz/if_wm.c:1560: ...) created by David Binderman
[rtems/c/src/lib/libbsp/powerpc/mvme5500/network/if_1GHz/if_wm.c:1560]: …
02:11 Changeset in umon [b8ffb40] by Ed Sutter <edsutterjr@…>
BBB: Changes to support runtime blinking LED.
00:35 Changeset in umon [8107331] by Ed Sutter <edsutterjr@…>
replace bashrc with envsetup to eliminate implication that it is bash specific
00:31 Changeset in umon [5bed147] by Ed Sutter <edsutterjr@…>
remove files leftover from csb740 port

07/13/15:

23:25 Changeset in umon [b919871] by Jarielle Catbagan <jcatbagan93@…>
BBB: sd_setup.sh: Change /bin/bash -> /bin/sh to solely adhere to POSIX shell constructs
22:18 Ticket #2341 (DHCP Client sends hostname in discovery.) closed by Chris Johns
fixed
15:26 GSoC/2015/NestedMutex edited by Saurabh Gadia
(diff)
15:24 GSoC/2015/NestedMutex edited by Saurabh Gadia
(diff)
11:49 Changeset in rtems [e709aa85]5 by Sebastian Huber <sebastian.huber@…>
score: Move wait flag update to tq extract This makes it possible to use _Thread_queue_Extract_locked() for barrier operations which extract all threads on the queue in one critical section.
08:19 Changeset in rtems [c5d0ca9]4.115 by Sebastian Huber <sebastian.huber@…>
libcsupport: Workaround for GCC 5.1 and later Disable an optimization which would lead to a recursive calloc() call in calloc().
08:00 Changeset in rtems [40188718]5 by Sebastian Huber <sebastian.huber@…>
score: Add self-contained futex implementation
04:53 GSoC/2015/NestedMutex edited by Saurabh Gadia
(diff)
04:53 GSoC/2015/NestedMutex edited by Saurabh Gadia
(diff)

07/11/15:

20:04 Changeset in rtems [9341773]4.115 by Sebastian Huber <sebastian.huber@…>
score: Typo
19:14 Changeset in rtems [f5d4570f]4.115 by Sebastian Huber <sebastian.huber@…>
score: Simplify _Thread_Lock_set() Exploit the fact that the current thread lock must be the default thread lock and interrupts are disabled if we call _Thread_Lock_set().

07/10/15:

13:21 report.html attached to SOCIS/2015/CoverageAnalysis by hermann19829
Coverage Report for PC386 CPU running the test suites: fstests, libtests, psxtests, psxtmtests, rhealstone, sptests, samples, tmtests, with an overall size of 86 tests.
13:01 SOCIS/2015/CoverageAnalysis edited by hermann19829
(diff)
07:10 GSoC/2015 edited by Jarielle Catbagan
Added status update for July 7, 2015 (diff)

07/09/15:

07:59 Changeset in rtems [c2596df]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix small-data area issue Update #2369.
00:54 Ticket #2369 ([PowerPC Book E] Invalid mftb instruction in _CPU_Counter_read()) created by Nick Withers
_CPU_Counter_read(), called e.g., when RTEMS profiling is enabled, …

07/08/15:

23:27 Changeset in umon [812918d] by Ed Sutter <edsutterjr@…>
add sync to script to guarantee sd write completes, also missing '1' in fdisk
21:28 Changeset in umon [2945559] by Jarielle Catbagan <jcatbagan93@…>
BBB: Add sd_setup.sh to create a bootable SD and README to document SD and UART booting sd_setup.sh is a script that automates the process of setting up an SD card with the appropriate uMon image to boot using either "raw" or FAT mode. README currently documents the steps required to boot the Beaglebone Black from an SD card or via UART.
21:28 Changeset in umon [220ee4b] by Jarielle Catbagan <jcatbagan93@…>
BBB: Build a uMon image with a Configuration header and a GP header prepended.
18:42 Changeset in rtems [0163063]5 by Konstantin Belousov <kib@…>
timecounter: Merge FreeBSD change r285286 Reimplement the ordering requirements for the timehands updates, and for timehands consumers, by using fences. Ensure that the timehands->th_generation reset to zero is visible before the data update is visible [*]. tc_setget() allowed data update writes to become visible before generation (but not on TSO architectures). Remove tc_setgen(), tc_getgen() helpers, use atomics inline []. Noted by: alc [*] Requested by: bde [] Reviewed by: alc, bde Sponsored by: The FreeBSD Foundation MFC after: 3 weeks Update #3175.
08:10 Changeset in rtems [b9a7dc3b]4.115 by Sebastian Huber <sebastian.huber@…>
doc: Clarify SMP configuration defines
08:04 Changeset in rtems [b171982]4.115 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Provide debug and trace symbols

07/07/15:

20:33 Changeset in rtems [e77f6254]4.115 by Jan Sommer <summerspam@…>
RaspberryPi?: Use rtems_configuration_get_microseconds_per_tick to set clock counter timer interrupt was hard coded to 10 ms per tick. Fix uses the setting of CONFIGURE_MICROSECONDS_PER_TICK to compute the correct start value for the counter See for more information: http://permalink.gmane.org/gmane.os.rtems.user/22691
11:31 GSoC/2015 edited by YANG QIAO
(diff)
11:30 GSoC/2015 edited by YANG QIAO
(diff)
07:33 Changeset in rtems-source-builder [fba2549]4.104.114.95 by Sebastian Huber <sebastian.huber@…>
rtems4.11: OpenMP support for ARM, PowerPC, SPARC
05:42 GSoC/2015 edited by Saurabh Gadia
(diff)

07/06/15:

13:40 Changeset in rtems-source-builder [8a7660c]4.104.114.95 by Sebastian Huber <sebastian.huber@…>
rtems4.11: Use GCC 4.9.3

07/04/15:

13:49 GSoC/2015/GUI edited by Anand Krishnan Prakash
(diff)
13:47 GSoC/2015 edited by Anand Krishnan Prakash
(diff)

07/03/15:

17:54 Changeset in umon [f344230] by Jarielle Catbagan <jcatbagan93@…>
BBB: Build an MLO file when booting from non-XIP devices (e.g. SD) An MLO file will be created from the concatenation of a corresponding GP header and the uMon image. A GP header must be prepended to the uMon image when booting from non-XIP devices. Refer to the AM335x TRM, Section 26.1.9 for more information. These type of images have been tested when booting the MLO file from an SD card with a FAT32 primary partition marked as Active.
17:54 Changeset in umon [f94045f] by Jarielle Catbagan <jcatbagan93@…>
BBB: xcmddcl.h/xcmdtbl.h: Remove irrelevant commands
17:54 Changeset in umon [dd9f290] by Jarielle Catbagan <jcatbagan93@…>
BBB: Makefile: Remove irrelevant source files from CPUCSRC, IODEVSRC, and FLASHSRC
17:54 Changeset in umon [40b5966] by Jarielle Catbagan <jcatbagan93@…>
BBB: cpuio.c: Set devInit() to return 0 by default devInit() is not currently being used. With the current state of uMon, all initializations unique to the AM335x are performed in initCPUio() for now
17:54 Changeset in umon [27db08e] by Jarielle Catbagan <jcatbagan93@…>
BBB: cpuio.h: Remove MONARGV0
17:54 Changeset in umon [d77ed25] by Jarielle Catbagan <jcatbagan93@…>
BBB: cpuio.*: Add UART0 initialization and set DEFAULT_BAUD_RATE to 115200
17:54 Changeset in umon [a5f94c8] by Jarielle Catbagan <jcatbagan93@…>
BBB: Migrate custom exception handler mapping from rom_reset.S to ram_vector_install() in cpuio.c
17:54 Changeset in umon [37e453e] by Jarielle Catbagan <jcatbagan93@…>
BBB: am335x.h: Fix/update * Fixed file header * Formatted code to be atleast below the 80 character limit * Incorporated defines for CM_WKUP registers * Included defines for UART0 RXD/TXD Control Module registers * Added defines for pad control bits

07/02/15:

11:12 Changeset in rtems [7237b3e]5 by Sebastian Huber <sebastian.huber@…>
score: Add self-contained semaphore implementation
11:11 Changeset in rtems [4c68431]4.115 by Sebastian Huber <sebastian.huber@…>
powerpc: Add BUCSR register defines
10:04 Changeset in rtems [3e02a47]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Enable branch prediction for T series
07:14 Changeset in rtems [994d7e1]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Use -O2 for T series

07/01/15:

15:16 GSoC/2015 edited by André Marques
(diff)
09:13 Changeset in rtems [635ed82]4.115 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Update due to API changes
09:05 Changeset in rtems [8406d94]4.115 by Sebastian Huber <sebastian.huber@…>
libmisc: Use SMP application by default on SMP
Note: See TracTimeline for information about the timeline view.