Timeline



05/09/17:

23:52 Ticket #3017 (improvement in pci.h) created by phongvanpham
In pci.h, there are references to BSP_pci_configuration data structure …
23:38 Ticket #3016 (missing a couple register names + a #ifndef __ASM__ around serial.h ...) created by phongvanpham
In rtems\c\src\libchip\serial\ns16550_p.h, need to add a couple …
23:25 Ticket #3015 (Add support for IBM PPC 750 chip) created by phongvanpham
Currently MPC750 chip is supported. However, PPC750 (from IBM) is …
21:36 Ticket #3014 (interrupt vector indexing is assuming BSP_INTERRUPT_VECTOR_MIN = 0 ...) created by phongvanpham
Someone implement bsp_interrupt_handler_index() forgot to update this …
15:48 GSoC/2017 edited by Sichen Zhao
(diff)
15:47 GSoC/2017/BeagleboneBSPProject edited by Sichen Zhao
(diff)
15:46 GSoC/2017/BeagleboneBSPProject edited by Sichen Zhao
(diff)
15:43 GSoC/2017 edited by Sichen Zhao
(diff)
14:55 GSoC/2017/TMS570_BSP_improvements created by Nikolay Komashinskiy
14:55 GSoC/2017 edited by Nikolay Komashinskiy
(diff)
14:25 Ticket #3013 (ProgrammingError: (1064, "You have an error in your SQL syntax; check ...) created by Nikolay Komashinskiy
Hello, during reset password I had an internal error. This card was …
14:24 Ticket #3011 (Error compiling xilinx_zynq_zedboard.) closed by Gedare Bloom
invalid: You need to re-build your toolchain with a new git-pull of the RSB.
14:00 Changeset in rtems [84e4d10c]5 by Daniel Hellstrom <daniel@…>
leon, apbuart: remove old RAW UART driver This driver was initially intended for APBUART access on GRLIB PCI peripherals (AMBA-over-PCI). There are already many APBUART drivers for LEON. Instead of using this one the termios APBUART should work on AMBA-over-PCI systems with recent changes on LEON3, however that has not been tested yet.
12:09 Changeset in rtems-libbsd [378b5c2]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Use LOG_EMERG for panic()
11:13 Changeset in rtems [c92f402c]5 by Daniel Hellstrom <daniel@…>
leon, grtm: SMP support by using spin-locks
08:57 Ticket #3012 (Global C++ IO streams are broken (cout, cin, cerr)) created by Sebastian Huber
The global C++ IO stream objects are initialized here …
08:28 Ticket #3011 (Error compiling xilinx_zynq_zedboard.) created by Arturo Pérez
I encountered an error compiling the xilinx_zynq_zedboard BSP. I am …
06:57 Boards/Zynq - Zedboard edited by Chris Johns
Add a link to mkbootimage. (diff)

05/08/17:

19:33 Ticket #3010 (src/cpukit/posix/src/mmap.c:189]: (style) Suspicious condition) created by David Binderman
src/cpukit/posix/src/mmap.c:189]: (style) Suspicious condition …
14:10 Changeset in rtems [f767fe74]5 by Daniel Hellstrom <daniel@…>
leon, ahbstat: remove printf warnings
12:58 Changeset in rtems [ce76b9d2]5 by Daniel Hellstrom <daniel@…>
leon, pci-peripherals: SMP support by spin-locks and updated genirq
09:07 GSoC/2017 edited by Sichen Zhao
(diff)
09:06 GSoC/2017 edited by Sichen Zhao
(diff)
08:58 GSoC/2017/BeagleboneBSPProject edited by Sichen Zhao
(diff)
08:34 GSoC/2017/BeagleboneBSPProject edited by Sichen Zhao
(diff)
08:34 GSoC/2017/BeagleboneBSPProject edited by Sichen Zhao
(diff)
08:28 GSoC/2017/BeagleboneBSPProject edited by Sichen Zhao
(diff)
08:26 GSoC/2017/BeagleboneBSPProject created by Sichen Zhao

