Timeline



07/24/18:

16:40 Ticket #3477 (IMFS - Add configurable allocator support) created by Joel Sherrill
The IMFS currently is hard-coded to use malloc/free. It would be a …
16:39 Ticket #3476 (IMFS - Improve Bytes Per Block Handling) created by Joel Sherrill
This ticket involves improvements to the IMFS bytes per block …
12:47 Changeset in rtems [581a0f88]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Use interrupt driven NS16550 driver Update #3433.
11:27 Changeset in rtems [adede135]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Add PLIC support Update #3433.
10:47 Changeset in rtems [bf199e0c]5 by Sebastian Huber <sebastian.huber@…>
block05: Remove unused variable
10:46 Changeset in rtems [bded3f05]5 by Sebastian Huber <sebastian.huber@…>
psxthreadname01: Fix out of bounds memory access
10:46 Changeset in rtems [001b9925]5 by Sebastian Huber <sebastian.huber@…>
psxtimer02: Fix parameter type cast
10:45 Changeset in rtems [f133386]5 by Sebastian Huber <sebastian.huber@…>
sptests/sp20: Remove unused variable
10:10 Changeset in rtems-source-builder [2ef6dfe9]5 by Sebastian Huber <sebastian.huber@…>
5: Fix rtems-all due to recent RISC-V changes Update #3452.
09:56 Changeset in rtems [91f39a5]5 by Sebastian Huber <sebastian.huber@…>
smptests: Fix format warnings
09:35 Changeset in rtems [caccc5b]5 by Sebastian Huber <sebastian.huber@…>
bsps: Fix function declaration warnings
09:18 Changeset in rtems [406dd62]5 by Sebastian Huber <sebastian.huber@…>
_SMP_Start_multitasking_on_secondary_processor() Pass current processor control as first parameter to make dependency more explicit.
08:50 Changeset in rtems [4678d1a]5 by Sebastian Huber <sebastian.huber@…>
bsps: bsp_start_on_secondary_processor() Pass current processor control as first parameter in bsp_start_on_secondary_processor() and qoriq_start_thread() to make dependency more explicit.
08:10 Changeset in rtems [6552ba8]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Use CPU counter btimer Update #3433.
08:06 Changeset in rtems [c192109f]5 by Sebastian Huber <sebastian.huber@…>
samples: Fix warnings
07:09 Changeset in rtems [5677883]5 by Sebastian Huber <sebastian.huber@…>
score: _SMP_Inter_processor_interrupt_handler() Optimize _SMP_Inter_processor_interrupt_handler() for the common case in which the inter-processor interrupt is only used to trigger a thread dispatch.
07:06 Ticket #3452 (Update RISC-V tool chain to support standard 64-bit chips) closed by Sebastian Huber <sebastian.huber@…>
fixed: In d33c151/rtems-source-builder: […]
07:06 Tickets #3342,​3343 batch updated by Sebastian Huber <sebastian.huber@…>
fixed: In dc6b940/rtems-source-builder: […]
07:00 Changeset in rtems [a1f7d7d]5 by Sebastian Huber <sebastian.huber@…>
score: RTEMS_PREDICT_TRUE(), RTEMS_PREDICT_FALSE() Add RTEMS_PREDICT_TRUE() and RTEMS_PREDICT_FALSE() for static branch prediction hints. Close #3475.
06:51 Ticket #3475 (Add RTEMS_PREDICT_TRUE() and RTEMS_PREDICT_FALSE() for static branch ...) created by Sebastian Huber
Add macros to <rtems/score/basedefs.h> for the GNU extension …
06:25 Changeset in rtems [61c51db]5 by Sebastian Huber <sebastian.huber@…>
bsp/beagle: Fix warnings
00:02 Ticket #3474 (error: no build set file found: 4.11/rtems-arm.bset) closed by Joel Sherrill
worksforme: Glad it was something simple. Good luck with RTEMS!

