Timeline



07/02/19:

08:44 Changeset in rtems [5cbee18]5 by Chris Johns <chrisj@…>
misc/rtemsdefaultconfig: Add bdbuf so libbsd can be used with configure.

07/01/19:

07:37 GSoC/2019 edited by Vaibhav Gupta
(diff)
06:50 Changeset in rtems-source-builder [15ef359]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain

06/29/19:

07:38 Ticket #3764 (Beagle BSP: I2C driver has problems with certain sequences) closed by Christian Mauderer <christian.mauderer@…>
fixed: In b89d6cc/rtems: […]
07:34 Ticket #3764 (Beagle BSP: I2C driver has problems with certain sequences) created by Christian Mauderer
The current Beagle I2C driver is quite specific to reading EEPROMs. A …

06/28/19:

18:29 GSoC/2019 edited by Nils Hölscher
Changed Repository link from rtems fork to application. (diff)
06:49 Changeset in rtems-libbsd [bbd07d1]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Import missing header file
06:30 Changeset in rtems [5803f37]5 by Sebastian Huber <sebastian.huber@…>
score: Add and use _Thread_Get_unmapped_priority(). Add and use _Thread_Get_unmapped_real_priority().

06/27/19:

23:04 Ticket #3762 (Return the current handler from ARM cp15 set exception call) closed by Chris Johns <chrisj@…>
fixed: In c43071f/rtems: […]
12:34 Changeset in rtems [9b858ee]5 by Sebastian Huber <sebastian.huber@…>
bsp/motorola_powerpc: Fix linker command file Fix the size symbol value to reflect the total size of the bootloader. This prevents a bootloader crash with application images above a certain threshold (e.g. fileio sample program). Update #3727.
08:16 GSoC/2019 edited by Vijay Kumar Banerjee
(diff)

06/26/19:

22:36 Ticket #3763 (RSB SIS build fails on FreeBSD) created by Chris Johns
The RSB SIS build for RISCV fails on FreeBSD with: […]
16:17 GSoC/2019 edited by Nils Hölscher
(diff)
16:07 GSoC/2019 edited by Ravindra Kumar Meena
(diff)
15:59 GSoC/2019 edited by Gedare Bloom
(diff)
11:43 Changeset in rtems-libbsd [0659f7b]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
test/commands01: Fix sporadic test failures
11:43 Changeset in rtems-libbsd [29cc431]5 by Sebastian Huber <sebastian.huber@…>
test/commands01: Fix sporadic test failures
11:28 Changeset in rtems-libbsd [608047a]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
test/program01: Fix sporadic test failures
11:28 Changeset in rtems-libbsd [df8f7bfe]5 by Sebastian Huber <sebastian.huber@…>
test/program01: Fix sporadic test failures
10:38 Changeset in rtems-tools [ba6b8af]5 by Ravindra Meena <rmeena840@…>
record: Add support for LTTNG sched_switch
10:25 GSoC/2019 edited by Vijay Kumar Banerjee
(diff)
07:55 Changeset in rtems-source-builder [af4d435]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain
07:03 Changeset in rtems-libbsd [7ece754]5-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update to FreeBSD stable/12 2019-06-26 Git mirror commit aa83598855d14cdbf7aef6b05d0617e90f87ca2f.
05:57 Changeset in rtems [54ac945]5 by Sebastian Huber <sebastian.huber@…>
libdebugger: Unmap thread priorities

06/25/19:

11:16 Changeset in rtems [7d4f74e]5 by Chris Johns <chrisj@…>
arm/beagle: Add libdebugger support. - Port the jbang code from C++ to C to enable DBGEN. - Hook the libdebugger ARM backend support to return the base address of the debug register set.
11:07 Changeset in rtems [cb1e8497]5 by Chris Johns <chrisj@…>
libdebugger: ARM fixes for Cortex-A8 and ARM mode. - Fix destorying the target and thread parts. - Fix the ARM backend to support Cortex-A8 and ARM mode code. - Use the DBGDSCR interrupt mask when single stepping. - Use the DBGDSCR method of entry to debug mode to filter the execptions. - Add support for BSPs to control the ARM backend.
10:48 Changeset in rtems [98d6792]5 by Chris Johns <chrisj@…>
arm: Select the TLB invalidate based on the core's Id variant. Closes #3760
08:43 Changeset in rtems [c43071f]5 by Chris Johns <chrisj@…>
arm: Return the current handler from arm_cp15_set_exception_handler Closes #3762
08:39 Ticket #3762 (Return the current handler from ARM cp15 set exception call) created by Chris Johns
Update the cp15 call arm_cp15_set_exception_handler() to return the …
07:13 Changeset in rtems-libbsd [4ed60d9]5 by Vijay Kumar Banerjee <vijaykumar9597@…>
i2c tool : port to RTEMS
07:13 Changeset in rtems-libbsd [e8c5db1]5 by Vijay Kumar Banerjee <vijaykumar9597@…>
i2c tool : Import from FreeBSD
07:13 Changeset in rtems-libbsd [7ab9e2a]5 by Vijay Kumar Banerjee <vijaykumar9597@…>
Add rtems i2c adaptation layer
07:13 Changeset in rtems-libbsd [4e1325a]5 by Vijay Kumar Banerjee <vijaykumar9597@…>
iicbus: port to RTEMS
07:13 Changeset in rtems-libbsd [627fd16]5 by Vijay Kumar Banerjee <vijaykumar9597@…>
iicbus: Import from FreeBSD
01:37 Changeset in rtems-source-builder [c149b7f]5 by Chris Johns <chrisj@…>
5/rtems-tools: Update RTEMS tools.

