Timeline



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.

04/01/20:

23:21 Ticket #3609 (Update Spike Version in RSB (RISC-V simulator)) closed by Joel Sherrill
fixed: I updated the RSB to have a functional Spike with a git version. Results have been posted to build@
13:14 Changeset in rtems-docs [01b1f47]5 by Christian Mauderer <christian.mauderer@…>
user/imx: Add i.MX6UL/ULL. Update #3869
09:39 Changeset in rtems-libbsd [cec7e3f]5-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
mmcsd: Don't handle multiple hardware partitions. The rtems_bsd_mmcsd_attach_worker acquired the bus without releasing it. If a MMC device has multiple hardware partitions (like eMMC which typically has at least one boot partition) the rtems_bsd_mmcsd_attach_worker would try to acquire the bus multiple times. This doesn't work. Doing it right would mean to acquire and release the bus for each access which would have an performance impact. Beneath that it would mean that partition switching has to be supported by the RTEMS code too. There is currently no known use case where the access would be necessary. Therefore this patch prefers the performance and just avoids all further hardware partitions.
09:39 Changeset in rtems-libbsd [fa81c95]5 by Christian Mauderer <christian.mauderer@…>
mmcsd: Don't handle multiple hardware partitions. The rtems_bsd_mmcsd_attach_worker acquired the bus without releasing it. If a MMC device has multiple hardware partitions (like eMMC which typically has at least one boot partition) the rtems_bsd_mmcsd_attach_worker would try to acquire the bus multiple times. This doesn't work. Doing it right would mean to acquire and release the bus for each access which would have an performance impact. Beneath that it would mean that partition switching has to be supported by the RTEMS code too. There is currently no known use case where the access would be necessary. Therefore this patch prefers the performance and just avoids all further hardware partitions.
09:11 Changeset in rtems [abb7858] by Sebastian Huber <sebastian.huber@…>
bsp/stm32h7: Enable LL drivers Update #3910.
07:07 Changeset in rtems [86f006be]5 by Sebastian Huber <sebastian.huber@…>
libio: Remove RTEMS_FILESYSTEM_TYPE_MINIIMFS This type is unused. Do not mention non-existing CONFIGURE_FILESYSTEM_MINIIMFS.
07:03 Ticket #2806 (Undocumented confdefs.h Configure Options) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 4032c96/rtems-docs: […]
07:03 Ticket #3901 (New template for configuration options with a value) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 7bad894/rtems-docs: […]
07:02 Changeset in rtems-docs [c95e3e3]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move CONFIGURE_MAXIMUM_PRIORITY Move this option to the scheduler configuration options. Update #3836.
06:58 Changeset in rtems-docs [39ca06c]5 by Sebastian Huber <sebastian.huber@…>
c-user: Clarify config options use Update #3836.
06:55 Changeset in rtems-central [210dbc11] by Sebastian Huber <sebastian.huber@…>
spec: Clarify config options use
06:48 Changeset in rtems-central [a48a2e5] by Sebastian Huber <sebastian.huber@…>
spec: Use null if no notes are present
06:28 Changeset in rtems-central [735caf4] by Sebastian Huber <sebastian.huber@…>
applconfig: Support null notes
05:49 Changeset in rtems-central [0417df4] by Sebastian Huber <sebastian.huber@…>
spec: Add and use constraint

03/31/20:

