Timeline
02/10/23:
- 21:34 Changeset in rtems [2a6aaf87] by Kinsey Moore <kinsey.moore@…>
- bsps/aarch64: Fix off-by-one cache bug The whole cache invalidation and flushing functions only ended up flusing the first N-1 levels of cache due to an off by one error. This resovles that issue and makes consistent the usage of levels as they relate to caching.
- 21:28 Changeset in rtems [b44e26b] by Kinsey Moore <kinsey.moore@…>
- bsps/aarch64: Flush cache before disabling MMU To ensure data consistency, the cache much be flushed before disabling the MMU. When the MMU is disabled, all accesses are treated as non-cachced and thus will bypass the cache.
- 15:08 Ticket #4846 (Code for test software) closed by Sebastian Huber
- wontfix: This warning is pretty useless since it is invisible to the user. The hardware limitations are documented in the hardware manuals. We could introduce some sort of a test mode which guards this feature. To keep it simple I tend to not fix it.
- 15:01 Ticket #4331 (main_pci.c: Dereference after null check error spotted by Coverity) closed by Joel Sherrill
- fixed: Commit had typo and closed the wrong ticket. In 26e1610/rtems: […]
- 15:01 Ticket #4845 (Global variable declared/defined in the wrong file) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In b993111/rtems: […]
- 14:58 Ticket #4843 (Output value not assigned) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In 519e288/rtems: […]
- 14:58 Ticket #4847 (Goto statements) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In 22d845d5/rtems: […]
- 13:55 Changeset in rtems [26e1610] by Joel Sherrill <joel@…>
- shell/main_pci.c: Address Dereference after null error check Coverity CID 1399716 Closes #431.
- 13:38 Ticket #2828 (Remove libmisc/serdbg) closed by Joel Sherrill <joel@…>
- fixed: In 77e7bd9/rtems: […]
- 12:57 Ticket #4849 ("Timer Server" Cannot be Used in Systems with Static Memory Allocation) created by Daniel Páscoa
- For the current pre-qualified feature set of RTEMS, one wants to use …
- 12:42 Changeset in rtems-central [31bebc4] by Sebastian Huber <sebastian.huber@…>
- spec: Turn CONFIGURE_INIT into an option
- 10:14 Changeset in rtems-central [d012414] by Sebastian Huber <sebastian.huber@…>
- spec: Add header file references
- 10:04 Changeset in rtems-central [186f449] by Sebastian Huber <sebastian.huber@…>
- rtemsspec: Add a get value for header files
- 09:52 Changeset in rtems [b993111] by Sebastian Huber <sebastian.huber@…>
- bsp/leon3: Move SMP data to start.S The LEON3_Boot_Cpu global object is only used by start.S. Move the definition of this object to start.S and use a local symbol .Lbootcpuindex for it. Use a compare-and-swap instruction to assign the boot CPU. This allows a concurrent initialization. Close #4845.
- 07:43 Changeset in rtems [519e288] by Sebastian Huber <sebastian.huber@…>
- bsps/irq: Clarify interrupt vector operations Clarify that the presence of error conditions is implementation-defined. Close #4843.
- 07:18 Changeset in rtems [22d845d5] by Sebastian Huber <sebastian.huber@…>
- score: Replace goto with a break The goto label was directly after the loop, so we can replace the goto with a break. Close #4847.
- 02:25 Changeset in rtems [809e34e5] by zack <zack>
- libmisc/shell/main_edit.c: User cannot cut using ctrl e and x Closes #4557
02/09/23:
- 16:23 GSoC/2010 edited by Joel Sherrill
- Remove reference to obsolete Go information (diff)
- 16:22 GSoC/2010 edited by Joel Sherrill
- Update to remove link to obsolete instructions to GCC Go (diff)
- 16:22 Developer/OpenProjects edited by Joel Sherrill
- Delete link to obsolete GCC Go instructions (diff)
- 16:14 TBR/Website/Board_Support_Packages edited by Joel Sherrill
- Delete obsolete link to old BSP submission instructions (diff)
- 16:12 WikiStart edited by Joel Sherrill
- Delete obsolete link to old BSP submission instructions (diff)
- 16:07 WikiStart edited by Joel Sherrill
- Remove reference to obsolete Ada instructions (diff)
- 15:59 Ticket #4848 (Commits to rtems-releases does not close tickets) created by Joel Sherrill
- #4613, #4614, and #4615 did not close when the corresponding fix was …
- 15:59 Ticket #4615 (Deprecate v850 port in rtems6 and remove in rtems7) closed by Joel Sherrill
- fixed: https://git.rtems.org/rtems-release/commit/?id=d35d32f82182fd71bade181a09fbc9576d60116e
- 15:58 Ticket #4613 (Deprecate sparc64 port in rtems6 and remove in rtems7) closed by Joel Sherrill
- fixed: https://git.rtems.org/rtems-release/commit/?id=11aa44e068fe133ce088070cb1f5882b775a3e56
- 15:58 Ticket #4614 (Deprecate sh port in rtems6 and remove in rtems7) closed by Joel Sherrill
- fixed: https://git.rtems.org/rtems-release/commit/?id=dffcad2c38d8328a66efda6a421aa7e39226afa3
- 15:05 Changeset in rtems [77e7bd9] by Joel Sherrill <joel@…>
- libmisc/serdbg: Remove obsolete serial debug Closes #2828.
- 14:56 Ticket #4847 (Goto statements) created by Daniel Páscoa
- The use of “goto” statements is strongly discouraged as it results in …
- 14:54 Ticket #4846 (Code for test software) created by Daniel Páscoa
- Within function bsp_interrupt_raise ther is code active despite …
- 14:53 Ticket #4845 (Global variable declared/defined in the wrong file) created by Daniel Páscoa
- This source file contains both declaration and definition of the …
- 14:52 Ticket #4844 (Unchecked boundaries) created by Daniel Páscoa
- Consider checking for overflow situations and taking necessary actions …
- 14:44 Ticket #4843 (Output value not assigned) created by Daniel Páscoa
- The Software Document Design (starting on page 181) specifies that …
- 14:43 Ticket #4842 (SPARC/grlib - Registers definitions wrongly defined when there are ...) created by Daniel Páscoa
- With respect to RTEMS 6 (ESA-promoted RTEMS SMP Qualification Data …
- 13:13 Ticket #4838 (Fix for UART interrupt on aarch64 Versal) closed by Kinsey Moore
- duplicate
- 08:03 Changeset in rtems-central [5ac1e04] by Sebastian Huber <sebastian.huber@…>
- requirements.txt: Add coconut Remove requirements.txt files from "formal" directory
- 07:53 Changeset in rtems-central [798fd67] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems-docs
02/08/23:
- 14:38 Changeset in rtems [eb299786] by Sebastian Huber <sebastian.huber@…>
- rtems: Document scheduler configuration API
- 03:15 Ticket #4559 (ln command problem in shell of RTEMS4.13/5.1) closed by Chris Johns
- wontfix: I am closing this because the change will not be backwards compatible to 5.2 and 5.1. It is suitable for 6.
02/07/23:
- 22:02 Changeset in rtems-docs [cb37524] by Kinsey Moore <kinsey.moore@…>
- eng: Add ObjectsItem? details This adds a section on adding ObjectsItems?.
- 22:00 Changeset in rtems-central [0f0a61e] by Kinsey Moore <kinsey.moore@…>
- spec/build-objects: Add details about duplicates Add a comment warning against duplicate ObjectsItem? inclusions and why that can cause problems.
- 21:24 FundingProjects edited by Amar Takhar
- Add placeholder for Project 3 and notice for Project 1 (diff)
- 20:36 Ticket #4841 (Setup Wiki.js for new wiki.) created by Amar Takhar
- As we transition off of Trac we'll need a new wiki to replace …
- 09:54 Ticket #4840 (Single Sign On using GitLab instance) created by Christian Mauderer
- If we migrate to a new system, it should support authentication with …
02/06/23:
- 23:09 Ticket #4839 (Ensure TLS 1.3 is enabled for *.rtems.org) created by Joel Sherrill
- Passing along a report from a user that their IT has blocked pages …
- 20:56 Changeset in rtems [a932d5d6] by Kinsey Moore <kinsey.moore@…>
- spec/bsps: Deduplicate objxilinxsupport The objxilinxsupport build object was accidentally included twice in some of the ZynqMP BSPs by two different drivers that required it. This commit manually deduplicates the inclusions by moving that inclusion to the BSP. Duplication of object inclusions is considered a bug and can cause race conditions in the build system.
- 18:48 Changeset in rtems-docs [63e175f] by Sebastian Huber <sebastian.huber@…>
- c-user: Remove obsolete config section This commit already clarified that the defines of the removed section are optional BSP provided default values and not application configuration options: commit cf9f2121577b11f8eab5e49c48173c46cf09c627 Author: Sebastian Huber <sebastian.huber@…> Date: Wed Nov 17 08:46:56 2021 +0100 c-user: Clarify BSP related configuration settings
- 16:57 Changeset in rtems [a67b9443] by Sebastian Huber <sebastian.huber@…>
- sha512_224: Fix SHA512_224_Final() on little-endian machines. PR: 266863 MFC after: 1 week Reviewed by: allanjude, cperciva, des Differential Revision: https://reviews.freebsd.org/D38372
- 14:21 Changeset in rtems [bcdcdd0] by Sebastian Huber <sebastian.huber@…>
- doxygen: Clarify CONFIGURE_DISABLE_BSP_SETTINGS Each BSP may optionally provide default values for some application configuration options. Remove the documentation of these items, since the BSP provided defines are not application configuration options, they are optional default values. Clarify CONFIGURE_DISABLE_BSP_SETTINGS accordingly and move it into the "General System Configuration" group. Update #3994.
- 10:09 Changeset in rtems [1f8b26a] by Sebastian Huber <sebastian.huber@…>
- doxygen: Use @anchor for appl config options The application configuration options are documented in "cpukit/doxygen/appl-config.h". Since the application configuration option defines are also present in multiple test program sources, the "#OPTION" references cannot be mapped to a unique definition. Add an anchor for each option and reference it to avoid the issues with the multiple definitions. Update #3994.
- 09:04 Changeset in rtems-central [73ab36e] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems-docs
- 09:04 Changeset in rtems-central [ceb2f9f] by Sebastian Huber <sebastian.huber@…>
- modules: Update rtems
02/05/23:
- 22:27 Ticket #4838 (Fix for UART interrupt on aarch64 Versal) created by Aaron N
- Fixed UART interrupts for Versal. Tested on VCK190.
02/03/23:
- 07:53 Changeset in rtems [1d07dfa] by Sebastian Huber <sebastian.huber@…>
- validation: Improve IRQ handler dispatch test Clarify wording. Use a function wrapper for the SMP spurious interrupt setup. Update #3716.
- 07:49 Changeset in rtems-central [690e064] by Sebastian Huber <sebastian.huber@…>
- spec: Clarify interrupt handler dispatch
02/02/23:
- 21:21 Changeset in rtems-lwip [5e742dc] by Kinsey Moore <kinsey.moore@…>
- rtemslwip/xil_shims: Improve error messages The error message produced in the case of MMU mapping failures was insufficient to track down the cause. This improves the out to assist the user in tracking down the issue.
- 21:05 Changeset in rtems-lwip [383751a] by Kinsey Moore <kinsey.moore@…>
- rtemslwip: Resolve conflicts involving xparameters RTEMS recently imported drivers and their support code from Xilinx. This has created a conflict with xparameters.h since it is now provided in both RTEMS and RTEMS-lwIP. This moves the definitions provided by xparameters.h in RTEMS-lwIP to xparameters_ps.h and adjusts its accessibility to cover the same use cases.
- 20:58 Changeset in rtems [c0fad60] by Kinsey Moore <kinsey.moore@…>
- bsps/xil: Import full xil_exception.h This imports the full xil_exception.h instead of an empty stub. This is required for some Xilinx drivers. The imported files adhere to the current VERSION file.
- 18:58 Changeset in rtems [d9f3dcb] by Kinsey Moore <kinsey.moore@…>
- bsps/xil: Make sleep.h a stub This makes xil/sleep.h a stub to prevent multiple differing definitions of sleep functions from toolchain and local headers. The non-standard sleep definitions were not in use and can be added later if needed.
- 18:54 Changeset in rtems-lwip [44bdbd6] by Kinsey Moore <kinsey.moore@…>
- rtemslwip: Remove sleep.h since RTEMS provides it This is a result of the inclusion of the Xilinx driver framework in RTEMS. A compatible sleep.h is now installed by RTEMS. Previously, it was not present.
02/01/23:
- 14:50 Ticket #4837 (Remove dependencies on GitHub on-the-fly tarball generation) created by Kinsey Moore
- GitHub? has recently reminded everyone that tarballs generated on the …
- 04:13 RTEMSMailingLists edited by Chris Johns
- Add email subscribe links. (diff)
- 04:09 WikiStart edited by Chris Johns
- Update mailing list links. (diff)
01/31/23:
- 15:58 Changeset in rtems-source-builder [6685718] by Kinsey Moore <kinsey.moore@…>
- Revert github tarball hash changes GitHub? has reverted the change that caused all these tarball hashes to change and so we follow suit.
- 05:20 Ticket #4565 (medit malloc problem of RTEMS5.1) closed by Chris Johns <chrisj@…>
- fixed: In b7f1fa2f/rtems: […]
- 05:20 Ticket #4564 (close_editor problem of RTEMS4.13/5.1) closed by Chris Johns <chrisj@…>
- fixed: In 45f60cf/rtems: […]
- 05:20 Ticket #4558 (chmod problem in shell of RTEMS4.13/RTEMS5.1) closed by Chris Johns <chrisj@…>
- fixed: In 2243fd6/rtems: […]
- 05:17 Ticket #4835 (medit malloc problem of RTEMS (cloned)) closed by Chris Johns <chrisj@…>
- fixed: In edea93c/rtems: […]
- 05:17 Ticket #4834 (close_editor problem of RTEMS4.13/5.1 (cloned)) closed by Chris Johns <chrisj@…>
- fixed: In 3ad2789/rtems: […]
- 00:20 Ticket #4836 (Ongoing operation of RTEMS infrastructure.) created by Amar Takhar
- Depending on the month it can take anywhere from 25-45 hours per month …
01/30/23:
- 22:54 Changeset in rtems-source-builder [30b2905] by Kinsey Moore <kinsey.moore@…>
- devel/gnu-default-tools: Use correct include path Include paths must use the full file name with extension. This was causing errors because it couldn't resolve the include.
- 22:46 Ticket #4555 (Remove aarch64 and microblaze from RSB on 5 branch) closed by Joel Sherrill <joel@…>
- fixed: In 9144a4a/rtems-source-builder: […]
- 22:38 Changeset in rtems-source-builder [5c01a44] by Kinsey Moore <kinsey.moore@…>
- Update hashes for github-sourced tarballs Github has changed the way it generates on-the-fly tarball requests which has changed the hashes of the resulting tarballs. This adjusts the affected tarball hashes as a stop-gap until a more permanent solution can be devised.
- 17:29 Changeset in rtems-source-builder [afaeda7] by Kinsey Moore <kinsey.moore@…>
- dtc: Add patch to build for ticket 4783 This patch resolves a build error with dtc on cygwin until upstream adopts a fix.
- 14:40 Changeset in rtems-source-builder [9144a4a]55.3 by Joel Sherrill <joel@…>
- Remove aarch64 and microblaze from RSB on 5 branch Closes #4555.
- 03:46 Ticket #4835 (medit malloc problem of RTEMS (cloned)) created by chenjin_zhong
- Cloned from #4565: ---- I find malloc function is called by move_gap …
- 03:43 Ticket #4834 (close_editor problem of RTEMS4.13/5.1 (cloned)) created by chenjin_zhong
- Cloned from #4564: ---- Hi, I find when close editor in shell …
- 03:11 Changeset in rtems [b7f1fa2f]55.3 by Chris Johns <chrisj@…>
- libmisc/shell/edit: Return if no memory in move_gap Closes #4565
- 03:11 Changeset in rtems [edea93c] by Chris Johns <chrisj@…>
- libmisc/shell/edit: Return if no memory in move_gap Closes #4835
- 02:59 Changeset in rtems [3ad2789] by Chris Johns <chrisj@…>
- libmisc/shell/edit: Fix closing the editor Closes #4834
- 02:59 Changeset in rtems [45f60cf]5 by Chris Johns <chrisj@…>
- libmisc/shell/edit: Fix closing the editor Closes #4564
- 02:37 Changeset in rtems [2243fd6]5 by Chris Johns <chrisj@…>
- libmisc/shell/chmod: Fix multiple file arguments to the command Closes #4558
01/28/23:
- 09:56 Changeset in rtems [45393975] by Sebastian Huber <sebastian.huber@…>
- score: Help static analysis in thread init Add an assert to _Thread_Initialize_scheduler_and_wait_nodes() which may help a static analyzer. Use a do/while loop since we have at least one scheduler. Update #4832.
01/27/23:
- 23:44 Changeset in rtems [29a3ad1b] by Joel Sherrill <joel@…>
- grlib: Fix snprintf() overflow warnings from gcc 12 Updates #4662.
- 23:36 Ticket #4833 (grlib/pci/grpci2dma.c Warnings Require Insight to Resolve Properly) created by Joel Sherrill
- These are warnings which may be new from gcc 12. It will take someone …
- 21:51 Changeset in rtems [6fa3a3b] by Alex White <alex.white@…>
- spec: Fix XPS_SYS_CTRL_BASEADDR default value The default value for XPS_SYS_CTRL_BASEADDR was given as an int rather than an iterable.
- 19:27 Ticket #4832 (CLANG flagged error) closed by Sebastian Huber
- wontfix: Functions starting with an underscore are reserved for the RTEMS implementation and not a part of the API. Adding an _Assert(x != NULL) to pointer parameters of internal functions in general makes no sense. I reviewed the related clang analysis. The problem is that clang doesn't know that _Scheduler_Count is greater than zero.
- 18:32 Changeset in rtems-source-builder [fcf1c9f] by Kinsey Moore <kinsey.moore@…>
- rtems-tools-6.cfg: Bring in rtems-syms TLS fix Update the rtems-tools hash to include the fix for rtems-syms that enables application-hosted TLS variables in loadable modules.
- 16:13 Ticket #4832 (CLANG flagged error) created by Daniel Páscoa
- Description: SPAMR/CLANG point out to a possible deference to a …
- 16:11 Ticket #4831 (#pragmas to ignore warnings) created by Daniel Páscoa
- Description: There are #pragmas to ignore warnings but comments …
- 16:11 Ticket #4830 (Output value not assigned) created by Daniel Páscoa
- Description: The call of the function …
- 16:10 Ticket #4829 (Unclear comments) created by Daniel Páscoa
- Description: Incorrect use of left/right in comments. Consider …
- 16:09 Ticket #4828 (Macro defined but magic number used instead) created by Daniel Páscoa
- Description: Each register has a dedicated SHIFT macro, however, …
- 16:07 Ticket #4827 (Section left to be fixed in kern_tc.c and tls.h (FIXME)) created by Daniel Páscoa
- Description: This section requires review. Please determine if …
- 13:59 Ticket #4826 (Software Engineering Guide has broken Reference) created by Joel Sherrill
- Section 3, RTEMS Stakeholders, has a single paragraph which renders …
Note: See TracTimeline
for information about the timeline view.