Timeline



03/12/20:

21:23 Ticket #3895 (Add a migration to RTEMS 5 chapter to User Manual) closed by Chris Johns <chrisj@…>
fixed: In 4726207/rtems-docs: […]
21:23 Ticket #2998 (RTEMS User Manual Quick Start does not cover releases.) closed by Chris Johns <chrisj@…>
fixed: In f672026/rtems-docs: […]
21:19 Changeset in rtems-docs [1b2a7c8]5 by Chris Johns <chrisj@…>
user: Update Quick Start Guide reference.
21:00 Changeset in rtems [2ff83634]5 by Joel Sherrill <joel@…>
mrm332-testsuite.tcfg: Add dl01
21:00 Changeset in rtems [a5187956]5 by Joel Sherrill <joel@…>
rtl22xx-testsuite.tcfg: Add dl10 and ttest01
20:59 Changeset in rtems [9bbfb2b6]5 by Joel Sherrill <joel@…>
lpc23xx_tli800-testsuite.tcfg: Add ttest01
20:59 Changeset in rtems [ae6597f]5 by Joel Sherrill <joel@…>
lpc2362-testsuite.tcfg: Add ttest01
20:53 Changeset in rtems [16ed7f64]5 by Joel Sherrill <joel@…>
lm3s3749-testsuite.tcfg: Add ttest01
20:21 Changeset in rtems-source-builder [af7f198]5 by Joel Sherrill <joel@…>
Update gcc to 9.3.0 for targets using 9.2.0
18:46 Changeset in rtems-source-builder [d49a52e]5 by Joel Sherrill <joel@…>
Update newlib to c56f53a This is primarily to pick up the bug fix to have i386 fenv methods.
17:29 Changeset in rtems [ab42b3e]5 by Sebastian Huber <sebastian.huber@…>
record: Add rtems_record_dump() Add rtems_record_dump_base64() and rtems_record_dump_base64_zlib(). Add CONFIGURE_RECORD_FATAL_DUMP_BASE64 and CONFIGURE_RECORD_FATAL_DUMP_BASE64_ZLIB configuration options. Update #3904.
14:43 Changeset in rtems [a6b36334]5 by Sebastian Huber <sebastian.huber@…>
score: Add _IO_Base64() Update #3904.
12:47 Changeset in rtems-docs [b34f2de]5 by Sebastian Huber <sebastian.huber@…>
c-user: Reorder configuration option groups Sort the configuration option groups according to the likelihood a user will define options of a group. Update #3836.
12:40 Changeset in rtems-docs [03a735f]5 by Sebastian Huber <sebastian.huber@…>
c-user: Clarify message buffer configuration The help macro CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE() is not a configuration option. Move it into the documentatation of the CONFIGURE_MESSAGE_BUFFER_MEMORY configuration option. Move this option to the general system configuration group. Update #3836.
07:04 Changeset in rtems-docs [4726207]5 by Chris Johns <chrisj@…>
user: Add a migration chapter This is a start with the hope we collect useful pieces to aid porting. Please add to this. Closes #3895
06:38 GSoC/2020 edited by eshan dhawan
(diff)
05:34 Changeset in rtems-docs [19af6b4]5 by Chris Johns <chrisj@…>
waf: Get the version numbers from the version file.
05:29 Changeset in rtems-docs [7b53b60]5 by Chris Johns <chrisj@…>
user: Add anchors to some BSPs.
05:28 Changeset in rtems-docs [5bd9f4d]5 by Chris Johns <chrisj@…>
sphinx: Add a custom highlight colour Update #2998
04:13 Changeset in rtems-docs [f672026]5 by Chris Johns <chrisj@…>
user: Update Quick Start Guide - Add support for release source archives - Add building the BSP using the RSB - Add building packages using the RSB - Add an application Closes #2998

03/11/20:

20:10 GSoC/2020 edited by eshan dhawan
(diff)
18:29 GSoC/2020 edited by eshan dhawan
(diff)
10:05 Changeset in rtems-libbsd [039afd9]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
nfsclient: Use a system event for RPC Aviod conflicts with application events.
10:05 Changeset in rtems-libbsd [211af17]5 by Sebastian Huber <sebastian.huber@…>
nfsclient: Use a system event for RPC Aviod conflicts with application events.

03/10/20:

16:07 Changeset in rtems [c2287ba2]5 by Sebastian Huber <sebastian.huber@…>
libio: Robust file descriptor reference counting There was a race conditon in the reference counting of file descriptors during a close() operation. After the call to the close handler, the rtems_libio_free() function cleared the flags to zero. However, at this point in time there may still exist some holders of the file descriptor. With RTEMS_DEBUG enabled this could lead to failed assertions in rtems_libio_iop_drop(). Change the code to use only atomic read-modify-write operations on the rtems_libio_iop::flags.
05:45 GSoC/2020 edited by Anmol Mishra
(diff)
05:43 GSoC/2020 edited by Anmol Mishra
(diff)

03/09/20:

22:00 Changeset in rtems [bb8ae78]5 by Christian Mauderer <christian.mauderer@…>
bsp/raspberry: Add a bsp_fdt_map_intr(). Fixes #3903
21:25 Changeset in rtems-central [d854464] by Sebastian Huber <sebastian.huber@…>
Fix make env
08:41 Changeset in rtems-docs [a7991ae]5 by Sebastian Huber <sebastian.huber@…>
c-user: Add copyright information Add copyright information according to commit in RTEMS main repository: commit e53aae2676c42cda521328504f82d26c33827021 Author: Gedare Bloom <gedare@…> Date: Mon Mar 26 16:42:38 2012 -0400 confdefs: Add declaration for unlimited objects. Adds to confdefs a way to specify rtems_resource_unlimited for classic and posix objects using a new macro CONFIGURE_OBJECTS_UNLIMITED. Use CONFIGURE_OBJECTS_ALLOCATION_SIZE to declare the allocation size for extending the set of objects at runtime. Updates the unlimited sample to demonstrate how to use the new macros. Also adds new documentation in the C User's Manual regarding configuring with unlimited objects.
08:00 Changeset in rtems-docs [88dd013]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Obsolete Configuration Options" Update #3836.
07:58 Changeset in rtems-docs [1fd339b]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Ada Configuration" Update #3836.
07:58 Changeset in rtems-docs [a388de9]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Event Recording Configuration" Update #3836.
07:57 Changeset in rtems-docs [b71fb436]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "PCI Library Configuration" Update #3836.
07:56 Changeset in rtems-docs [088a1f8]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Multiprocessing Configuration" Update #3836.
07:56 Changeset in rtems-docs [41ac3da]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Device Driver Configuration" Update #3836.
07:55 Changeset in rtems-docs [020d2e7]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Clustered Scheduler Configuration" Update #3836.
07:54 Changeset in rtems-docs [275f4a0]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "General Scheduler Configuration" Update #3836.
07:53 Changeset in rtems-docs [38032b0]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Idle Task Configuration" Update #3836.
07:53 Changeset in rtems-docs [4bb586b]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "BSP Related Configuration Options" Update #3836.
07:52 Changeset in rtems-docs [1af97ad]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Block Device Cache Configuration" Update #3836.
07:51 Changeset in rtems-docs [c0a70db]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Filesystem Configuration" Update #3836.
07:50 Changeset in rtems-docs [4d74cbd]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Message Queue Buffer Configuration" Update #3836.
07:49 Changeset in rtems-docs [bdd17e5]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Task Stack Allocator Configuration" Update #3836.
07:48 Changeset in rtems-docs [2a761cf]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "POSIX Initialization Thread Configuration" Update #3836.
07:48 Changeset in rtems-docs [16b0d3f]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "POSIX API Configuration" Update #3836.
07:47 Changeset in rtems-docs [a9e6a1d]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Classic API Initialization Task Configuration" Update #3836.
07:46 Changeset in rtems-docs [bf995cf]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "Classic API Configuration" Update #3836.
07:43 Changeset in rtems-docs [ac9d49d]5 by Sebastian Huber <sebastian.huber@…>
c-user: Move "General System Configuration" Update #3836.
07:38 GSoC/2020 edited by Anmol Mishra
Added My information for the process, going to add the project details as soon as possible. (diff)
05:48 GSoC/2020 edited by Suyash Singh
Added google docs url:Suyash Singh (diff)

03/08/20:

