Timeline



09/03/20:

23:19 Changeset in rtems [647a60e] by Kinsey Moore <kinsey.moore@…>
spec: Add missing spintrcritical24 definition

09/02/20:

23:54 Changeset in rtems-libbsd [025af7c]6-freebsd-12 by Chris Johns <chrisj@…>
build: Separate the kernel and user land include paths - Provide support for separate user and kernel include paths in libbsd.py. - Update all added files with a suitable context to build them with. Supported contexts are kernel and user. - Kernel source use the kernel, CPU, and build header paths in this order. - User source use the user, kernel, CPU and build header paths in this order. The FreeBSD /usr/include tree has some kernel header files installed as well as user land header files. This complicates the separation as some kernel header files are not visible to user land code while other are. This is handled by appending the kernel header paths to the user header paths so user land code will include a user header with the same name as a kernel header over the kernel header but will find a kernel header if there is no matching user header file. Closes #4067
23:54 Changeset in rtems-libbsd [c38f93b] by Chris Johns <chrisj@…>
build: Separate the kernel and user land include paths - Provide support for separate user and kernel include paths in libbsd.py. - Update all added files with a suitable context to build them with. Supported contexts are kernel and user. - Kernel source use the kernel, CPU, and build header paths in this order. - User source use the user, kernel, CPU and build header paths in this order. The FreeBSD /usr/include tree has some kernel header files installed as well as user land header files. This complicates the separation as some kernel header files are not visible to user land code while other are. This is handled by appending the kernel header paths to the user header paths so user land code will include a user header with the same name as a kernel header over the kernel header but will find a kernel header if there is no matching user header file. Closes #4067
07:43 Ticket #4067 (Libbsd build system does not separate kernel and user land include paths) created by Chris Johns
FreeBSD has duplicates kernel and user land header files. LibBSD build …

09/01/20:

06:55 Changeset in rtems-libbsd [4374283] by Chris Johns <chrisj@…>
waf: Add a config report
06:55 Changeset in rtems-libbsd [c8c03f7]6-freebsd-12 by Chris Johns <chrisj@…>
waf: Add a config report
05:03 Changeset in rtems-docs [491567e]5 by Sebastian Huber <sebastian.huber@…>
user: Mention file descriptor changes
05:03 Changeset in rtems-docs [bd8185a] by Sebastian Huber <sebastian.huber@…>
user: Mention file descriptor changes
04:01 Changeset in rtems-libbsd [7afbccd] by Chris Johns <chrisj@…>
waf: Reformat to PEP8 using yapf
04:01 Changeset in rtems-libbsd [93effa4]6-freebsd-12 by Chris Johns <chrisj@…>
waf: Reformat to PEP8 using yapf
02:09 Changeset in rtems-docs [415b072] by Chris Johns <chrisj@…>
eng: Update the python template, add a shell template
01:44 Changeset in rtems-docs [5528b17] by Chris Johns <chrisj@…>
user: Change the BSP build set path Updates #4048

08/31/20:

23:18 Ticket #4063 (Change to a simpler TFTP server for rtems-test) closed by Chris Johns <chrisj@…>
fixed: In eb36081/rtems-tools: […]
15:27 Changeset in rtems [6e6e233] by Sebastian Huber <sebastian.huber@…>
config: Add zero file descriptor data structures Fix linker errors in the minimum test program on some BSPs introduced by ced28f2cfcee6d32ad7bb72e16b235212eb2eaaf.
15:07 Changeset in rtems [5bb93f2] by Sebastian Huber <sebastian.huber@…>
score: Fix debug assert Do not access executing->current_state outside the protection of the thread state lock. Add missing state with a comment.
12:12 Changeset in rtems [d556af36] by Sebastian Huber <sebastian.huber@…>
bsps: Always install IPI in SMP configs The inter-processor interrupt (IPI) may be used to process per-CPU jobs. See for example the blocked handler in T_interrupt_test(). Update #3199.
10:11 Changeset in rtems-source-builder [2674290] by Sebastian Huber <sebastian.huber@…>
6/7: Update unstable RTEMS 6/7 tool chain

08/28/20:

23:10 Ticket #4066 (test running for too long) created by Chris Johns
The spcache01 test on my PC test hardware is not finishing. It is …
11:06 Ticket #4065 (Typo in rtems-boot.ini "ubootdior" should be "ubootdir") created by Heinz Junkes
Typo in rtems-tools misc/tools/config/rtems-boot.ini diff …
03:13 Changeset in rtems [f8ad5bb2] by Kinsey Moore <kinsey.moore@…>
bsps: Break out AArch32 GICv3 support This breaks out AArch32-specific code so that the shared GICv3 code can be reused by other architectures.
03:07 Changeset in rtems [1480c3f] by Kinsey Moore <kinsey.moore@…>
bsps: Break out AArch32 portions of GPT driver This breaks AArch32-specific portions of the ARM GPT driver into their own file so that the generic code can be moved for reuse by other architectures.
00:25 Ticket #4064 (RSB needs to support waf with no python command) created by Chris Johns
Recent Linux distros may not provide a python command by default. …
00:13 Ticket #4037 (Python script distribution standardisation) reopened by Chris Johns
The rtems-tools.git repo needs to be changed to a shebang env python.

08/27/20:

05:37 Changeset in rtems-source-builder [c51f634] by Chris Johns <chrisj@…>
sb: Fix the imports on Python2 Updates #4037
04:54 Ticket #4063 (Change to a simpler TFTP server for rtems-test) created by Chris Johns
Add a simpler TFTP server that can have multiple instances on …

08/26/20:

15:27 GSoC/2020 edited by Mritunjay Kumar Sharma
Updated wiki for GSoC meetings (diff)
12:00 Milestone 5.1 completed
07:34 GSoC/2020/POSIX_Compliance edited by eshan dhawan
(diff)
07:18 GSoC/2020 edited by eshan dhawan
(diff)
07:14 GSoC/2020 edited by eshan dhawan
(diff)
05:43 Release/6 edited by Chris Johns
(diff)
03:38 Changeset in rtems-tools [eb36081] by Chris Johns <chrisj@…>
tester: Change to a simpler TFTP server - Add a simpler TFTP to allow parallel test hardware - Remove the imported tftpy server Closes #4063
00:50 WikiStart edited by Chris Johns
RTEMS 5.1 Release update (diff)

08/25/20:

23:59 Ticket #4037 (Python script distribution standardisation) closed by Chris Johns <chrisj@…>
fixed: In 650c6f9/rtems-source-builder: […]
11:21 Changeset in rtems-source-builder [650c6f9] by Chris Johns <chrisj@…>
sb: Use shebang env python Closes #4037
10:28 Changeset in rtems-docs [aba4c6b] by Karel Gardas <karel.gardas@…>
user/pc386 BSP: add documentation. The content is compiled from TBR pc386 wiki page, BSP's README files and from the actual BSP code.
08:25 Ticket #4062 (waf configure fails on Ubuntu 20.04 with python error.) created by kgardas
In an attempt to get waf running on Ubuntu 20.04 I've hit following …
04:05 Ticket #4057 (RSB 5/rtems-arm fails to build on Windows) closed by Chris Johns
fixed: I am going to close this. The issues I am seeing with rtems-release-test on Windows are related to file paths exceeding the maximum limit on Windows.

08/24/20:

03:30 Changeset in rtems-source-builder [46e9d49]55.1 by Chris Johns <chrisj@…>
5/kernel, 5/libbsd: Update the head of the 5 branch

08/23/20:

22:36 Changeset in rtems [413a00d] by Gustavo A. R. Silva <gustavoars@…>
treewide: Use fallthrough pseudo-keyword Replace the existing /* fall through */ comments and its variants with the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary fall-through markings when it is the case. [1] https://www.kernel.org/doc/html/v5.7/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through Signed-off-by: Gustavo A. R. Silva <gustavoars@…>
16:03 GSoC/2020 edited by niteesh
(diff)
16:01 GSoC/2020 edited by niteesh
(diff)

08/22/20:

07:29 Tickets #4055,​4056 batch updated by Jan Sommer <jan.sommer@…>
fixed: In b87efa7/rtems: […]

08/21/20:

