Timeline



04/16/20:

23:58 Developer/Git/Users edited by Joel Sherrill
Replace Developer/Contributor? wiki link with link to Users Guide (diff)
23:56 Developer/Git/Users edited by Joel Sherrill
Replace Developer/Contributor? wiki link with link to Users Guide (diff)
23:54 Ticket #3958 (Review wiki/TBR/Website/FAQ for correct links) created by Joel Sherrill
This page likely has many broken links. Fix them. All should likely …
23:52 TBR/Website/FAQ edited by Joel Sherrill
Replace Developer/Contributor? wiki link with link to Users Guide (diff)
23:51 Ticket #3957 (Review wiki/Developer for deletion) created by Joel Sherrill
https://devel.rtems.org/wiki/Developer has minimal content. All should …
23:47 GCI/Documentation/DoxygenForBSPs edited by Joel Sherrill
Replace Developer/Contributor? wiki link with link to Users Guide (diff)
23:45 GCI/QA/ImproveEnglish edited by Joel Sherrill
Replace Developer/Contributor? wiki link with link to Users Guide (diff)
23:44 WikiStart edited by Joel Sherrill
Replace Developer/Contributor? wiki link with link to Users Guide (diff)
23:23 Ticket #3956 (RSB BSP build with tests does not keep a copy) created by Chris Johns
The tests are not installed by default. Add support to the RSB to copy …
19:42 Projects/GSoC/ApplicationConfigurationGUI edited by Joel Sherrill
Remove link to soon to be dead wiki page (diff)
19:38 GCI/QA/ImproveEnglish edited by Joel Sherrill
Replace Quick_Start wiki link with documentation link (diff)
19:37 GCI/QA/ImproveEnglish edited by Joel Sherrill
Replace Quick_Start wiki link with documentation link (diff)
19:36 GSoC/2008/RunTimeTracing edited by Joel Sherrill
Replace Quick_Start wiki link with documentation link (diff)
19:36 Projects/GSoC/ApplicationConfigurationGUI edited by Joel Sherrill
Replace Quick_Start wiki link with documentation link (diff)
19:35 Developer/Mongoose_Web_Server edited by Joel Sherrill
Replace Quick_Start wiki link with documentation link (diff)
19:34 Building/RTEMS edited by Joel Sherrill
Replace Quick_Start wiki link with documentation link (diff)
19:33 Ticket #3955 (Remove Mingw Tools Wiki page) created by Joel Sherrill
This should be obsolete. Please confirm, fix references and delete the …
19:31 Event/FOSS_IN/Report edited by Joel Sherrill
Replace Quick_Start wiki link with documentation link (diff)
19:29 WikiStart edited by Joel Sherrill
Replace Quick_Start wiki link with documentation link (diff)
19:26 Mission_Statement edited by Joel Sherrill
(diff)
19:00 Changeset in rtems-central [eb54ec9] by Sebastian Huber <sebastian.huber@…>
Remove pylint: disable=useless-object-inheritance
18:56 Changeset in rtems-central [e471380] by Sebastian Huber <sebastian.huber@…>
Rename config.ini in config.yml
18:54 Changeset in rtems-central [8164bd4] by Sebastian Huber <sebastian.huber@…>
Makefile: Report coverage by default
18:50 Ticket #3954 (Evaluate these Wiki Pages for Deletion) created by Joel Sherrill
The following pages in the Wiki have had their content moved to User …
15:08 Ticket #3953 (rtems_extensions_create() accepts a NULL pointer table) created by Sebastian Huber
It should return RTEMS_INVALID_ADDRESS instead.
14:06 Changeset in rtems [c081c68] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_make_runner() Update #3199.
12:14 Changeset in rtems [222d6879]5 by Christian Mauderer <christian.mauderer@…>
bsps/arm: Fix uninitialized value in generic timer _CPU_Counter_frequency() can be called by the rtems_counter initialization before arm_gt_clock_initialize() initializes the value used in _CPU_Counter_frequency(). Closes #3961.
10:22 Changeset in rtems [34e4df55] by Sebastian Huber <sebastian.huber@…>
libtest: Split POSIX Keys support Update #3199.
10:13 Changeset in rtems [ced28f2] by Sebastian Huber <sebastian.huber@…>
config: Provide file descriptors only if necessary Only provide the file descriptor array if CONFIGURE_MAXIMUM_FILE_DESCRIPTORS > 0. If someone configured CONFIGURE_MAXIMUM_FILE_DESCRIPTORS == 0 and the appplication uses something which requires a file descriptor, then a linker error will show up. An alternative would be to add a zero-length array rtems_libio_iops[ 0 ] to librtemscpu.a which would be used in this case. Conditionally include some header files.
10:12 Changeset in rtems [a7a0a364] by Sebastian Huber <sebastian.huber@…>
config: Conditionally include header
09:08 Changeset in rtems-source-builder [9482a1b]5 by Christian Mauderer <christian.mauderer@…>
5/rtems-libbsd: Update 5-freebsd-12
07:52 Changeset in rtems-libbsd [592003f]5-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
imx: Fix build for all other BSPs.
07:52 Changeset in rtems-libbsd [db78c8c]5 by Christian Mauderer <christian.mauderer@…>
imx: Fix build for all other BSPs.

04/15/20:

16:59 History/Timeline edited by Joel Sherrill
Added incorporation of RTEMS Foundation and Fermi ground-breaking discovery (diff)
16:40 Changeset in rtems-source-builder [f2f0fdf]5 by Christian Mauderer <oss@…>
5/rtems: Update kernel and libbsd.
14:51 Changeset in rtems-docs [7b7efb2]5 by Sebastian Huber <sebastian.huber@…>
c-user: Fix RTEMS_SCHEDULER_EDF_SMP() Update #3815.
14:36 Changeset in rtems [fe6191f] by Sebastian Huber <sebastian.huber@…>
bsps/leon3: Remove superfluous includes
13:29 Changeset in rtems [75b2093] by Sebastian Huber <sebastian.huber@…>
sparc: Use RTEMS_XCONCAT() Prefer macros with a proper namespace.
11:37 Changeset in rtems-central [1a2fcaf] by Sebastian Huber <sebastian.huber@…>
build: New module
11:31 Changeset in rtems-central [9667971] by Sebastian Huber <sebastian.huber@…>
items: Add ItemCache?.all
09:48 Changeset in rtems-central [c1f9e31] by Sebastian Huber <sebastian.huber@…>
items: Support enabled-by attribute
09:30 Changeset in rtems-central [2ac9fc8] by Sebastian Huber <sebastian.huber@…>
Move and split test files Remove test grouping through test classes.
07:52 Changeset in rtems-docs [7e08133]5 by Sebastian Huber <sebastian.huber@…>
eng: Adjust config.h include Use variant used by most source files.
07:48 Changeset in rtems [80cf60e]5 by Sebastian Huber <sebastian.huber@…>
Canonicalize config.h include Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
07:45 Changeset in rtems [8f808c1]5 by Sebastian Huber <sebastian.huber@…>
libnetworking: Remove config.h include in header
07:12 History/Timeline edited by Christian Mauderer
Add first commits / activity from maintainers based on git history (diff)
06:47 History/Timeline edited by Christian Mauderer
Add maintainers based on MAINTAINERS file. (diff)
06:20 Ticket #3952 (Timeline Update for 30th Anniversary) created by Christian Mauderer
Some Points that should be added to the wiki:History/Timeline. Please …

04/14/20:

22:47 Ticket #3897 (Dhcpcd does not daemonize) reopened by Chris Johns
Replying to Sebastian Huber: > The dhcpcd is not intended to be started via a shell command. Maybe we should remove the shell command. Reopening this bug. This is either a bug in dhcpcd (my view) or the rc.conf support needs to be enhanced to correctly support it. The rc.conf model uses working commands that are wrapped. On FreeBSD the wrapping is using shell scripts and on RTEMS it is a C framework. Another solution is to enhance the shell to push a command into the back ground. I have stated before now and I will repeat what I have said, rc.conf is the documented method to use libbsd. I know of no other documented method and I am reluctant to expose and support other methods built on RTEMS internal specifics. If other methods exist and are in use then it is those users who are at risk of things changing and breaking on them. We fell into this hole in the legacy stack and I do not wish to repeat doing that here.
22:30 Ticket #3859 (No output from joel scripts in telnet) closed by Chris Johns <chrisj@…>
fixed: In d007cc2/rtems: […]
15:44 Ticket #3951 (Remove obsolete powerpc BSPs) created by Sebastian Huber
Remove powerpc BSPs for unsupported ISA variants (e.g. SPE and the …
15:11 Changeset in rtems-docs [cd2ed1a]5 by Sebastian Huber <sebastian.huber@…>
c-user: Split deprecated/removed directives chapter
15:09 Changeset in rtems-docs [e150e16]5 by Sebastian Huber <sebastian.huber@…>
c-user: Add removed directive rtems_clock_get() Be in line with Task Manager chapter. Update #2693.
14:39 Changeset in rtems-docs [02bded3]5 by Sebastian Huber <sebastian.huber@…>
user: Update migration guide Update #3895.
14:29 Changeset in rtems [4f32722]5 by Sebastian Huber <sebastian.huber@…>
config: Fix typo Update #3875.
13:55 Changeset in rtems-libbsd [64c45b5]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
usb_busdma: Add USB_NEED_BUSDMA_COHERENT_ALLOC Some BSPs have a cache-coherent memory area, however, it should not be used for the USB controller.
13:55 Changeset in rtems-libbsd [bd7af5f]5 by Sebastian Huber <sebastian.huber@…>
usb_busdma: Add USB_NEED_BUSDMA_COHERENT_ALLOC Some BSPs have a cache-coherent memory area, however, it should not be used for the USB controller.
06:41 History/Timeline edited by Christian Mauderer
(diff)
06:33 History/Timeline edited by Christian Mauderer
(diff)
06:29 Changeset in rtems [55d9d8c]4.11 by Chris Johns <chrisj@…>
libmisc/shell: Updating joel script handling fixes from RTEMS 5 Updates #3877
05:26 Changeset in rtems [d007cc2]5 by Chris Johns <chrisj@…>
libmisc/shell: Fix the handling of joel scripts in telnet - Fix the passing of std[in/out] to child threads - Fix deleting of managed memory in the key destructor - Only set the key in the main loop thread - Only allocate a shell env outside of the main loop - Fix memory leak if the task start fails - Remove error level from shell env, it cannot be returned this way. Add exit_code but the API is broken so it cannot be returned. Closes #3859
05:21 Ticket #3949 (clock_settime() can lead to a failed _Assert()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In ea227af/rtems: […]
04:20 Ticket #3950 (Just trying something) closed by Chris Johns
invalid: Please do not play with the ticketing system. If you have a question please ask on the lists. Thanks.
02:38 Ticket #3950 (Just trying something) created by Uchenna
Automation testing for Dr Bloom's project
00:44 Changeset in rtems-docs [ca66112]5 by Chris Johns <chrisj@…>
user: Fix start app chmod execute of waf.

04/13/20:

17:41 Changeset in rtems [ea227af]5 by Sebastian Huber <sebastian.huber@…>
score: Check time of day in _TOD_Set() Close #3949.
17:29 Changeset in rtems [fb07f730]5 by Sebastian Huber <sebastian.huber@…>
score: Return status in _TOD_Set() Update #3949.
17:07 Ticket #3949 (clock_settime() can lead to a failed _Assert()) created by Sebastian Huber
A time too far in the future can lead to a failed assertion in …

04/12/20:

16:05 Ticket #3904 (Add methods to dump the event records in base64 encoding (optionally ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In ea4c098/rtems-docs: […]

04/11/20:

10:28 Changeset in rtems-docs [ea4c098]5 by Sebastian Huber <sebastian.huber@…>
user: Document event recording Close #3904.

04/10/20:

19:02 Ticket #3948 (Export Issues from Coverity Scan) created by Joel Sherrill
It appears as though there is a way to export Coverity issues as xml …
15:33 Ticket #3947 (fdt_rw.c: Unchecked return value (CID #1047324)) created by Joel Sherrill
git blams says Sebastian. […]
15:29 Ticket #3946 (capture-support: Dead Code (CID #1461469 \)) created by Joel Sherrill
New report from Coverity. git blame says Chris. […]

04/09/20:

20:21 Changeset in rtems-source-builder [c41e0c3]5 by Vijay Kumar Banerjee <vijay@…>
qemu-couverture: update to qemu-stable-4.0.0
20:21 Changeset in rtems-source-builder [190b39e]5 by Vijay Kumar Banerjee <vijay@…>
source-builder: Add capstone
20:21 Changeset in rtems-source-builder [50916e8]5 by Vijay Kumar Banerjee <vijay@…>
bare/config: Add devel/dtc-1.6.0
20:21 Changeset in rtems-source-builder [bdffe46]5 by Vijay Kumar Banerjee <vijay@…>
bare/glib-2.48.2: Add patches to suppress null string warning
14:34 Changeset in rtems-docs [c8ee17a]5 by Cláudio Maia <clrrm@…>
user/tools/tester.rst: Removes text references to 'erc32-run' and replaces the example with 'erc32-sis'
14:34 Changeset in rtems-docs [8a83c43]5 by Cláudio Maia <clrrm@…>
user/tools/tester.rst: Removes example using 'sparc-rtems5-run'
14:34 Changeset in rtems-docs [6566e76]5 by Cláudio Maia <clrrm@…>
user/tools/tester.rst: Clarifies the need of --rtems-tools in rtems-test command line
14:34 Changeset in rtems-docs [5640072]5 by Cláudio Maia <clrrm@…>
user/tools/tester.rst: Removes wrong reference to GDB
14:34 Changeset in rtems-docs [8d914b3]5 by Cláudio Maia <clrrm@…>
user/tools/tester.rst: Cleans up text
13:41 Changeset in rtems [2d551030] by Sebastian Huber <sebastian.huber@…>
score: Move _Stack_Allocator_free to separate file This decouples the task stack allocation from the deallocation. Update #3959.
13:17 Changeset in rtems [d817220] by Sebastian Huber <sebastian.huber@…>
score: Add _Stack_Allocator_do_initialize() Do the stack allocator initialization and sanity check only if a user-provided stack allocator was configured. This avoids a dependency of _Thread_Handler_initialization() on the stack allocator. Update #3959.
11:36 Changeset in rtems-source-builder [f3afcb5]5 by Hesham Almatary <Hesham.Almatary@…>
rsb: Use dtc.bset for Spike
10:12 Changeset in rtems [6942e5f] by Sebastian Huber <sebastian.huber@…>
rtems: Add rtems_task_construct() In contrast to rtems_task_create() this function constructs a task with a user-provided task storage area. The new directive uses a configuration structure instead of individual parameters. Add RTEMS_TASK_STORAGE_SIZE() to calculate the recommended size of a task storage area based on the task attributes and the size dedicated to the task stack and thread-local storage. This macro may allow future extensions without breaking the API. Add application configuration option CONFIGURE_MINIMUM_TASKS_WITH_USER_PROVIDED_STORAGE to adjust RTEMS Workspace size estimate. Update #3959.
10:11 Changeset in rtems [aedd92d] by Sebastian Huber <sebastian.huber@…>
score: Add stack free handler to TCB This avoids a dependency to the stack free function in the thread destruction. Update #3959.
07:31 Changeset in rtems [0bd28da] by Sebastian Huber <sebastian.huber@…>
score: Split wkspace.c Splitting the file avoids unnecessary link-time dependencies.
07:24 Changeset in rtems [b070e012] by Sebastian Huber <sebastian.huber@…>
wkspace.c: Change license to BSD-2-Clause Change licence according to file history. Update #3053.

04/08/20:

16:46 Ticket #3945 (Update DTC example on rtems-docs/user/rsb/configuration.rst) created by Cláudio Maia
The DTC example on rtems-docs/user/rsb/configuration.rst should be …
15:14 Changeset in rtems [d7205f0] by Sebastian Huber <sebastian.huber@…>
libc: Optimize malloc() initialization The BSPs provide memory for the separate C Program Heap initialization via _Memory_Get(). Most BSPs provide exactly one memory area. Only two BSPs provide more than one memory area (arm/altera-cyclone-v and bsps/powerpc/mpc55xxevb). Only if more than one memory area is provided, there is a need to use _Heap_Extend(). Provide two implementations to initialize the separate C Program Heap and let the BSP select one of the implementations based on the number of provided memory areas. This gets rid of a dependency on _Heap_Extend(). It also avoids dead code sections for most BSPs. Change licence to BSD-2-Clause according to file history. Update #3053.
14:54 Changeset in rtems [3d0620b] by Sebastian Huber <sebastian.huber@…>
score: Optimize Workspace Handler initialization The BSPs provide memory for the workspace initialization via _Memory_Get(). Most BSPs provide exactly one memory area. Only two BSPs provide more than one memory area (arm/altera-cyclone-v and bsps/powerpc/mpc55xxevb). Only if more than one memory area is provided, there is a need to use _Heap_Extend(). Provide two implementations to initialize the workspace handler and let the BSP select one of the implementations based on the number of provided memory areas. This gets rid of a dependency on _Heap_Extend(). It also avoids dead code sections for most BSPs.
14:25 Ticket #3944 (qoriq_e500 BSP bset fails) created by Joel Sherrill
Looks like curl isn't building for the qoriq_e500 bset. This seems …
13:51 Ticket #3938 (Many (~40) BSPs Fail to Link all Tests) closed by Joel Sherrill
fixed
11:48 Changeset in rtems [b4a786d] by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Fix tlbwe sequence
11:34 Changeset in rtems-source-builder [f6286ff]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain Update #3937.
11:19 Changeset in rtems [9b5af6a] by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix tlbie instruction usage GCC 10 no longer passes -many to the assembler. This enables more checks in the assembler. The 0 in the tlbie instruction is the L operand which selects a 4KiB page size.
10:18 Ticket #3943 (i386: unknown register name 'fpcr' in 'asm') created by Sebastian Huber
There is a compile error with GCC 10 for the i386/pcp4 and …
10:14 Ticket #3942 (multiple definition of `pci_indirect_functions') created by Sebastian Huber
Building with GCC 10 showed a multiple definition error: […]
10:09 Ticket #3941 (Remove epiphany architecture support) created by Sebastian Huber
I tried to build the epiphany BSP with GCC 10 recently and a lot …
10:02 Changeset in rtems-tools [ea86d96]5 by Hesham Almatary <Hesham.Almatary@…>
rtems-tester: Add rv64imafdc_medany for QEMU
09:58 Changeset in rtems-source-builder [9f18471]5 by Hesham Almatary <Hesham.Almatary@…>
rsb: Bump DTC to 1.4 version
09:52 Changeset in rtems [d35722e6]5 by Sebastian Huber <sebastian.huber@…>
bsps/riscv: Fix multiple definition
09:31 Changeset in rtems [159db411] by Sebastian Huber <sebastian.huber@…>
score: Use _Freechain_Push() The nodes are never NULL. Update #3959.
09:30 Changeset in rtems [354c2b5] by Sebastian Huber <sebastian.huber@…>
score: Add <rtems/score/freechainimpl.h> Hide implementation details. Update #3959.
09:21 Changeset in rtems [91c811a1] by Sebastian Huber <sebastian.huber@…>
score: Add _Freechain_Push() Update #3959.
08:28 Changeset in rtems [7746b0de] by Sebastian Huber <sebastian.huber@…>
malloc: Make deferred free support optional Only include the deferred free support if free() is actually used by the application. The free() implementation in RTEMS supports that allocated memory is freed in interrupt context. Since the heap is protected by a mutex, the frees issued in interrupt context cannot immediately be freed to the heap, instead they are placed on a deferred free list. This list is emptied by the core allocation function rtems_heap_allocate_aligned_with_boundary(). This adds a dependency to free() in rtems_heap_allocate_aligned_with_boundary(). In order to better support applications which only allocate memory and never free it, this dependency should be avoided. Provide a weak default implementation of _Malloc_Process_deferred_frees() for rtems_heap_allocate_aligned_with_boundary(). In the free() module provide the strong implementation. Close #4032.
08:20 Changeset in rtems [6f94a83] by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_WEAK Update #4032.
05:26 Changeset in rtems-libbsd [3ad2cea] by Sebastian Huber <sebastian.huber@…>
dwc_otg: Enable voltage detector Update #3910.
05:26 Changeset in rtems-libbsd [9ebb4e2]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dwc_otg: Enable voltage detector Update #3910.

04/07/20:

22:08 Changeset in rtems [f493534]5 by Joel Sherrill <joel@…>
lpc23xx_tli800-testsuite.tcfg: Add psxaoi03 and psxsignal07 Updates #3938.
22:07 Changeset in rtems [af7e519]5 by Joel Sherrill <joel@…>
mcf52235-testsuite.tcfg: Add sp16 Updates #3938.
22:07 Changeset in rtems [a7ea726f]5 by Joel Sherrill <joel@…>
lpc1768_mbed-testsuite.tcfg: Add psxaoi03 and psxsignal07 Updates #3938.
22:06 Changeset in rtems [dcb097a]5 by Joel Sherrill <joel@…>
lpc2362-testsuite.tcfg: Add psxaoi03 and psxsignal07 Updates #3938.
22:05 Changeset in rtems [fe5d50ed]5 by Joel Sherrill <joel@…>
lpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add psxsignal07 Updates #3938.
22:05 Changeset in rtems [f74d70e6]5 by Joel Sherrill <joel@…>
lm4f120-testsuite.tcfg: Add psxsignal07 Updates #3938.
20:26 Changeset in rtems [81e2524]5 by Eshan dhawan <eshandhawan51@…>
Tests for inttype.h methods
08:54 Changeset in rtems-source-builder [70775f9]5 by Hesham Almatary <Hesham.Almatary@…>
rsb: Fix Spike build * There is no all$ target in Spike * There is no longer --with-fesvr flag since fesvr is source-inlined by default
07:38 Changeset in rtems-source-builder [b69f54d]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain Update #3937.
06:26 Changeset in rtems [9b3b33d] by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix inline assembly GCC 10 no longer passes -many to the assembler. This enables more checks in the assembler.
05:43 Ticket #3940 (Unstable GCc is built with #define CHECKING_P 0) created by Sebastian Huber
Somehow the GCC internal checks are disabled if built via the RSB …
05:13 Changeset in rtems [840f21d]5 by Sebastian Huber <sebastian.huber@…>
score: Delete RTEMS_DECLARE_GLOBAL_SYMBOL() Delete unused RTEMS_DECLARE_GLOBAL_SYMBOL(). Update #3799.
02:08 Changeset in rtems-source-builder [e307213]5 by Gedare Bloom <gedare@…>
rtems: bump rtems-5-kernel

04/06/20:

22:44 Ticket #3939 (sparc64: _CPU_ISR_Disable seems broken) created by Gedare Bloom
Both sparc64 BSPs (usiii, niagara) hang at the first call to …
19:21 Changeset in rtems [92a3a19c]5 by Sebastian Huber <sebastian.huber@…>
tests: Exclude record02 for some BSPs Update #3938.
19:00 Ticket #3938 (Many (~40) BSPs Fail to Link all Tests) created by Joel Sherrill
When configured as as show, ~40 BSPs (list below) cannot link all of …
17:18 Ticket #3936 (C++ thread-local storage broken on sparc64) closed by Gedare Bloom <gedare@…>
fixed: In 2db1fd85/rtems: […]
17:15 Changeset in rtems [2db1fd85]5 by Gedare Bloom <gedare@…>
sparc64: update linkcmds with missing sections for TLS Closes #3936.
13:59 Ticket #3937 (Move content of bsp_specs to GCC) created by Sebastian Huber
Move content of the bsp_specs to GCC 10. Once this is done, update the …
12:12 Ticket #3936 (C++ thread-local storage broken on sparc64) created by Sebastian Huber
[…] One option is to disable this test on sparc64.
12:03 Changeset in rtems [c547470e]5 by Sebastian Huber <sebastian.huber@…>
tests: Small memory exclude for record02 Update #3938.
11:32 Changeset in rtems-central [233f564] by Sebastian Huber <sebastian.huber@…>
items: Use a cache file directory This allows read-only source trees.
08:59 Changeset in rtems-central [f50f710] by Sebastian Huber <sebastian.huber@…>
Add RTEMS build specification
08:48 Changeset in rtems-central [d356153] by Sebastian Huber <sebastian.huber@…>
Update submodules
08:44 Changeset in rtems-central [4375d2f] by Sebastian Huber <sebastian.huber@…>
items: Use cache file for each directory
07:08 Ticket #3935 (Remove use of RTEMS_INLINE_ROUTINE in the RTEMS sources) created by Sebastian Huber
Replace all uses of RTEMS_INLINE_ROUTINE with "static inline". This …
07:05 Changeset in rtems-source-builder [8223d3b]5 by Chris Johns <chrisj@…>
rtems/libbsd: Update to origin/5-freebsd12 HEAD.
07:04 Changeset in rtems-source-builder [b2086bd]5 by Chris Johns <chrisj@…>
rtems/kernel: Update to origin/master HEAD.
06:56 Changeset in rtems-libbsd [816a2f9]5-freebsd-126-freebsd-12 by Chris Johns <chrisj@…>
rtems_waf: Update to origin/master. Closes #3888.
05:31 Changeset in rtems-source-builder [ad90540]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain
05:13 Ticket #3888 (Update rtems_waf in libbsd) closed by Gedare Bloom
fixed
05:09 Ticket #3388 (rtems-tester: possible parsing error for qemuprep-altivec on exclude ...) closed by Gedare Bloom
fixed
03:34 Ticket #3887 (Do not report remotes in RSB build log if --mail is used) closed by Gedare Bloom <gedare@…>
fixed: In 4727c3e/rtems-source-builder: […]

04/05/20:

21:22 Changeset in rtems [819374b] by Randy Dunlap <rdunlap@…>
jffs2: Fix if/else empty body warnings When debug (print) macros are not enabled, change them to use the no_printk() macro instead of <nothing>. This fixes gcc warnings when -Wextra is used: ../cpukit/libfs/src/jffs2/src/nodelist.c:255:37: warning: suggest braces around empty body in an ‘else’ statement [-Wempty-body] ../cpukit/libfs/src/jffs2/src/nodelist.c:278:38: warning: suggest braces around empty body in an ‘else’ statement [-Wempty-body] ../cpukit/libfs/src/jffs2/src/nodelist.c:558:52: warning: suggest braces around empty body in an ‘else’ statement [-Wempty-body] ../cpukit/libfs/src/jffs2/src/xattr.c:1247:58: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body] ../cpukit/libfs/src/jffs2/src/xattr.c:1281:65: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body] Builds without warnings on all 3 levels of CONFIG_JFFS2_FS_DEBUG. Signed-off-by: Randy Dunlap <rdunlap@…> Cc: David Woodhouse <dwmw2@…> Cc: Richard Weinberger <richard@…> Cc: linux-mtd@… Signed-off-by: Richard Weinberger <richard@…>
20:56 Ticket #3629 (Add RSB reporting section to the documentation.) closed by Gedare Bloom <gedare@…>
fixed: In cbdfde0/rtems-docs: […]
20:56 Changeset in rtems-docs [e94ed6d]5 by Gedare Bloom <gedare@…>
rsb/configuration: add my copyright
20:47 Changeset in rtems-docs [c9cb173]5 by Gedare Bloom <gedare@…>
rsb: replace asciidoc with rst formatting
20:38 Changeset in rtems-docs [79c37d2]5 by Gedare Bloom <gedare@…>
user/rsb/configuration: fix typo xy to xz
20:25 Changeset in rtems-docs [7a1bb48]5 by Gedare Bloom <gedare@…>
rsb/configuration: fix broken link to _configdir
20:01 GSoC/2020 edited by Anmol Mishra
(diff)
17:49 Ticket #3934 (RISC-V libbsd support) created by Hesham Almatary
I am currently working on RISC-V libbsd and will be submitting patches …
17:46 Ticket #3933 (rtems_waf support to build with Clang/LLVM) created by Hesham Almatary
Patch submitted, but still needs review/corrections [1] [1]
17:41 Ticket #3932 (RISC-V Clang/LLVM support in the new RTEMS build system (waf)) created by Hesham Almatary
That's basically done [1], just need to submit those patches. [1]
17:36 Ticket #3931 (Upstream support for RTEMS backend in Clang/LLVM) created by Hesham Almatary
Currently, Clang/LLVM don't have support for RTEMS as a backend. I …
17:25 Ticket #3930 (RISC-V Clang/LLVM support) created by Hesham Almatary
This ticket is to monitor progress and RTEMS repos that need to be …
08:31 Changeset in rtems [099ab00]5 by Sebastian Huber <sebastian.huber@…>
config: Fix _ISR_Stack_area_end In the previous implementation, the _ISR_Stack_area_begin and _ISR_Stack_area_end symbols were in different sections. If they do not have the same alignment, then the following linker directive could separate them: *(SORT_BY_ALIGNMENT (SORT_BY_NAME (.rtemsstack*))) Do not use different sections and instead define _ISR_Stack_area_end directly. Update #3799.
08:30 Changeset in rtems [3a882e5]5 by Sebastian Huber <sebastian.huber@…>
score: Add and use RTEMS_SYMBOL_NAME() Update #3799.
07:58 Changeset in rtems [d582d0e]5 by Sebastian Huber <sebastian.huber@…>
Revert "score: Fix _ISR_Stack_area_end" This reverts commit 8e80876bdd54e36fb668eee655eec1dd588daf13 which broke several architectures.
04:56 Ticket #3803 (RSB ssl context error fetching qemu patches) closed by Gedare Bloom
invalid
04:50 Ticket #3804 (sb-get-sources: Error repo_mail referenced before assignment) closed by Gedare Bloom
fixed: This appears to have been fixed in [443b8ce3/rtems-source-builder]
04:39 Changeset in rtems-docs [cbdfde0]5 by Gedare Bloom <gedare@…>
user/rsb: describe how to create configuration reports Closes #3629.
04:22 Changeset in rtems-docs [cae8b6d]5 by Gedare Bloom <gedare@…>
user: update copyright and minor typo

