Timeline



03/04/19:

14:32 Changeset in rtems [c991eeec]5 by Sebastian Huber <sebastian.huber@…>
bsps: Adjust bsp.h Doxygen groups Update #3706.
13:02 Ticket #3718 (Add support for test plans) created by Sebastian Huber
Test plans are required by …
12:25 Ticket #3717 (Add test guidelines chapter to RTEMS Software Engineering Handbook) created by Sebastian Huber
The test guidelines chapter should cover the following topics: * …
12:21 Ticket #3716 (Unit, integration and validation tests for space profile) created by Sebastian Huber
Various tests such as * unit tests, * integration tests, and * …
11:03 Ticket #3715 (Add Requirements Engineering chapter to RTEMS Software Engineering Handbook) created by Sebastian Huber
The chapter should cover the following topics: * Overview and …
08:22 Changeset in rtems [dbe6e0ad]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Move .rtemstack section Move the .rtemsstack section from a read-only to a read-write area, see page table setup in BSP_default_pgtbl_setup().
08:20 Changeset in rtems [e1fc23f0]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix PAGE_ALIGN() macros Previous warning fixes which include <sys/param.h> broke this macro. The definition of PAGE_MASK changed.
06:20 Ticket #3714 (Reduce memory usage of psxconfig01 test) created by Sebastian Huber
This test contains several application configuration test cases. The …
06:14 Ticket #3713 (Reduce memory demands of some timing tests) created by Sebastian Huber
Several tests configure the maximum of objects under test by …
03:54 Ticket #3712 (TLS support for libdl) created by Chris Johns
= TLS support for libdl = [[PageOutline(...)]] == …

03/03/19:

09:07 Changeset in rtems-source-builder [67a51a4]5 by Jiri Gaisler <jiri@…>
gdb: update to sis 2.13

03/02/19:

17:09 Changeset in rtems [0a154d5]5 by Shashvat Jain <shashvatjain2002@…>
Correct psxtmtests_plan.csv

03/01/19:

22:38 Ticket #3711 (crypt01 SHA512 test blows the stack on AArch32) created by Kinsey Moore
On register-poor architectures with small minimum stack sizes, …
18:21 Changeset in rtems [b1ac3a5]5 by Jonathan Brandmeyer <jbrandmeyer@…>
cpukit/arm: Correct register definition The register definition for the CP15 PMCR (performance monitor control register) has the bits for X (export enable) and D (clock divider enable) backwards. Correct them according to ARMv7-A/R Architecture Reference Manual, Rev C, Section B4.1.117. Consequences: On an implementation that starts off with D set at reset, the clock divider will not be disabled by using RTEMS' definition of the D bit. Tested by using the counter on Xilinx Zynq 7020 to measure some atomic accesses and cache flushing operations.
18:21 Changeset in rtems [2e8a66d]5 by Jonathan Brandmeyer <jbrandmeyer@…>
shell: Correct argument order of mfill Close #3720.
12:12 Changeset in rtems-libbsd [5f68b00]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Remove unused file
12:12 Changeset in rtems-libbsd [da2b048]5 by Sebastian Huber <sebastian.huber@…>
Remove unused file
10:00 Changeset in rtems [e6dd36ca]5 by Sebastian Huber <sebastian.huber@…>
bsp/gen5200: Remove offending @mainpage Update #3705.
09:10 Changeset in rtems [03b2163]5 by Sebastian Huber <sebastian.huber@…>
score: Fix _Scheduler_EDF_Cancel_job() Remove the priority node only in case it is active.
08:43 Changeset in rtems-docs [8ff7024]5 by Sebastian Huber <sebastian.huber@…>
c-user: Mention atomic operations API
02:06 Changeset in rtems-docs [1393ba0]5 by Chris Johns <chrisj@…>
waf: Fix argument bug getting extra source.

02/28/19:

21:06 Ticket #3710 (Improve Coverity Scan Integration) created by Gedare Bloom
The goal of this project is to create better workflows to incorporate …
21:06 GSoC edited by Chris Johns
Update link to 2019. (diff)
20:52 Developer/OpenProjects edited by Gedare Bloom
(diff)
10:35 Changeset in rtems [8e8e269]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Fix typo
10:21 Changeset in rtems [a3db5001]5 by Sebastian Huber <sebastian.huber@…>
bsp/altera-cyclone-v: Enable FIQ for group 0 irqs
09:40 Changeset in rtems [76918e1]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Add BSP_ARM_GIC_ENABLE_FIQ_FOR_GROUP_0 The following variants * GICv1 with Security Extensions, * GICv2 without Security Extensions, or * within Secure processor mode have the ability to assign group 0 or 1 to individual interrupts. Group 0 interrupts can be configured to raise an FIQ exception. This enables the use of NMIs with respect to RTEMS. BSPs can enable this feature with the BSP_ARM_GIC_ENABLE_FIQ_FOR_GROUP_0 define. Use arm_gic_irq_set_group() to change the group of an interrupt (default group is 1, if BSP_ARM_GIC_ENABLE_FIQ_FOR_GROUP_0 is defined).

02/27/19:

22:16 Changeset in rtems-docs [1599d99]5 by Chris Johns <chrisj@…>
waf: Fix python3 issues. - Found after updating to FreeBSD-12.0 which defaults to Python3.
21:36 Changeset in rtems-docs [d5b631f]5 by Chris Johns <chrisj@…>
User: Change output block to type none.
14:10 Changeset in rtems [e33be09]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Support GIC group 0/1
10:43 Changeset in rtems [262cb534]5 by Sebastian Huber <sebastian.huber@…>
bsp/altera-cyclone-v: Move header file This gets rid of a special include path.
10:39 Changeset in rtems [9d41fca]5 by Sebastian Huber <sebastian.huber@…>
bsp/altera-cyclone-v: Adjust Doxygen file groups Update #3707.
09:53 Changeset in rtems [feea03b6]5 by Sebastian Huber <sebastian.huber@…>
Remove explicit file names from @file This makes the @file documentation independent of the actual file name. Update #3707.
08:24 Changeset in rtems [631ccd7]5 by Sebastian Huber <sebastian.huber@…>
bsp/altera-cyclone-v: Adjust Doxygen groups Update #3706
06:28 Changeset in rtems-docs [921037f]5 by Chris Johns <chrisj@…>
Add commands and output to the README.
06:22 Changeset in rtems [a6e39d4a]5 by Sebastian Huber <sebastian.huber@…>
Update Doxyfile to Doxygen 1.8.15 Generate Doxygen output in doc and ignore this directory in Git. Add RTEMS logo. The Doxygen documentation is now built using the source tree. Just invoke "doxygen" in the top-level source directory. The Doxyfile works also with at least Doxygen 1.8.13 and Doxygen 1.8.14. Update #3705.

02/26/19:

22:07 Changeset in rtems-docs [9c3a383]5 by Vaibhav Gupta <vaibhavgupta40@…>
Update User Documentation for Host setup for Linux Mention the requirement of 'pax' package for building BSP if RTEMS is configured with '--enable-tests' option, else build fails.
15:57 Ticket #3709 (rtems-libbsd build failure under Python 2) created by Jonathan Brandmeyer
Waf was unable to build rtems-libbsd using the default python. …
14:44 Changeset in rtems [212663be]5 by Sebastian Huber <sebastian.huber@…>
bsps: Adjust architecture Doxygen groups - Use CamelCase as it is not used in our C code. Enables simple search and replace. - Prefix with "RTEMS" to aid deployment and integration. It aids searching and sorting. Update #3706.
14:22 Ticket #3708 (Remove Doxygen comments from confdefs.h) created by Sebastian Huber
The confdefs.h file contains Doxygen comments. They are not helpful …
13:28 Ticket #3707 (Assign each code file to a Doxygen group) created by Sebastian Huber
Assign each code file (header, C source, assembler) to a Doxygen …
13:23 Ticket #3706 (Create a hierarchy of RTEMS software components using Doxygen groups) created by Sebastian Huber
Create a hierarchy of RTEMS software components using Doxygen groups. …
13:12 Ticket #3705 (Software Design Document (SDD) for space profile) created by Sebastian Huber
A Software Design Document (SDD) is required by …
13:10 Ticket #3704 (Review and update Doxygen recommendations) created by Sebastian Huber
Review and update the …
12:14 Ticket #3703 (Technical Specification (TS) for space profile) created by Sebastian Huber
A Technical Specification (TS) is required by …
10:33 Ticket #3702 (Space profile for RTEMS SMP) created by Sebastian Huber
Define a subset of RTEMS SMP functionality which is * useful for …
10:19 Ticket #3701 (RTEMS Pre-Qualification (ECSS) for SMP) created by Sebastian Huber
This ticket summarises activities carried out by a 24 month project …
09:50 Ticket #3700 (Add rtems_rate_monotonic_deadline()) created by Sebastian Huber
Depending on the scheduler selection, the …