07/23/18:

22:41 Ticket #3474 (error: no build set file found: 4.11/rtems-arm.bset) created by FredDeCaro
I was trying to follow the instruction here: …
12:54 Changeset in rtems [0d362ff3]5 by Sebastian Huber <sebastian.huber@…>
score: _SMP_Inter_processor_interrupt_handler() Pass current processor control via parameter since it may be already available at the caller side.
11:50 Changeset in rtems [bd560386]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Add simple SMP support to clock driver This is a hack. The clock interrupt should be handled by each hart. Update #3433.
05:13 Changeset in rtems-source-builder [d33c151]5 by Sebastian Huber <sebastian.huber@…>
5: Merge riscv32 and riscv64 into riscv After several upstream updates in Binutils, GCC, Newlib, and GDB it is now possible to use a common riscv tool chain for the 32-bit and 64-bit RISC-V. Update GDB to ce73f310150418a9a1625ab60a527d959096a9e2 Git commit. Close #3452.

07/20/18:

20:15 Ticket #3473 (Getting Started Wiki Page Redundant with Users Guide) created by Joel Sherrill
https://devel.rtems.org/wiki/TBR/UserManual/Quick_Start seems to be …
11:11 Changeset in rtems [447fd89]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Add basic SMP startup Update #3433.
08:57 Changeset in rtems [6b9ef09]5 by Sebastian Huber <sebastian.huber@…>
riscv: Add CLINT and PLIC support The CLINT and PLIC need some per-processor state. Update #3433.
07:16 Changeset in rtems [fe90ada] by Xin LI <delphij@…>
libcrypt: There is no need to clear message digest context after they are finialized after r336539, so do not do it. Submitted by: David CARLIER <devnexen gmail com> MFC after: 1 month (after r336539) Differential Revision: https://reviews.freebsd.org/D16059
07:10 Changeset in rtems [248ca7a]5 by Sebastian Huber <sebastian.huber@…>
score: Remove obsolete CPU port defines
07:07 Changeset in rtems [c2670de]5 by Sebastian Huber <sebastian.huber@…>
riscv: Use wfi instruction for idle task Update #3433.
07:07 Changeset in rtems [1acb1925] by Xin LI <delphij@…>
Get rid of unused variables. copied_key and copied_salt are assigned with NULL and never used otherwise. Remove the two variables and related code. Reviewed by: pfg MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D16314
07:01 Changeset in rtems [f5ee9a0] by Xin LI <delphij@…>
libmd: Always erase context in _Final method, and when doing it, consistently use explicit_bzero(). Update manual pages to match the behavior. Reviewed by: pfg, allanjude, jmg MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D16316
06:47 Changeset in rtems [1554a8c5]5 by Sebastian Huber <sebastian.huber@…>
dtc: Update VERSION
06:06 Changeset in rtems [b74353e]5 by Sebastian Huber <sebastian.huber@…>
score: Add _CPU_Instruction_no_operation() This helps to reduce the use of architecture-specific defines throughout the code base.
05:56 Changeset in rtems [42f2fdfd]5 by Sebastian Huber <sebastian.huber@…>
score: Move context validation declarations The context validation support functions _CPU_Context_validate() and _CPU_Context_volatile_clobber() are used only by one test program (spcontext01). Move the function declarations to the CPU port implementation header file.
05:38 Changeset in rtems-source-builder [dc6b940]5 by Sebastian Huber <sebastian.huber@…>
5: Update Newlib Update RISC-V GCC to a GCC 9 branch commit. Close #3342. Close #3343. Update #3452.
05:33 Changeset in rtems-source-builder [100ddee]5 by Sebastian Huber <sebastian.huber@…>
Allow external Newlib sources
05:00 Changeset in rtems-source-builder [6725614]5 by Sebastian Huber <sebastian.huber@…>
5: Update to Binutils 2.31.1
04:45 GSoC/2018 edited by Vijay Kumar Banerjee
(diff)