16:53 GSoC/2020 edited by UTKARSH RAI
(diff)
15:50 GSoC/2020 edited by Mritunjay Kumar Sharma
(diff)
15:49 GSoC/2020 edited by Mritunjay Kumar Sharma
Final Proposal Submitted (diff)
15:32 GSoC/2020 edited by eshan dhawan
(diff)
14:48 Changeset in rtems-central [37699db] by Sebastian Huber <sebastian.huber@…>
spec: New option template
14:47 Changeset in rtems-central [afcf3db] by Sebastian Huber <sebastian.huber@…>
applconfig: Fix content format
14:42 Changeset in rtems-docs [4032c96]5 by Sebastian Huber <sebastian.huber@…>
c-user: Document all configuration options Close #2806.
14:40 Changeset in rtems-central [b4b639f] by Sebastian Huber <sebastian.huber@…>
spec: Add undocumented configuration options
13:19 Changeset in rtems [8b8c068]5 by Sebastian Huber <sebastian.huber@…>
testsuites: Remove CONFIGURE_MALLOC_STATISTICS This configuration option is obsolete since 2014. Update #1367.
12:57 Changeset in rtems [7cec259]5 by Sebastian Huber <sebastian.huber@…>
config: Remove CONFIGURE_FILESYSTEM_DEVFS This filesystem no longer exists. Remove unused RTEMS_FILESYSTEM_TYPE_DEVFS. Update #3894.
10:59 Ticket #2683 (Configuration table's smp_enabled conditional on RTEMS_SMP) closed by Sebastian Huber
invalid: The configuration table not longer exists. In particular, the SMP enabled indicator is no longer used. The User_multiprocessing_table no longer exists. In MPCI configurations, there is now an _MPCI_Configuration.
08:57 Changeset in rtems-libbsd [27ff7e7]5-freebsd-126-freebsd-12 by Moyano, Gabriel <gabriel.moyano@…>
testsuite: User input define added
08:57 Changeset in rtems-libbsd [9478d56]5 by Moyano, Gabriel <gabriel.moyano@…>
testsuite: User input define added
08:57 Changeset in rtems-libbsd [89be2af]5 by Moyano, Gabriel <gabriel.moyano@…>
testsuite: Using RTEMS tester functions at beginning and at the end of tests puts() was replaced with rtems_test_begin() and rtems_test_end()
08:57 Changeset in rtems-libbsd [b4937b0]5-freebsd-126-freebsd-12 by Moyano, Gabriel <gabriel.moyano@…>
testsuite: Using RTEMS tester functions at beginning and at the end of tests puts() was replaced with rtems_test_begin() and rtems_test_end()
08:31 Changeset in rtems [7e33a80]5 by Sebastian Huber <sebastian.huber@…>
config: Remove filesystem entry config options Remove the following undocumented configuration options: * CONFIGURE_FILESYSTEM_ENTRY_DOSFS * CONFIGURE_FILESYSTEM_ENTRY_FTPFS * CONFIGURE_FILESYSTEM_ENTRY_IMFS * CONFIGURE_FILESYSTEM_ENTRY_JFFS2 * CONFIGURE_FILESYSTEM_ENTRY_NFS * CONFIGURE_FILESYSTEM_ENTRY_RFS * CONFIGURE_FILESYSTEM_ENTRY_TFTPFS Update #3836.
08:20 Changeset in rtems-libbsd [0e7108f]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dwc_otg: Add support for nexus bus Update #3910.
08:20 Changeset in rtems-libbsd [6c83023] by Sebastian Huber <sebastian.huber@…>
dwc_otg: Add support for nexus bus Update #3910.
08:05 Changeset in rtems [762425e]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Remove superfluous defines These defines are not used and easily conflict with application code. They are also defined by the standard header file <arpa/ftp.h> if someone needs them.
08:03 Changeset in rtems [eb92b1f]5 by Sebastian Huber <sebastian.huber@…>
ftpd: Fix return types
07:56 Changeset in rtems-libbsd [018fa32]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
testsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
07:56 Changeset in rtems-libbsd [3847691]5 by Sebastian Huber <sebastian.huber@…>
testsuite: CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
06:06 Changeset in rtems-central [592ad7b] by Sebastian Huber <sebastian.huber@…>
spec: Update glossary of terms
06:04 Changeset in rtems-docs [6f0bc56]5 by Sebastian Huber <sebastian.huber@…>
eng: Add glossary terms Define the following terms: * assembler language * C language * ELF * interrupt service * software component * software unit Clarify: * task Update #3715.

03/30/20:

17:28 GSoC/2020 edited by Suyash Singh
suyash: removed the word draft (diff)
17:27 GSoC/2020 edited by Suyash Singh
suyash: changed final submitted section answer to yes (diff)
14:38 Changeset in rtems [01219541]5 by Christian Mauderer <christian.mauderer@…>
bsp/imx: Add an extra ecspi clock. Some imx chips or boards don't use the same frequency for ECSPI and IPG. Update #3869
13:03 Changeset in rtems-central [f67c6e9] by Sebastian Huber <sebastian.huber@…>
spec: Clarify role in configuration option
12:41 Changeset in rtems-central [5b4f733] by Sebastian Huber <sebastian.huber@…>
applconfig: Replace "must" with "shall"
11:52 Changeset in rtems-central [c151e39] by Sebastian Huber <sebastian.huber@…>
applconfig: Support constraint links
11:31 Changeset in rtems-central [217c111] by Sebastian Huber <sebastian.huber@…>
spec: Replace "must" with "shall"
11:26 Changeset in rtems-central [210d3247] by Sebastian Huber <sebastian.huber@…>
spec: Use constraint links
09:49 Changeset in rtems-docs [e26f874]5 by Sebastian Huber <sebastian.huber@…>
c-user: Avoid self references Update #3900.
09:48 Changeset in rtems-central [483960c] by Sebastian Huber <sebastian.huber@…>
spec: Avoid self references
09:13 Changeset in rtems-docs [2f18a53]5 by Sebastian Huber <sebastian.huber@…>
c-user: Use new template for feature config opts Update #3900.
09:04 Changeset in rtems-central [6a2e349] by Sebastian Huber <sebastian.huber@…>
spec: Canonicalize integer options
08:59 Changeset in rtems-central [ec687e0] by Sebastian Huber <sebastian.huber@…>
spec: Add BSP related config options
08:30 Changeset in rtems [5608e89]5 by Sebastian Huber <sebastian.huber@…>
config: Remove BSP_DEFAULT_UNIFIED_WORK_AREAS Do not undefine this unused BSP configuration option. This is a follow up of commit 92b33b8d09377feb14eb5a831ce242047c58d02b.
08:01 Changeset in rtems-central [b11b567] by Sebastian Huber <sebastian.huber@…>
applconfig: Support initializer options
08:00 Changeset in rtems-central [86db7a32] by Sebastian Huber <sebastian.huber@…>
spec: Avoid self references
07:53 Changeset in rtems-central [8ac087e] by Sebastian Huber <sebastian.huber@…>
spec: Convert initializer options
06:48 Changeset in rtems-docs [0103b68]5 by Sebastian Huber <sebastian.huber@…>
c-user: Fix typo in file name Update #3836.
00:40 Changeset in rtems-source-builder [26a0568]5 by Chris Johns <chrisj@…>
rtems/libbsd: Update to the latest 5-freebsd12 branch head.
00:40 Changeset in rtems-source-builder [9fbe810]5 by Chris Johns <chrisj@…>
rtems/kernel: Update to the latest master.
00:22 Ticket #3909 (rtems_waf with python2 needs to handle unicode strings with waf) closed by Chris Johns
fixed: https://git.rtems.org/rtems-libbsd/commit/?id=508836451b282e016d0310e8913e95fd2cd6b0f3

03/29/20:

23:47 Changeset in rtems-source-builder [92d8e7f]5 by Chris Johns <chrisj@…>
sb/sha512-base64: Add script to generate a base64 checksum. - Use this command to get a smaller sha512 checksum
23:46 Changeset in rtems-source-builder [fe63ad8]5 by Chris Johns <chrisj@…>
sb/execute: Port fixes from rtems-tools
23:40 Changeset in rtems-source-builder [097018a]5 by Chris Johns <chrisj@…>
5/rtems-tools: Update to pick up rtems-test fixes for GDB
23:04 Ticket #3864 (rtems-tester does not work with gdb simulators) closed by Chris Johns
fixed
22:55 Changeset in rtems-tools [ca7b290]5 by Chris Johns <chrisj@…>
rtemstoolkit/execute: Handle unicode input on python2 - Allow unicode as a type on python2. The unicode type is not present on python3 so make the support conditional. - Add some more diag prints to aid debugging. Closes #3964
22:52 Changeset in rtems-tools [753eb94]5 by Chris Johns <chrisj@…>
tester/gdb: Add lock timing and remote fetching registers. - Add timing for the locks to aid performance profiling - Remove fetching registers as the MI parser is slow on pyton2 Updates #3864