21:46 Changeset in rtems-source-builder [0b7e871]5 by Amar Takhar <amar@…>
Bump rtems-tools to get mkimage.py into the bin/ directory.
17:19 Changeset in rtems-docs [a526872]5 by Sebastian Huber <sebastian.huber@…>
c-user: Split up configuring_a_system.rst Introduce an index file for this chapter. This helps to generate some sections from the specification in the future. Start with moving "Introduction" up to "Unlimited Objects" to a new file. Update #3836.
00:38 Ticket #3903 (raspberrypi2 libbsd 5-freebsd-12 does not build) created by Chris Johns
The build is failing with ... […] Is something on master that …

03/07/20:

04:45 GSoC/2020 edited by Suyash Singh
added myself to student proposals table (diff)

03/06/20:

23:25 Ticket #3902 (rate monotonic statistics not resetting correctly) created by Martin Erik Werner
When resetting the rate monotonic statistics, the max wall time and …
19:25 Changeset in rtems-docs [c078afb]5 by Sebastian Huber <sebastian.huber@…>
c-user: Minor format fixes Update #3836.
15:27 Ticket #3901 (New template for configuration options with a value) created by Sebastian Huber
Change the documentation template for configuration options with a …
15:16 Ticket #3900 (New template for boolean feature defines) created by Sebastian Huber
All boolean feature defines are undefined by default. The current …
14:01 Ticket #3899 (Add BSD-2-Clause license as an alternative license to parts of the ...) created by Sebastian Huber
Currently, the license of the documentation is CC-BY-SA-4.0 only. In …
13:32 Changeset in rtems-docs [7a414f9]5 by Sebastian Huber <sebastian.huber@…>
c-user: Sort configuration options alphabetically Update #3836.
12:54 Changeset in rtems-docs [e3f6819]5 by Sebastian Huber <sebastian.huber@…>
c-user: Canonicalize configuration section names Update #3836.
12:52 Changeset in rtems-docs [988e7ca]5 by Sebastian Huber <sebastian.huber@…>
c-user: Clarify message queue configuration Update #3836.
12:43 Changeset in rtems-docs [a174ae4]5 by Sebastian Huber <sebastian.huber@…>
c-user: Clarify BSP related configuration options Sort options alphabetically. Update #3836.
09:28 Changeset in rtems-docs [851e4df]5 by Sebastian Huber <sebastian.huber@…>
c-user: Remove copyright from Petr Benes The content introduced by a commit in the RTEMS main repository commit 418de420a05609ba8919822b553706963a8d3a7b Author: Joel Sherrill <joel.sherrill@…> Date: Wed Oct 5 19:59:47 2011 +0000 2011-10-05 Joel Sherrill <joel.sherrill@…> Petr Benes <benesp16@…> PR 1912/doc * user/conf.t, user/schedule.t: Rework to add scheduler specific information. is no longer in this file. According to the file history, this was the only content introduced by Petr Benes. Also during the relicensing of the documentation to CC-BY-SA-4.0 in 2016 it was proclaimed that OAR was the only copyright holder of the RTEMS documentation present in the RTEMS main repository. Update #3836.
03:29 Ticket #3849 (Fix PSIM memory map) closed by Joel Sherrill <joel@…>
fixed: In 3833c39/rtems-tools: […]
03:05 Changeset in rtems-tools [bae873a]5 by Amar Takhar <amar@…>
Move mkimage.py to install_files so chmod is preserved and installed in bin/

03/05/20:

23:52 Changeset in rtems-tools [3833c39]5 by Joel Sherrill <joel@…>
psim-device-tree: Rework so devices do not conflict with 256MB RAM closes #3849.
23:51 Changeset in rtems [097ea1e]5 by Joel Sherrill <joel@…>
psim: Rework device tree so devices do not conflict with 256MB RAM updates #3849.
20:56 Changeset in rtems [103a371]5 by Sebastian Huber <sebastian.huber@…>
imfs: Simplify code generation Update #3894.
20:49 Changeset in rtems [277b9dd]5 by Sebastian Huber <sebastian.huber@…>
imfs: Remove unused handlers Update #3894.
20:48 Changeset in rtems [83994913]5 by Sebastian Huber <sebastian.huber@…>
imfs: Constify imfs_memfile_bytes_per_block The CONFIGURE_IMFS_MEMFILE_BYTES_PER_BLOCK value is validated by <rtems/confdefs/libio.h>. Changing this value during runtime could lead to memory corruption. Update #3894.
20:32 Changeset in rtems [85c9145f]5 by Sebastian Huber <sebastian.huber@…>
imfs: Use _IMFS_get_time() Update #3894.
14:33 Ticket #3835 (Support statically allocated threads) closed by Sebastian Huber <sebastian.huber@…>
fixed: In c6c06ae/rtems-docs: […]
14:04 Changeset in rtems [caa59e66] by Jan Beulich <jbeulich@…>
libfdt: fix undefined behaviour in fdt_splice_() libfdt: fix undefined behaviour in fdt_splice_() Along the lines of commit d0b3ab0a0f46 ("libfdt: Fix undefined behaviour in fdt_offset_ptr()"), fdt_splice_() similarly may not use pointer arithmetic to do overflow checks. (The left side of the checks added by d4c7c25c9ed1 libfdt: check for potential overrun in _fdt_splice()? doesn't really lend itself to similar replacement though.) Signed-off-by: Jan Beulich <jbeulich@…> Message-Id: <f2d09e81-7cb8-c5cc-9699-1ac05b0626ff@…> Signed-off-by: David Gibson <david@…>
13:33 Changeset in rtems-libbsd [b3da96c]5-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
imx6_usbphy: Add regulator (vbus-supply). Update #3869.
13:33 Changeset in rtems-libbsd [c0f6606]5 by Christian Mauderer <christian.mauderer@…>
imx6_usbphy: Add regulator (vbus-supply). Update #3869.
11:29 Changeset in rtems-source-builder [bffdd1e]5 by Chris Johns <chrisj@…>
rtems/libbsd: Bump libbsd to pick up the libdebugger library check
11:05 Ticket #3848 (Libdebugger test in libbsd should depend on libdebugger.a) closed by Chris Johns
fixed
11:04 Changeset in rtems-docs [c6c06ae]5 by Sebastian Huber <sebastian.huber@…>
c-user: Document task memory Close #3835.
10:24 Changeset in rtems-source-builder [a89a9c0]5 by Sebastian Huber <sebastian.huber@…>
5/bsps: Add some BSPs
10:18 Changeset in rtems-libbsd [3cc039c]5-freebsd-126-freebsd-12 by Chris Johns <chrisj@…>
waf: Change the test configure check for libdebugger to it's lib - Add support for a 'test-if-library' - Use rtems_waf's 'test_application()' fragment in the check_cc call Closes #3948
10:18 Changeset in rtems-libbsd [cbdeec0]5 by Chris Johns <chrisj@…>
waf: Change the test configure check for libdebugger to it's lib - Add support for a 'test-if-library' - Use rtems_waf's 'test_application()' fragment in the check_cc call Closes #3948
10:02 Changeset in rtems-source-builder [f55459e]5 by Sebastian Huber <sebastian.huber@…>
5: Update rtems-tools Pick up fixes for Debian on sparc64.
09:43 Changeset in rtems-tools [763f102]5 by Sebastian Huber <sebastian.huber@…>
rtemstoolkit: Detect native SPARCV9 ELF arch
09:36 Changeset in rtems-source-builder [e0394a5]5 by Sebastian Huber <sebastian.huber@…>
sb: Use multiprocessing.cpu_count() The previous implementation does not work on some Linux distributions, e.g. Debian on sparc64. Use a standard function instead.
09:33 Changeset in rtems-tools [c7315a2]5 by Sebastian Huber <sebastian.huber@…>
rtemstoolkit: Use multiprocessing.cpu_count() The previous implementation does not work on some Linux distributions, e.g. Debian on sparc64. Use a standard function instead.
09:25 Changeset in rtems-tools [00b9f1d]5 by Sebastian Huber <sebastian.huber@…>
rtemstoolkit: Support more Linux distributions The platform.dist() function is not always available.

03/04/20:

23:59 Changeset in rtems-source-builder [08da449]5 by Amar Takhar <amar@…>
Bump RSB to the latest rtems-tools to get mkimage.py
22:56 Changeset in rtems-tools [2444acb]5 by Amar Takhar <amar@…>
Add print statement similar to the original mkimage. This is limited to Python 2.6+
21:04 Changeset in rtems-tools [9c7be8b]5 by Amar Takhar <amar@…>
Fix to work under Pyhon 2 and Python 3. Also changed 'python2' to 'python' in the shebang.
18:05 Ticket #3898 (Remove CONFIGURE_MAXIMUM_DEVICES) created by Sebastian Huber
This configuration option was only used by the device filesystem which …
17:45 Changeset in rtems-tools [e29d0a6]5 by Amar Takhar <amar@…>
Convert optparse to argparse. * Fix exceptions and print exception message. * Also add myself to copyright.
16:27 Changeset in rtems-tools [90713f7]5 by Amar Takhar <amar@…>
Remove EOL whitespace.
11:34 Changeset in rtems [99494370] by Sebastian Huber <sebastian.huber@…>
bsp/stm32h7: New BSP Update #3910.
11:33 Changeset in rtems [2131228] by Sebastian Huber <sebastian.huber@…>
bsp/stm32h7: Import from STM32CubeMX-5.6.0 Update #3910.
10:29 Ticket #3897 (Dhcpcd does not daemonize) created by Ionut Vilsan
Background: the DCHP client is started using the rc.conf script. In …
09:44 Changeset in rtems-source-builder [ce6b7a5]5 by Chris Johns <chrisj@…>
rtems/bsps: Add the sparc/erc32 and i386/pc BSP build sets
09:37 Ticket #3896 (RSB option --source-only-download does not work with releases) closed by Chris Johns <chrisj@…>
fixed: In 3b0032d/rtems-source-builder: […]
09:32 Changeset in rtems-source-builder [3b0032d]5 by Chris Johns <chrisj@…>
sb/options: Let --source-only-download download releases - The release procedure uses the sb-set-sources command now. Closes #3896
08:46 Ticket #3896 (RSB option --source-only-download does not work with releases) created by Chris Johns
The RSB option --source-only-download does not work for releases
07:22 Ticket #3530 (Fix issues raised by Coverity Scan for FTP server) closed by Sebastian Huber
fixed: I reviewed all CIDs with respect to the FTP server. I think further improvements require some modelling in Coverity so remove the taint from data.
07:19 Ticket #3895 (Add a migration to RTEMS 5 chapter to User Manual) created by Sebastian Huber
Add a chapter to the User Manual to aid the user to migrate …
01:08 Changeset in rtems-tools [e8c180f]5 by Amar Takhar <verm@…>
Add to wscript and add python2 shebang. This script does work but needs some user friendliness added which is acknowledged by the author as it was meant as a quick replacement.
00:58 Changeset in rtems-tools [fc078db]5 by Amar Takhar <verm@…>
Add a pure Python clone of mkimage written by Craig Barker. I emailed Craig Barker to ask if he would release his mkimage Python rewrite as 2BSD. He graciously accepted and you can see his work here: https://github.com/cmbarker83/pythonmkimage This is a verbatim commit of 35d6d from his repository.

03/03/20:

23:22 Ticket #3893 (RSB staging changes have broken building a 3rd party package) closed by Chris Johns <chrisj@…>
fixed: In 9e49d20/rtems-source-builder: […]
22:56 Changeset in rtems-source-builder [9e49d20]5 by Chris Johns <chrisj@…>
sb/pkgconfig: Fix python2 issue with caching changes Closes #3893
22:20 Changeset in rtems-source-builder [ba97e7c]5 by Chris Johns <chrisj@…>
sb/python-wrapper: Add python2.7 to aid testing
18:23 Changeset in rtems [0161b93d]5 by Sebastian Huber <sebastian.huber@…>
imfs: Replace devfs with an IMFS specialization Add a simplified path evaluation function IMFS_eval_path_devfs() for a device only IMFS configuration. The code size can be further reduced by the application if it disables the support for legacy IO drivers via: #define CONFIGURE_IMFS_DISABLE_MKNOD #define CONFIGURE_IMFS_DISABLE_MKNOD_DEVICE Obsolete CONFIGURE_MAXIMUM_DEVICES. Remove BSP_MAXIMUM_DEVICES. Update #3894. Update #3898.
18:23 Changeset in rtems [624d691b]5 by Sebastian Huber <sebastian.huber@…>
libio: Constify some functions
12:45 Changeset in rtems [8b73ee5]5 by Sebastian Huber <sebastian.huber@…>
rtems: rtems_scheduler_get_processor_maximum() In uniprocessor configurations, use compile-time constants for rtems_scheduler_get_processor_maximum() and rtems_scheduler_get_processor(). This helps compilers and static analyzers to deduce that some loop bodies are only executed once and some conditional statements have a fixed outcome (may improve code generation and reduce false positives). In SMP configurations, directly provide the internal implementation for performance reasons.
12:13 Ticket #3885 (Context switch extension is broken in SMP configurations) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 8bd4e6a/rtems-docs: […]
12:01 Changeset in rtems [fdeaa64]5 by Sebastian Huber <sebastian.huber@…>
config: Remove <rtems/btimer.h> include The use of CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER does not define anything, so remove the <rtems/btimer.h> include. Update #3875.
11:46 Changeset in rtems [60b76933]5 by Sebastian Huber <sebastian.huber@…>
sptests/spheapprot: Fix warning
10:49 Ticket #3894 (Replace the device filesystem with a specialization of the IMFS) created by Sebastian Huber
New device drivers (e.g. Termios, I2C, SPI, libbsd) use IMFS generic …
10:39 Ticket #3893 (RSB staging changes have broken building a 3rd party package) reopened by Chris Johns
The change is broken on Python 3. This has cause the m2003 snapshot to fail.
06:51 Changeset in rtems-docs [8bd4e6a]5 by Sebastian Huber <sebastian.huber@…>
c-user: Document thread switch extension changes Close #3885.
06:30 Changeset in rtems [198c07e5]5 by Sebastian Huber <sebastian.huber@…>
sptests/spextensions01: Add comment Update #3885.
06:16 Ticket #3881 (Add API functions to map a task priority to/from a POSIX thread priority) closed by Sebastian Huber <sebastian.huber@…>
fixed: In ac61465/rtems-docs: […]
04:38 Changeset in rtems-source-builder [834a0ea]5 by Chris Johns <chrisj@…>
protobufs: Fix the incorrectly update top level URL for the project. - Looks like protobuf is now not under Google. I failed to notice that.
03:52 Changeset in rtems-source-builder [b9a2f8b]5 by Chris Johns <chrisj@…>
5/rtems-kernel: Update to the head of master to sync with libbsd
02:12 GSoC/2020 edited by Denil Verghese
Appended my details to the table. (diff)
02:01 Ticket #3893 (RSB staging changes have broken building a 3rd party package) closed by Chris Johns <chrisj@…>
fixed: In abd98a2/rtems-source-builder: […]
00:11 Changeset in rtems-source-builder [abd98a2]5 by Chris Johns <chrisj@…>
rtems/bsps: Fix building 3rd party packages with various options - Fix locating valid tools and BSP. If either is found in the staging area use that else use the specific --with-* option and if not present use the --prefix. - Locate the tools by checking if the arch's C compiler is a valid file. No other checks are made on the tools. - Locate a BSB by checking for a valid pkgconfig file for the BSP. - Only filter flags if the BSP is in the staging area Closes #3893
00:02 Changeset in rtems-source-builder [96d55ab]5 by Chris Johns <chrisj@…>
sb/pkgconfig: Cache pkgconfig based on a file name not name - Caching on name falsely assumed checks across different config instances in nested build sets as used in vertical stack building was valid. This stopped a valid check for a prefix seeing if a valid BSP config was present. Updates #3893

03/02/20:

19:02 Changeset in rtems [16420fbb] by Simon Glass <sjg@…>
libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checks This error indicates a logic bug in the code calling libfdt, so VALID_DTB is not really the right check. Update it to use VALID_INPUT instead. Signed-off-by: Simon Glass <sjg@…> Suggested-by: David Gibson <david@…> Message-Id: <20200302190255.51426-4-sjg@…> Signed-off-by: David Gibson <david@…>
19:02 Changeset in rtems [fe0b99d] by Simon Glass <sjg@…>
libfdt: Add support for disabling internal checks If libfdt returns -FDT_ERR_INTERNAL that generally indicates a bug in the library. Add a new assumption for these cases since it should be save to disable these checks regardless of the input. Signed-off-by: Simon Glass <sjg@…> Suggested-by: David Gibson <david@…> Message-Id: <20200302190255.51426-3-sjg@…> Signed-off-by: David Gibson <david@…>
19:02 Changeset in rtems [1f2b9ad] by Simon Glass <sjg@…>
libfdt: Improve comments in some of the assumptions Add a little more detail in a few of these comments. Signed-off-by: Simon Glass <sjg@…> Suggested-by: David Gibson <david@…> Message-Id: <20200302190255.51426-2-sjg@…> Signed-off-by: David Gibson <david@…>
19:02 Changeset in rtems [f7a174ef] by Simon Glass <sjg@…>
libfdt: Fix a few typos Fix 'saftey' and 'additional' typos noticed in the assumption series. Reword the ASSUME_NO_ROLLBACK slightly to improve clarity. Signed-off-by: Simon Glass <sjg@…> Suggested-by: David Gibson <david@…> Message-Id: <20200302190255.51426-1-sjg@…> Signed-off-by: David Gibson <david@…>
16:02 Ticket #3787 (bsps/arm/shared: Add GICv3 Implementation) closed by Kinsey Moore
fixed: This change has been committed.
03:49 Changeset in rtems-source-builder [4295d3d]5 by Chris Johns <chrisj@…>
sb/config: Add paths checks to %{path ...} Updates #3893
03:45 Changeset in rtems-source-builder [175ce0b]5 by Chris Johns <chrisj@…>
sb/config: Expanded nested shell commands Updates #3893
03:40 Changeset in rtems-source-builder [5ec0913]5 by Chris Johns <chrisj@…>
protobufs: Top level project rename. Fix URL path on github.
02:43 Changeset in rtems-source-builder [404d1a9]5 by Chris Johns <chrisj@…>
5/rtems-kernel: Update to the head of master to sync with libbsd

03/01/20:

10:56 Changeset in rtems [fa3005f]5 by Sebastian Huber <sebastian.huber@…>
console: Use IMFS_add_node() for simple task cons Change license to BSD-2-Clause according to file history. Update #3053. Update #3894.
09:31 Ticket #3893 (RSB staging changes have broken building a 3rd party package) created by Chris Johns
The staging changes let a fully staged vertical stack to build however …

02/29/20:

18:41 Changeset in rtems [7e3b5c0]5 by Sebastian Huber <sebastian.huber@…>
console: Use IMFS_add_node() for simple console Change license to BSD-2-Clause according to file history. Update #3053. Update #3894.
15:14 Changeset in rtems [fa44c39]5 by Sebastian Huber <sebastian.huber@…>
imfs: Add IMFS_add_node() Update #3894.
14:01 Changeset in rtems-source-builder [bdc674e]5 by Jiri Gaisler <jiri@…>
sis simulator: update to version 2.21 * Fix incorrect operation on big-endian hosts * Avoid reserved word sparc * Initialize PC before connecting to gdb
10:43 Changeset in rtems [13b71f8]5 by Sebastian Huber <sebastian.huber@…>
imfs: Simplify IMFS_create_node() Update #3894.
10:34 Changeset in rtems [c4d5a34]5 by Sebastian Huber <sebastian.huber@…>
fstests/fsrename: Rename a file twice
10:15 Changeset in rtems [0b0cd93]5 by Sebastian Huber <sebastian.huber@…>
imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATED Remove IMFS_NODE_FLAG_NAME_ALLOCATED and instead replace the node control in rename operations. This avoids a special case in the general node destruction which pulled in free(). Update #3894.
01:30 Ticket #3892 (RTEMS Python Standardisation -- Pure Python project.) created by Amar Takhar
[[PageOutline(...)]] = Mentors = Amar Takhar = …
00:26 Changeset in rtems-docs [5bbc34f]5 by Martin Erik Werner <martinerikwerner@…>
c-user: Remove spurious "is undefined. " Remove a spurious "is undefined. " fragment which was likely a leftover from sentence re-use.
00:07 Changeset in rtems-source-builder [c4abcf4]5 by Chris Johns <chrisj@…>
5/rtems-libbsd: Update 5-freebsd-12

02/28/20:

23:52 Changeset in rtems-docs [2424590]5 by Martin Erik Werner <martinerikwerner@…>
c-user: Add & update ratemon get return values Add a description of the previously missing RTEMS_NOT_DEFINED return value for rtems_rate_monotonic_get_status(). Update the RTEMS_SUCCESSFUL return value descriptions for rtems_rate_monotonic_get_status() and rtems_rate_monotonic_get_statistics() which incorrectly used the same description as rtems_rate_monotonic_period().
23:16 Changeset in rtems-docs [4dc93a1]5 by Joel Sherrill <joel@…>
user/hosts/posix.rst: Add CentOS 8 information
16:32 Ticket #3891 (Implement pthread_getcpuclockid()) created by Joel Sherrill
The pthread_getcpuclockid() method currently returns ENOSYS. It should …
14:36 Ticket #3890 (Test needed for clock_nanosleep with CLOCK_MONOTONIC) created by Joel Sherrill
The clock_nanosleep() method can use CLOCK_MONOTONIC but there is no …
14:36 Ticket #3889 (Test needed for timer_create with CLOCK_MONOTONIC) created by Joel Sherrill
The timer_create() method can use CLOCK_MONOTONIC but there is no test …
06:49 Changeset in rtems [fd8c87a]5 by Sebastian Huber <sebastian.huber@…>
dtc: Update VERSION
04:26 Ticket #3812 (Released RSB has no source set for rtems-tools) closed by Chris Johns
fixed: Fixed
03:47 Changeset in rtems-source-builder [25f1d89]5 by Chris Johns <chrisj@…>
5/rtems-libbsd: Switch to the 5-freebsd-12 branch This is the RTEMS 5 release branch for libbsd
03:45 Changeset in rtems-source-builder [3dd9749]5 by Chris Johns <chrisj@…>
rtems-libbsd: Do not handle rtems_waf source when released. The release libbsd tar file contains the rtems_waf submodule.
03:04 Changeset in rtems-libbsd [2b9172c]5-freebsd-126-freebsd-12 by Chris Johns <chrisj@…>
rtems_waf: Update to master (096372fc4504) Closes #3888
03:01 Changeset in rtems-libbsd [5b27c71]5 by Chris Johns <chrisj@…>
rtems_waf: Update to master (096372fc4504) Updates #3888
03:01 Ticket #3888 (Update rtems_waf in libbsd) created by Chris Johns
Update master and the 5-freebsd-12 branch.

02/27/20:

22:45 Ticket #3887 (Do not report remotes in RSB build log if --mail is used) created by Chris Johns
Do not include the remote repos in a build repo is the --mail option …
22:40 Ticket #3886 (Fail an RSB build with --mail option if a repo is not clean) created by Chris Johns
Fail a build if a user has the --mail option to post the build results …
18:04 Changeset in rtems-source-builder [7d56629]5 by Joel Sherrill <joel@…>
rtems/5 bsets: Update to newlib fbaa096 This picks up fixes for at least the RTEMS reported issues for missing extern C in devctl.h and the symlink issue with bsdtar.
13:51 Changeset in rtems-docs [7d05a3d]5 by Sebastian Huber <sebastian.huber@…>
eng: Add glossary Update #3853.
12:13 Changeset in rtems-docs [bba4a8c]5 by Sebastian Huber <sebastian.huber@…>
c-user: Add copyrights to glossary Use the file history to derive the copyright information. Update #3853.
11:22 GSoC/2020 edited by eshan dhawan
(diff)
09:05 Changeset in rtems-docs [9965922]5 by Sebastian Huber <sebastian.huber@…>
c-user: Merge parition term definitions Update #3853.
08:47 Changeset in rtems-docs [d2acbca]5 by Sebastian Huber <sebastian.huber@…>
c-user: Sort glossary terms Update #3853.
08:27 Changeset in rtems-docs [834dcf5]5 by Sebastian Huber <sebastian.huber@…>
c-user: Clarify return code related terms Remove duplicate "return code" definition. Add all related terms and use references. Update #3853.
07:49 Ticket #3569 (waf version in various rtems-repositories incompatible with python 3.7) closed by Sebastian Huber
fixed: I updated also rtems-libbd and rtems-examples (these repositories seem to be not covered by the server Git hooks).
07:36 Changeset in rtems-libbsd [6dc77fc]5 by Sebastian Huber <sebastian.huber@…>
waf: Update to waf-2.0.19 Update #3569.
07:36 Changeset in rtems-libbsd [e562e3b]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
waf: Update to waf-2.0.19 Update #3569.
07:21 Changeset in rtems [61e2d73f]5 by Sebastian Huber <sebastian.huber@…>
bsp/mpc5643l_*: Exclude some tests These tests do not fit into the available memory.
Note: See TracTimeline for information about the timeline view.