04/04/20:

20:27 GSoC/GettingStarted edited by Gedare Bloom
whitespace (diff)
19:39 GSoC/GettingStarted edited by Gedare Bloom
Link to the refactored version in the docs (diff)
19:36 Ticket #3907 (Update Getting Started Instructions) closed by Gedare Bloom
fixed
18:18 Ticket #3221 (RSB wiki page duplicates documentation) closed by Gedare Bloom
fixed: I replaced the wiki content with a link to the docs.
18:17 Developer/Tools/RSB edited by Gedare Bloom
Point to the docs. (diff)
18:15 Ticket #3929 (Document use of virtualenv) created by Gedare Bloom
The use of python virtualenv to build docs or use RSB has been …
17:49 Ticket #3903 (raspberrypi2 libbsd 5-freebsd-12 does not build) closed by Christian Mauderer <christian.mauderer@…>
fixed: In bb8ae78/rtems: […]
03:46 Changeset in rtems-docs [b22c1e1]5 by Utkarsh Rai <utkarsh.rai60@…>
Chapter-on-need-for-RTEMS-specific-cross-compiler Removed '-' character and provided definition list format

04/03/20:

22:55 Changeset in rtems-docs [fb3644c]5 by Gedare Bloom <gedare@…>
common: fix title page Sphinx changed the default behavior of maketitle. Provide our own rtemsmaketitle command and use it instead.
20:50 Ticket #3928 (Implement clock_getcpuclockid()) created by Joel Sherrill
The clock_getcpuclockid() method currently returns ENOSYS. It should …
18:44 Changeset in rtems-docs [44fde6c]5 by Gedare Bloom <gedare@…>
Update top-level copyrights
18:10 Changeset in rtems-docs [53217a9]5 by Vaibhav Gupta <vaibhavgupta40@…>
RTEMS Docs: Add steps for sphinxcontrib-bibtex Add step to install sphinxcontrib-bibtex together with the steps mentioned for ArcLinux?, to install sphinx and dependencies. Signed-off-by: Vaibhav Gupta <vaibhavgupta40@…>
15:31 Changeset in rtems [50782bc5]5 by Gedare Bloom <gedare@…>
cpukit/rfs: fix typo in header guard
15:01 Ticket #3897 (Dhcpcd does not daemonize) closed by Sebastian Huber
wontfix: The dhcpcd is not intended to be started via a shell command. Maybe we should remove the shell command.
13:30 Changeset in rtems-tools [225438c]5 by Jan Sommer <jan.sommer@…>
tester: Add configuration pc-qemu.ini
09:12 Changeset in rtems [c44e404] by Sebastian Huber <sebastian.huber@…>
bsp/stm32h7: Fix warnings Update #3910.
08:03 Changeset in rtems [273613f] by Sebastian Huber <sebastian.huber@…>
bsps/arm: Sort fast text/data sections
07:53 Changeset in rtems [4b767bd] by Sebastian Huber <sebastian.huber@…>
bsps/arm: Use RTEMS_SECTION()
07:47 Changeset in rtems [8e80876]5 by Sebastian Huber <sebastian.huber@…>
score: Fix _ISR_Stack_area_end The _ISR_Stack_area_begin and _ISR_Stack_area_end symbols are in different sections. They must have the same alignment, otherwise the following linker directive could separate them: *(SORT_BY_ALIGNMENT (SORT_BY_NAME (.rtemsstack*))) Update #3799.
07:35 Changeset in rtems-libbsd [0444b24]5 by Moyano, Gabriel <gabriel.moyano@…>
testsuite: A description for each test added
07:35 Changeset in rtems-libbsd [8e33f3b]5-freebsd-126-freebsd-12 by Moyano, Gabriel <gabriel.moyano@…>
testsuite: A description for each test added
07:14 Changeset in rtems-docs [ec9457f]5 by Chris Johns <chrisj@…>
Add a release procedure section.
06:59 Ticket #3836 (Specify the application configuration options) closed by Sebastian Huber
fixed: All configuration options are now documented and specified through the documentation.
00:22 Ticket #3927 (tclsh required to build sqlite -- makes all BSP bsets fail) closed by Jonathan Brandmeyer <jbrandmeyer@…>
fixed: In 113c65c/rtems-source-builder: […]
00:09 Changeset in rtems-docs [d514e33]5 by Chris Johns <chrisj@…>
waf: User friendly message when no sphinx is installed
00:08 Changeset in rtems-docs [3f1622e]5 by Chris Johns <chrisj@…>
Add virtualenv to the README.txt as the preferred host support.