03/28/20:

21:59 Changeset in rtems-libbsd [236295c]5-freebsd-126-freebsd-12 by Vijay Kumar Banerjee <vijay@…>
wscript: Python2 support for unicode strings in contexts Closes #3909
21:59 Changeset in rtems-libbsd [5088364]5 by Vijay Kumar Banerjee <vijay@…>
wscript: Python2 support for unicode strings in contexts Update #3909
18:24 Changeset in rtems [19efa9a0]5 by G S Niteesh Babu <niteesh.gs@…>
bsp/raspberrypi: Fix build warnings. 1) _Memory_Initialize makes pointer from integer without a cast. 2) printf format error, expects %u but %lu provided.

03/27/20:

19:02 Ticket #3920 (Update POSIX compliance guide) created by eshan dhawan
Some headers and methods have been implemented in Newlib/RTEMS/RTEMS …
17:41 Changeset in rtems-central [9ca576b] by Sebastian Huber <sebastian.huber@…>
spec: Fix CONFIGURE_MAXIMUM_DRIVERS
12:12 Changeset in rtems-central [c4fc8bd] by Sebastian Huber <sebastian.huber@…>
spec: Convert integer feature options
11:53 Changeset in rtems-docs [7bad894]5 by Sebastian Huber <sebastian.huber@…>
c-user: Use new template for integer config opts Try to bring all descriptions up to date. Add cross-references to several options. Clarify configuration value constraints. Use this template also for initializer type options. Close #3901.
09:16 Changeset in rtems-central [ee8b3c9] by Sebastian Huber <sebastian.huber@…>
applconfig: Support integer options
08:02 Changeset in rtems-docs [ae84edd]5 by Sebastian Huber <sebastian.huber@…>
user: Use consistent Hello World spelling
08:00 Changeset in rtems-docs [03e61e9]5 by Sebastian Huber <sebastian.huber@…>
user: Provide a user friendly configuration
03:40 Ticket #3919 (RSB may not download source of pkconfig checked packages) closed by Chris Johns <chrisj@…>
fixed: In 9b7cdb7/rtems-source-builder: […]
03:39 Changeset in rtems-source-builder [9b7cdb7]5 by Chris Johns <chrisj@…>
bare: Fix pkgconfig checks and getting source. - If the package was installed the check does not build the package. This also meant getting the source failed. Closes #3919
03:38 Changeset in rtems-source-builder [25386b1]5 by Chris Johns <chrisj@…>
bare/glib: Add back glib-2.39.3-1 - It was removed in ... https://git.rtems.org/rtems-source-builder/commit/?id=f93fcef875560f6a8ac7a3a541e4a96f73751553
03:33 Ticket #3919 (RSB may not download source of pkconfig checked packages) created by Chris Johns
There are config files with the following: […] If the glib package …

03/26/20:

19:37 Ticket #3918 (Add section to POSIX Users and POSIX Compliance Guide on Unsupportable ...) created by Joel Sherrill
There are some methods RTEMS cannot support. For example, fork(), …
19:32 Ticket #3917 (Add Explanation of Functionality Location Choice (newlib, rtems, libbsd)) created by Joel Sherrill
Find a place in the Software Engineering Guide to discuss RTEMS POSIX …
14:06 Changeset in rtems [18f5bcb]5 by Sebastian Huber <sebastian.huber@…>
rtems: Fix Doxygen comment
07:12 Ticket #3822 (Release created VERSION file in rtems-tools-.*.tar.xz is wrong) closed by Chris Johns
fixed

03/25/20:

15:21 Changeset in rtems-source-builder [71af2d9]5 by Joel Sherrill <joel@…>
spike: Update to use exec that searches along PATH. Updates #3914.
07:37 Changeset in rtems-libbsd [835250d]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix INVARIANTS support
Note: See TracTimeline for information about the timeline view.