05/07/17:

22:57 Ticket #3009 (Provide invalid link handler for docs.rtems.org so old docs can be removed.) created by Chris Johns
The docs.rtems.org website has lots of old docs which need to be …
21:13 Changeset in rtems [f219adc]5 by Phong Pham <phamp@…>
missing a couple register names + a #ifndef_ASM around serial.h inclusion Closes #3016.
21:08 Changeset in rtems [848007c]5 by Phong Pham <phamp@…>
Add support for IBM PowerPC 750 chip. Closes #3015.
20:52 Changeset in rtems [a9859d1]5 by Phong Pham <phamp@…>
interrupt vector indexing is assuming BSP_INTERRUPT_VECTOR_MIN = 0 Closes #3014.

05/06/17:

19:47 Ticket #3008 (missing pax causes install failures) created by Hassan Karim
I have tried to install sparc bsp=erc32 on 4 different builds. 3 …
14:11 GSoC/2017/coveragetools edited by Cillian O'Donnell
(diff)
14:01 GSoC/2017 edited by Cillian O'Donnell
(diff)
08:35 GSoC/2017/RTEMSTesterImprovements edited by Tanu Hari Dixit
(diff)
08:35 GSoC/2017 edited by Tanu Hari Dixit
(diff)
08:29 GSoC/2017/RTEMSTesterImprovements edited by Tanu Hari Dixit
(diff)
08:28 GSoC/2017/RTEMSTesterImprovements edited by Tanu Hari Dixit
(diff)
08:27 GSoC/2017/RTEMSTesterImprovements created by Tanu Hari Dixit

05/05/17:

21:27 GSoC/2017/coveragetools edited by Cillian O'Donnell
(diff)
21:26 GSoC/2017/coveragetools edited by Cillian O'Donnell
(diff)
20:42 GSoC/2017/coveragetools edited by Cillian O'Donnell
(diff)
20:41 GSoC/2017/coveragetools created by Cillian O'Donnell
20:37 GSoC/2017 edited by Cillian O'Donnell
(diff)
13:42 Changeset in rtems [8670c464]5 by Daniel Hellstrom <daniel@…>
leon, genirq: SMP support for PCI peripherals The common interrupt layer for GRLIB PCI perihperals is prepared for SMP support by this patch. The existing locking (interrupt disabling) is replaced by a new requirement on the user to implement locking before calling the genirq API. This approach avoids taking more locks than necessary. The split up of the locks also introduces that the user must allocate memory to describe ISR handlers, to avoid calling malloc()/free() while possessing a spin-lock and interrupts are globally disabled.
06:47 Changeset in rtems-libbsd [cd089b9]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Linux update to 4.11-rc5 Linux baseline a71c9a1c779f2499fb2afc0553e543f18aff6edf (4.11-rc5).

05/04/17:

12:28 Changeset in rtems-libbsd [9d52d91]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Updating scripts for FREEBSD TTY support
12:28 Changeset in rtems-libbsd [333bfb6]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Adding test cases for FREEBSD termios support through tty
12:27 Changeset in rtems-libbsd [880a17c]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Adding RTEMS support for FREEBSD TTY
12:27 Changeset in rtems-libbsd [4a8f953]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Updating FREEBSD for tty support
12:27 Changeset in rtems-libbsd [567cce1]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Updating STTY command for use in RTEMS shell
12:27 Changeset in rtems-libbsd [f6c52e0]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Adding tty support files from FREEBSD tree
12:27 Changeset in rtems-libbsd [67cd18e]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Adding stty command files from FREEBSD tree

05/02/17:

08:19 Changeset in rtems [e0627c69]5 by Sebastian Huber <sebastian.huber@…>
cpukit: Fix RTEMS_REVISION define
06:06 Changeset in rtems [6b42018e]5 by Sebastian Huber <sebastian.huber@…>
shell: Fix format specifiers

