Timeline



05/23/17:

23:26 Changeset in rtems [9935c23]5 by Chris Johns <chrisj@…>
arm/tms570: Update preinstall.am after bootstrap.
23:22 Changeset in rtems [7396e39]5 by Chris Johns <chrisj@…>
testusite: Fix the parallel build test excludes.
23:21 Changeset in rtems [8aa62776]5 by Chris Johns <chrisj@…>
cpukit/libxz: Fix the include path to remove the make warnings.
15:29 Ticket #3024 (dl04, dl05 build failes) created by Pavel
Building rtems-4.11.2-rc4 with "--enable-tests" option fails with …
11:18 Changeset in rtems-libbsd [0237319]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update due to Newlib 2017-06-07 changes The following files are now provided by Newlib: * arpa/inet.h * net/if.h * netinet/in.h * netinet/tcp.h * sys/socket.h * sys/uio.h * sys/un.h The <sys/param.h> and <sys/cpuset.h> are now compatible enough to be used directly. Update #2833.
09:34 Changeset in rtems [afa5b89]5 by Sebastian Huber <sebastian.huber@…>
ada: Remove task notepad support Update #2493.
09:33 Changeset in rtems [783fbce]5 by Sebastian Huber <sebastian.huber@…>
ada: Update due to Clock Manager API changes Update #2676.
09:32 Changeset in rtems [9ff0f40]5 by Sebastian Huber <sebastian.huber@…>
ada: Remove <rtems/debug.h> support Update #2477.
08:03 Changeset in rtems [d5c8756]5 by Sebastian Huber <sebastian.huber@…>
arm: Fix profiling support of Thumb-1 targets Update #2751.
08:01 Ticket #2289 (rtems_ada_self is broken on SMP) reopened by Sebastian Huber
One option is to use TLS, e.g. […] Another option is to use POSIX keys: […] I tend to use TLS since it has less overhead.
07:58 Ticket #2835 (Ada support is broken on SMP configurations) closed by Sebastian Huber
duplicate: This is a duplicate of #2289.
02:30 GSoC/2017/BeagleboneBSPProject edited by Sichen Zhao
(diff)
02:12 GSoC/2017/BeagleboneBSPProject edited by Sichen Zhao
(diff)
02:06 GSoC/2017/BeagleboneBSPProject edited by Sichen Zhao
(diff)

05/22/17:

10:38 Changeset in rtems [eddb134]5 by Sebastian Huber <sebastian.huber@…>
network: Do not use MSIZE Do not use the MSIZE for the legacy network stack. Instead use _SYS_MBUF_LEGACY_MSIZE. Update #2833.
10:36 Changeset in rtems [d7613f7a]5 by Sebastian Huber <sebastian.huber@…>
network: Include <sys/uio.h> explicitly Do not rely on indirect includes via other header files. Update #2833.
10:34 Changeset in rtems [d60bc7c8]5 by Sebastian Huber <sebastian.huber@…>
Provide kernel space headers used by Newlib Update #2833.
00:48 GSoC/2017 edited by Mikail Yayla
(diff)

05/21/17:

13:05 GSoC/2017/RTEMS_for_HiFive1 created by Denis Obrezkov
12:54 GSoC/2017 edited by Denis Obrezkov
(diff)

05/19/17:

16:21 Developer/Simulators/gem5 created by Gedare Bloom
New page.
12:02 Ticket #3023 (Parameter of CPU_COPY() are in wrong order) created by Sebastian Huber
According to the FreeBSD man page we have: …
07:47 Changeset in rtems-libbsd [66e83e0e]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
soc/qbman: Simplify bman_release() Get the affine portal only once for the complete transaction. Signed-off-by: Sebastian Huber <sebastian.huber@…>
07:41 Changeset in rtems-libbsd [1908686]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
soc/qman: Do not enable stashing without PAMU Do not enable stashing in the QMan software portal configuration (QCSPi_CFG[RE, SE]) in case the PAMU support is not configured. Signed-off-by: Sebastian Huber <sebastian.huber@…>
07:34 Ticket #3022 (compiling with DDB defined yields error) closed by Sebastian Huber
wontfix: DDB is not supported and I don't think it makes sense to support it. Just use a normal debugger.
07:31 Changeset in rtems-libbsd [e2d48f5]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dpaa: Implement GENMASK() similar to Linux