18:03 Ticket #4060 (The reworked <rtems/confdefs.h> has a cyclic dependency with ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 7661402/rtems: […]
14:04 Changeset in rtems-central [724df1c] by Sebastian Huber <sebastian.huber@…>
spec: Specify rtems_task_construct() Previous directive name was rtems_task_create_from_config().
11:46 Changeset in rtems [1a506170] by Sebastian Huber <sebastian.huber@…>
spintrcritical22: Use right thread wait flags
11:43 Changeset in rtems [cd74bd0] by Sebastian Huber <sebastian.huber@…>
spintrcritical16: Use right thread wait flags
07:18 Changeset in rtems [1bb2800] by Sebastian Huber <sebastian.huber@…>
mp03: Include missing header file
07:17 Changeset in rtems [abf25bc] by Sebastian Huber <sebastian.huber@…>
score: Fix set but not used warning
06:59 Changeset in rtems [7661402]5 by Sebastian Huber <sebastian.huber@…>
confdefs: Fix cyclic dependency Close #4060.
06:57 Ticket #4061 (The reworked <rtems/confdefs.h> has a cyclic dependency with ...) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 81efe37c/rtems: […]
06:47 Ticket #4061 (The reworked <rtems/confdefs.h> has a cyclic dependency with ...) created by Sebastian Huber
Cloned from #4060: ---- The changes for #3875 introduced a cyclic …
06:47 Ticket #4060 (The reworked <rtems/confdefs.h> has a cyclic dependency with ...) created by Sebastian Huber
The changes for #3875 introduced a cyclic dependency between …
06:42 Changeset in rtems [81efe37c] by Sebastian Huber <sebastian.huber@…>
confdefs: Fix cyclic dependency Close #4061.
06:12 Ticket #4059 (RSB: UnicodeDecodeError) created by Sebastian Huber
The RSB some times cannot create a report due to an Unicode decode …

08/20/20:

22:33 Ticket #4058 (RSB 5/rtems-riscv fails to build on Windows) created by Chris Johns
To repeat run rtems-release-test 5 1-rc2 on Windows. […] I …
22:31 Ticket #4057 (RSB 5/rtems-arm fails to build on Windows) created by Chris Johns
[…]
08:54 Changeset in rtems-docs [ba9dfcf] by Sebastian Huber <sebastian.huber@…>
c-user: Split up scheduling concepts Introduce a background section. This makes it easier to automatically generate parts of the scheduling concepts documentation in the future. Update #3993.
08:18 Changeset in rtems-docs [80df4d6] by Sebastian Huber <sebastian.huber@…>
c-user: Split up user extensions manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
08:16 Changeset in rtems-docs [a99bbae] by Sebastian Huber <sebastian.huber@…>
c-user: Split up timer manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
08:13 Changeset in rtems-docs [ccb384b] by Sebastian Huber <sebastian.huber@…>
c-user: Split up task manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
08:11 Changeset in rtems-docs [e3523ed] by Sebastian Huber <sebastian.huber@…>
c-user: Split up signal manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
08:06 Changeset in rtems-docs [aebb6fd] by Sebastian Huber <sebastian.huber@…>
c-user: Split up region manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
08:03 Changeset in rtems-docs [082054b] by Sebastian Huber <sebastian.huber@…>
c-user: Split up rate-monotonic manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
08:00 Changeset in rtems-docs [a4119a9] by Sebastian Huber <sebastian.huber@…>
c-user: Split up partition manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
07:55 Changeset in rtems-docs [c75ded2] by Sebastian Huber <sebastian.huber@…>
c-user: Split up message manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
07:50 Changeset in rtems-docs [980734f] by Sebastian Huber <sebastian.huber@…>
c-user: Split up IO manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
07:43 Changeset in rtems-docs [72295d4] by Sebastian Huber <sebastian.huber@…>
c-user: Split up interrupt manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
07:36 Changeset in rtems-docs [623a9a1] by Sebastian Huber <sebastian.huber@…>
c-user: Split up dual-ported memory manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
07:29 Changeset in rtems-docs [86c39ef] by Sebastian Huber <sebastian.huber@…>
c-user: Split up clock manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
07:18 Changeset in rtems [61ccb9c0]55.1 by Jan Sommer <jan.sommer@…>
bsp/xilinx-zynq: Flush TX-Buffer before initializing uart Closes #4055 Closes #4056
07:18 Changeset in rtems [b87efa7] by Jan Sommer <jan.sommer@…>
bsp/xilinx-zynq: Flush TX-Buffer before initializing uart Closes #4055 Closes #4056
07:14 Changeset in rtems-docs [91f0f97] by Sebastian Huber <sebastian.huber@…>
c-user: Split up barrier manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
07:12 Ticket #4056 (bsps/xilinx-zynq: Flush TX-Buffer before initializing the zynq-uart ...) created by Jan Sommer
Cloned from #4055: ---- We experienced that u-boot (at least from …
07:11 Ticket #4055 (bsps/xilinx-zynq: Flush TX-Buffer before initializing the zynq-uart) created by Jan Sommer
We experienced that u-boot (at least from Xilinx repositories) does …
06:31 Changeset in rtems [79fb536] by Sebastian Huber <sebastian.huber@…>
spintrcritical23: Fix unused variable warnings
06:31 Changeset in rtems [218053d] by Sebastian Huber <sebastian.huber@…>
sp37: Fix unused variable warnings
Note: See TracTimeline for information about the timeline view.