Timeline



11/14/21:

12:35 Changeset in rtems-central [ba9857b] by Sebastian Huber <sebastian.huber@…>
spec: Move not-prequalified constraint to top

11/13/21:

21:22 Changeset in rtems-source-builder [081f8ff] by Karel Gardas <karel@…>
RSB: fix hash setup for binutils 2.37
21:15 Changeset in rtems-central [5fccdf5] by Sebastian Huber <sebastian.huber@…>
spec: Add interface function links
21:12 Changeset in rtems-central [a07f53a] by Sebastian Huber <sebastian.huber@…>
spec: Add constant not pre-qualified constraint
21:12 Changeset in rtems-central [3fcc02e] by Sebastian Huber <sebastian.huber@…>
spec: Add not pre-qualified constraints
17:11 Changeset in rtems-central [3e0e46e] by Sebastian Huber <sebastian.huber@…>
spec: Polish configuration API
17:10 Changeset in rtems-central [dc014e1] by Sebastian Huber <sebastian.huber@…>
specview.py: Substitute "rationale" attributes
14:25 Changeset in rtems-central [11712d6] by Sebastian Huber <sebastian.huber@…>
spec: Specify irqamp_get_timestamp_registers()
14:23 Changeset in rtems-central [94a1824] by Sebastian Huber <sebastian.huber@…>
spec: Use compiler for IO load/store This has two reasons. Firstly, the clang compiler does not understand the GCC assembler constains. Secondly, it allows compiler generated workarounds for chip errata.
11:57 Changeset in rtems-source-builder [f2a8973] by Karel Gardas <karel@…>
RSB: update dtc 1.6.0 -> dtc 1.6.1 Fixes #4221 Note: the patch updates only dtc 1.6.0 occurrences. It leaves all other dtc (1.4.x) usages as they are just to not break anything which depends on older dtc versions.

11/12/21:

23:00 Ticket #4548 (Add RTEMS version option to waf configure) created by Chris Johns
We need a way to override the default release for testing. This is a …
16:59 Changeset in rtems [388dd97] by Gleb Smirnoff <glebius@…>
Add in_localip_fib(), in6_localip_fib(). Check if given address/FIB exists locally. Reviewed by: melifaro Differential revision: https://reviews.freebsd.org/D32913
16:22 Changeset in rtems-central [6271a40] by Sebastian Huber <sebastian.huber@…>
specview.py: Use enabled-by for no-validation
16:21 Changeset in rtems-central [8e1f1e0] by Sebastian Huber <sebastian.huber@…>
spec: Adjust enabled-by for no-cache specs
16:21 Changeset in rtems-central [9a37c32] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
14:59 Changeset in rtems [d1bbfbe] by Joel Sherrill <joel@…>
optvermaj.yml: Allow RTEMS_MAJOR to be overridden so RTEMS 7 tools can be tested
14:53 Changeset in rtems-source-builder [e4f6037] by Joel Sherrill <joel@…>
rtems-tools-6.cfg: Bump hash to get fix for rtems-test
14:25 Changeset in rtems-tools [6b31bb0] by Alex White <alex.white@…>
rtemstoolkit/mailer.py: Fix parsing of options with no optarg
13:49 Ticket #4541 (rtems_jffs2_rmnod function problem) closed by Sebastian Huber
worksforme: The rmnod_h file system operation is used by unlink() and rmdir().
11:12 Changeset in rtems-central [cce3a91] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
11:12 Changeset in rtems-central [020df4c] by Sebastian Huber <sebastian.huber@…>
spec: Fix sporadic test errors
09:26 Changeset in rtems-central [60b440b] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
08:09 Changeset in rtems-central [8fbd33c] by Sebastian Huber <sebastian.huber@…>
spec: Specify an SMP scheduler detail
07:46 Changeset in rtems-central [c7585db] by Sebastian Huber <sebastian.huber@…>
spec: Use third processor if available This avoids faking the ask for help request processing for the test.
07:17 Changeset in rtems [3b6e263a] by Sebastian Huber <sebastian.huber@…>
score: _Thread_queue_Surrender_no_priority() Simplify _Thread_queue_Surrender_no_priority() and use _Thread_queue_Resume(). Update #4546.
07:13 Changeset in rtems-central [808cbfd] by Sebastian Huber <sebastian.huber@…>
spec: Add comment and use less memory
03:28 Changeset in rtems-docs [fa25208] by Amar Takhar <amar@…>
Update jQuery from 1.12.4 to 3.6.0. Identified by security scans.