06/24/19:

20:16 Changeset in rtems [b89d6cc]5 by Christian Mauderer <christian.mauderer@…>
bsp/beagle: Partial re-write of I2C driver. The old driver worked well for EEPROMS with the RTEMS EEPROM driver. But it had problems with a lot of other situations. Although it's not a direct port, the new driver is heavily modeled after the FreeBSD ti_i2c driver. Closes #3764.
16:44 GSoC/2019/POSIX_Compliance edited by Vaibhav Gupta
(diff)
14:49 GSoC/2019/POSIX_Compliance edited by Vaibhav Gupta
(diff)
11:40 Changeset in rtems-tools [f9e1216]5 by Nils Hölscher <nilhoel1@…>
misc/boot-image: fix uenv_exe_ftd bug.
11:05 Ticket #3761 (RTEMS Object creation failed when using RTEMS with LEON3 BSP.) created by Ashritha
I am building dual core using LEON3 IP cores provided with GRLIB …

06/21/19:

04:58 Changeset in rtems [dc581f2]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Enable configuration of SDRAMC_LPR

06/20/19:

21:19 Changeset in rtems [0b83b822]5 by Rob Herring <robh@…>
libfdt: Replace GPL/BSD boilerplate/reference with SPDX tags Replace instances of dual GPLv2 or BSD license boilerplate with SPDX tags. Signed-off-by: Rob Herring <robh@…> Message-Id: <20190620211944.9378-3-robh@…> Signed-off-by: David Gibson <david@…>
08:40 GSoC/2019 edited by Nils Hölscher
(diff)
08:32 GSoC/2019 edited by Nils Hölscher
(diff)

06/19/19:

16:31 GSoC/2019 edited by Vaibhav Gupta
(diff)
16:21 GSoC/2019 edited by Ravindra Kumar Meena
(diff)
15:50 GSoC/2019 edited by Gedare Bloom
(diff)
11:16 Changeset in rtems-docs [5a51c73]5 by Sebastian Huber <sebastian.huber@…>
c-user: Add RTEID and ORKID references
08:40 Changeset in rtems-source-builder [e8f1820]5 by Sebastian Huber <sebastian.huber@…>
6: Update unstable RTEMS 6 tool chain

06/18/19:

10:52 Changeset in rtems [a67b9b06]5 by Sebastian Huber <sebastian.huber@…>
atsam: Add ATSAM_POWER_WAIT_MODE
09:31 Changeset in rtems [522cde4]5 by Sebastian Huber <sebastian.huber@…>
atsam: Enable fast startup via RTC alarm
09:10 Changeset in rtems [bb24892]5 by Sebastian Huber <sebastian.huber@…>
bsp/atsam: Use proper API
03:09 Changeset in rtems [b33c3d4] by Masahiro Yamada <yamada.masahiro@…>
jffs2: Remove C++ style comments from uapi header Linux kernel tolerates C++ style comments these days. Actually, the SPDX License tags for .c files start with . On the other hand, uapi headers are written in more strict C, where the C++ comment style is forbidden. I simply dropped these lines instead of fixing the comment style. This code has been always commented out since it was added around Linux 2.4.9 (i.e. commented out for more than 17 years). 'Maybe later...' will never happen. Signed-off-by: Masahiro Yamada <yamada.masahiro@…> Acked-by: Richard Weinberger <richard@…> Signed-off-by: Richard Weinberger <richard@…>
Note: See TracTimeline for information about the timeline view.