02/25/19:

22:30 Changeset in rtems [68a5f751]5 by Pierre-Louis Garnier <garnie_a@…>
arm/beagle: Fix sdcard.sh tool
22:30 Changeset in rtems [ecf62845]5 by Pierre-Louis Garnier <garnie_a@…>
arm/beagle: SPI driver
14:33 Changeset in rtems [6016894e]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc1768_mbed*: Disable unsupported tests
13:37 Changeset in rtems [5ff61810]5 by Sebastian Huber <sebastian.huber@…>
bsp/mpc5643l_*: Disable unsupported tests
12:47 Changeset in rtems [77971b6]5 by Sebastian Huber <sebastian.huber@…>
bsp/lm4f120: Disable unsupported tests
06:07 Changeset in rtems [007d4e12]5 by Sebastian Huber <sebastian.huber@…>
bsp/lpc24xx: Convert I2C driver to Linux API Change license to BSD-2-Clause. Close #3725.

02/22/19:

07:29 Ticket #3699 (Wrong system register specified for ARM virtual timer value retrieval) closed by Kinsey Moore <nyphbl8d@…>
fixed: In 7abc497/rtems: […]

02/21/19:

23:52 Changeset in rtems-tools [9277878]5 by Joel Sherrill <joel@…>
rtemstoolkit/mailer.py: Check for no --smtp-host arg being provided
22:13 Changeset in rtems [7abc497]5 by Kinsey Moore <nyphbl8d@…>
bsps/arm: Fix system register for virtual timer The system register in use for retrieval of the virtual timer value was mistakenly copied from the physical timer value retrieval function. Virtual timer value retrieval should use the same system register as the virtual timer value setter. Close #3699.
19:23 Ticket #3699 (Wrong system register specified for ARM virtual timer value retrieval) created by Kinsey Moore
In arm_cp15_get_counter_pl1_virtual_timer_value() in …
16:14 Ticket #3698 (libdl failure on many PowerPC BSPs) created by Joel Sherrill
The following BSPs do not build dl09: powerpc-beatnik powerpc-brs5l …
09:19 Ticket #3697 (pthread_once() lacks proper support for thread cancellation) created by Sebastian Huber
http://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_once. …
06:01 Changeset in rtems [e99847bf]5 by Christian Mauderer <christian.mauderer@…>
dev/sc16is752: Fix parity generation.
02:06 Changeset in rtems-docs [2674d6a]5 by Chris Johns <chrisj@…>
user: Remove nit-picky warnings.
02:03 Changeset in rtems-docs [2e6f49f]5 by Chris Johns <chrisj@…>
Add a cheetsheet link to the README.txt

02/20/19:

12:02 Ticket #3696 (Basic Support for Trace Compass) created by Sebastian Huber
The Trace Compass is a tool to …
10:44 Ticket #3695 (Add UDP transfer of event recording data) created by Sebastian Huber
Currently, the event recording data can be transferred via TCP from …
10:10 Ticket #3427 (Improvements to barectf) closed by Sebastian Huber
wontfix: According to the barectf documentation as of 2019-02-20 there is still no support for CTF compound types. At the moment this is not an RTEMS issue.
09:54 Ticket #3454 (Tracing Framework Documentation in User Manual) closed by Sebastian Huber
fixed
04:40 Changeset in rtems-docs [1a051fc]5 by Chris Johns <chrisj@…>
waf: Add support for extra and excluded sources.

02/19/19:

23:11 Changeset in rtems-docs [62efd4c]5 by Chris Johns <chrisj@…>
waf: Change --sphinx-verbose to --sphinx-options, add --sphinx-nit-pick Provide options to manage sphinx. Make using the nit-picky mode simpler to access.
23:07 Changeset in rtems-docs [fb72a00]5 by Chris Johns <chrisj@…>
Add unicode support for commonly used characters like copyright. - This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
22:16 Changeset in rtems-docs [4407039]5 by Chris Johns <chrisj@…>
waf: Fix building the images in the src path.
18:10 Ticket #3694 (shm_open has logically unreachable code (Coverity ID: 1399706, 1399714)) created by Joel Sherrill
Coverity ID: 1399706 and 1399714 File: shmopen.c Method: shm_open for …
11:23 Changeset in rtems-tools [35e6930]5 by Sebastian Huber <sebastian.huber@…>
Add patch used by RTEMS 5 epiphany GDB on FreeBSD
09:19 Ticket #3426 (Babeltrace formula for conversion to CTF) closed by Sebastian Huber
wontfix
09:09 Changeset in rtems-source-builder [3824139]5 by Sebastian Huber <sebastian.huber@…>
5: Update Newlib Pick up register_t changes.
08:17 Changeset in rtems-docs [789b0ca]5 by Sebastian Huber <sebastian.huber@…>
c-user: INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATA Update #3507.
07:29 Changeset in rtems-docs [f6be8a1]5 by Sebastian Huber <sebastian.huber@…>
user: Fix tense in quick start
06:11 Changeset in rtems-docs [7ad2d12]5 by Sebastian Huber <sebastian.huber@…>
user: Clarify U-Boot commands

02/18/19:

09:39 Changeset in rtems-libbsd [5432c6b]5 by Sebastian Huber <sebastian.huber@…>
build: Make it possible to disable the tests
09:39 Changeset in rtems-libbsd [88f21b5]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
build: Make it possible to disable the tests
09:05 Changeset in rtems-libbsd [3e483fb]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Build C++ kernel-space compatibility file
09:05 Changeset in rtems-libbsd [af02f46]5 by Sebastian Huber <sebastian.huber@…>
Build C++ kernel-space compatibility file
09:04 Changeset in rtems-libbsd [c352e69]5 by Sebastian Huber <sebastian.huber@…>
C++ compatibility for some kernel-space headers
09:04 Changeset in rtems-libbsd [d8e4874]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
C++ compatibility for some kernel-space headers
09:03 Changeset in rtems-libbsd [0dbc4e2]5 by Sebastian Huber <sebastian.huber@…>
Fix atomic_load_32()
09:03 Changeset in rtems-libbsd [2a60dfb]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix atomic_load_32()
09:01 Changeset in rtems-libbsd [44c5fe2]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
builder.py: Accept C++ source files
09:01 Changeset in rtems-libbsd [504c1ab]5 by Sebastian Huber <sebastian.huber@…>
builder.py: Accept C++ source files
08:16 Changeset in rtems-docs [924b9ef]5 by Sebastian Huber <sebastian.huber@…>
user: Add product name
08:01 Changeset in rtems [bdec62c4]5 by Sebastian Huber <sebastian.huber@…>
bsps/arm: Move device tree copy Move device tree copy operation after the mode initialization so that bsp_fdt_copy() uses the initialization stack and not the stack provided up by the boot loader.
07:32 Changeset in rtems [3d65f45]5 by Sebastian Huber <sebastian.huber@…>
psxtests/psxonce01: Fix typo Update #3334.
07:24 Changeset in rtems [af80b0a]5 by Sebastian Huber <sebastian.huber@…>
bsp/altera-cyclone-v: Use FDT for clock frequency
06:26 Ticket #3334 (deadlock in _once()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e4ad14cc/rtems: […]
02:28 Changeset in rtems [c5615ddc]5 by Chris Johns <chrisj@…>
libdl/unresolved: Fix return value for rtems_rtl_unresolved_remove Coverity 1399717 Updates #3686
01:37 Changeset in rtems [7aa0530]5 by Chris Johns <chrisj@…>
libdl/archive: Check for an overflow of the symbol table. Coverty 1442636 Updates #3686
01:18 Changeset in rtems [62b01ab]5 by Chris Johns <chrisj@…>
libdl/archive: Fix the config file string index while removing tailing white space. Coverity issue 1442540 Updates #3686
01:12 Changeset in rtems [be62def9]5 by Chris Johns <chrisj@…>
libdl/archive: Return false on read failure. Coverity issue 1442641 Updates #3686
00:46 Changeset in rtems [22afb034]5 by Chris Johns <chrisj@…>
libdl/alloc: Add a locking interface to the allocator. - Allow an allocator to lock the allocations. This is needed to lock the heap allocator so the text and trampoline table are as close together as possible to allow for the largest possible object file size. - Update the default heap allocator to lock the heap allocator. - Update ELF loading to lock the allocator. Updates #3685
Note: See TracTimeline for information about the timeline view.