Timeline



01/17/23:

19:35 Ticket #4782 (Correct Issues in Rate Monotonic Manager Background Section) closed by Joel Sherrill
fixed
19:13 Ticket #4781 (RAP generated for ARM/AArch64 DL06 test won't read correctly with rtems-rap) reopened by Kinsey Moore
This was incorrectly closed by an unrelated commit.
15:57 Changeset in rtems [f36d8b1] by Kinsey Moore <kinsey.moore@…>
spec: Fix Xilinx support YAML licenses This should use the CC 4.0 license to match the rest of the tree.
15:18 Ticket #4781 (RAP generated for ARM/AArch64 DL06 test won't read correctly with rtems-rap) closed by Joel Sherrill <joel@…>
fixed: In f48f79d/rtems-docs: […]
14:45 Changeset in rtems-docs [0b0dd79] by Sebastian Huber <sebastian.huber@…>
eng: Use a recommendation for requirement texts Update #3715.
14:14 Changeset in rtems-docs [f690480] by Sebastian Huber <sebastian.huber@…>
eng: Add reason to test program state
14:14 Changeset in rtems-docs [f3811f2] by Sebastian Huber <sebastian.huber@…>
eng: Improve build option default values Merge "default" and "default-by-variant" attributes. Use an enabled-by expression to select the default value.
14:13 Changeset in rtems-docs [dc2ea30] by Sebastian Huber <sebastian.huber@…>
eng: Add more flags to build group item
14:10 Changeset in rtems-central [b91e7f2] by Sebastian Huber <sebastian.huber@…>
spec: Improve build option default values Merge "default" and "default-by-variant" attributes. Use an enabled-by expression to select the default value.
14:09 Changeset in rtems-central [dfd57e9] by Sebastian Huber <sebastian.huber@…>
spec: Add reason to test program state
09:11 Changeset in rtems [5b12443] by Sebastian Huber <sebastian.huber@…>
build: Fix copyright statement format
08:46 Changeset in rtems [70e2990c] by Sebastian Huber <sebastian.huber@…>
build: Remove bogus attribute

01/16/23:

21:23 Ticket #4783 (Fix issues when compiling dtc with Cygwin) created by Ryan Long
Currently, DTC is failing to build due to this check in checks.c. For …
08:36 Changeset in rtems [ebb9e8c] by Zhongjie Zhu <zhongjiezhu1@…>
score: Fix maybe uninitialized warning There are different cases for _ISR_lock_ISR_disable() and _ISR_lock_ISR_enable() in the case RTEMS_SMP is defined or RTEMS_PROFILING is defined, so remove the related code. ../../../cpukit/include/rtems/score/threaddispatch.h: In function '_Thread_Dispatch_disable': ../../../cpukit/include/rtems/score/threaddispatch.h:231:14: warning: 'lock_context' may be used uninitialized [-Wmaybe-uninitialized] 231 | cpu_self = _Thread_Dispatch_disable_critical( &lock_context ); | ~ ../../../cpukit/include/rtems/score/threaddispatch.h:210:32: note: by argument 1 of type 'const ISR_lock_Context *' to '_Thread_Dispatch_disable_critical' declared here 210 | static inline Per_CPU_Control *_Thread_Dispatch_disable_critical( | ../../../cpukit/include/rtems/score/threaddispatch.h:225:21: note: 'lock_context' declared here 225 | ISR_lock_Context lock_context; | ~ Update #4662.

01/13/23:

21:21 Changeset in rtems [caffdc4] by Kinsey Moore <kinsey.moore@…>
bsps/zynqmp: Add JFFS2 NAND adapter This adds the glue code necessary to allow JFFS2 to operate on top of NAND memory hosted by the XNandPsu peripheral/driver.
15:42 Changeset in rtems-central [8cca199] by Andrew Butterfield <Andrew.Butterfield@…>
adds old examples
15:42 Changeset in rtems-central [ebe9144] by Andrew Butterfield <Andrew.Butterfield@…>
modifications made to promela_yacc
15:41 Changeset in rtems-central [a64e772] by Andrew Butterfield <Andrew.Butterfield@…>
modifications made to comment_filter
15:37 Changeset in rtems-central [5d08ea3] by Andrew Butterfield <Andrew.Butterfield@…>
forked from https://github.com/johnyf/promela, commit 32d14184a50e920a92201058e4f601329be8c9c7
15:36 Changeset in rtems-central [13ed9da] by Andrew Butterfield <Andrew.Butterfield@…>
forked from https://github.com/quic/comment-filter/commits/master commit 9cfb52318e5f71af56b5808e280a9b089b9abc32
13:21 Changeset in rtems [cac528f8] by Sebastian Huber <sebastian.huber@…>
build: Add reason to test state definitions
13:20 Changeset in rtems [45ef2dd3] by Sebastian Huber <sebastian.huber@…>
bsp/tms570: Fix define redefinition error

01/12/23:

22:50 Changeset in rtems [81085ca9] by Kinsey Moore <kinsey.moore@…>
testsuites/libtest/dl11: Add DL test for TLS This adds a test verifying basic TLS functionality in loadable modules now that at least one architecture supports it.
21:45 Changeset in rtems [d3662980] by Kinsey Moore <kinsey.moore@…>
cpukit/libdl: Add AArch64 TLS reloc support This adds basic TLS relocation support for AArch64 to libdl. This lets loadable modules use TLS symbols hosted in the main binary. This does not allow loadable modules to host their own TLS symbols.
21:09 Changeset in rtems-tools [6970c47] by Kinsey Moore <kinsey.moore@…>
linkers/rtems-syms: Generate TLS symbols When generating the symbol table for loadable modules, include TLS symbols so that the modules can reference them.
13:38 Changeset in rtems [2ea03be] by Sebastian Huber <sebastian.huber@…>
jffs2: Fix return code of rtime compress The RTEMS and Linux JFFS2 compression support have a slightly different interface. This fixes a bug introduced by: commit 17c3d536ca8ee17d36ea251eade884e07ff1ee75 Author: Yang Yang <yang.yang29@…> Date: Thu Jan 28 02:55:35 2021 -0800 jffs2: check the validity of dstlen in jffs2_zlib_compress() KASAN reports a BUG when download file in jffs2 filesystem.It is because when dstlen == 1, cpage_out will write array out of bounds. Actually, data will not be compressed in jffs2_zlib_compress() if data's length less than 4.
09:26 Changeset in rtems [d2664faa] by Sebastian Huber <sebastian.huber@…>
build: Replace variant patterns with a list Replace the variant patterns in the default-by-variant list with an explicit list of matching BSPs. The change was tested by comparing the output of ./waf bspdefaults before and after the change.
09:03 Changeset in rtems [3368231] by Sebastian Huber <sebastian.huber@…>
build: Format build items Use yaml.dump(data, default_flow_style=False, allow_unicode=True) with a custom representer for integer default values to format all build items.
07:21 Changeset in rtems-docs [1030fea] by Sebastian Huber <sebastian.huber@…>
riscv: Resurrect RISCV_ENABLE_HTIF_SUPPORT Updates #4779.

01/11/23:

09:43 Changeset in rtems [e5a53d6] by Sebastian Huber <sebastian.huber@…>
jffs2: Add <linux/printk.h> A follow up patch uses no_printk().
09:36 Changeset in rtems [2271b69] by Sebastian Huber <sebastian.huber@…>
jffs2: Update baseline version to Linux v6.1
07:27 Changeset in rtems [d46366a] by Sebastian Huber <sebastian.huber@…>
riscv: Resurrect RISCV_ENABLE_HTIF_SUPPORT Low-end configurations may want to have the HTIF support removed. Enable the option by default. Fix formatting. Fix node validity checks. Updates #4779.

01/10/23:

22:33 Changeset in rtems-docs [f48f79d] by Joel Sherrill <joel@…>
c-user/rate-monotonic/background.rst: Correct logically inverted statement Also corrected a spot of formatting. Closes #4781.
19:57 Changeset in rtems-central [1056ddb] by Andrew Butterfield <Andrew.Butterfield@…>
pythin tests
19:57 Changeset in rtems-central [1283c16] by Andrew Butterfield <Andrew.Butterfield@…>
main Coconut sources
19:55 Changeset in rtems-central [bd28429] by Andrew Butterfield <Andrew.Butterfield@…>
top-level sources
19:51 Changeset in rtems-central [d59895a] by Andrew Butterfield <Andrew.Butterfield@…>
Message Manager model and test gen material
19:50 Changeset in rtems-central [44fca64] by Andrew Butterfield <Andrew.Butterfield@…>
Barrier Manager model and test gen material
19:49 Changeset in rtems-central [285cae9] by Andrew Butterfield <Andrew.Butterfield@…>
Memory Manager model and test gen material
19:47 Changeset in rtems-central [87c48b3] by Andrew Butterfield <Andrew.Butterfield@…>
Chains API model and test gen material
19:44 Changeset in rtems-central [3f4d9a4] by Andrew Butterfield <Andrew.Butterfield@…>
top level FV hierarchy
15:10 Ticket #4782 (Correct Issues in Rate Monotonic Manager Background Section) created by Joel Sherrill
Fix these issues: - 11.2.5.1 last bullet is inverted logically. …

01/09/23:

18:11 Ticket #4779 (RISC-V: Remove RISCV_ENABLE_HTIF_SUPPORT option) closed by Hesham Almatary <hesham.almatary@…>
fixed: In 763c97d/rtems-docs: […]
18:11 Ticket #4775 (RISC-V: Default RV64 BSPs to medany) closed by Hesham Almatary <hesham.almatary@…>
fixed: In 6794f01/rtems-docs: […]

01/08/23:

20:24 Changeset in rtems [d55c131] by Alex White <alex.white@…>
bsps: Add Xilinx GQSPI flash helper This adds helper functions for working with NOR flash connected to the Xilinx GQSPI controller. The helper functions are based on Xilinx's QSPIPSU flash interrupt example.

01/05/23:

22:17 Ticket #4781 (RAP generated for ARM/AArch64 DL06 test won't read correctly with rtems-rap) created by Kinsey Moore
Ignoring for the moment the fact that the dl06 test is failing on …
19:48 Changeset in rtems [189539f] by Kinsey Moore <kinsey.moore@…>
cpukit/libdl: Print the missing AArch64 reloc type This prints the relocation type that was found to be missing in addition to its address to aid in bug reports.
19:45 Changeset in rtems [df0de78] by Kinsey Moore <kinsey.moore@…>
cpukit/libdl: Use correct mask for reloc type The mask 0xff is used by ELF32 while ELF64 uses 0xffffffff. These are automatically selected based on the build type when using ELF_R_TYPE().
16:42 Changeset in rtems-libbsd [6e4709b]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
vfs/nfs: Revert white space changes

01/04/23:

09:27 Changeset in rtems-libbsd [84d15c2]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Use FreeBSD Git repository (not obsolete mirror) Git commit c6c89ab952f9ffe895939a2621180acc99ae8b80.
09:16 Changeset in rtems-libbsd [0051a32] by Sebastian Huber <sebastian.huber@…>
Use FreeBSD Git repository (not obsolete mirror) Git commit 5d85e12f44ccb0e5728344a002c108ddc105e038.

01/03/23:

16:12 Changeset in rtems [b76f382] by Kinsey Moore <kinsey.moore@…>
bsps/xil: Use the LP64 header for ILP32 Xilinx's upstream ILP32 xil_cache.h header is out of date and broken. This provides a copy of the LP64 header in place of the ILP32 header since the LP64 header includes all the correct types to work with either data model.
15:02 Changeset in rtems-central [8a16663] by Sebastian Huber <sebastian.huber@…>
github: Enable CI workflow on pull request
14:53 Changeset in rtems-central [cde5a21] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
14:49 Changeset in rtems-central [074e287] by Sebastian Huber <sebastian.huber@…>
spec: Rename interrupt handler in dispatch table Update #4769.
14:16 Changeset in rtems-central [6e116eb] by Sebastian Huber <sebastian.huber@…>
github: Run spec2modules.py in CI workflow
11:07 Changeset in rtems-central [68646f2] by Sebastian Huber <sebastian.huber@…>
Replace type comment with ":" annotation
11:02 Changeset in rtems-central [f2d8ea3] by Sebastian Huber <sebastian.huber@…>
pylint: Disable no-self-use This check is optional in version 2.14.
10:30 Changeset in rtems-central [001914c] by Sebastian Huber <sebastian.huber@…>
Update Python virtual environment
10:27 Changeset in rtems-central [4f99671] by Sebastian Huber <sebastian.huber@…>
Changes for pylint 2.13.9
10:11 Changeset in rtems-central [39d0fb9] by Sebastian Huber <sebastian.huber@…>
applconfig: Changes for flake8 version 5.0.4
10:09 Changeset in rtems-central [c1a4100] by Sebastian Huber <sebastian.huber@…>
Format with yapf version 0.32.0
09:39 Changeset in rtems-central [119c9f6] by Sebastian Huber <sebastian.huber@…>
Add Github CI
09:06 Changeset in rtems-central [101b1d4] by Sebastian Huber <sebastian.huber@…>
modules: Use relative URLs
07:49 Ticket #4759 (TLS support is broken for ARMv6) closed by Sebastian Huber <sebastian.huber@…>
fixed: In f8cb1f48/rtems: […]
07:15 Changeset in rtems [f8cb1f48] by Sebastian Huber <sebastian.huber@…>
arm: Enable thread ID register for ARMv6 Close #4759.
Note: See TracTimeline for information about the timeline view.