07/19/18:

13:12 Changeset in rtems [f5fd8eb]5 by Sebastian Huber <sebastian.huber@…>
bsps/riscv: Update linker-symbols.h Update #3433.
12:45 Changeset in rtems [dda6e06]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Add reset via for SiFive? Test Finisher Update #3433.
12:38 Changeset in rtems [3a263a9b]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Add and use riscv_fdt_get_address() Update #3433.
12:06 Changeset in rtems [791d9ac5]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Disable HTIF support by default The HTIF is a legacy machinery. Update #3433.
11:58 Changeset in rtems [7fe4855]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Fix HTIF warnings Update #3433.
11:06 Changeset in rtems [513daa3]5 by Sebastian Huber <sebastian.huber@…>
capture: Include missing header file
10:53 Changeset in rtems [3a646426]5 by Sebastian Huber <sebastian.huber@…>
score: Add _CPU_Instruction_illegal() On some architectures/simulators it is difficult to provoke an exception with misaligned or illegal data loads. Use an illegal instruction instead. Update #3433.
10:11 Changeset in rtems [8db3f0e]5 by Sebastian Huber <sebastian.huber@…>
riscv: Rework exception handling Remove _CPU_ISR_install_raw_handler() and _CPU_ISR_install_vector() functions. Applications can install an exception handler via the fatal error handler to handle synchronous exceptions. Handle interrupt exceptions via _RISCV_Interrupt_dispatch() which must be provided by the BSP. Update #3433.
08:15 Changeset in rtems [5694b0c]5 by Sebastian Huber <sebastian.huber@…>
riscv: New CPU_Exception_frame Use the CPU_Interrupt_frame for the volatile context. Add non-volatile registers and extra state on top of it. Update #3433.
07:35 Changeset in rtems [d779a1e2]5 by Sebastian Huber <sebastian.huber@…>
riscv: Add exception codes Update #3433.
06:19 Changeset in rtems [ec2de39]5 by Sebastian Huber <sebastian.huber@…>
libfdt: fdt_address_cells() and fdt_size_cells() Add internal fdt_cells() to avoid copy and paste. Test error cases and default values. Fix typo in fdt_size_cells() documentation comment. Signed-off-by: Sebastian Huber <sebastian.huber@…> Signed-off-by: David Gibson <david@…>
05:38 Ticket #3459 (Rework initialization and interrupt stack support) closed by Sebastian Huber <sebastian.huber@…>
fixed: In efd581f/rtems-docs: […]
05:20 Ticket #3472 (Update of libbsd to a version close to the FreeBSD 12 release) created by Sebastian Huber
The FreeBSD project is about to prepare the FreeBSD 12 release soon: …
05:10 Changeset in rtems [b4f15d8]5 by Sebastian Huber <sebastian.huber@…>
jffs2: Rename README to VERSION This makes it easer to find files describing an upstream version, e.g. via "find -name VERSION". Update #3465.
05:07 Ticket #3471 (Update libfdt as of date 2018-07-09) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 2af004e/rtems: […]

07/18/18:

23:21 Changeset in rtems-tools [08f80ca]5 by Joel Sherrill <joel@…>
rtems-bsps-tiers.ini: Add amd64
16:24 GSoC/2018 edited by Danxue Huang
(diff)
14:31 GSoC/2018 edited by Gedare Bloom
(diff)
13:57 GSoC/2018 edited by udit agarwal
Updated status (diff)
13:04 Changeset in rtems [ac824ff]5 by dab <dab@…>
Make the definition of struct kevent in event.h match what the man page for kevent(2) says. This is a trivial comment-only fix. The man page for kevent(2) gives the definition of struct kevent, including a comment on each field. The actual definition in sys/event.h omitted the comments on some fields. Add the comments in. Not only does this make the man page and include file agree, but the comments are useful in and of themselves. Reviewed by: kib (D15778: commented that this should be a separate commit) MFC after: 3 days Sponsored by: Dell EMC
12:28 GSoC/2018 edited by Amaan Cheval
(diff)
07:32 Changeset in rtems [2af004e]5 by Sebastian Huber <sebastian.huber@…>
dtc: Add VERSION file Close #3471.
07:30 Ticket #3471 (Update libfdt as of date 2018-07-09) created by Sebastian Huber
The initial import of libfdt was in 2015. Update it to the version as …
06:54 Changeset in rtems [bda8f80]5 by Sebastian Huber <sebastian.huber@…>
score: Add a FALLTHROUGH comment to kvprintf() This change was added to the FreeBSD version of this function. This was spotted by Coverity Scan.
06:14 Changeset in rtems-docs [efd581f]5 by Sebastian Huber <sebastian.huber@…>
cpu-supplement: Update interrupt stack paragraph Close #3459.
05:16 Ticket #3470 (Install of arm xilinx_zynq_a9_qemu bset on Win 10 fails) created by Anantha Krishnan
1. Using command PJAKHP+pjakrishnan@PJAKHP MINGW64 …
05:14 Changeset in rtems [1b57b75]5 by Sebastian Huber <sebastian.huber@…>
bsp/realview-pbx-a9: Support unassigned processors

07/17/18:

13:33 Changeset in rtems [ffd4617]5 by Sebastian Huber <sebastian.huber@…>
score: Fix _Scheduler_EDF_SMP_Set_affinity() Commit 8744498752ad4f0eaf9fb5640c6a0e0f2dc92fda broke the _Scheduler_EDF_SMP_Set_affinity() implementation. We must test the overall affinity against the online processors.

07/16/18:

06:51 Ticket #3465 (Integrate all changes from Linux v3.11 to v4.17 made in the JFFS2 sources) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 00a19d6/rtems: […]
06:31 Changeset in rtems [6ec7f21]5 by Sebastian Huber <sebastian.huber@…>
posix: Fix rwlock auto initialization Add more test cases.
06:22 Changeset in rtems [da0cbef2]5 by Sebastian Huber <sebastian.huber@…>
score: Avoid structurally dead code This was spotted by Coverity Scan.

07/13/18:

07:32 Changeset in rtems-docs [4c2ca04]5 by Amaan Cheval <amaan.cheval@…>
user: Add x86_64 BSP chapter
06:48 GSoC/2018 edited by Amaan Cheval
(diff)

07/12/18:

14:52 Ticket #3469 (rtems-tools 4.11 branch is missing rtems bsp builder) created by Joel Sherrill
$ ls rtems-tools/tester/ config covoar rt rtems rtems-test …
07:15 Changeset in rtems [59a0541c]5 by Daniel Cederman <cederman@…>
sparc: Restore npc when returning from the syscall_lazy_fp_switch trap If the floating point trap occurred in a delay slot it is not certain that npc will be equal to pc + 4.

07/11/18:

22:19 Ticket #3468 (covoar : Add Gcov support) created by Vijay Kumar Banerjee
Generate gcvo reports with covoar using the qemu traces.
20:48 Ticket #3467 (Backport rtems-bsp-builder to 4.10) created by Joel Sherrill
The RTEMS BSP Builder on the 4.10 branch is not the same as on the …
19:25 GSoC/2018 edited by Vijay Kumar Banerjee
(diff)
14:38 GSoC/2018 edited by Danxue Huang
(diff)
13:57 GSoC/2018 edited by udit agarwal
Updated status (diff)
13:19 GSoC/2018 edited by Vidushi Vashishth
(diff)
02:09 Changeset in rtems [96b32773]5 by dab <dab@…>
Address some (although not all) style(9) issues in event.h after r335776. Reported by: bde@ MFC after: 1 day Sponsored by: Dell EMC
Note: See TracTimeline for information about the timeline view.