Timeline



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

07/09/18:

11:12 Changeset in rtems [cf811a4]5 by Amaan Cheval <amaan.cheval@…>
x86_64/console: Add NS16550 polled console driver This addition allows us to successfully run the sample hello.exe test. Updates #2898.
11:12 Changeset in rtems [76c03152]5 by Amaan Cheval <amaan.cheval@…>
bsp/x86_64: Minimal bootable BSP Current state: - Basic context initialization and switching code. - Stubbed console (empty functions). - Mostly functional linker script (may need tweaks if we ever want to move away from the large code model (see: CPU_CFLAGS). - Fully functional boot, by using FreeBSD's bootloader to load RTEMS's ELF for UEFI-awareness. In short, the current state with this commit lets us boot, go through the system initialization functions, and then call user application's Init task too. Updates #2898.
07:24 Changeset in rtems [efd19aa] by Conrad Meyer <cem@…>
Implement SHA2-224 submode of SHA2-256 Like SHA2-384:SHA2-512, SHA2-224 is simply a truncated SHA2-256 with a different initial vector. Add to round out the complete basic SHA2 family.
04:50 Changeset in rtems [80eaf45]5 by David Gibson <david@…>
libfdt: Add necessary header padding in fdt_create() At present fdt_create() will succeed if there is exactly enough space to put in the fdt header. However, it sets the off_mem_rsvmap field, a few bytes past that in order to align the memory reservation block. Having block pointers pointing past the end of the fdt is pretty ugly, even if it is just a transient state. Worse, if fdt_resize() is called at exactly the wrong time, it can end up accessing data past the blob's allocated space because of this. So, correct fdt_create() to ensure that there is sufficient space for the alignment padding as well as the plain header. For paranoia, also add a check in fdt_resize() to make sure we don't copy data from outside the blob's bounds. Signed-off-by: David Gibson <david@…>

07/07/18:

19:57 Changeset in rtems [4fd05d3]5 by Simon Glass <sjg@…>
libfdt: Copy the struct region in fdt_resize() At present this function appears to copy only the data before the struct region and the data in the string region. It does not seem to copy the struct region itself. From the arguments of this function it seems that it should support fdt and buf being different. This patch attempts to fix this problem. Signed-off-by: Simon Glass <sjg@…> Signed-off-by: David Gibson <david@…>

07/06/18:

11:52 Changeset in rtems [31f90a2]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Simplify printk() support This is a prepartion to add NS16550 driver support to the console driver. Update #3433.
09:20 Changeset in rtems [1a19239]5 by Sebastian Huber <sebastian.huber@…>
bsp/riscv: Add console support for NS16550 devices Update #3433.
09:07 Changeset in rtems [bca36d9]5 by Sebastian Huber <sebastian.huber@…>
riscv: Add LADDR assembler define An address must be loaded to a register according to the code model. Add LADDR define for use in assembler code. Update #3433.
07:25 Changeset in rtems [6418c91d]5 by Sebastian Huber <sebastian.huber@…>
Update config.guess and config.sub Update via: wget -O config.guess 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' wget -O config.sub 'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' Update #3433.
06:12 Changeset in rtems [dd32e2b2]5 by Sebastian Huber <sebastian.huber@…>
riscv: Implement CPU counter Update #3433.
Note: See TracTimeline for information about the timeline view.