Timeline



07/27/20:

13:44 Changeset in rtems-docs [3f9fa47] by Sebastian Huber <sebastian.huber@…>
eng: Add ability to skip action transitions Sometimes the pre-conditions in an action requirement are not independent and it is necessary skip a certain set of pre-condition states. This should be used with care since no test code is run in these cases. There shall be a reason given why skipping a transition is justified. Update #3715.
13:38 Changeset in rtems-docs [c259563] by Sebastian Huber <sebastian.huber@…>
eng: Support N/A in the action transitions Sometimes the pre-conditions in an action requirement are not independent and it is necessary to mark pre-conditions as not applicable in a particular transition. Update #3715.
13:37 Changeset in rtems-docs [f12cae1] by Sebastian Huber <sebastian.huber@…>
eng: Add brief description to header file items Update #3715.
13:36 Changeset in rtems-docs [fd2fc50] by Sebastian Huber <sebastian.huber@…>
eng: Add requirement text to interface groups This allows to state the requirement for an interface group directly in the item. Update #3715.
12:54 Changeset in rtems-central [55e17d2] by Sebastian Huber <sebastian.huber@…>
validation: Add ability to skip action transitions
07:23 Changeset in rtems-central [244b277] by Sebastian Huber <sebastian.huber@…>
validation: Support N/A in the action transitions Sometimes the pre-conditions are not independent and it is necessary to mark pre-conditions as not applicable in a particular transition.
05:38 Changeset in rtems-central [fd31f9d] by Sebastian Huber <sebastian.huber@…>
config.yml: Fix UIDs
05:08 Changeset in rtems-central [6a3a664] by Sebastian Huber <sebastian.huber@…>
items: Improve ItemCache? exception message
01:23 Changeset in rtems [3ec5f20] by Chris Johns <chrisj@…>
powerpc/io: The eieio() function clashes with FreeBSD. Change.
01:23 Changeset in rtems [5284e812]5 by Chris Johns <chrisj@…>
powerpc/io: The eieio() function clashes with FreeBSD. Change. Closes #4021

07/26/20:

06:46 GSoC/2020 edited by eshan dhawan
(diff)

07/24/20:

18:46 Changeset in rtems-central [1cf2bec] by Sebastian Huber <sebastian.huber@…>
spec: Add top-level requirement for the system
18:44 Changeset in rtems-central [86dbbfa4] by Sebastian Huber <sebastian.huber@…>
spec: Add requirements text to groups
18:08 Changeset in rtems-central [cead53e] by Sebastian Huber <sebastian.huber@…>
spec: Move interface groups
14:05 Changeset in rtems-central [f59bfb6] by Sebastian Huber <sebastian.huber@…>
content: Add Content.ensure_blank_line()
12:17 Changeset in rtems-central [1fce758] by Sebastian Huber <sebastian.huber@…>
spec: Move specification of specification items This makes it reusable.
12:09 Changeset in rtems-central [e3563c1] by Sebastian Huber <sebastian.huber@…>
items: Use commonpath() instead of commonprefix() This ensures that we get a valid path.
10:25 Changeset in rtems-central [4ad78f2] by Sebastian Huber <sebastian.huber@…>
spec: Add header file brief descriptions
07:19 Changeset in rtems-central [0e38d6d] by Sebastian Huber <sebastian.huber@…>
config: Generate event manager documentation
06:33 Changeset in rtems-central [d9fa7d6] by Sebastian Huber <sebastian.huber@…>
interfacedoc: Simplify interface references
05:31 Changeset in rtems [4444094d] by Sebastian Huber <sebastian.huber@…>
spmisc01: Include missing header file Update #4032.
05:14 Ticket #4032 (Make deferred free in malloc() support optional) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 7746b0de/rtems: […]
05:10 Changeset in rtems-docs [ba3f265] by Sebastian Huber <sebastian.huber@…>
eng: Add recommendations for attributes Fix formatting.

07/23/20:

16:42 Changeset in rtems-source-builder [91932d0] by Christian Mauderer <oss@…>
rtems-tools: Pick up fix for modern llvm.
14:13 Changeset in rtems-central [51eded1] by Sebastian Huber <sebastian.huber@…>
spec: Add event manager documentation
14:12 Changeset in rtems-central [471eaef] by Sebastian Huber <sebastian.huber@…>
spec: Fix semaphore manager description
13:38 Changeset in rtems-central [b730b19] by Sebastian Huber <sebastian.huber@…>
specdoc: Fix item description
12:03 Changeset in rtems-tools [b09cfc4] by Kinsey Moore <kinsey.moore@…>
tester: Add a53_ilp32_qemu.ini
11:54 Ticket #4032 (Make deferred free in malloc() support optional) created by Sebastian Huber
The free() implementation in RTEMS supports that allocated memory is …
10:45 Changeset in rtems-docs [db22500] by Sebastian Huber <sebastian.huber@…>
c-user: Improve refs and formatting in appl config The formatting is generated through references within the specification. Update #3994.
10:41 Changeset in rtems-central [895ca28] by Sebastian Huber <sebastian.huber@…>
Update rtems submodule
10:41 Changeset in rtems-central [e6371d9] by Sebastian Huber <sebastian.huber@…>
spec: Fix rtems_isr_entry for some CPU ports
10:40 Changeset in rtems-central [ea321f4] by Sebastian Huber <sebastian.huber@…>
validation: Use <rtems/test.h> instead of <t.h>
08:30 Changeset in rtems-docs [ba6825c] by Sebastian Huber <sebastian.huber@…>
c-user: Split up event manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
06:42 Changeset in rtems [33314eb] by Sebastian Huber <sebastian.huber@…>
bsps/clock: Fix fast idle clock tick support If we interrupt a thread dispatch critical section (thread dispatch disable level != ISR nest level), then we should not do the fast idle mode since this may delay an ongoing system call forever.

07/22/20:

12:41 Changeset in rtems [21c7e3a] by Jan Sommer <jan.sommer@…>
i386: Fix possible race condition on first context restore Make sure that the esp is restored before the eflags register. When the init task is initially restored, system interrupts are activated when the eflags register is loaded. If the esp register still points to an address in the interrupt stack area (from early system initlization) the ISR might overwrite its own stack. Closes #4031
12:41 Changeset in rtems [849d7418]5 by Jan Sommer <jan.sommer@…>
i386: Fix possible race condition on first context restore Make sure that the esp is restored before the eflags register. When the init task is initially restored, system interrupts are activated when the eflags register is loaded. If the esp register still points to an address in the interrupt stack area (from early system initlization) the ISR might overwrite its own stack. Closes #4030
12:38 Ticket #4031 (i386: ISR can overwrite its own stack during system initialization (cloned)) created by Jan Sommer
Cloned from #4030: ---- During testing the rtems-libbsd examples, we …
12:38 Ticket #4030 (i386: ISR can overwrite its own stack during system initialization) created by Jan Sommer
During testing the rtems-libbsd examples, we experienced GP exceptions …
07:23 GSoC/2020 edited by Richi Dubey
Richi's 22nd July meeting notes (diff)
04:39 GSoC/2020 edited by niteesh
(diff)
04:05 GSoC/2020 edited by Gedare Bloom
Weekly update (diff)
03:37 GSoC/2020 edited by UTKARSH RAI
(diff)

07/21/20:

14:38 Changeset in rtems-docs [21fa28c] by Sebastian Huber <sebastian.huber@…>
eng: Update test framework chapter Document the dynamic text fixtures, utility functions, and the interrupt test support. Reorder some sections and reword some paragraphs based on review comments. Update #3199.
13:22 Changeset in rtems [1fab972] by Sebastian Huber <sebastian.huber@…>
score: Improve _Thread_Start() description
06:45 Changeset in rtems [b2ff5fe] by Sebastian Huber <sebastian.huber@…>
spintrcritical_support: Remove This test support was replaced by T_interrupt_test() is no longer used.
05:32 Changeset in rtems [23b9debe] by Sebastian Huber <sebastian.huber@…>
spintrcritical23: Use T_interrupt_test()
05:19 Changeset in rtems [38636e23] by Sebastian Huber <sebastian.huber@…>
spintrcritical20: Use T_interrupt_test()

07/20/20:

