Timeline



12/09/22:

09:20 Changeset in rtems [f845b95a] by Christian Mauderer <christian.mauderer@…>
bsp/atsam: Allow to use custom SDRAM With the old build system in RTEMS 5 that was possible by just overwriting BOARD_Sdram_Config and setting a custom ATSAM_MEMORY_SDRAM_SIZE during building the BSP. In the new build system that ATSAM_MEMORY_SDRAM_SIZE is set exclusively by the selected SDRAM chip. This patch adds the possibility to specify a "custom-0x100000" or similar as SDRAM type where the number gives the SDRAM size.
09:20 Changeset in rtems [7b968a2e] by Christian Mauderer <christian.mauderer@…>
bsps/atsam: Add NULL pointer protection
09:20 Changeset in rtems [26050b5f] by Christian Mauderer <christian.mauderer@…>
bsps/atsam: Fix unidirectional SPI transfers A SPI transfer where the Rx or Tx buffer is set to NULL currently transfers or overwrites data starting from address 0x00000000 via DMA. This patch changes the DMA setup so that dummy transfers are done. Just reading / writing to a single location is simpler than changing the whole logic of the transfer depending on the passed buffers.

12/07/22:

18:22 Ticket #4453 (Global vs Local Attribute Unclear for SMP/Distributed MP) closed by Joel Sherrill <joel@…>
fixed: In 32de9ff/rtems-docs: […]

12/06/22:

22:46 Ticket #4715 (RSB get sources misses a number of files) closed by Chris Johns
fixed: The release now fetches all sources.
22:45 Ticket #4704 (Fix invalid RSB source URLs) closed by Chris Johns
fixed: The release fetching of sources is now clean.
22:35 Ticket #4772 (Remove use of interval from rtems_task_wake_after() documentation) created by Chris Johns
The Classic API documentation for rtems_task_wake_after() refers to …

12/05/22:

23:25 Changeset in rtems [1c189e1a] by Kinsey Moore <kinsey.moore@…>
bsps/zynqmp: Fix and update device trees Add ref-clock-num identifiers to the device tree to ensure that interfaces use the correct clocks even when some are not used due to unconnected MII busses. This also adjusts the default ZynqMP PHY attachment to RGMII-ID which was the default before device trees were introduced.
04:57 Ticket #4771 (Versal UART issues) created by Chris Johns
The Versal polled mode it broken when building. The disable all …

12/04/22:

04:46 Ticket #4770 (Intel Specific x86-64 BSP Suport) created by blackbird
== Overview This ticket focuses on Intel related items that refine …

12/02/22:

18:19 Changeset in rtems [30ca711d] by Kinsey Moore <kinsey.moore@…>
bsps: Import Xilinx NAND driver This adds Xilinx's driver for the Xilinx NAND controller embedded in the ZynqMP SoC. Within that device alone, it is possible to access this peripheral from MicroBlaze?, ARMv7, and ARMv8 cores. This has been added to the hardware ZynqMP BSPs since QEMU does not support emulation of this peripheral. This driver supports polled operation only. The imported files are and should be able to remain unmodified. Import information is kept in bsps/shared/dev/nand/VERSION.
18:19 Changeset in rtems [50539ba8] by Kinsey Moore <kinsey.moore@…>
bsps: Import Xilinx support code This support code is necessary for many Xilinx-provided bare metal device drivers supported on ARM, AArch64, and MicroBlaze? platforms. Support for all of these architectures is kept under bsps/include due to multiple architecture variants being supported which requires complex logic in the build system. The imported files are and should be able to remain unmodified. Import information is kept in bsps/shared/xil/VERSION.
15:18 Ticket #4718 (Coverity issues in cpukit/libfs/src/ftpfs/tftpDriver.c) closed by Frank Kühndel <frank.kuehndel@…>
fixed: In 997ba1d9/rtems: […]
09:32 Changeset in rtems-source-builder [65f83cf] by Sebastian Huber <sebastian.huber@…>
tools: Fix thread names in rtems-record-lttng
09:14 Ticket #4769 (config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLED) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 47e1f6e/rtems-docs: […]