11/11/21:

21:08 Ticket #4547 (dtc build failure on msys2 - all rtems6 target tools fail to build on ...) created by kgardas
I'm testing RSB git source updated 2021-11-10 and it fails on freshly …
19:04 Changeset in rtems-central [19f078f] by Sebastian Huber <sebastian.huber@…>
spec: Add a test scenario with a sticky node
17:54 Ticket #2902 (Port RTEMS to Microblaze) closed by Joel Sherrill
fixed: A Microblaze port and BSP for the KCU105 (HW and Qemu) have been merged. LWIP and libbsd should be supported soon. Closing.
17:54 Changeset in rtems-central [8aae088] by Sebastian Huber <sebastian.huber@…>
spec: Fix comment
16:05 Changeset in rtems-central [ec7b4ca] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
13:23 Changeset in rtems [6cef3f16] by Sebastian Huber <sebastian.huber@…>
score: Do not shadow parameter
10:03 Changeset in rtems-central [a4a40d8] by Sebastian Huber <sebastian.huber@…>
spec: Update due to score API changes
09:34 Changeset in rtems [e429e97] by Sebastian Huber <sebastian.huber@…>
score: Simplify thread wait state handling Remove the THREAD_WAIT_STATE_READY_AGAIN and simply use the initial value to indicate that a thread does not wait on something. Rename THREAD_WAIT_FLAGS_INITIAL to THREAD_WAIT_STATE_READY. This change is necessary so that _Thread_Continue() can be called for threads which never waited on something (for example dormant threads). Update #4546.
08:00 Changeset in rtems [2e56aab] by Sebastian Huber <sebastian.huber@…>
score: Move _Thread_queue_Extract() Move _Thread_queue_Extract() since this function is not used by the core services (threads, semaphores, mutexes, message queues). Update #4546.
07:44 Changeset in rtems [5468464] by Sebastian Huber <sebastian.huber@…>
score: Properly continue the thread during restart The _Thread_queue_Extract() does not deal with potential priority updates and the SMP locking protocol handling. Use _Thread_queue_Continue(). For the POSIX signals processing this is currently probably unnecessary, however, the use case is similar to the restart so use the same appoach. Close #4546.
07:35 Changeset in rtems [50aef135] by Sebastian Huber <sebastian.huber@…>
score: Add _Thread_MP_Extract_proxy() Remove _Thread_queue_Extract_with_proxy() and move the proxy extraction to _Thread_MP_Extract_proxy(). Move similar code blocks of the previous caller of _Thread_queue_Extract_with_proxy() to helper functions. Update #4546.
07:33 Changeset in rtems [cd791039] by Sebastian Huber <sebastian.huber@…>
score: Remove thread timer earlier The earlier we remove the thread timer the less likely is a superfluous thread timeout processing. Update #4546.

11/10/21:

18:27 Changeset in rtems-source-builder [dbc11a8] by Karel Gardas <karel@…>
RSB: add GRUB2 to the RTEMS tools and use it in 6/rtems-x86_64 build set
17:00 Ticket #4546 (A thread restart does not update the priority of related threads) created by Sebastian Huber
Consider the following scenario. Let a high priority task H wait on a …
10:11 Changeset in rtems-central [6d35128] by Sebastian Huber <sebastian.huber@…>
spec: Improve processor removal specification
08:27 Ticket #4545 (The SMP EDF scheduler can only support more restricted affinity sets ...) created by Sebastian Huber
The SMP EDF scheduler supports a one-to-one and one-to-all thread to …
08:15 Changeset in rtems [69aaf587] by Sebastian Huber <sebastian.huber@…>
libtest: Improve the interrupt test timing If no state change occurred during the test action, then assume a late interrupt.
07:54 Changeset in rtems [6443c9d] by Sebastian Huber <sebastian.huber@…>
score: Fix assertion in SMP scheduler framework Properly assert that the scheduled chain is not empty. Fix formatting. Close #4531.

11/09/21:

17:06 Ticket #4145 (rtems-source-builder: Update RTEMS Kernel Recipe to Use waf for RTEMS) closed by Ryan Long <ryan.long@…>
fixed: In def9347/rtems-source-builder: […]
15:47 Changeset in rtems [8b21a1b9] by Elvira Khabirova <e.khabirova@…>
libfdt: fix an incorrect integer promotion UINT32_MAX is an integer of type unsigned int. UINT32_MAX + 1 overflows unless explicitly computed as unsigned long long. This led to some invalid addresses being treated as valid. Cast UINT32_MAX to uint64_t explicitly. Signed-off-by: Elvira Khabirova <e.khabirova@…>
15:11 Changeset in rtems-central [214d7d3] by Sebastian Huber <sebastian.huber@…>
spec: Specify ask for help request
14:51 Changeset in rtems-central [8cefdc1] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
12:47 Changeset in rtems-central [283aa86] by Sebastian Huber <sebastian.huber@…>
spec: Specify ask for help details