17:18 Changeset in rtems [031e824] by Sebastian Huber <sebastian.huber@…>
spintrcritical16: Use T_interrupt_test()
15:44 Changeset in rtems [1c2e05d4] by Sebastian Huber <sebastian.huber@…>
spintrcritical15: Use T_interrupt_test()
14:35 Changeset in rtems [5020a28] by Sebastian Huber <sebastian.huber@…>
spintrcritical13/14: Use T_interrupt_test()
14:12 Changeset in rtems [a231276] by Sebastian Huber <sebastian.huber@…>
spintrcritical09: Use T_interrupt_test()
13:57 Changeset in rtems [aebdd1da] by Sebastian Huber <sebastian.huber@…>
spintrcritical18: Use T_interrupt_test()
13:24 Changeset in rtems [8cbba449] by Sebastian Huber <sebastian.huber@…>
spintrcritical11/12: Use T_interrupt_test()
12:00 Changeset in rtems [5f66ac86] by Sebastian Huber <sebastian.huber@…>
spintrcritical08: Use T_interrupt_test()
11:07 Changeset in rtems [21f7333] by Sebastian Huber <sebastian.huber@…>
spintrcritical01/2/3/4/5: Use T_interrupt_test()
10:51 Changeset in rtems [59ee3020] by Sebastian Huber <sebastian.huber@…>
spintrcritical21: Use T_interrupt_test()
10:13 Changeset in rtems [28313958] by Sebastian Huber <sebastian.huber@…>
spintrcritical06/spintrcritical07: Remove tests These two tests check conditions which no longer exist in the thread queue implementation. The are obsolete since the change to use red-black trees for the priority queues.
09:50 Changeset in rtems [857a65d] by Sebastian Huber <sebastian.huber@…>
psxintrcritical01: Use T_interrupt_test()
05:46 Changeset in rtems [02c9eb85] by Christian Mauderer <christian.mauderer@…>
bsps/fdt: Make sure data is cache aligned The cache of the fdt blob is flushed after copy. Therefore it should be aligned.
05:45 Changeset in rtems [6b795cd7] by Sebastian Huber <sebastian.huber@…>
spintrcritical24: Use T_interrupt_test()
05:28 Changeset in rtems [dddc9a58] by Sebastian Huber <sebastian.huber@…>
libtest: Add quiet assert NULL pointer checks Update #3199.

07/18/20:

20:55 Changeset in rtems [1414e71] by Sebastian Huber <sebastian.huber@…>
spintrcritical22: Use T_interrupt_test()
20:22 Changeset in rtems [be2f9d7] by Sebastian Huber <sebastian.huber@…>
spintrcritical10: Use T_interrupt_test()
18:09 Changeset in rtems [c9d2405] by Sebastian Huber <sebastian.huber@…>
libtest: Add rtems_test_run() Update #3199.
14:05 Changeset in rtems [35d9af69] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_CHECK_FMT Rename internal function T_check_true() to T_check() and use the new flag T_CHECK_FMT to indicate if a format string is present. This is a preparation step to make the format string optional. Make the check context the first parameter. The API remains the same. Update #3199.
12:41 Changeset in rtems [d702c9f4] by Sebastian Huber <sebastian.huber@…>
libtest: Make check message optional This macro magic is in line with C11 and C++11, but limits the maximum count of arguments. Update #3199.

07/17/20:

19:24 Changeset in rtems [467ef5b4] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_unreachable() Update #3199.
19:21 Changeset in rtems [7781404] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_stop() Update #3199.
17:42 Changeset in rtems [cc3fd8fc] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_interrupt_test() Update #3199.
12:49 Changeset in rtems [af92665] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_get_one_clock_tick_busy() Update #3199.
12:40 Changeset in rtems [e3e3b871] by Sebastian Huber <sebastian.huber@…>
libtest: Add T_busy() Update #3199.
11:46 Changeset in rtems [361404e8] by Sebastian Huber <sebastian.huber@…>
libtest: Move <t.h> to <rtems/test.h> Update #3199.
11:36 Changeset in rtems [9de8d61] by Sebastian Huber <sebastian.huber@…>
libtest: <rtems/test.h> to <rtems/test-info.h> Rename this header file to later move <t.h> to <rtems/test.h>. The main feature provided by <rtems/test-info.h> is the output of standard test information which is consumed by the RTEMS Tester. Update #3199.
09:22 Ticket #3020 (Review tests using CONFIGURE_DISABLE_SMP_CONFIGURATION) closed by Sebastian Huber
invalid: This configuration options was removed in RTEMS 5.1.
05:54 Changeset in rtems [29a73d8] by Christian Mauderer <christian.mauderer@…>
bsp/imx: Use GPIOs for SPI CS The chip select lines of the iMX SPI module doesn't work well for a generic API like the one RTEMS uses. The existing solution only worked in some special cases and had odd bugs when trying transfers of different sizes (like deselecting between each byte for lengths that are not dividable by 4). With this patch the same approach like on FreeBSD or Linux is used: Treat the CS lines as GPIOs. Update 3869
05:54 Changeset in rtems [0f4b911c] by Christian Mauderer <christian.mauderer@…>
bsp/imx: Add a GPIO driver Update 3869

