Timeline



08/06/15:

14:49 Ticket #2384 ([PATCH] [NFS client] Respect 2^32 - 1 B NFSv2 maximum file size) closed by Nick Withers <nick.withers@…>
fixed: In 040ddd23b545cc88c8be7f2ca9acadd85562e445/rtems: […]
02:47 Ticket #2386 ([bsps/mvme3100] Incorrect / sub-optimal CFLAGS) created by Nick Withers
According to Sebastian Huber in #2369, A BSP for the e500 should use …
02:17 Changeset in rtems [040ddd2]5 by Nick Withers <nick.withers@…>
Respect 232 - 1 B NFSv2 maximum file size closes #2384
02:17 Changeset in rtems [7a0df6b]4.11 by Nick Withers <nick.withers@…>
Respect 232 - 1 B NFSv2 maximum file size closes #2384
02:15 Ticket #2385 (Warning from commit "bsps/arm: Do not use __ARM_ARCH_7A__") created by Chris Johns
This change https://git.rtems.org/rtems/commit/?h=4.11&id=d0733bb8
00:50 Changeset in umon [d355df2] by Ed Sutter <edsutterjr@…>
target version should be zero until port is completed
00:42 Changeset in umon [40ec7e1] by Ed Sutter <edsutterjr@…>
update to glib with clean indication of where the files (that I didn't create) came from

08/05/15:

01:39 Ticket #2384 ([PATCH] [NFS client] Respect 2^32 - 1 B NFSv2 maximum file size) created by Nick Withers
The RTEMS NFS(v2) client in at least 4.11 and master does not range …

08/04/15:

23:08 Changeset in umon [ad25184] by Ed Sutter <edsutterjr@…>
enable XMODEM so we don't have to manually write to uSD for updates
18:03 Changeset in umon [426fc71] by Jarielle Catbagan <jcatbagan93@…>
BBB: Migrate MMC1 clock enable from am335x_mmc.c:mmcInit() to cpuio.c:initCPUio()
18:03 Changeset in umon [0511e58] by Jarielle Catbagan <jcatbagan93@…>
BBB: Makefile: Compile am335x_mmc.c
18:03 Changeset in umon [ae6395f] by Jarielle Catbagan <jcatbagan93@…>
BBB: am335x_mmc.c: Integrate reading and writing functionality in "mmc" command
18:03 Changeset in umon [d8325a1] by Jarielle Catbagan <jcatbagan93@…>
BBB: Add am335x_mmc.c and am335x_mmc.h that implement "mmc" command with initialization functionality
18:03 Changeset in umon [de41b13] by Jarielle Catbagan <jcatbagan93@…>
BBB: xcmddcl.h/xcmdtbl.h: Add "mmc" command
18:03 Changeset in umon [04903c8] by Jarielle Catbagan <jcatbagan93@…>
BBB: cpuio.c: Configure pins used by MMC1
18:03 Changeset in umon [0e24873] by Jarielle Catbagan <jcatbagan93@…>
BBB: Migrate MMC0 clock enable from am335x_sd.c:sdInit() to cpuio.c:initCPUio() The reason why the MMC0 clock enable has to be executed much earlier is a result of the invocation of sdInstalled() in sd.h before sdInit(). Without this migration, an exception occurs since the MMC0 interface has not been enabled before it is accessed by sdInstalled().
18:03 Changeset in umon [7e4e58e] by Jarielle Catbagan <jcatbagan93@…>
BBB: am335x.h: Add defines for register and pins used by MMC1
15:59 GSoC/2015 edited by Jarielle Catbagan
Added status update for August 4, 2015 (diff)
15:40 SOCIS/2015 edited by hermann19829
(diff)
15:18 GSoC/2015 edited by Ketul Shah
(diff)
15:16 GSoC/2015 edited by Anand Krishnan Prakash
(diff)
11:10 Changeset in umon [562bc6a] by Ed Sutter <edsutterjr@…>
reset major/minor version number to 3.0
05:03 GSoC/2015 edited by Saurabh Gadia
(diff)
01:35 Changeset in umon [a7b6f00] by Ed Sutter <edsutterjr@…>
tree cleanup using 'astyle --unpad-paren --align-pointer=name --lineend=linux --add-brackets --convert-tabs --style=knf -A4 FILENAME'
00:40 Debugging/OpenOCD/Xilinx_Zynq edited by Chris Johns
OpenOCD is sudo. (diff)
00:37 Debugging created by Chris Johns
Add a debugging top level page.
00:29 Debugging/OpenOCD/Xilinx_Zynq edited by Chris Johns
Updates. (diff)
00:20 Changeset in umon [98883c2] by Ed Sutter <edsutterjr@…>
fix incorred verbose help text
00:19 Changeset in umon [38aac20] by Ed Sutter <edsutterjr@…>
fix warning caused by INCLUDE_TFS being unset

08/03/15:

23:40 Debugging/OpenOCD/Xilinx_Zynq created by Chris Johns
Add a Zynq JTAG page.
23:31 Debugging/OpenOCD edited by Chris Johns
(diff)
23:29 Debugging/OpenOCD created by Chris Johns
Add OpenOCD page.
22:59 WikiStart edited by Chris Johns
Add a new user welcome message. (diff)
16:35 Ticket #2380 (Incorrect title for C User's Guide in info output) closed by Joel Sherrill <joel.sherrill@…>
fixed: In add0e494ef6fd89807f1dd9342decad45821ce86/rtems: […]
16:34 Changeset in rtems [add0e494]5 by Joel Sherrill <joel.sherrill@…>
user/c_user.texi: Correct info index entry closes #2380.
16:34 Changeset in rtems [c9318aa]4.11 by Joel Sherrill <joel.sherrill@…>
user/c_user.texi: Correct info index entry closes #2380.
04:16 Changeset in umon [a4b4f2e] by Jarielle Catbagan <jcatbagan93@…>
BBB: Makefile: Compile am335x_sd.c
04:16 Changeset in umon [9df0e66] by Jarielle Catbagan <jcatbagan93@…>
BBB: config.h: Enable the "sd" command via INCLUDE_SD
04:16 Changeset in umon [6e0ae1b] by Jarielle Catbagan <jcatbagan93@…>
BBB: am335x_sd.c: Integrate reading and writing functionality in "sd" command
04:16 Changeset in umon [0cd5b7d] by Jarielle Catbagan <jcatbagan93@…>
BBB: Add am335x_sd.c that implements the "sd" command initialization functionality
04:16 Changeset in umon [5a75bc2] by Jarielle Catbagan <jcatbagan93@…>
BBB: cpuio.c: Configure pins used for MMC0 interface
04:16 Changeset in umon [ddf6706] by Jarielle Catbagan <jcatbagan93@…>
BBB: am335x.h: Add defines for MMC0 interface, AM335x MMC/SD registers, and CMD/responses
01:18 Ticket #2380 (Incorrect title for C User's Guide in info output) created by Joel Sherrill
I usually read RTEMS document in Info file format, and I found that C …

08/02/15:

15:32 Ticket #2379 (Ensure ada-tests build) closed by Joel Sherrill <joel.sherrill@…>
fixed: In d138a22b542a98b38afee731a08d6a4896f33e79/rtems: […]
15:31 Changeset in rtems [652888c]4.11 by Joel Sherrill <joel.sherrill@…>
ada-tests/support/init.c: Fix compile errors and warnings closes #2379.
15:31 Changeset in rtems [d138a22b]5 by Joel Sherrill <joel.sherrill@…>
ada-tests/support/init.c: Fix compile errors and warnings closes #2379.
15:29 Ticket #2379 (Ensure ada-tests build) created by Joel Sherrill
There is a compile error in ada-tests/support/init.c.

08/01/15:

17:15 Changeset in rtems [3699161a]4.10 by Nick Withers <nick.withers@…>
Fixes breakage on at least FreeBSD. closes #2379.
17:12 Ticket #2378 (ampolish3 script can't always find perl) closed by Joel Sherrill
fixed
16:58 Changeset in rtems [dc47565]4.11 by Nick Withers <nick.withers@…>
ampolish3: Use env to find perl more reliably Fixes breakage on at least FreeBSD. closes #2379.
16:58 Changeset in rtems [f8cf567]5 by Nick Withers <nick.withers@…>
ampolish3: Use env to find perl more reliably Fixes breakage on at least FreeBSD. closes #2379.
16:54 Ticket #2378 (ampolish3 script can't always find perl) created by Joel Sherrill
Posted to devel@ …
14:45 GSoC/2015 edited by André Marques
(diff)
10:43 Changeset in rtems [1cf91e0b]4.11 by Jan Sommer <summerspam@…>
Add synch_synchronize function for arm Fixes link failure when linking Ada programs on the raspberry pi
10:43 Changeset in rtems [7e798b4]5 by Jan Sommer <summerspam@…>
Add synch_synchronize function for arm Fixes link failure when linking Ada programs on the raspberry pi

07/31/15:

11:55 Changeset in rtems-libbsd [45eb88b]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
nexus-devices: Add pc386 nexus device and drivers
11:55 Changeset in rtems-libbsd [855c120]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
PCI: Enable some functions
11:00 Changeset in rtems-libbsd [ad0fb56]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Disable pcibus_pnp driver module
10:55 Changeset in rtems-libbsd [3462a12]4.11 by Sebastian Huber <sebastian.huber@…>
Dummy securelevel_ge() and securelevel_gt()
10:55 Changeset in rtems-libbsd [7c33a00]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Dummy securelevel_ge() and securelevel_gt()
10:55 Changeset in rtems-libbsd [9199609]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
DEVICE.HINTS(5): Enable resource_disabled()
10:53 Changeset in rtems-libbsd [3fc15fd]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
i386/legacy.c: Disable per CPU stuff
10:08 GSoC/2015 edited by Ragunath
(diff)
09:55 Changeset in rtems-libbsd [88205a5]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
waf_generator.py: Move arch header includes Make sure that architecture specific header files are found first.
09:54 Changeset in rtems-libbsd [a3ef8e6]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
e1000: Add missing file
09:52 Changeset in rtems-libbsd [2fc413a]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
i386: Make <machine/cpufunc.h> compile clean
08:30 Ticket #2377 (rtems_waf: Tools without a version are not supported) created by Sebastian Huber
waf configure --prefix=/opt/rtems --rtems=/opt/rtems …
07:55 Changeset in rtems [d0733bb]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Do not use ARM_ARCH_7A This would lead to link-time errors in case less specialized compiler machine options are used, e.g. to run the GCC test suite.
06:27 Changeset in rtems-libbsd [c764753]4.11 by Sebastian Huber <sebastian.huber@…>
Delete broken Makefile, use waf instead
05:32 Ticket #1247 (RTEMS does not implement locks needed by multithreaded newlib) closed by Sebastian Huber
fixed: It is fixed with this commit in Newlib: https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=commit;h=ecaef05f6601f1e8acb78fb65b411a258f39988a It requires an RTEMS version [9e9e61d27d146e2ca83d5b0f590683a3f605c3f1/rtems] or later.

07/29/15:

16:16 Ticket #2376 (close() of tftpfs always returns an error) closed by Michael Davidsaver <mdavidsaver@…>
fixed: In 74ef2c101a2a8ac2cb4c32ae0da8061e2b76886a/rtems: […]

07/28/15:

16:20 SOCIS/2015 edited by hermann19829
(diff)
15:46 GSoC/2015 edited by Rohini Kulkarni
(diff)
15:41 GSoC/2015 edited by Jarielle Catbagan
Added status update for July 28, 2015 (diff)
15:23 GSoC/2015 edited by Ketul Shah
(diff)
15:14 GSoC/2015 edited by Jarielle Catbagan
Added status update for June 21, 2015 (diff)
15:11 SOCIS/2015 edited by Saeed Ehteshamifar
(diff)
13:58 SOCIS/2015 edited by hermann19829
(diff)
12:45 Changeset in rtems [21789a21]5 by Sebastian Huber <sebastian.huber@…>
score: Rename _POSIX_Absolute_timeout_to_ticks() Rename _POSIX_Absolute_timeout_to_ticks() to _TOD_Absolute_timeout_to_ticks() and move it to the score directory. Delete empty <rtems/posix/time.h>.
11:46 Changeset in rtems [9e9e61d]5 by Sebastian Huber <sebastian.huber@…>
score: Add self-contained condition implementation

07/27/15:

19:19 Ticket #2376 (close() of tftpfs always returns an error) created by Michael Davidsaver
While investigating #2375 I find that rtems_tftp_close() in …
16:01 Changeset in rtems [61e7c69]5 by Andre Marques <andre.lousa.marques@…>
Raspberry Pi implementation for the RTEMS GPIO API. Added support for the new RTEMS GPIO API functions. Test cases can be found in https://github.com/asuol/RTEMS_rpi_testing/tree/master/GPIO
16:01 Changeset in rtems [87f8b01]5 by Andre Marques <andre.lousa.marques@…>
RTEMS GPIO API definition and implementation. Changes relative to the previous patch set: - Moved GPIO pin interrupts to rtems chains, instead of a local linked list; - Restructured the pin tracking structure, separating the interrupt information for each pin meaning that a pin without any interrupt enabled only requires 8 bytes, while keeping interrupt information (handling information, handler chain control, ...) requires 24 additional bytes (total of 32 bytes per pin with interrupts enabled); - Added support for 'parallel' pin function assignment, allowing the function assignment to be set for multiple pins in a single GPIO hardware call. If a BSP does not support this feature it becomes a sequence of individual calls per pin. Also added support for GPIO pin groupings, allowing to write and read byte data to a series of pins which behave as a single entity; - Added bank tracking structure to maintain the bank lock and bank level interrupt information (threaded/normal handling, interrupt counter); - Changed GPIO settings to BSP defined constants, reducing dynamic memory allocation; - Switched interrupt tasks for a rtems interrupt server, with the possibility of using normal interrupts (user handlers being called within ISR context).
11:19 Changeset in rtems [12f93fbb]5 by Sebastian Huber <sebastian.huber@…>
score: Add thread queue for self-contained objects

07/26/15:

13:28 Changeset in rtems [aecb5086]4.10 by Michael Davidsaver <mdavidsaver@…>
tftpDriver: don't free directory node's path string Update #2375.
13:27 Changeset in rtems [74ef2c10]5 by Michael Davidsaver <mdavidsaver@…>
tftpDriver: close() false error closes #2376.
13:27 Changeset in rtems [8da63adc]4.11 by Michael Davidsaver <mdavidsaver@…>
tftpDriver: close() false error closes #2376.
13:27 Changeset in rtems [a4e052b]4.10 by Michael Davidsaver <mdavidsaver@…>
tftpDriver: close() false error closes #2376.
12:56 Changeset in rtems [05d8495]4.10 by Michael Davidsaver <mdavidsaver@…>
tftpDriver: backport fixes ensure that node_access is comparable in unmount() Update #2375.
11:57 Changeset in rtems [4bcbd8d6]4.10 by Michael Davidsaver <mdavidsaver@…>
tftpDriver: apply changes through master from 4.10.2-15-g5b21eb6 to eb7753437ff858ebe34a08baef7dfdb45eb0f018 Update #2375.

07/24/15:

08:47 Changeset in rtems [3984a0e1]4.11 by Sebastian Huber <sebastian.huber@…>
m68k: Include proper header file
08:47 Changeset in rtems [f7d95581]5 by Sebastian Huber <sebastian.huber@…>
m68k: Include proper header file
08:42 Changeset in rtems-libbsd [07ff2c1]55-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
rtems-bsd-mutex: Update due to API changes
07:12 Changeset in rtems [9c53910]5 by Sebastian Huber <sebastian.huber@…>
score: Add comment

07/23/15:

18:34 Changeset in rtems [2f43241]4.11 by Sebastian Huber <sebastian.huber@…>
arm: Include proper header file
18:34 Changeset in rtems [98a41f41]5 by Sebastian Huber <sebastian.huber@…>
arm: Include proper header file
13:38 Changeset in rtems-libbsd [3cb5e9e]4.1155-freebsd-126-freebsd-12freebsd-9.3 by Sebastian Huber <sebastian.huber@…>
Update due to header guard changes
07:00 Changeset in rtems [08135c85]5 by Sebastian Huber <sebastian.huber@…>
i2c: Fix return status of i2c dev read/write
07:00 Changeset in rtems [0ad8a33]4.11 by Sebastian Huber <sebastian.huber@…>
i2c: Fix return status of i2c dev read/write
06:36 Changeset in rtems [19078dc6]5 by Sebastian Huber <sebastian.huber@…>
doc: Add SMP section to CPU Arch Supplement
06:36 Changeset in rtems [f9a59795]4.11 by Sebastian Huber <sebastian.huber@…>
doc: Add SMP section to CPU Arch Supplement
Note: See TracTimeline for information about the timeline view.