11/08/21:

14:34 Changeset in rtems-central [3fcf994] by Sebastian Huber <sebastian.huber@…>
spec: Specify scheduler yield
12:26 Changeset in rtems-central [77400c8] by Sebastian Huber <sebastian.huber@…>
spec: Fix issue with RTEMS_DEBUG
10:08 Changeset in rtems [c69a70a] by Sebastian Huber <sebastian.huber@…>
rtems: Fix rtems_scheduler_remove_processor() Return an error status for the following error condition in rtems_scheduler_remove_processor(): While an attempt is made to remove a processor from a scheduler, while the processor is the only processor owned by the scheduler, if a thread exists which uses the scheduler as a helping scheduler, then the processor shall not be removed. The reason is that ask for help requests and withdraw node requests are processed asynchronously in any order. An ask for help request carried out on a scheduler without a processor is undefined behaviour. Update error status description. Update #4544.
09:44 Ticket #4544 (The last processor must not be removed if it is owned by a helping ...) created by Sebastian Huber
The following error condition is currently not checked by …
09:26 Changeset in rtems-central [d6db730] by Sebastian Huber <sebastian.huber@…>
validation: Move support code before fixture
08:58 Changeset in rtems-central [d2c27b8] by Sebastian Huber <sebastian.huber@…>
spec: Remove processor special case

11/07/21:

22:15 Changeset in rtems-source-builder [6bc7cac] by Joel Sherrill <joel@…>
config/[67]/rtems-*.bset: Move dtc to default set
22:15 Changeset in rtems-source-builder [09498ee] by Joel Sherrill <joel@…>
rtems-tools-6.cfg: Bump rtems-tools hash

11/05/21:

19:16 Changeset in rtems-central [91b8e87] by Sebastian Huber <sebastian.huber@…>
spec: Fix integer constant

11/04/21:

19:25 Changeset in rtems-source-builder [33d8196] by Kinsey Moore <kinsey.moore@…>
rtems-gcc-10-newlib-head: Uncomment patch lines These lines were accidentally committed with a leading + which resulted in them being non-functional. This restores them to functionality such that the patch gets downloaded and applied appropriately.
15:43 Ticket #4501 (TraceConverter.cc: Uncaught exception issue spotted by Coverity) closed by Ryan Long <ryan.long@…>
fixed: In d1df4f6/rtems-tools: […]
03:39 Ticket #4104 (RSB Tools newlib patch checksum fails.) reopened by Benjamin Garner
Checksum has broken again for this patch, 4.11 branch failing to build.

11/03/21:

18:35 Changeset in rtems [ef207e9] by Kinsey Moore <kinsey.moore@…>
bsps/aarch64: Restore interrupt nesting Fixing the debug mask flag broke nested interrupts. This restores that functionality.
14:22 Ticket #4543 (cannot build multiprocessor application on eclipse) created by mohamedosama94
Hi, hope my mail finds you well, i have an issue as i am using rtems6 …
01:23 Ticket #4542 (filename length problem in JFFS2 with RTEMS4.11.3/RTEMS5.1) created by chenjin_zhong
Hi, the MACRO JFFS2_MAX_NAME_LEN defines the maximum length of …

11/01/21:

19:40 Changeset in rtems-docs [a0bf79c] by Kinsey Moore <kinsey.moore@…>
c-user: Update for application CONFIGURE option This adds the documentation for the application configuration option CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING.
19:37 Changeset in rtems-central [08fd839] by Kinsey Moore <kinsey.moore@…>
spec: CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING
18:52 Changeset in rtems-docs [ac8f461] by Kinsey Moore <kinsey.moore@…>
cpu-supplement: Update AArch64 SMP details AArch64 now supports SMP for the Xilinx ZynqMP BSP family.
14:54 Ticket #4541 (rtems_jffs2_rmnod function problem) created by chenjin_zhong
Hi, the dir_i->i_mode must be S_IFDIR in this situation.therefore, I …
Note: See TracTimeline for information about the timeline view.