Timeline



07/16/15:

22:07 Ticket #2373 (PowerPC BSPs that do not build) created by Joel Sherrill
This is a 4.11 branching blocker!! powerpc-br_uid powerpc-hsc_cm01 …
18:15 Changeset in rtems [db01d0c]4.115 by Joel Sherrill <joel.sherrill@…>
sparc64/rtems/score/cpu.h: Delete dead declaration
18:14 Changeset in rtems [7e14385]4.115 by Joel Sherrill <joel.sherrill@…>
sh/shared/startup/bspstart.c: Add include of percpu.h
15:43 Changeset in rtems [4784214a]4.115 by Joel Sherrill <joel.sherrill@…>
remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_H These files were left after running the script in the previous patch.
15:40 Changeset in rtems [9cff822a]4.115 by Joel Sherrill <joel.sherrill@…>
Most bsp.h: Switch to LIBBSP_@CPU@_@BSP_FAMILY@_H for guard This was done by the following script run from libbsp: find * -name bsp.h | xargs -e grep -l "#ifndef.*_BSP_H" | while read b do echo $b cpu=echo $b | cut -d'/' -f1 | tr '[:lower:]' '[:upper:]' bsp=echo $b | cut -d'/' -f2 | tr '[:lower:]' '[:upper:]' g="LIBBSP_${cpu}_${bsp}_BSP_H" # echo $g sed -e "s/ifndef _BSP_H/ifndef ${g}/" \ -e "s/define _BSP_H/define ${g}/" \ -i $b done
14:26 Changeset in rtems [bea49c9]4.115 by Premysl Houdek <kom541000@…>
bsp/tms570: New/generated header files for TMS570 SoC peripherals registers. The header files are generated by script make_header.py. Current script's version can be found at: https://github.com/AoLaD/rtems-tms570-utils/tree/headers/headers/python Registers offsets and fields have been extracted from reference manual. Signed-off-by: Premysl Houdek <kom541000@…>
13:22 Ticket #2372 ([Patch] bsp/tms570: fix get time resolution after infrastructure ...) created by Pavel Pisa
The update fixes breakage of TMS570 support after Alexander Krutwig …
12:14 Changeset in rtems [069560a]4.115 by Premysl Houdek <kom541000@…>
bsp/tms570: source changes reflecting new headers. Signed-off-by: Premysl Houdek <kom541000@…>
12:14 Changeset in rtems [602e395]4.115 by Pavel Pisa <pisa@…>
bsp/tms570: fix get time resolution after infrastructure change to timecounter. The update fixes breakage of TMS570 support after Alexander Krutwig switch of RTEMS time read to timecounter mechanism bsps: Convert clock drivers to use a timecounter Mechanism to specify odd (non 1 Mhz) time base update frequencies implemented after objections of Martin Galvan. Code is adjusted to convert RTEMS configuration parameter microseconds_per_tick to such odd base if TMS570_PREFERRED_TC_FREQUENCY is specified appropriately. Signed-off-by: Premysl Houdek <kom541000@…> Signed-off-by: Pavel Pisa <pisa@…>
11:26 Changeset in umon [d55aa7c] by Jarielle Catbagan <jcatbagan93@…>
BBB: Makefile: Map uMon RAM in DDR3
11:26 Changeset in umon [8a80d54] by Jarielle Catbagan <jcatbagan93@…>
BBB: rom_reset.S: Initialize the SP at the top of SRAM prior to invoking pll_init and ddr_init
11:26 Changeset in umon [273af8f] by Jarielle Catbagan <jcatbagan93@…>
BBB: cpuio.c/rom_reset.S: Configure the MPU, Core, DDR, and Per PLLs and initialize the DDR3 memory
11:26 Changeset in umon [b9f0b9e] by Jarielle Catbagan <jcatbagan93@…>
BBB: am335x.h/cpuio.c: Add CM_PER_GPIO1_CLKCTRL in am335x.h and change CM_DIV_M3_DPLL_PER to CM_PER_GPIO1_CLKCTRL in cpuio.c:initCPUio()
11:26 Changeset in umon [9f5d36e] by Jarielle Catbagan <jcatbagan93@…>
BBB: config.h: Enable INCLUDE_MEMCMDS
11:26 Changeset in umon [90c2701] by Jarielle Catbagan <jcatbagan93@…>
BBB: am335x.h: Fix invalid macro names and add definitions/redefinitions for DDR PHY, Control Module, CM_PER, CM_WKUP, and EMIF0 registers
11:26 Changeset in umon [82f6941] by Jarielle Catbagan <jcatbagan93@…>
BBB: cpuio.c: Fixed indentation
11:05 Changeset in rtems-libbsd [6201756]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Chris Johns <chrisj@…>
Fix buiding for the i386.

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
Note: See TracTimeline for information about the timeline view.