05/18/17:

18:43 Ticket #3022 (compiling with DDB defined yields error) created by phongvanpham
Don't know if DDB is supported in RTEMS but since VERBOSE_SYSINIT does …
17:27 Ticket #3021 (libbsd cannot compile with -O0 option) created by phongvanpham
Currently the symbol swi_remove is #ifdef'ed out in rtems …
12:19 Changeset in rtems-libbsd [7f1f428]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
qman_api.c: Prevent false clearing of IRQ status Adding (p->irq_sources & ~QM_PIRQ_CSCI) to the clear mask means for example we clear the QM_PIRQ_EQCI unconditionally. This is a problem in case this interrupt happens after the read of the interrupt status and before the interrupt status clear.
09:53 Changeset in rtems-libbsd [69a5677]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dpaa: Disable QMAN_VOLATILE_FLAG_WAIT_INT
09:50 Changeset in rtems-libbsd [96da40c]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dpaa: Avoid QMan work queue
07:35 Changeset in rtems-libbsd [62c8ca0]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix INVARIANTS support
06:13 Changeset in rtems-libbsd [ed254d58]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dpaa: Use receive checksum offload
05:44 Changeset in rtems-libbsd [3471177]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dpaa: Enable preemption in qm_mr_process_task()
05:28 Changeset in rtems-libbsd [b3a6ad0]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dpaa: Disable unused CGR code
05:27 Changeset in rtems-libbsd [cf40770]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Linux update to 4.12-rc1+ Linux baseline b23afd384801711ab6dbccd259cc14cb09a1dcaf.
05:22 Changeset in rtems-tools [61ddcfc]5 by Chris Johns <chrisj@…>
rtems-bsp-builder: Add as a build type.
05:15 Changeset in rtems-source-builder [5feef65]5 by Chris Johns <chrisj@…>
4.12/powerpc/gdb: Fix building the simulator on FreeBSD.
05:14 Changeset in rtems-source-builder [7ebd0e9]5 by Chris Johns <chrisj@…>
4.12/mips: Fix building on FreeBSD.

05/17/17:

12:40 Changeset in rtems-libbsd [29c0cff]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Update scripts to include support for input devices - USB Keyboard, USB mouse, touch, and EVDEV
12:40 Changeset in rtems-libbsd [427ee3e]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Redirect FREEBSD's kern_yield to RTEMS sched_yield
12:40 Changeset in rtems-libbsd [15a4321]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Add tests for USB keyboard and mouse as well as EVDEV
12:40 Changeset in rtems-libbsd [9d4afe9]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Add keyboard driver set variable
12:40 Changeset in rtems-libbsd [e28a8d0]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Add LPC32XX touch screen driver
12:40 Changeset in rtems-libbsd [fb2aa6e]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Add bitcount inlinesfor RTEMS. These are found in FREEBSDs types.h
12:40 Changeset in rtems-libbsd [18cf428]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Modify FREEBSD EVDEV driver for use in RTEMS
12:40 Changeset in rtems-libbsd [b51279b]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Modify FREEBSD USB keyboard drivers for use in RTEMS
12:40 Changeset in rtems-libbsd [a7415b7]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Add USB UGEN support for RTEMS
12:40 Changeset in rtems-libbsd [3e7de30]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Add FREEBSD USB input device files
12:40 Changeset in rtems-libbsd [41d2784]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Add FREEBSD keyboard driver files
12:40 Changeset in rtems-libbsd [67de3b5]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Adding EVDEV FREEBSD files
08:23 Changeset in rtems-libbsd [64163f3]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Initialize BSD user extension earlier
07:25 Changeset in rtems-libbsd [721b1c1]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
qbman: Fix platform_get_irq() error checks

05/16/17:

15:38 Ticket #3010 (src/cpukit/posix/src/mmap.c:189]: (style) Suspicious condition) closed by Gedare Bloom <gedare@…>
fixed: In a330c5d/rtems: […]
15:37 Changeset in rtems [a330c5d]5 by Gedare Bloom <gedare@…>
posix: clarify expression with parentheses Close #3010.
09:27 Changeset in rtems-libbsd [43fdf50]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Import CRC32 support from FreeBSD
07:47 Changeset in rtems [0b8084c2]5 by Sebastian Huber <sebastian.huber@…>
confdefs.h: Fix compile error in non-SMP cfg Bug introduced by f778b7f3f177a39505aeea61206e95fc54f875be. Update #3001.
06:43 Changeset in rtems-tools [ed80d2c]5 by Chris Johns <chrisj@…>
rtemstoolkit: Add the configuration.py module to the install.

