Timeline



02/21/18:

18:23 Changeset in rtems [c2011b47]5 by Martin Aberg <maberg@…>
leon, grspw_pkt: support CCSDS/ISO16 data CRC When the CCSDS/CCITT CRC-16 and 16-bit ISO-checksum logic is available in GRSPW2, the DCRCT field is used to determine how to generate the CRC/checksum code. grspw_hw_sup has been extended with the field ccsds_crc
15:22 GSoC/2018 edited by Vijay Kumar Banerjee
(diff)
11:40 Changeset in rtems [7bf072b]5 by Sebastian Huber <sebastian.huber@…>
bsp/powerpc: Remove wildcards in linkcmds.base This reverts commit 40c623a883da5dd80e4599cf4cd14097834706bd. The use of postfix wildcards, e.g. of the form "*.x" is dangerous since it circumvents the standard matching rules for sections. Unknown input sections should be added explicitly to the desired output section via "x.*" wildcards. Update #3307.
11:40 Changeset in rtems [337a186]5 by Sebastian Huber <sebastian.huber@…>
Add a simple task console driver Close #3320.
10:10 Ticket #3310 (zynq_uart_write_polled could produce a blocking scenario) created by fdpousa
The actual code for the zynq_uart_write_polled has a while loop …
02:26 Ticket #3309 (rtems_task_create's initial_mode SMP update) created by Chris Johns
The initial_mode cannot have the non-preempt flag or an interrupt …

02/20/18:

14:47 Changeset in rtems-docs [96fe12c]5 by Maksim E. Kozlov <maksim.e.kozlov@…>
rsb: Add '--patchdir' option description According to commit d30be3129e9681a74efc80ce241aaf3c3a5b0efe in rtems-source-builder repo. Signed-off-by: Maksim E. Kozlov <maksim.e.kozlov@…>

02/19/18:

22:39 WikiStart edited by Chris Johns
Add user and submitting a patch links. (diff)
19:22 Changeset in rtems [c006bf50]5 by Joel Sherrill <joel@…>
score/cpu/powerpc/include/rtems/score/powerpc.h: Fix typo
19:21 Changeset in rtems [bc16c65]5 by Joel Sherrill <joel@…>
powerpc/include/rtems/score/types.h: Remove unused ppc_isr Updates #3327.
19:12 Ticket #3307 (PowerPC linkcmds.base missing wildcards on some sections) closed by Joel Sherrill <joel@…>
fixed: In 40c623a8/rtems: […]
19:05 Changeset in rtems [c232b37]5 by Joel Sherrill <joel@…>
confdefs.h: Minor rework to avoid warnings when CONFIGURE_HAS_OWN_INIT_TABLE CONFIGURE_HAS_OWN_INIT_TABLE was used both with and without defining CONFIGURE_RTEMS_INIT_TASKS_TABLE. This rework allows it to work both ways without warnings.
10:06 Ticket #3308 (SPARC memcpy() lowering performance) created by Alok
data copying from driver space to user space using memcpy() routine on …

02/16/18:

17:21 Ticket #3307 (PowerPC linkcmds.base missing wildcards on some sections) created by Joel Sherrill
Some sections were missing sections. Wildcards needed to be added.
17:17 Ticket #3306 (Add paravirtualization support to PowerPC) created by Joel Sherrill
The PowerPC port does not currently have paravirtualization support.
17:15 Ticket #3305 (Add paravirtualization support to ARM) created by Joel Sherrill
The Arm port does not currently have paravirtualization support.
16:29 Changeset in rtems-source-builder [d30be31]5 by Maksim E. Kozlov <maksim.e.kozlov@…>
sb: Add option to set location of the patches directory Signed-off-by: Maksim E. Kozlov <maksim.e.kozlov@…>
07:09 Ticket #3304 (docs.rtems.org catalogue is wrong) created by Chris Johns
The catalogue for 4.11.3 is wrong. This was fixed on master. Also …
07:07 Ticket #3303 (PDF documentation is formatted as multi-column) created by Chris Johns
The PDF generated documents is in a 2 column format.
01:06 Release/4.11/4.11.5 created by Chris Johns
Add 4.11.5.
01:04 Release/4.11 edited by Chris Johns
Release 4.11.3 changes. (diff)
01:03 WikiStart edited by Chris Johns
Update for Release 4.11.3. Also change the format of the table. (diff)