04/02/20:

22:35 Changeset in rtems-source-builder [113c65c]5 by Jonathan Brandmeyer <jbrandmeyer@…>
databases/sqlite: Update to 3.31.1 closes #3927.
22:17 TBR/Website/Board_Support_Packages edited by Joel Sherrill
Delete references to pages that had been purged as being templates (diff)
20:11 Ticket #3668 (Commit message in examples-v2 and libbsd didn't trigger a ticket update.) closed by Amar Takhar
fixed: This was fixed a long time ago the issue was in the update scripts not updating multiple commits in one push only the first one was being handled.
19:05 Changeset in rtems [1483012]5 by Jan Sommer <jan.sommer@…>
bsp/shared/clock: Reset Clock_driver_isrs to correct value CLOCK_DRIVER_ISRS_PER_TICK is the configuration define, CLOCK_DRIVER_ISRS_PER_TICK_VALUE is the actual value of ISRS per clock tick, therefore use this one to reset the Clock_driver_isrs after each tick.
18:14 Changeset in rtems-docs [d4d3067]5 by Gedare Bloom <gedare@…>
user/start/gsoc: fix unicode error and grammar typo
17:00 Ticket #3927 (tclsh required to build sqlite -- makes all BSP bsets fail) created by Joel Sherrill
I'm not sure what to do about this. If building sqlite is a …
16:04 Changeset in rtems-libbsd [404ad60]5-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
regulator: Import from FreeBSD. Update #3869.
16:04 Changeset in rtems-libbsd [9d69204]5 by Christian Mauderer <christian.mauderer@…>
regulator: Import from FreeBSD. Update #3869.
15:47 Changeset in rtems-libbsd [c5455b0]5-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
ehci_imx: Add to build.
15:47 Changeset in rtems-libbsd [f33b6a0]5 by Christian Mauderer <christian.mauderer@…>
ehci_imx: Add to build.
15:43 Changeset in rtems-libbsd [3a1d48c]5-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
imx6_ccm: Add and build module. Update #3869.
15:43 Changeset in rtems-libbsd [6624d6e]5 by Christian Mauderer <christian.mauderer@…>
imx6_ccm: Add and build module. Update #3869.
15:36 Ticket #2562 (RSB Docs Quick Start version number) closed by Gedare Bloom <gedare@…>
fixed: In 7a0834d/rtems-docs: […]
15:35 Changeset in rtems-docs [3a19619]5 by Gedare Bloom <gedare@…>
start/index: relocate gsoc section
14:42 Changeset in rtems-libbsd [4820cce] by Christian Mauderer <christian.mauderer@…>
busdma: Option to round to cache lines on sync Some targets support only flushing or invalidating complete cache lines. In this cases misaligned buffers might lead to unexpected results. This patch adds a flag that allows drivers to signal to the bus dma driver that it is OK to round a buffer to the next full cache line. That's for example necessary if a driver wants to send out 14 byte via a USB DMA. Only the driver knows whether these 14 bytes are located in an otherwise unused cache line aligned buffer.
14:42 Changeset in rtems-libbsd [cdd6003]6-freebsd-12 by Christian Mauderer <christian.mauderer@…>
busdma: Option to round to cache lines on sync Some targets support only flushing or invalidating complete cache lines. In this cases misaligned buffers might lead to unexpected results. This patch adds a flag that allows drivers to signal to the bus dma driver that it is OK to round a buffer to the next full cache line. That's for example necessary if a driver wants to send out 14 byte via a USB DMA. Only the driver knows whether these 14 bytes are located in an otherwise unused cache line aligned buffer.
14:34 Changeset in rtems-libbsd [2237f4b] by Sebastian Huber <sebastian.huber@…>
dwc_otg: Update host frame interval Update the host frame interval after a device connection. Select also the FS/LS PHY clock. It is not clear if this works on all platforms. Update #3910.
14:34 Changeset in rtems-libbsd [8c4c780]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dwc_otg: Update host frame interval Update the host frame interval after a device connection. Select also the FS/LS PHY clock. It is not clear if this works on all platforms. Update #3910.
14:05 Changeset in rtems-docs [94697e1]5 by G S Niteesh Babu <niteesh.gs@…>
start/gsoc: GSoC Getting started instructions. Added instructions to setup development environment for students interested in GSoC.
11:44 Changeset in rtems-libbsd [113662d]5-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
Add support for i.mx cache. Update #3869.
11:44 Changeset in rtems-libbsd [c54699f]5 by Christian Mauderer <christian.mauderer@…>
Add support for i.mx cache. Update #3869.
11:06 Changeset in rtems-docs [7fd137e]5 by G S Niteesh Babu <niteesh.gs@…>
user/bsp-build: Fix broken cross references. The QuickStartBSPBuild_Manual and QuickStartBSPBuild_RSB are missing the underscore in front. This breaks any reference to them from other sections.
09:58 Ticket #3926 (Support device file system in console drivers) created by Sebastian Huber
The device file system doesn't support hard links. Some console …
09:26 Ticket #3922 ([rtems-docs] user/rsb: Typos in multiple files) closed by Mritunjay <mritunjaysharma394@…>
fixed: In f682984/rtems-docs: […]
09:25 Ticket #3894 (Replace the device filesystem with a specialization of the IMFS) closed by Sebastian Huber
fixed
08:58 Ticket #3696 (Basic Support for Trace Compass) closed by Sebastian Huber
fixed
08:49 Changeset in rtems-docs [edfc902]5 by Mritunjay <mritunjaysharma394@…>
doc: Moving M68K BSP Content to User Manual (#3905) Fixed trailing spaces.
08:49 Ticket #3838 (Rework work area initialization) closed by Sebastian Huber
fixed
08:48 Ticket #3925 (Optimize work area initialization) created by Sebastian Huber
The new work area initialization introduced by #3838 introduces a …
08:35 Ticket #3924 (Test the application configuration options) created by Sebastian Huber
There exists a specification of the application configuration options …
08:32 Ticket #3923 (Add traceability information to the application configuration options) created by Sebastian Huber
There exists a specification of the application configuration options …
08:22 Changeset in rtems-docs [2c7cd34]5 by Sebastian Huber <sebastian.huber@…>
eng: Add documentation guidelines Start with templates for the application configuration options. Remove "Format to be followed for making changes in this file" from c-user. Update #3910.
08:18 Changeset in rtems-docs [f682984]5 by Mritunjay <mritunjaysharma394@…>
user/rsb: Fix typos (#3922) Closes #3922
08:03 Ticket #3922 ([rtems-docs] user/rsb: Typos in multiple files) created by Mritunjay Kumar Sharma
This ticket wants to highlight the typos in …
07:51 Changeset in rtems-central [ce63431] by Sebastian Huber <sebastian.huber@…>
spec: Move option
07:14 Ticket #3921 (QorIQ clock tick interval is off by one hardware clock tick) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 299a82f4/rtems: […]
07:12 Ticket #3921 (QorIQ clock tick interval is off by one hardware clock tick) created by Sebastian Huber
The BCR initialization in qoriq_clock_initialize() is off by one …
07:01 Changeset in rtems [299a82f4]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Fix off by one error in clock init Close #3921.
06:28 Changeset in rtems [e4ba06f] by Sebastian Huber <sebastian.huber@…>
bsp/stm32h7: Disable unused functions Update #3910.
04:29 Changeset in rtems-source-builder [4727c3e]5 by Gedare Bloom <gedare@…>
sb/reports: add sanitize parameter enabled for --mail Adds a --sanitize option to command line for reports.py and also for the reports.report() interface from setbuilder.py to remove the Remotes information from git. Closes #3887.
03:55 Changeset in rtems-source-builder [54e08b8]5 by Gedare Bloom <gedare@…>
sb/reports.py: Remove spurious error check The error path is taken when list-bsets or list-cfgs returns true (meaning it listed them). So the error is invalid.
03:28 Changeset in rtems-docs [7a0834d]5 by Gedare Bloom <gedare@…>
start/user: describe version numbers and releases Closes #2562.
Note: See TracTimeline for information about the timeline view.