05/15/17:

01:48 Changeset in rtems-tools [ef38b5d]5 by Chris Johns <chrisj@…>
rtemstoolkit: Add Python INI configuration support.
01:29 Changeset in rtems-tools [9a8a03c]5 by Chris Johns <chrisj@…>
rtems-bsp-builder: Add all architectures and BSPs. - Add support to include other INI files. - Add support for extended interpolation on Python 2.7.

05/14/17:

04:11 Ticket #3014 (interrupt vector indexing is assuming BSP_INTERRUPT_VECTOR_MIN = 0 ...) closed by Phong Pham <phamp@…>
fixed: In a9859d1/rtems: […]
03:50 Ticket #3016 (missing a couple register names + a #ifndef __ASM__ around serial.h ...) closed by Phong Pham <phamp@…>
fixed: In f219adc/rtems: […]
01:52 Changeset in rtems [a748603]5 by Chris Johns <chrisj@…>
build-system: Parallel build all subdirs.

05/12/17:

19:19 GSoC/2017/POSIX_Compliance created by aditya
19:18 GSoC/2017 edited by aditya
(diff)
19:16 POSIX-Compliance edited by aditya
(diff)
19:12 POSIX-Compliance created by aditya
19:10 GSoC/2017 edited by aditya
(diff)
19:09 GSoC/2017/PosixCompliance created by aditya
18:50 GSoC/2017 edited by aditya
(diff)
16:46 Changeset in rtems-source-builder [68d2cdd]5 by Joel Sherrill <joel@…>
Update tools to gcc 7.1.0 and binutils 2.28
12:16 Changeset in rtems-libbsd [817cbf7]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
devfs: Fix some issues Fix issue with cdev private data usage with RTEMS iop structure. Add support for cdev alias device names. Add support for cdev fstat.
12:16 Changeset in rtems-libbsd [6afe73d]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Updating scripts for USB Serial Drivers
12:16 Changeset in rtems-libbsd [534017c]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Adding USB Serial test
12:16 Changeset in rtems-libbsd [5040ee5]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Update USB Serial Driver for use with RTEMS
12:16 Changeset in rtems-libbsd [746d74b]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Add USB headers to support USB Serial drivers
12:16 Changeset in rtems-libbsd [286c391]55-freebsd-126-freebsd-12 by Kevin Kirspel <kevin-kirspel@…>
Adding FREEBSD USB Serial Drivers
09:46 Ticket #2945 (Many failures on LEON3 with SMP disabled) closed by Daniel Hellstrom
worksforme
09:32 Ticket #3006 (SPARC LEON3 BSP SMP build is broken.) closed by Daniel Hellstrom
fixed: I never had this problem until I rebased recently. It triggered on LEON3 since some drivers are looking at the RTEMS version information from headers. This was fixed by Sebastian in commit: e0627c69b5bc2b669105525b1ce35f84abc3edf0 "cpukit: Fix RTEMS_REVISION define"
08:43 Ticket #3020 (Review tests using CONFIGURE_DISABLE_SMP_CONFIGURATION) created by Sebastian Huber
Some tests need CONFIGURE_DISABLE_SMP_CONFIGURATION to work correctly …
08:08 Changeset in rtems [00d98208]5 by Sebastian Huber <sebastian.huber@…>
sptests/spprivenv01: Use default task mode There is no need to run the task with interrupts disabled.
07:53 Changeset in rtems [6bc63df1]5 by Sebastian Huber <sebastian.huber@…>
confdefs.h: Add SMP enabled field to configuration Do not use the processor count to determine if SMP is enabled. Instead use a dedicated configuration option. Enable SMP by default in SMP configurations. Add CONFIGURE_DISABLE_SMP_CONFIGURATION to all test which would fail otherwise. Update #3001.
06:35 Changeset in rtems [f778b7f3]5 by Sebastian Huber <sebastian.huber@…>
confdefs.h: Use SMP scheduler only if necessary Update #3001.

