Timeline



09/09/20:

09:34 Changeset in rtems-libbsd [b7c51ac]6-freebsd-12 by Christian Mauderer <christian.mauderer@…>
imx: Remove ccm functions alredy defined in RTEMS The imx_ccm_*_hz are all defined in RTEMS. So don't duplicate them in libbsd. Otherwise some applications get linker errors. Update #3869
09:34 Changeset in rtems-libbsd [d36d545] by Christian Mauderer <christian.mauderer@…>
imx: Remove ccm functions alredy defined in RTEMS The imx_ccm_*_hz are all defined in RTEMS. So don't duplicate them in libbsd. Otherwise some applications get linker errors. Update #3869
08:49 Changeset in rtems-source-builder [a9ea531] by Hesham Almatary <Hesham.Almatary@…>
rsb: Fix the documentation URL
00:21 Ticket #4072 (testsuite: Add ticket ids for expected-fail and indeterminate states, ...) created by Chris Johns
* Require a ticket id be present for any expected-fail and …

09/08/20:

07:14 Ticket #2315 (rtems-tester support for pc386) closed by Chris Johns
worksforme: I can test with PC hardware using iPXE as a bootloader. The rtems-test command has a series of hooks that let you convert or create specific images.
03:29 Changeset in rtems-docs [75f51d6] by Chris Johns <chrisj@…>
user: Add xilinx-zynq BSP details

09/07/20:

15:44 Changeset in rtems-libbsd [2abb02eb]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
mcast01: Add test program
15:44 Changeset in rtems-libbsd [7f47f27]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
mcast01: Add test program Close #4073.
15:44 Changeset in rtems-libbsd [e5f8fd3] by Sebastian Huber <sebastian.huber@…>
mcast01: Add test program
14:00 Ticket #4069 (dl06 does not link on RISCV) reopened by Hesham Almatary
The HTIF fix doesn't fix this error. The new run-time error (after Jiri applied my patch) is probably because of: 1) Some relocations not being supported in libdl/RISC-V implementation (e.g., RELAX) 2) I haven't tested/supported RAP format when I ported libdl for RISC-V.
08:03 Changeset in rtems-libbsd [0099e16]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ifmcstat: Port to RTEMS Update #4073.
08:03 Changeset in rtems-libbsd [272d5f5]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ifmcstat: Port to RTEMS
08:03 Changeset in rtems-libbsd [d56d9b6] by Sebastian Huber <sebastian.huber@…>
ifmcstat: Port to RTEMS
07:39 Changeset in rtems-libbsd [0d979d6]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ifmcstat: Import from FreeBSD Update #4073.
07:39 Changeset in rtems-libbsd [11bdcef]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ifmcstat: Import from FreeBSD
07:39 Changeset in rtems-libbsd [50056ec] by Sebastian Huber <sebastian.huber@…>
ifmcstat: Import from FreeBSD
00:32 Changeset in rtems-source-builder [31f936a] by Chris Johns <chrisj@…>
rtems: Update to the latest rtems-tools
00:29 Changeset in rtems-tools [b1c6a98] by Chris Johns <chrisj@…>
tester: Fix the install with the new TFTP server
00:07 Changeset in rtems-tools [7a29b47] by Chris Johns <chrisj@…>
tester: Fix TFTP server Python2 issues. - Add a --show-backtrace option to make it easier for users to get an exception backtrace if something goes wrong. - Fix the --packet-trace option so it actually decodes the packets
00:05 Changeset in rtems-tools [cd8fa2f] by Chris Johns <chrisj@…>
tester: Add support for test-too-long - A test that loops generating output did not timeout. Monitor the the session time and set a maximum test period.

09/06/20:

22:19 Ticket #4071 (RSB does not pass BSP options correctly.) created by kgardas
Using 5.1 RTEMS release and RSB to build the beast I've found out it's …
21:12 Ticket #4069 (dl06 does not link on RISCV) closed by Hesham Almatary <Hesham.Almatary@…>
fixed: In 764ea578/rtems: […]
21:07 Changeset in rtems [764ea578] by Hesham Almatary <Hesham.Almatary@…>
htif_console_handler is defined in htif.c closes #4069.
17:56 Ticket #4070 (RISC-V Multiple Definition Error (many BSPs)) created by Joel Sherrill
This error appears to occur on all RISC-V BSPs which do not fail at …
08:13 Ticket #4069 (dl06 does not link on RISCV) created by Chris Johns
[…]

09/04/20:

18:10 Changeset in rtems [20d8237] by Sebastian Huber <sebastian.huber@…>
arm: Fix arm_cp15_set_translation_table_entries() In a multi-processor system we must broadcast the TLB maintenance operation to the Inner Shareable domain to ensure that the other processors update their TLB caches accordingly. Close #4068.
18:01 Changeset in rtems-source-builder [47f32b8] by Sebastian Huber <sebastian.huber@…>
6/7: Update unstable RTEMS 6/7 tool chain
13:43 Ticket #4068 (arm: arm_cp15_set_translation_table_entries() should affect Inner ...) created by Sebastian Huber
The arm_cp15_set_translation_table_entries() uses the wrong TLB …

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)
Note: See TracTimeline for information about the timeline view.