07/16/20:

13:08 Ticket #4028 (i386: SMP-System hangs with non-consecutive APIC IDs) closed by Jan Sommer <jan.sommer@…>
fixed: In a1f9265c/rtems: […]
13:01 Ticket #4029 (i386: SMP-System hangs with non-consecutive APIC IDs) closed by Jan Sommer <jan.sommer@…>
fixed: In 9cb107c9/rtems: […]
11:55 GSoC/2020 edited by Richi Dubey
Richi's meeting notes for 15th July 2020 (diff)
11:07 Changeset in rtems-central [83fe0c2] by Sebastian Huber <sebastian.huber@…>
specdoc: Make section texts configurable
10:16 Changeset in rtems-central [87b5457] by Sebastian Huber <sebastian.huber@…>
specdoc: Make label prefix configurable

07/15/20:

15:48 Ticket #4029 (i386: SMP-System hangs with non-consecutive APIC IDs) created by Jan Sommer
If a processor enumerates its cores non-consecutively (e.g. 0,2,4,8 …
15:36 Ticket #4028 (i386: SMP-System hangs with non-consecutive APIC IDs) created by Jan Sommer
If a processor enumerates its cores non-consecutively (e.g. 0,2,4,8 …
08:04 Changeset in rtems-central [e49c759] by Sebastian Huber <sebastian.huber@…>
Rename "rtemsqual" in "rtemsspec"
07:58 Changeset in rtems-central [1dc8ffb] by Sebastian Huber <sebastian.huber@…>
Rename "external" in "modules"

07/14/20:

07:37 Changeset in rtems-docs [31b1d88] by Sebastian Huber <sebastian.huber@…>
user: Mention replacements for removed APIs
05:50 Ticket #4027 (arm: The FPSCR and FPEXC registers do not have thread storage duration) created by Sebastian Huber
A save/restore must be added to the interrupt and context switch …
05:27 Ticket #3991 (Remove deprecated Thread typedef) closed by Sebastian Huber <sebastian.huber@…>
fixed: In a3ed4219/rtems: […]
05:27 Ticket #3586 (Remove deprecated proc_ptr definition) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 53a5af2/rtems: […]
05:27 Ticket #3584 (Remove types which are only available if RTEMS_DEPRECATED_TYPES is defined) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 2adf328/rtems: […]
05:27 Ticket #3594 (Remove deprecated rtems_thread_cpu_usage_t) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 312fcf2/rtems: […]
05:27 Ticket #3592 (Remove deprecated region_information_block) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 1546b1c0/rtems: […]
05:26 Ticket #3590 (Remove deprecated rtems_context_fp) closed by Sebastian Huber <sebastian.huber@…>
fixed: In f8998f1/rtems: […]
05:26 Ticket #3588 (Remove deprecated rtems_context) closed by Sebastian Huber <sebastian.huber@…>
fixed: In df2dac3/rtems: […]
05:26 Ticket #3596 (Remove deprecated rtems_rate_monotonic_period_time_t) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 65dc040/rtems: […]
05:26 Ticket #3988 (Remove deprecated rtems_extension) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 6a3fcd4/rtems: […]
05:26 Ticket #3990 (Remove deprecated rtems_get_processor_count()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 13a4b880/rtems: […]
05:26 Ticket #3989 (Remove deprecated rtems_get_current_processor()) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e4215e43/rtems: […]
05:26 Ticket #3420 (Deprecate/obsolete rtems_io_lookup_name) closed by Sebastian Huber <sebastian.huber@…>
fixed: In dc4879b/rtems: […]
05:26 Ticket #3980 (Remove deprecated <rtems/system.h>) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 39c2e28/rtems: […]
05:26 Ticket #3981 (Remove _Copyright_Notice from API header file) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 479b2bf/rtems: […]
05:26 Ticket #3979 (Remove RTEMS_MAXIMUM_NAME_LENGTH) closed by Sebastian Huber <sebastian.huber@…>
fixed: In b3686d7/rtems: […]
05:26 Ticket #3978 (Move _RTEMS_version to implementation header file) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 9039011/rtems: […]
Note: See TracTimeline for information about the timeline view.