12/01/22:

18:13 Changeset in rtems-docs [32de9ff] by Joel Sherrill <joel@…>
c-user: Add Local vs Global to Key Concepts Chapter Add multiple new index entries and cite them where RTEMS_LOCAL and RTEMS_GLOBAL are cited. Closes #4453.
12:04 Changeset in rtems-docs [47e1f6e] by Sebastian Huber <sebastian.huber@…>
Document CONFIGURE_RECORD_INTERRUPTS_ENABLED Close #4769.
11:54 Changeset in rtems-central [492c2d4] by Sebastian Huber <sebastian.huber@…>
spec: Specify CONFIGURE_RECORD_INTERRUPTS_ENABLED Update #4769.
11:36 Ticket #4769 (config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLED) created by Sebastian Huber
[…]
09:49 Changeset in rtems [71d1acd] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Rename handler in dispatch table The name handler table was a bit misleading after the last rework. Rename it to distach table. Update the documentation accordingly. Update #4769.
09:22 Changeset in rtems [e012671] by Sebastian Huber <sebastian.huber@…>
aarch64/raspberrypi: Remove duplicate files These files are already provided by "../../objirq".
09:21 Changeset in rtems [c46fbb9] by Sebastian Huber <sebastian.huber@…>
config: Add CONFIGURE_RECORD_INTERRUPTS_ENABLED This enables the tracing of interrupt entry/exit events through an application configuration option. The interrupt processing can be viewed with Trace Compass using rtems-record-lttng from the RTEMS Tools. Update #4769.
07:55 Changeset in rtems [0d5e41a] by Sebastian Huber <sebastian.huber@…>
bsps/irq: Add bsp_interrupt_get_dispatch_table_slot() Update #4769.

11/30/22:

23:26 Ticket #4382 (mingw - add flex to packages needed) closed by Joel Sherrill <joel@…>
fixed: In 5a54847/rtems-docs: […]
23:26 Ticket #4766 (Classic API User Guide Index has Functions without Parentheses) closed by Joel Sherrill <joel@…>
fixed: In aaba6e5/rtems-docs: […]
21:00 Ticket #4768 (Use tarballs for stable versions development tools) created by Joel Sherrill
Currently many of the individual tools in the development toolchain …
20:56 Ticket #4767 (Add rtems-lwip to release packages) created by Joel Sherrill
The rtems-lwip repository is young but mature enough now to include in …
18:11 Changeset in rtems-tools [66b81d6] by Sebastian Huber <sebastian.huber@…>
record: Fix thread name handling Reset the thread name at thread create and ID events.
15:59 Changeset in rtems-docs [aaba6e5] by Joel Sherrill <joel@…>
c-user/*: Add trailing parentheses on methods in index which were missing it Closes #4766.
15:45 Ticket #4766 (Classic API User Guide Index has Functions without Parentheses) created by Joel Sherrill
Some index entries in the Classic API Users Guide has some method …
15:12 Changeset in rtems-docs [5a54847] by Joel Sherrill <joel@…>
user/hosts/windows.rst: flex needs to be installed for msys2 Closes #4382.
11:49 Ticket #4273 (Add a directive to report the RTEMS architecture) reopened by Sebastian Huber
utsname() uses CPU_NAME.
08:59 Ticket #4560 (Use thread-local storage for Newlib reentrancy objects) closed by Sebastian Huber
fixed: Yes, I recently were able to integrate the final patch for GCC 13. A follow up activity is #4765.
08:58 Ticket #4765 (Add constructor/destructor for thread-local objects) created by Sebastian Huber
See also: https://www.openwall.com/lists/libc-coord/2022/01/21/1
00:06 Ticket #4714 (Use waf for LwIP walk sources) closed by Kinsey Moore
fixed: This was resolved with commit e02d02e2ce29379c2d4bfb15fbd5b101e9bd58e8 to rtems-lwip.
00:05 Ticket #4756 (Docs build system does not build singlehtml (cloned)) closed by Chris Johns
fixed

11/29/22:

23:59 Ticket #4697 (Documentation for libbsd Configure options) closed by Chris Johns
invalid: There are options in the README in LibBSD.
23:55 Ticket #4658 (Fix build issue with riscv sample test) closed by Chris Johns
fixed
23:52 Ticket #4619 (riscv/rv32iac: minimum sample test fails to build) closed by Chris Johns
worksforme: BSP builder is showing this as working.
23:47 Ticket #4489 (waf configure's --rtems-config and build create an error) closed by Chris Johns
wontfix: I am closing this as it will not be fixed for now. It is not right in the normal context of waf command lines but it is a corner case to fix. Please reopen if this is important.
23:41 Ticket #4517 (Build failures for MacOS) closed by Chris Johns
wontfix: There may be issues. Reopen if a specific build is needed.
23:34 Ticket #4211 (_Timespec_To_ticks overflow) closed by Chris Johns
fixed
23:34 Changeset in rtems-tools [f29483d] by Joel Sherrill <joel@…>
rtems-boot.ini: Correct spelling of %{ubootdir} Closes #4065.
23:27 Ticket #4201 (waf building out of source tree does not find all configured bsps) closed by Chris Johns
fixed
23:26 Ticket #4200 (Build system doco link in the User Guide is broken) closed by Chris Johns
fixed
23:25 Ticket #4166 (rtems-bsp-builder: Add way to select rtems version (6 vs 7)) closed by Chris Johns
duplicate: Duplicate of #3671
23:21 Ticket #4065 (Typo in rtems-boot.ini "ubootdior" should be "ubootdir") closed by Joel Sherrill <joel@…>
fixed: In f29483d/rtems-tools: […]
23:18 Ticket #4052 ([libbsd] e1000 driver not working for i386 based BSP in current ...) closed by Chris Johns
wontfix: Please reopoen with suitable patches for 6-freebsd-12
23:16 Ticket #3977 (Add unexplained-failure as option for Test Configuration Files) closed by Chris Johns
invalid
23:03 Ticket #4069 (dl06 does not link on RISCV) closed by Chris Johns
fixed: please reopen if it is still failing.
23:00 Ticket #4037 (Python script distribution standardisation) closed by Chris Johns
fixed: The user of a virtualenv is to be used to manage various versions of Python.
22:53 Ticket #4706 (Installed header break C++) closed by Chris Johns
fixed
22:52 Ticket #4705 (Installed header clean up) closed by Chris Johns
fixed
22:51 Ticket #4209 (STM32H743ZI Nucleo Consle support not working without workaround) closed by Joel Sherrill
invalid: Neither patch is applying cleanly for me. Please update them, reopen the ticket, and attach them.
22:48 Ticket #4618 (rtems-bsp-builder fails to parse riscv error message) closed by Chris Johns
wontfix: There is no longer and error from the linker so this is not happening. Please reopen if it happens and it should be fixed.
22:44 Ticket #4209 (STM32H743ZI Nucleo Consle support not working without workaround) reopened by Chris Johns
Te patches have been confirmed as suitable to be applied.
22:34 Ticket #4363 (GDB does not build on Windows for MSYS2) closed by Chris Johns
wontfix: Not sure if this is valid. Please reopen if it is broken.
22:32 Ticket #4273 (Add a directive to report the RTEMS architecture) closed by Chris Johns
fixed: The call utsname() does this. Add in 1995.
22:29 Ticket #4246 (Add libbsd DC NIC support to mvme2700 board) closed by Chris Johns
fixed: Added and working.
22:29 Ticket #4226 (Buildbot needs a tool chain update) closed by Chris Johns
invalid: We are getting errors on each repo push because buildbot's sockets are not accessible. Please reopen once buildbot is available and able to be used.
22:27 Ticket #4212 (libio leaks location clones) closed by Chris Johns
invalid: Please reopen if this is still a valid issue.
22:25 Ticket #4209 (STM32H743ZI Nucleo Consle support not working without workaround) closed by Chris Johns
fixed: Closing as the patches have not been applied. If these changes are still valid please reopen and apply the attached patches.
22:17 Ticket #4048 (Move RTEMS 5 BSP and package build sets and configs to RTEMS 6) closed by Chris Johns
wontfix: I am closing this as the rtems-deployment project and repo should now be used to manage BSPs and vertical stacks. The repo is currently in my personal area.
22:13 Ticket #3999 (Unexpected test failures on arm/beagleboneblack) closed by Chris Johns
wontfix: If the test cases are still open please reopen.
22:12 Ticket #4000 (Unexpected test failures the arm/xilinx-zynq BSPs) closed by Chris Johns
wontfix: If the test cases are still open please reopen.
22:11 Ticket #3998 (fenv support is missing on arm) closed by Chris Johns
fixed: Fixed in newlib in 2020.
22:10 Ticket #3997 (fenv support is missing on sparc) closed by Chris Johns
fixed: Fixed in newlib in 2020.
22:10 Ticket #3996 (fenv support is missing on powerpc) closed by Chris Johns
fixed: Fixed in newlib in 2020.
22:07 Ticket #3942 (multiple definition of `pci_indirect_functions') closed by Chris Johns
fixed: Looks to be fixed. Please reopen if it is still a problem.
22:04 Ticket #3929 (Document use of virtualenv) closed by Chris Johns
fixed
21:54 Ticket #3414 (Remove Makefiles from rtems-examples?) closed by Chris Johns
invalid: Makefile.inc is to be supported so examples with Makefiles makes sense to keep.
21:50 Ticket #2778 (Error building RTEMS Source Builder recipe for libxml) closed by Chris Johns
worksforme: If this is still broken please reopen.
21:49 Ticket #1459 (Add rtems_shell_main_monitor to cpukit/libmisc/shell/shell.h?) closed by Chris Johns
fixed: Fixed in 2011.
21:47 Ticket #550 (fcntl() fails to put a non-blocking socket into blocking mode) closed by Chris Johns
wontfix: The fd handling has evolved and now we have libbsd. If this is still a problem please reopen.
21:44 Ticket #3615 (Convert Tools_Used Wiki page into Support Tools Selection with Criteria) closed by Chris Johns
wontfix: This should be in the User Guide.
21:43 WikiStart edited by Chris Johns
Remove link to Tools_Used (diff)

11/27/22:

09:20 Changeset in rtems-tools [df2d86e] by zhengxiaojun <17935334@…>
fix _mkdir parameter error. fix _mkdir parameter error. Signed-off-by: zhengxiaojun <jameszxj at gmail.com>

11/26/22:

03:19 Changeset in rtems [24098722] by Kinsey Moore <kinsey.moore@…>
spec/beagle: Add missing spi.h install The beagle SPI functions are unusable by applications unless this file is installed with the BSP. This ensures that the file is installed properly.

11/25/22:

16:17 Ticket #4764 (msdos_format throws RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE on ...) created by Giovanni Righi
Hello, I'm trying to mount the FAT filesystem on the external memory …
04:45 Changeset in rtems-libbsd [1dfdee9]6-freebsd-12 by Chris Johns <chrisj@…>
freebsd/vfs: Pass in the td's cred to the VFS calls Closes #4723
01:18 Changeset in rtems [408dbeb] by Chris Johns <chrisj@…>
libmisc/rtems-fdt: Support prop map items up to the size of uintptr_t Updates #4729
01:14 Changeset in rtems [904a9112] by Chris Johns <chrisj@…>
libmisc/shell: Fix edit Coverity error Coverity Id: CID 1517029, CID 1517030, CID 1517031
Note: See TracTimeline for information about the timeline view.