04/29/17:

13:20 Changeset in rtems [0e6542fb]5 by Pavel Pisa <ppisa@…>
bsp/tms570: include package balls and PINMMR registers mapping for TMS5704357 ZWT chip. The extended mechanism for switching input path by separated alternative registers is already implemented in TMS570 pin multiplexer driver used for TMS570LS31xx rtems/c/src/lib/libbsp/arm/tms570/pinmux/pinmux.c But the code has not been tested on real TMS570LC43xx hardware yet.

04/28/17:

16:11 Changeset in rtems [20775247]5 by Joel Sherrill <joel@…>
rtems/inttypes.h: Add PRIdrtems_vector_number. Missed in previous commit

04/27/17:

23:52 Changeset in rtems [12f9c5b7]5 by Joel Sherrill <joel@…>
posix/src/mutexinit.c: Reorder to make priority a scoped variable
20:49 Changeset in rtems-tools [ad15f6b]5 by Chris Johns <chrisj@…>
rtems-bsp-builder: Fix passes report alignment.
20:36 Changeset in rtems-tools [096c95e]5 by Chris Johns <chrisj@…>
rtems-bsp-tester: Make the failure and pass report more compact.
14:23 Ticket #3007 (ARM caching issues) created by munster
There are two problems with the caching on ARM: * In cases where the …
11:14 Changeset in rtems [229c4249]5 by Martin Aberg <maberg@…>
bsp/leon3: Cleaner namespace for LEON3 debug UART Prefix BSP specific symbols with BSP name: dbg_uart -> leon3_debug_uart debug_uart_index -> leon3_debug_uart_index
05:57 Ticket #3006 (SPARC LEON3 BSP SMP build is broken.) created by Chris Johns
The rtems-bsp-builder failure output is: […] The BSP …
04:58 Changeset in rtems-libbsd [53914f2]55-freebsd-126-freebsd-12 by Chris Johns <chrisj@…>
rc_conf: Move the defaultroute_delay to the defaultroute processing. If no default route is found atfer the delay timeout set the defaultrouter value if present.
03:57 Changeset in rtems-libbsd [4437573]55-freebsd-126-freebsd-12 by Chris Johns <chrisj@…>
rc_conf: Add support for ifconfig_<interface>_alias[0-9]+. The interface alias allows extra IP addresses to be set on and interface and it also allows the MAC address to be set. Examples: ifconfig_em0="inet 10.10.5.33 netmask 255.255.255.0" ifconfig_em0_alias0="ether 10:22:33:44:55:66" ifconfig_em0_alias1="inet 10.1.1.111 netmask 0xffffffff"

04/26/17:

20:42 Changeset in rtems [c16d45a5]5 by Joel Sherrill <joel@…>
posix/src/mutexinit.c: Reorder to make priority a scoped variable
15:53 Changeset in rtems [61568e6]5 by Joel Sherrill <joel@…>
virtex5/startup/dummy_console.c: Use <rtems/bspIo.h> and <rtems/console.h> for many of the prototypes
15:53 Changeset in rtems [78eb6132]5 by Joel Sherrill <joel@…>
dhrystone/dhry_1.c: Move assignment to before start of timer
15:50 Changeset in rtems [c0ea829]5 by Joel Sherrill <joel@…>
virtex4/startup/dummy_console.c: Use <rtems/bspIo.h> and <rtems/console.h> for many of the prototypes
12:07 Changeset in rtems-tools [fc22d2a]5 by Chris Johns <chrisj@…>
rtems-bsp-builder: Fix time in warnings report, wrapping in reports. Also fix accessing group counts when there are no counts.
10:01 Changeset in rtems-tools [c2df65b]5 by Chris Johns <chrisj@…>
rtems-bsp-builder: Fix access when there are no messages.
07:39 Changeset in rtems-libbsd [43c65f5]55-freebsd-126-freebsd-12 by Chris Johns <chrisj@…>
rc_conf: Do not use a local variable for the rc_conf context. If a network error occurs or there is no waiter on rc_conf processing the worker thread is left holding a local stack struct ater the call has returned. Allocate on the heap.
07:38 Changeset in rtems-libbsd [145a821]55-freebsd-126-freebsd-12 by Chris Johns <chrisj@…>
rc_conf: Minor clean up in the net services.
03:11 Changeset in rtems [b73b952]5 by Joel Sherrill <joel@…>
block08/bdbuf_tests.c: Add include of <rtems/inttypes.h>
01:14 Changeset in rtems [9e6ef36]5 by Joel Sherrill <joel@…>
rtems/inttypes.h, block08: Add and use PRIdrtems_blkdev_bnum
01:02 Changeset in rtems [03e4be12]5 by Joel Sherrill <joel@…>
score/cpu/or1k/rtems/score/cpu.h: Fix printf() format warning
01:01 Changeset in rtems [65807379]5 by Joel Sherrill <joel@…>
score/cpu/or1k/or1k-exception-frame-print.c: Fix printf() format warning
01:01 Changeset in rtems [ab77827]5 by Joel Sherrill <joel@…>
or1k/generic_or1k/irq/irq.c: Include <rtems/inttypes.h> and fix printf() format warning

04/25/17:

18:57 Changeset in rtems [c723ee4]5 by Joel Sherrill <joel@…>
libdl/rtl-obj-cache.c: Fix printf() format warning
18:57 Changeset in rtems [6601684f]5 by Joel Sherrill <joel@…>
posix/src/mutexinit.c: Fix used before initialized warning
18:56 Changeset in rtems [f6bd41e]5 by Joel Sherrill <joel@…>
moxie/rtems/score/cpu.h: Fix printf() format warning
18:39 Changeset in rtems [fdfbb0a8]5 by Joel Sherrill <joel@…>
epiphany/rtems/score/cpu.h: Fix printf() format warning
18:16 Ticket #3005 (Typo in RTEMS Source Builder 4.11.99) closed by Linda Huxley <lhuxley@…>
fixed: In 4cc5fcf/rtems-docs: […]
18:14 Changeset in rtems-docs [4cc5fcf]5 by Linda Huxley <lhuxley@…>
hosts.rst: Correct Ubuntu instructions closes #3005.
18:07 Changeset in rtems-docs [26b6f84]5 by Joel Sherrill <joel@…>
README.txt: Add info after installing on CentOS 7
16:42 Changeset in rtems [7db09923]5 by Joel Sherrill <joel@…>
rtems/inttypes.h epiphany_sim/irq/irq.c: Add PRIdrtems_vector_number and use it
16:41 Changeset in rtems [28e5749e]5 by Joel Sherrill <joel@…>
epiphany/cpu.c: Fix typo to eliminate warning
16:40 Changeset in rtems [786c365]5 by Joel Sherrill <joel@…>
psxtests/Makefile.am: Disable tests which should not be built when POSIX is disabled
16:22 Changeset in rtems [55b967a]5 by Joel Sherrill <joel@…>
devnullfatal01/testcase.h: Avoid redefinition of TESTS_USE_PRINTK
13:26 Changeset in rtems [fa27fe5c]5 by Daniel Hellstrom <daniel@…>
leon, greth: new option and change soft-reset logic for EDCL
12:50 Ticket #3005 (Typo in RTEMS Source Builder 4.11.99) created by Linda Huxley
Working from a clean Ubuntu 16.04 install, the following commands in …
07:10 Changeset in rtems [011efee8]5 by Daniel Hellstrom <daniel@…>
leon, irq: single CPU SMP configuration does not need IPI ISR
Note: See TracTimeline for information about the timeline view.