05/11/17:

13:33 Changeset in rtems [fd10817]5 by Alexei Pososin <m09123874@…>
Remove excessive locking from cache operations. According to manual, the used operations (Clean Line by PA, Clean and Invalidate Line by PA, Cache Sync) are atomic and do not require locking. Update #3007.
11:43 Changeset in rtems [1ea73e2b]5 by Daniel Hellstrom <daniel@…>
leon, grtc: SMP support by using spin-locks
11:08 Ticket #3011 (Error compiling xilinx_zynq_zedboard.) closed by Sebastian Huber
worksforme
10:54 Changeset in rtems [818f10bc]5 by Daniel Hellstrom <daniel@…>
leon, grtc: updated overrun condition handling The following functions now reports to the user that an overrun has occured by returning errno EIO: * grtc_read, on overrun and no more data in the DMA buffer * ioctl(GRTC_IOC_RECV), on overrun and no more frames in the DMA buffer * ioctl(GRTC_IOC_ISSTARTED), EIO is returned on overrun
09:03 Changeset in rtems [13097181]5 by Sebastian Huber <sebastian.huber@…>
confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATION Enable the SMP configuration by default in case SMP is enabled. Add configuration option CONFIGURE_DISABLE_SMP_CONFIGURATION to disable it explicitly. Add CONFIGURE_DISABLE_SMP_CONFIGURATION to all test which would fail otherwise. Update #3001.
07:58 Ticket #3002 (Incorrect bit reference in ARM GIC) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 09cbe71/rtems: […]
07:53 Changeset in rtems [09cbe71]4.11 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Fix bit field offset in GIC support Close #3002.
07:53 Changeset in rtems [0e494170]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Fix bit field offset in GIC support Update #3002.
07:43 Ticket #2923 (Questionable Code in resource_snapshot.c) closed by Sebastian Huber
wontfix
07:41 Ticket #2674 (CORE spinlock implementation is next to be useless) closed by Sebastian Huber
fixed: Added to documentation: file:///home/EB/sebastian_h/git-rtems-docs/build/c-user/html/symmetric_multiprocessing_services.html#disabling-of-interrupts
07:25 Changeset in rtems-docs [39773ce]5 by Sebastian Huber <sebastian.huber@…>
c-user: Replace pre-emption with preemption

05/10/17:

15:25 Ticket #3019 (Update RSB to use gcc-4.9.4 for rtems 4.11) created by Jan Sommer
To have a working Ada compiler on rtems several patches are needed …
12:46 Ticket #3011 (Error compiling xilinx_zynq_zedboard.) reopened by Gedare Bloom
The sys/mman.h was moved from RTEMS into newlib awhile ago, but maybe there is a problem with the integration. I recently added the mmap/munmap support. I'll try to look at this, can anyone else replicate it?
12:39 Changeset in rtems-libbsd [9128d20]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
libkern.h: Add ffsll()
11:09 Changeset in rtems-tools [85e14e0]5 by Chris Johns <chrisj@…>
rtems-bsp-builder: Fix excluding builds. Excluding builds was not working. This patch fixes that and it also correctly handles mixed builds.
10:39 Changeset in rtems [6fdded2c]5 by Daniel Hellstrom <daniel@…>
leon, gr1553bm: SMP support by using spin-locks
09:31 Changeset in rtems-libbsd [f7f3c4b]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
blist: Import from FreeBSD
08:46 Changeset in rtems [3feae3b]5 by Daniel Hellstrom <daniel@…>
leon, gr1553bc: SMP support by using spin-locks Since DMA buffers are managed by the user, responsibility is put on the user to cope with SMP in the application.
03:36 Changeset in rtems [900c407]5 by Chris Johns <chrisj@…>
testsuites: Build the tests in parallel if make is asked too.
03:34 Changeset in rtems [6130a47]5 by Chris Johns <chrisj@…>
testsuites: Fix build dependences for generated files.
00:41 Changeset in rtems-source-builder [f99c37e]5 by Chris Johns <chrisj@…>
bootstrap: Do not create a log file by default.
00:39 Ticket #3018 (RSB cannot compile tool chain in CentOS 7.) created by phongvanpham
In CentOS 6.8, everything works fine. But in CentOS 7, it does not. …

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