02/15/18:

22:18 Changeset in rtems-release [559b836]54.11.3 by Chris Johns <chrisj@…>
Update the release note's coverpage year to 2018.
05:01 Ticket #3302 (Build System conversion of BSP Config (.cfg) files to pkg-config (.pc) ...) created by Chris Johns
= Build System conversion of BSP Config (.cfg) files to Package Config …
00:40 Milestone 4.11.3 completed

02/14/18:

23:16 Changeset in rtems-docs [9c9ba8f]5 by Joel Sherrill <joel@…>
posix-compliance: Add description of standards
15:20 Ticket #3301 (src/c/src/lib/libbsp/sparc/shared/tmtc/grtc.c:1871]: (style) ...) created by David Binderman
src/c/src/lib/libbsp/sparc/shared/tmtc/grtc.c:1871]: (style) …
15:13 Ticket #3300 (src/c/src/lib/libbsp/i386/pc386/console/uart_bus_pci.c:323: bad if ...) created by David Binderman
[src/c/src/lib/libbsp/i386/pc386/console/uart_bus_pci.c:324]: …
15:08 Ticket #3299 (src/c/src/lib/libbsp/arm/stm32f4x/hal/STM32F4xx_HAL_Driver/Src/stm32f4x ...) created by David Binderman
[src/c/src/lib/libbsp/arm/stm32f4x/hal/STM32F4xx_HAL_Driver/Src/stm32f4 …

02/13/18:

06:47 Changeset in rtems [2fbe2ef3]5 by Daniel Hellstrom <daniel@…>
leon, greth: 10/100 MAC enable TX BD interrupt Missed to enable interrupt per TX descriptor. Could lead to TX buffer starvation. Does not affect the GBit code.

02/12/18:

21:03 Changeset in rtems [682ecda]5 by Boris Brezillon <boris.brezillon@…>
mtd: Unconditionally update ->fail_addr and ->addr in part_erase() ->fail_addr and ->addr can be updated no matter the result of parent->_erase(), we just need to remove the code doing the same thing in mtd_erase_callback() to avoid adjusting those fields twice. Note that this can be done because all MTD users have been converted to not pass an erase_info->callback() and are thus only taking the ->addr_fail and ->addr fields into account after part_erase() has returned. While we're at it, get rid of the erase_info->mtd field which was only needed to let mtd_erase_callback() get the partition device back. Signed-off-by: Boris Brezillon <boris.brezillon@…> Reviewed-by: Richard Weinberger <richard@…>
21:03 Changeset in rtems [808c092]5 by Boris Brezillon <boris.brezillon@…>
mtd: Stop assuming mtd_erase() is asynchronous None of the mtd->_erase() implementations work in an asynchronous manner, so let's simplify MTD users that call mtd_erase(). All they need to do is check the value returned by mtd_erase() and assume that != 0 means failure. Signed-off-by: Boris Brezillon <boris.brezillon@…> Reviewed-by: Richard Weinberger <richard@…>
13:07 Changeset in rtems [b2e26b7]5 by Christian Mauderer <christian.mauderer@…>
dev/sc16is752: Check return values. Escalate a failed installation of the interrupts to the next higher level.

02/09/18:

12:17 Changeset in rtems [a3eec5c]5 by Sebastian Huber <sebastian.huber@…>
fsclose01: Fix task mode, use attribute Update #1971.
12:14 Changeset in rtems [48aa4b5d]5 by Sebastian Huber <sebastian.huber@…>
fsclose01: Use floating-point task The tmpfile() uses sprintf(). Update #1971.
07:59 Changeset in rtems [bf70702]5 by Christian Mauderer <christian.mauderer@…>
dev/sc16is752: Add GPIO access via ioctl.
07:56 Changeset in rtems [dc8fd01]5 by Sebastian Huber <sebastian.huber@…>
tests: Support %g print format specifier

02/08/18:

22:34 Ticket #3297 (4.11: libtests in the testsuite does not set EXEEXT to .exe) closed by Chris Johns
fixed: http://git.rtems.org/rtems/commit/?id=1a304307a2f0527023b912595c70d0c7fb17a2d0
22:34 Ticket #2747 (dlerror non-conformance) closed by Chris Johns
fixed
22:31 Ticket #3292 (4.10: Do not build RTEMS by default in releases.) closed by Chris Johns <chrisj@…>
fixed: In 9f4ed7e/rtems-source-builder: […]
19:40 Developer/VirtualMachines/VirtualBox edited by Tony Richardson
(diff)
09:47 Changeset in rtems [ed24ed4e]5 by Sebastian Huber <sebastian.huber@…>
Use _Thread_Dispatch_direct() Use _Thread_Dispatch_direct() for operations that block the executing thread. This ensures that we get a fatal error (INTERNAL_ERROR_BAD_THREAD_DISPATCH_DISABLE_LEVEL) if we try to block in an invalid context, e.g. during system start or an interrupt handler.
09:46 Changeset in rtems [a49dfb1]5 by Sebastian Huber <sebastian.huber@…>
rtems: Use _Per_CPU_Get_executing()
09:01 Ticket #3090 (Add BSP for i.MX 7) closed by Sebastian Huber
fixed
08:59 Ticket #2843 (Use self-contained objects instead of Classic API for drivers and ...) closed by Sebastian Huber
fixed: All cpukit services use now self-contained objects, except: * gxx_wrappers.c (legacy, would need GCC patch) * ada_intrsupp.c (would need GCC patch) * libi2c.c (legacy, I2C drivers should use new framework) * sse_test.c (seems to be dead code)
08:37 Changeset in rtems [9ace2648]5 by Sebastian Huber <sebastian.huber@…>
fdt: Use self-contained mutex Update #2843.
05:13 Changeset in rtems-source-builder [9f4ed7e]4.10 by Chris Johns <chrisj@…>
rtems: Do not build the RTEMS kernel by default in releases. Close #3292
03:37 Ticket #3298 (dlerror non-conformance) created by Chris Johns
This is a port of the 4.11 patches from #2747 to master. Please …
03:18 Changeset in rtems [7093cb5e]4.114.11.3 by Chris Johns <chrisj@…>
libtest/dl01: Add dlerror tests. Update #2747
03:03 Changeset in rtems [1a304307]4.11 by Chris Johns <chrisj@…>
testsuites/libtest: Set EXENT to .exe so executable are correctly named. The configure order effects how it works. Close #3297
02:33 Ticket #3297 (4.11: libtests in the testsuite does not set EXEEXT to .exe) created by Chris Johns
A check of the 4.11 branch shows: […]

02/07/18:

22:18 Changeset in rtems-source-builder [d2b25d1]5 by Chris Johns <chrisj@…>
sb: Option --source-only-download does not download the source. The option expansion is missing `--with-download'.
22:17 Ticket #3296 (4.10: RSB `--source-only-download` does not download the source) closed by Chris Johns <chrisj@…>
fixed: In e5ec968/rtems-source-builder: […]
22:17 Changeset in rtems-source-builder [e5ec968]4.10 by Chris Johns <chrisj@…>
sb: Option --source-only-download does not download the source. The option expansion is missing `--with-download'. Close #3296
22:16 Ticket #3296 (4.10: RSB `--source-only-download` does not download the source) created by Chris Johns
The option expansion is missing `--with-download'.
22:14 Ticket #3295 (4.11: RSB `--source-only-download` does not download the source) closed by Chris Johns <chrisj@…>
fixed: In 4671017/rtems-source-builder: […]
22:13 Changeset in rtems-source-builder [4671017]4.114.11.3 by Chris Johns <chrisj@…>
sb: Option --source-only-download does not download the source. The option expansion is missing `--with-download'. Close #3295
22:12 Ticket #3271 (Avoid using multiprocessor.org in rtems source builder) closed by Chris Johns
fixed: Check the 4.11 branch and it is now using the GNU ftp site: […]
22:09 Ticket #3295 (4.11: RSB `--source-only-download` does not download the source) created by Chris Johns
The option expansion is missing `--with-download'.
21:56 Ticket #3293 (4.10: gcc version report for released tools is wrong.) closed by Chris Johns <chrisj@…>
fixed: In f75dd49/rtems-source-builder: […]
21:55 Ticket #3291 (4.10 SPARC and LM32 do not build on Windows) closed by Chris Johns <chrisj@…>
fixed: In 70159fb/rtems-source-builder: […]
21:54 Ticket #3074 (gcc version report for released tools is wrong.) closed by Chris Johns <chrisj@…>
fixed: In 3822803/rtems-source-builder: […]
21:48 Ticket #3294 (gcc version report for released tools is wrong.) closed by Chris Johns <chrisj@…>
fixed: In 858b648/rtems-source-builder: […]
17:18 Changeset in rtems [dad79bb9]5 by Joel Sherrill <joel@…>
unhex.c: Remove unnecessary extern of errno Closes #2610.
16:44 TBR/UserManual/Simulators edited by Tony Richardson
(diff)
11:35 Changeset in rtems [5cbc9c5]5 by Jacob Hansen <jacob.hansen@…>
clang: Keep -qrtems and -B for compilers without -specs support This is needed for building rtems correctly with Clang. Note that this change does not mean rtems can build correctly with mainline clang. However the change allows building rtems with a Clang toolchain that has a rtems frontend similar that of GCC's builtin rtems specs.
08:23 Changeset in rtems [abc2164]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix redefinitions
08:23 Changeset in rtems [18f285c]5 by Sebastian Huber <sebastian.huber@…>
bsps/sparc64: Fix redefinitions
08:23 Changeset in rtems [0f7913b]5 by Sebastian Huber <sebastian.huber@…>
network: Fix integer types
07:57 Changeset in rtems [e16111b2]5 by Sebastian Huber <sebastian.huber@…>
NFS: Fix use of self-contained objects Update #2843.
05:15 Ticket #2538 (4.11 tools on RSB 4.11 branch fail to build) closed by Chris Johns
worksforme: I cannot repeat this and the related code looks OK so without further details I cannot do much with this but report.
05:12 Ticket #2439 (GCC 4.9.3 ARM build fails on OS X 10.11 (El Capitan)) closed by Chris Johns
fixed: ARM is building on MacOS: https://lists.rtems.org/pipermail/build/2018-February/000447.html
04:27 Changeset in rtems-source-builder [858b648]5 by Chris Johns <chrisj@…>
gcc: Use the RSB release for released tools. Using the RSB release version for the gcc version string means the tools have a version string that matches the release. Close #3294
04:25 Ticket #3294 (gcc version report for released tools is wrong.) created by Chris Johns
The release gcc version string has the RTEMS release and not the …
04:22 Changeset in rtems-source-builder [f75dd49]4.10 by Chris Johns <chrisj@…>
gcc: Use the RSB release for released tools. Using the RSB release version for the gcc version string means the tools have a version string that matches the release. Close #3293
04:18 Ticket #3293 (4.10: gcc version report for released tools is wrong.) created by Chris Johns
The release gcc version string has the RTEMS release and not the …
04:14 Changeset in rtems-source-builder [3822803]4.11 by Chris Johns <chrisj@…>
gcc: Use the RSB release for released tools. Using the RSB release version for the gcc version string means the tools have a version string that matches the release. Close #3074
03:23 Ticket #3292 (4.10: Do not build RTEMS by default in releases.) created by Chris Johns
The default is changing because it is not practical, and bugs can …
03:12 Ticket #3183 (Build of RTEMS 4.11.2 using RSB fails for ARM) closed by Chris Johns
fixed: This fix resolves the RSB side of things, the kernel is now not build by default with the following change so this error is avoided: https://git.rtems.org/rtems-source-builder/commit/?h=4.11&id=49033ffc66f75d10ba47df166be77827d0069b56 The underlying bug in the BSP is still present and if it is a problem a new ticket can be created.
03:04 Changeset in rtems-source-builder [70159fb]4.10 by Chris Johns <chrisj@…>
4.10: Disable building the simulator in GDB for SPARC and LM32. There is POSIX code that does not build on Windows. Close #3291
03:04 Ticket #3291 (4.10 SPARC and LM32 do not build on Windows) created by Chris Johns
GDB simulators do not build. The simulators need to be disabled for …
03:00 Ticket #2610 (unhex.c does not build on MSYS2) closed by Chris Johns
wontfix: I am closing this ticket. The tool can be fixed on master.
02:59 Ticket #3193 (NOT released from source builder) closed by Chris Johns
fixed: I download rtems-source-builder-4.11.2.tar.xz and the sb-check shows: […] which matches the output in this ticket. I copied the VERSION file from this version to the 4.11 branch version and got: […] I believe this issue is fixed on the branch.
Note: See TracTimeline for information about the timeline view.